summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 27eecb70 to gingerbreadJean-Baptiste Queru2010-07-301-1/+0
|\
| * fix inaccurate copyrightsJean-Baptiste Queru2010-07-291-1/+0
* | Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-4/+12
* | Merge "Attempt to fix the SDK build" into gingerbreadChristopher Tate2010-07-291-4/+4
|\ \
| * | Attempt to fix the SDK buildChristopher Tate2010-07-291-4/+4
* | | Fix touch input in landscape mode.Jeff Brown2010-07-291-4/+4
* | | DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-31/+86
|/ /
* | Merge "Change unistd.h to stddef.h to be correct" into gingerbreadChris Tate2010-07-281-1/+1
|\ \
| * | Change unistd.h to stddef.h to be correctKenny Root2010-07-281-1/+1
* | | Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbreadKenny Root2010-07-281-0/+1
|\ \ \ | |/ /
| * | Add unistd.h for size_t typedef to fix sim-engKenny Root2010-07-281-0/+1
* | | Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. canno...Mathias Agopian2010-07-281-30/+0
|\ \ \ | |/ / |/| |
| * | fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-30/+0
* | | Merge "Support streaming of compressed assets > 1 megabyte" into gingerbreadChristopher Tate2010-07-283-30/+271
|\ \ \
| * | | Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-283-30/+271
* | | | Refactor input reader to support new device types more easily.Jeff Brown2010-07-286-1754/+2243
|/ / /
* | | Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
|/ /
* | Fix a memory corruption when writting Sensor into a parcelMathias Agopian2010-07-221-1/+1
* | propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* | 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
| |/ / |/| |