summaryrefslogtreecommitdiffstats
path: root/native/android
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | IME events are now dispatched to native applications.Dianne Hackborn2010-07-132-52/+18
|/
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-094-7/+89
* Add new glue code for writing native apps.Dianne Hackborn2010-07-082-8/+27
* Add new native Looper API.Dianne Hackborn2010-07-023-2/+75
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-0/+6
* Make real API for native code to get its window.Dianne Hackborn2010-07-012-1/+43
* Implement default key handling for native code.Dianne Hackborn2010-06-301-0/+9
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-40/+40
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-223-0/+259