summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-239-374/+451
* Kill off the remaining GC-specific system properties.Carl Shapiro2010-09-161-36/+0
* Fix the runtime restart due to name change.Wu-cheng Li2010-09-151-2/+2
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-145-56/+56
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-145-56/+56
* | Out Of Band API for Secure Simple Pairing.Jaikumar Ganesh2010-09-132-0/+173
|/
* Merge "Fix bug in JNI BitmapFactory" into gingerbreadJoseph Wen2010-09-101-36/+64
|\
| * Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-36/+64
* | DO NOT MERGE: Remove Device Bluez-Dbus interface watch.Jaikumar Ganesh2010-09-091-1/+1
* | Add support for secure views.Jeff Brown2010-09-081-1/+7
* | Merge "Remove dead code: NIOBuffer." into gingerbreadElliott Hughes2010-09-084-174/+0
|\ \ | |/ |/|
| * Remove dead code: NIOBuffer.Elliott Hughes2010-09-074-174/+0
* | Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-089-423/+347
* | Merge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbreadDmitry Shmidt2010-09-071-1/+1
|\ \
| * | Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGEIrfan Sheriff2010-09-071-1/+1
| |/
* | Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." in...Wei-Ta Chen2010-09-079-347/+423
|\ \
| * | Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-079-347/+423
| |/
* | Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-3/+4
* | Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-2/+1
|/
* Improve messages when java process is starting.Dianne Hackborn2010-09-011-3/+6
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-0/+1
* Broken build. Missing ;Gilles Debunne2010-08-271-1/+1
* Fix for 512 limit in assetManager.listGilles Debunne2010-08-261-77/+77
* Update AndroidRuntime with dalvik-dev changesBrian Carlstrom2010-08-241-52/+28
* Merge "Use getMinFrameCount() instead of querying AudioSystem directly." into...Chia-chi Yeh2010-08-192-43/+20
|\
| * Use getMinFrameCount() instead of querying AudioSystem directly.Chia-chi Yeh2010-08-192-43/+20
* | DO NOT MERGE. Fix the build.Romain Guy2010-08-191-1/+2
* | DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-4/+2
* | Merge "Add OBB flags to support overlays" into gingerbreadKenny Root2010-08-191-0/+3
|\ \
| * | Add OBB flags to support overlaysKenny Root2010-08-181-0/+3
* | | Fix a bug, where one thread is using JNIEnv associated with another thread.Wei-Ta Chen2010-08-192-9/+22
|/ /
* | Merge "Fix possible race conditions during channel unregistration." into ging...Jeff Brown2010-08-171-30/+69
|\ \
| * | Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-30/+69
| |/
* | DO NOT MERGE WifiLock extensions for high performance modeIrfan Sheriff2010-08-171-0/+10
* | Do JPEG tile-based decoding.Joseph Wen2010-08-1711-140/+510
|/
* DO NOT MERGE WLAN: Reset power save mode to startup value after DHCP response.Mikael Kanstrup2010-08-131-0/+15
* More native work.Dianne Hackborn2010-08-114-7/+166
* Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-1/+40
* Add Blocked Device property.Jaikumar Ganesh2010-08-041-0/+1
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-0/+3
* Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-7/+7
* Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
* propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
* Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-84/+69
|\
| * new SensorServiceMathias Agopian2010-07-192-84/+69
* | Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+40
|/
* Ignore attempts to finish events on unregistered channels.Jeff Brown2010-07-161-1/+7
* Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-4/+2
* Merge "Implement native key pre-dispatching to IMEs." into gingerbreadDianne Hackborn2010-07-151-44/+208
|\
| * Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-44/+208