summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-254-0/+232
* Improve VelocityTracker numerical stability. (DO NOT MERGE)Jeff Brown2011-05-236-28/+223
* Add ParcelFileDescriptor.fromFd() and .adoptFd().Dianne Hackborn2011-05-201-5/+37
* Add new "-swNNNdp" resource qualifier.Dianne Hackborn2011-05-192-1/+17
* USB: Add method to access raw USB device descriptorsMike Lockwood2011-05-191-0/+22
* DO NOT MERGE. Integrate from master: Rework display size access.Dianne Hackborn2011-05-161-8/+8
* DO NOT MERGE. Integrate from master: Improve activity manager debug dumps.Dianne Hackborn2011-05-131-1/+34
* DO NOT MERGE. Integrate add new screen width/height in "dp" configs.Dianne Hackborn2011-05-121-1/+4
* Merge "DO NOT MERGE Add DhcpStateMachine" into honeycomb-mr2Irfan Sheriff2011-05-121-3/+32
|\
| * DO NOT MERGE Add DhcpStateMachineIrfan Sheriff2011-05-121-3/+32
* | DO NOT MERGE Handle GET_POWER failuresIrfan Sheriff2011-05-061-1/+3
|/
* SqliteDatabase: Fix local reference leak in custom_function_callback()Mike Lockwood2011-03-151-3/+8
* Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1Romain Guy2011-03-142-7/+20
|\
| * Fix rendering artifact in edge fades.Romain Guy2011-03-142-7/+20
* | Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1Glenn Kasten2011-03-111-0/+10
|\ \
| * | Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+10
* | | UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-115-207/+250
| |/ |/|
* | Merge "Teach the framework to use the new android_reboot() function." into ho...Ken Sumrall2011-03-101-7/+8
|\ \
| * | Teach the framework to use the new android_reboot() function.Ken Sumrall2011-03-091-7/+8
* | | Merge "Fix 3510563: memory leak in BitmapRegionDecoder." into honeycomb-mr1Wei-Ta Chen2011-03-091-1/+1
|\ \ \
| * | | Fix 3510563: memory leak in BitmapRegionDecoder.Chih-Chung Chang2011-03-081-1/+1
* | | | Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-082-4/+12
|/ / /
* | | Add support for partial invalidates in WebViewRomain Guy2011-03-071-10/+12
|/ /
* | Fix EGL JNI bugsRomain Guy2011-03-071-1/+1
* | Don't fail unlinking death recipients on dead bindersChristopher Tate2011-03-041-7/+25
|/
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+9
* Fix binder proxy death notice trackingChristopher Tate2011-03-011-52/+34
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-013-132/+8
* Add ParcelFileDescriptor APIs to get raw fd.Dianne Hackborn2011-02-282-1/+23
* Merge "Fix Parcel.writeNative to not ignore 'offset'."Elliott Hughes2011-02-281-4/+2
|\
| * Fix Parcel.writeNative to not ignore 'offset'.Elliott Hughes2011-02-281-4/+2
* | Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens"Christopher Tate2011-02-281-51/+149
|\ \
| * | Binder linkage no longer depends on JNI objrefs as persistent tokensChristopher Tate2011-02-281-51/+149
* | | Merge "Fix sp<> conversion operator / constructor"Mathias Agopian2011-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fix sp<> conversion operator / constructorMathias Agopian2011-02-251-1/+1
* | | You can now specify a custom display size as NxM.Dianne Hackborn2011-02-281-12/+38
| |/ |/|
* | Log errors reading input channel from parcel.Jeff Brown2011-02-261-3/+15
|/
* Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens"Christopher Tate2011-02-251-145/+51
* bug:3467948 if byteArray couldn't be allocated for blob, throw exceptionVasu Nori2011-02-251-1/+4
* Merge "Detect out of memory in extractAlpha"Eric Hassold2011-02-241-1/+7
|\
| * Detect out of memory in extractAlphaEric Hassold2011-02-241-1/+7
* | Merge "Binder linkage no longer depends on JNI objrefs as persistent tokens"Christopher Tate2011-02-241-51/+145
|\ \
| * | Binder linkage no longer depends on JNI objrefs as persistent tokensChristopher Tate2011-02-241-51/+145
* | | Merge "Skia Merge (revision 808)"Derek Sollenberger2011-02-2412-15/+14
|\ \ \
| * | | Skia Merge (revision 808)Derek Sollenberger2011-02-2212-15/+14
* | | | Add a new Camera API to control the camera's locationRomain Guy2011-02-231-0/+14
* | | | Merge "Add support for background scanning"Irfan Sheriff2011-02-231-0/+13
|\ \ \ \
| * | | | Add support for background scanningIrfan Sheriff2011-02-211-0/+13
| |/ / /
* | | | Application-managed callback buffer support for raw imageJames Dong2011-02-221-67/+173
| |/ / |/| |
* | | Merge "Fix poll options for NativeActivity's hasEvents"Kenny Root2011-02-221-3/+3
|\ \ \