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