summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591Vasu Nori2010-06-141-72/+6
* | | | | read old version of data and use multiple connections to dbVasu Nori2010-06-141-17/+26
* | | | | am 864c68ea: merge from froyo-plus-aospThe Android Open Source Project2010-06-141-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | merge from froyo-plus-aospThe Android Open Source Project2010-06-141-0/+15
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | merge from open-source masterIrfan Sheriff2010-06-111-0/+15
| | |\ \ | | | |/
| | | * WLAN: Reset power save mode to startup value after DHCP response.Mikael Kanstrup2010-06-101-0/+15
| | | * Call register_localized_collators() with the current locale.Daisuke Miyakawa2010-05-051-3/+4
* | | | resolved conflicts for merge of 9e660c82 to masterJeff Brown2010-06-1314-296/+1567
|\ \ \ \ | |/ / /
| * | | Native input dispatch rewrite work in progress.Jeff Brown2010-06-1314-296/+1567
* | | | MTP: Add host support for deleting objects.Mike Lockwood2010-06-111-1/+39
* | | | Merge "sqlite error "unsupported file format" = corruption"Vasu Nori2010-06-111-0/+1
|\ \ \ \
| * | | | sqlite error "unsupported file format" = corruptionVasu Nori2010-06-101-0/+1
* | | | | am dac5e001: am b8bb78f5: Change camera interface to support multiple cameras.Chih-Chung Chang2010-06-111-1/+22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Change camera interface to support multiple cameras.Chih-Chung Chang2010-06-111-1/+22
* | | | | am 5b669581: am 9d8e8dcc: Merge "fix [2757903] Crash in EGL when creating an ...Mathias Agopian2010-06-102-5/+13
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | fix [2757903] Crash in EGL when creating an EGLSurfaceMathias Agopian2010-06-102-5/+13
* | | | Merge "Fix native crash when enabling hardware acceleration."Romain Guy2010-06-101-0/+2
|\ \ \ \
| * | | | Fix native crash when enabling hardware acceleration.Romain Guy2010-06-101-0/+2
* | | | | Move shaping to native.Doug Felt2010-06-102-63/+269
|/ / / /
* | | | Move OpenGL support out of ViewRoot into a new HardwareRenderer class.Romain Guy2010-06-093-7/+48
* | | | am 8207e2fd: am a8ebe8b3: am df2e2eff: Merge "Watchdog now records kernel sta...Christopher Tate2010-06-063-0/+114
|\ \ \ \ | |/ / /
| * | | am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyoChristopher Tate2010-06-063-0/+114
| |\ \ \ | | |/ /
| | * | Watchdog now records kernel stacks when it firesChristopher Tate2010-06-043-0/+114
* | | | am f5f7d389: am fae5cb2b: optimize Surface.readFromParcel()Mathias Agopian2010-06-041-10/+9
|\ \ \ \ | |/ / /
| * | | optimize Surface.readFromParcel()Mathias Agopian2010-06-041-10/+9
* | | | am bcc112b1: am f8acea6c: Merge "Delete local references to avoid reference t...Jaikumar Ganesh2010-06-042-6/+21
|\ \ \ \ | |/ / /
| * | | Delete local references to avoid reference table overflow.Jaikumar Ganesh2010-06-032-6/+21
* | | | Merge "add API to Cursor to get column value type"Vasu Nori2010-06-031-0/+17
|\ \ \ \
| * | | | add API to Cursor to get column value typeVasu Nori2010-06-021-0/+17
* | | | | Prototype Content Provider support for MTP/PTP devices.Mike Lockwood2010-06-014-0/+367
|/ / / /
* | | | Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-285-618/+2
* | | | when sqlite returns SQLITE_OK on SQLITEStatement.execute(), ignore itVasu Nori2010-05-261-1/+3
* | | | sqlite crashes when closing the databaseVasu Nori2010-05-211-5/+0
* | | | close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-202-11/+13
* | | | am 4a30bcf7: am 74323fd1: Update NativeActivity to allow direct surface access.Dianne Hackborn2010-05-181-13/+74
|\ \ \ \ | |/ / /
| * | | Update NativeActivity to allow direct surface access.Dianne Hackborn2010-05-181-13/+74
* | | | am c5fdcaa2: am cf67d18a: Merge "Get rid of warnings when compiled with -Wfor...Nick Kralevich2010-05-131-2/+2
|\ \ \ \ | |/ / /
| * | | Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-131-2/+2
* | | | Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-36/+219
|/ / /
* | | am 7e76b6d1: am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launche...Dianne Hackborn2010-05-111-1/+9
|\ \ \ | |/ /
| * | Hopefully fix issue #2662536: Why is launcher being killed?Dianne Hackborn2010-05-101-1/+9
* | | Support multiple cameras in framework.Chih-Chung Chang2010-05-101-3/+12
* | | Merge "Prevent local reference table overflows" into krakenKenny Root2010-05-061-7/+14
|\ \ \
| * | | Prevent local reference table overflowsKenny Root2010-05-061-7/+14
* | | | Sketch of Native input for MessageQueue / Looper / ViewRootChristopher Tate2010-05-064-1/+379
|/ / /
* | | Merge "Add UUID property for adapter." into krakenJaikumar Ganesh2010-05-051-0/+1
|\ \ \
| * | | Add UUID property for adapter.Jaikumar Ganesh2010-05-041-0/+1
| * | | Revert "Fix runtime reboot when connecting to a A2DP headset and"Jaikumar Ganesh2010-05-041-1/+0
| * | | Fix runtime reboot when connecting to a A2DP headset andJaikumar Ganesh2010-05-041-0/+1
* | | | First pass at NativeActivity.Dianne Hackborn2010-05-053-0/+194
|/ / /