summaryrefslogtreecommitdiffstats
path: root/native/android
Commit message (Expand)AuthorAgeFilesLines
* Handle multi-user mountObb() requests.Jeff Sharkey2012-09-251-3/+12
* Merge "Add support for "-rtl" in resources" into jb-mr1-devFabrice Di Meglio2012-09-041-0/+10
|\
| * Add support for "-rtl" in resourcesFabrice Di Meglio2012-08-231-0/+10
* | Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
|/
* libnativehelper is implicitly available.Elliott Hughes2012-05-031-2/+1
* Merge "ANativeWindow: support for application buffer dimensions"Jamie Gennis2012-04-111-6/+9
|\
| * ANativeWindow: support for application buffer dimensionsMichael I. Gold2012-04-101-6/+9
* | Request key maps from input manager service.Jeff Brown2012-04-101-1/+0
|/
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* frameworks/base refactoringMathias Agopian2012-02-201-0/+1
* frameworks/base refactoring.Mathias Agopian2012-02-173-5/+5
* frameworks/base refactoring.Mathias Agopian2012-02-171-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Remove obsolete NativeWindow_fromSurfaceTextureGlenn Kasten2011-10-211-8/+0
* Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-9/+1
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-1/+9
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-32/+2
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-1/+9
* resolved conflicts for merge of 06a8ceac to masterDianne Hackborn2011-05-191-0/+24
|\
| * Add new "-swNNNdp" resource qualifier.Dianne Hackborn2011-05-191-0/+24
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-0/+8
* | ANativeWindow_setBuffersGeometry now returns proper error codesMathias Agopian2011-03-311-2/+1
* | merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+0
|/
* SurfaceTexture: disallow unsupported uses.Jamie Gennis2011-03-151-0/+6
* Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+9
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-0/+11
* am 3392b8e2: am 4a2e478a: Merge "Flush Binder commands in ndk looper." into g...Jeff Brown2011-01-161-1/+5
|\
| * Flush Binder commands in ndk looper.Jeff Brown2011-01-101-1/+5
* | Introduce NDK API for 64-bit assetsKenny Root2010-12-131-1/+27
* | Change assets to use 64-bit APIKenny Root2010-12-081-1/+1
* | Tell system server whether the app handled input events.Jeff Brown2010-11-081-1/+1
|/
* add format parameter to setBufferGeometryMathias Agopian2010-10-251-2/+2
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-0/+4
* OBB: rearrange to be entirely asynchronousKenny Root2010-10-111-26/+67
* Update OBB API to include callbacksKenny Root2010-09-283-10/+76
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-143-47/+38
* Add support for secure views.Jeff Brown2010-09-081-0/+4
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-073-6/+6
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-72/+0
* Add AStorageManager API to NDKKenny Root2010-08-202-1/+146
* More native work.Dianne Hackborn2010-08-113-1/+204
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-0/+4
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-0/+78
* new SensorServiceMathias Agopian2010-07-191-18/+19
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-1/+5
* Add support for new input sources.Jeff Brown2010-07-151-2/+54
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-152-0/+211
* Merge "first step at implementing the native sensor support" into gingerbreadMathias Agopian2010-07-142-1/+153
|\
| * first step at implementing the native sensor supportMathias Agopian2010-07-132-1/+153