summaryrefslogtreecommitdiffstats
path: root/native
Commit message (Expand)AuthorAgeFilesLines
* Make a stupid thing about the glue less stupid.Dianne Hackborn2010-07-092-18/+14
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-0911-19/+276
* Add new glue code for writing native apps.Dianne Hackborn2010-07-087-14/+621
* Add new native Looper API.Dianne Hackborn2010-07-026-7/+150
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-013-8/+31
* Make real API for native code to get its window.Dianne Hackborn2010-07-014-19/+73
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-0/+33
* 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-293-110/+117
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-225-0/+310
* 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
* am 89ad07b0: am 42ee86e6: Merge "For issue #2651381, allow library prelinking...Dan Bornstein2010-05-061-2/+0
|\
| * For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
* | First pass at NativeActivity.Dianne Hackborn2010-05-051-0/+68
|/
* Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/nativeDima Zavin2010-02-043-0/+209