summaryrefslogtreecommitdiffstats
path: root/core/jni/AndroidRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop attempting to call the removed -Xdeadlockpredict option.Elliott Hughes2011-07-171-9/+0
* Don't break the build...Romain Guy2011-07-151-1/+0
* Remove unused codeRomain Guy2011-07-151-1/+0
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-7/+0
* Remove native EventRecurrence parserAndy McFadden2011-06-281-2/+0
* Merge "Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing ...Jamie Gennis2011-06-101-0/+2
|\
| * Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-0/+2
* | Remove obsolete code.Romain Guy2011-06-081-2/+0
|/
* Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-241-14/+10
* Full local backup infrastructureChristopher Tate2011-05-101-1/+2
* Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-2/+2
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+2
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-0/+2
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-148/+54
* Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-071-1/+1
* Merge "Tracking merge of dalvik-dev to master"Brian Carlstrom2011-04-021-0/+1
|\
| * Tracking merge of dalvik-dev to masterBrian Carlstrom2011-04-011-0/+1
* | Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-0/+2
|/
* Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-0/+2
* UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-111-0/+2
* Removing android.security.MessageDigestBrian Carlstrom2011-02-011-5/+0
* New APIs for USB host support:Mike Lockwood2011-01-221-0/+4
* Add a property for specifying a dalvik heap growth limit.Carl Shapiro2011-01-191-0/+8
* Support non-rectangular input regions.Jeff Brown2011-01-161-1/+1
* Add SurfaceTexture JNI registration.Jamie Gennis2011-01-061-0/+2
* Temporarily remove UsbManager support for USB host.Mike Lockwood2011-01-061-2/+0
* UsbManager: Add methods to convert between USB device names and IDsMike Lockwood2010-12-291-1/+2
* Framework-side support for Dalvik "isSensitiveThread" hook.Brad Fitzpatrick2010-12-141-0/+20
* Add a comment regarding the sizing of the Dalvik heap.Carl Shapiro2010-12-081-3/+5
* Remove stale code and unneeded '\n' chars from findClass.Carl Shapiro2010-12-071-31/+6
* Add a property to set the starting size of a VM.Carl Shapiro2010-12-071-0/+6
* Apparently SystemProperties jni native support must now be registered before ...Andreas Huber2010-11-161-1/+1
* Adding JNI methods as a faster reflection mechanismChet Haase2010-11-041-0/+3
* NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-171-24/+4
* resolved conflicts for merge of f4c3b7e9 to masterNick Pelly2010-09-291-0/+24
|\
| * NFC integrationNick Pelly2010-09-281-0/+24
* | am ac487f70: am 6b849e21: Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-221-2/+2
|\ \ | |/
| * Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-231-2/+2
* | am b0abf3ea: am 4b164c1b: Kill off the remaining GC-specific system properties.Carl Shapiro2010-09-161-36/+0
|\ \ | |/
| * Kill off the remaining GC-specific system properties.Carl Shapiro2010-09-161-36/+0
* | am 8fc6f8b2: am 1b214be9: Merge "Revert "Rename LargeBitmap to BitmapRegionDe...Wei-Ta Chen2010-09-071-2/+2
|\ \ | |/
| * Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-081-2/+2
* | am a295a390: am b356f8ac: Merge "Rename LargeBitmap to BitmapRegionDecoder fo...Wei-Ta Chen2010-09-071-2/+2
|\ \ | |/
| * Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-071-2/+2
* | am 14d56840: am bc5ec2f9: Merge "Improve messages when java process is starti...Dianne Hackborn2010-09-011-3/+6
|\ \ | |/
| * Improve messages when java process is starting.Dianne Hackborn2010-09-011-3/+6
* | resolved conflicts for merge of 50d35946 to masterBrian Carlstrom2010-08-251-52/+37
|\ \ | |/
| * Update AndroidRuntime with dalvik-dev changesBrian Carlstrom2010-08-241-52/+28
* | am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen2010-08-171-0/+2
|\ \ | |/
| * Do JPEG tile-based decoding.Joseph Wen2010-08-171-0/+2