summaryrefslogtreecommitdiffstats
path: root/native/android
Commit message (Expand)AuthorAgeFilesLines
* 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