summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* new SensorServiceMathias Agopian2010-07-195-12/+82
* Remove some debug logging that I accidentally committed.Jamie Gennis2010-07-191-3/+0
* Fix trackball down and movement bugs.Jeff Brown2010-07-162-1/+15
* Merge "Re-use existing Surface objects when reading them from parcels." into ...Jamie Gennis2010-07-161-7/+28
|\
| * Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-7/+28
* | Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-9/+10
|/
* Fix bug with phantom input windows.Jeff Brown2010-07-161-7/+29
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+17
* Add support for new input sources.Jeff Brown2010-07-157-140/+240
* StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-1/+12
* More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-4/+13
* Don't build framework tests for simulator target.Jeff Brown2010-07-142-0/+10
* move native services under services/Mathias Agopian2010-07-1460-24657/+0
* Merge "first step at implementing the native sensor support" into gingerbreadMathias Agopian2010-07-147-0/+656
|\
| * first step at implementing the native sensor supportMathias Agopian2010-07-137-0/+656
* | Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-142-3/+0
* | IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-19/+0
* | Add initial gamepad support.Jeff Brown2010-07-138-786/+894
* | Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-133-6/+15
* | Modifications in audio effect engine state management.Eric Laurent2010-07-132-40/+71
|/
* Merge changes I2337051b,I19b426cb into gingerbreadKenny Root2010-07-122-17/+36
|\
| * Tweak ObbFile classKenny Root2010-07-122-17/+36
* | Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-4/+4
* | Add new glue code for writing native apps.Dianne Hackborn2010-07-083-73/+100
|/
* Merge "Add OBB file helper class" into gingerbreadKenny Root2010-07-074-0/+366
|\
| * Add OBB file helper classKenny Root2010-07-074-0/+366
* | Merge "More native input dispatch work." into gingerbreadChris Tate2010-07-072-56/+79
|\ \
| * | More native input dispatch work.Jeff Brown2010-07-032-56/+79
* | | Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-072-13/+33
|\ \ \ | |_|/ |/| |
| * | Added Visualizer effect.Eric Laurent2010-07-072-13/+33
* | | Add new native Looper API.Dianne Hackborn2010-07-021-4/+64
| |/ |/|
* | remove unused YUV formatsMathias Agopian2010-07-012-18/+24
* | Merge "Introduce official public NativeWindow type." into gingerbreadDianne Hackborn2010-06-305-41/+41
|\ \
| * | Introduce official public NativeWindow type.Dianne Hackborn2010-06-305-41/+41
* | | Merge "fix live wallpapers on Droid" into gingerbreadMathias Agopian2010-06-303-12/+13
|\ \ \
| * | | fix live wallpapers on DroidMathias Agopian2010-06-303-12/+13
* | | | Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-4/+0
| |/ / |/| |
* | | Implement default key handling for native code.Dianne Hackborn2010-06-301-0/+64
* | | Merge "Fix native input dispatch in the emulator." into gingerbreadChris Tate2010-06-292-28/+87
|\ \ \
| * | | Fix native input dispatch in the emulator.Jeff Brown2010-06-292-28/+87
* | | | Merge "remove a hack that was used only used on h/w we no longer support." in...Mathias Agopian2010-06-292-72/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | remove a hack that was used only used on h/w we no longer support.Mathias Agopian2010-06-292-72/+1
* | | Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-4/+4
|/ /
* | Merge changes I93dfc4c8,I781953d6 into gingerbreadMathias Agopian2010-06-2814-134/+367
|\ \ | |/ |/|
| * fix[2798925] Gingerbread TOT not bootingMathias Agopian2010-06-281-6/+3
| * Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger""Mathias Agopian2010-06-2514-134/+370
* | Native input event dispatching.Jeff Brown2010-06-284-41/+108
|/
* Various fixes and improvements in audio effects implementationEric Laurent2010-06-252-164/+301
* Remember to initialize timestamps in the dispatch allocatorChristopher Tate2010-06-231-0/+1
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-222-163/+19