summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerb...Jeff Brown2010-11-101-0/+2
|\
| * Fix JNI reference leak in NativeActivity. (DO NOT MERGE)Jeff Brown2010-11-081-0/+2
* | Reduce log clutter.Jeff Hamilton2010-11-083-18/+19
|/
* Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn2010-10-241-3/+7
* Attempt to fix simulator build.Nick Pelly2010-10-222-0/+4
* Backport ParcelFileDescriptor.createPipe() from master.Jeff Hamilton2010-10-211-0/+22
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-2/+32
* Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-181-0/+84
* Fix issue 3098880.Eric Laurent2010-10-151-0/+4
* NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-155-33/+329
* OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-0/+11
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-21/+11
* Do not merge.Wei-Ta Chen2010-10-015-335/+0
* NFC integrationNick Pelly2010-09-282-0/+32
* Update OBB API to include callbacksKenny Root2010-09-281-6/+17
* fix problem in AudioEffect JNI setup.Eric Laurent2010-09-241-13/+19
* 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