summaryrefslogtreecommitdiffstats
path: root/native/include
Commit message (Expand)AuthorAgeFilesLines
* add format parameter to setBufferGeometryMathias Agopian2010-10-251-1/+1
* Merge "Fix issue #3126018: No way to specify NativeActivity's native method" ...Dianne Hackborn2010-10-241-2/+30
|\
| * Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn2010-10-241-2/+30
* | Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-0/+2
|/
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-0/+6
* OBB: Change documentation to reflect realityKenny Root2010-10-131-4/+4
* OBB: rearrange to be entirely asynchronousKenny Root2010-10-111-8/+61
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-0/+9
* Fix night/notnight resource folder handling.Tobias Haamel2010-09-301-2/+2
* Update OBB API to include callbacksKenny Root2010-09-282-5/+73
* Input API review.Jeff Brown2010-09-141-4/+0
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-143-63/+130
* Add support for secure views.Jeff Brown2010-09-081-0/+19
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-073-10/+12
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-56/+0
* Input device calibration and capabilities.Jeff Brown2010-08-301-2/+0
* Add AStorageManager API to NDKKenny Root2010-08-201-0/+69
* More native work.Dianne Hackborn2010-08-115-11/+379
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-1/+10
* Add stdint.h to fix sim-engKenny Root2010-07-281-0/+1
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-3/+91
* new SensorServiceMathias Agopian2010-07-191-11/+23
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-1/+11
* Add support for new input sources.Jeff Brown2010-07-151-97/+151
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-152-0/+155
* Remove old glue code.Dianne Hackborn2010-07-141-197/+0
* Merge "NDK sensor API" into gingerbreadMathias Agopian2010-07-131-0/+235
|\
| * NDK sensor APIMathias Agopian2010-07-131-0/+235
* | IME events are now dispatched to native applications.Dianne Hackborn2010-07-132-0/+74
* | Add initial gamepad support.Jeff Brown2010-07-132-106/+117
|/
* Make a stupid thing about the glue less stupid.Dianne Hackborn2010-07-091-6/+0
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-096-11/+184
* Add new glue code for writing native apps.Dianne Hackborn2010-07-083-6/+301
* Add new native Looper API.Dianne Hackborn2010-07-023-5/+75
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-012-8/+25
* Make real API for native code to get its window.Dianne Hackborn2010-07-012-18/+30
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-0/+33
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-292-70/+77
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-0/+51
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-6/+36
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-132-0/+658
* Update NativeActivity to allow direct surface access.Dianne Hackborn2010-05-181-1/+114
* Add new API to take over a window's Surface.Dianne Hackborn2010-05-181-5/+0
* First pass at NativeActivity.Dianne Hackborn2010-05-051-0/+68
* Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/nativeDima Zavin2010-02-041-0/+79