summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Fix debug statements and aapt assert.Patrick Scott2010-10-261-1/+1
* Merge "DisplayList optimizations and fixes."Chet Haase2010-10-262-12/+0
|\
| * DisplayList optimizations and fixes.Chet Haase2010-10-262-12/+0
* | Clean up some logging to make it more useful to debug.Jaikumar Ganesh2010-10-261-1/+1
|/
* Make setting the adapter properties asynchronous.Jaikumar Ganesh2010-10-251-12/+5
* am c2f78020: am 23656899: Merge "Fix issue #3126018: No way to specify Native...Dianne Hackborn2010-10-241-3/+7
|\
| * am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s n...Dianne Hackborn2010-10-241-3/+7
| |\
| | * Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn2010-10-241-3/+7
* | | Merge "Fix 3122139, where previewing an attachment for the second time will f...Wei-Ta Chen2010-10-221-6/+7
|\ \ \
| * | | Fix 3122139, where previewing an attachment for the second time willWei-Ta Chen2010-10-211-6/+7
* | | | am c81ec79d: am 0592832c: Merge "Attempt to fix simulator build." into ginger...Nick Pelly2010-10-222-0/+4
|\ \ \ \ | | |/ / | |/| |
| * | | am 0592832c: Merge "Attempt to fix simulator build." into gingerbreadNick Pelly2010-10-222-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Attempt to fix simulator build.Nick Pelly2010-10-222-0/+4
| * | | am 389a440a: Backport ParcelFileDescriptor.createPipe() from master.Jeff Hamilton2010-10-211-0/+22
| |\ \ \ | | |/ /
| | * | Backport ParcelFileDescriptor.createPipe() from master.Jeff Hamilton2010-10-211-0/+22
* | | | Fix native resource leak when OpenGL renderer is not being used.Chet Haase2010-10-223-8/+8
* | | | am 86f1b643: am bf5efba2: Merge "Fix issue #3117918: No way to finish a nativ...Dianne Hackborn2010-10-211-2/+32
|\ \ \ \ | |/ / /
| * | | am bf5efba2: Merge "Fix issue #3117918: No way to finish a native activity" i...Dianne Hackborn2010-10-211-2/+32
| |\ \ \ | | |/ /
| | * | Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-2/+32
* | | | Merge "Optimizing display lists by referencing pointers to resources instead ...Chet Haase2010-10-215-17/+29
|\ \ \ \
| * | | | Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-215-17/+29
| | |_|/ | |/| |
* | | | am 2cead908: am db723ea0: Merge "jni: Remove duplicated jniThrowException()"Jean-Baptiste Queru2010-10-212-18/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am db723ea0: Merge "jni: Remove duplicated jniThrowException()"Jean-Baptiste Queru2010-10-192-18/+2
| |\ \
| | * | jni: Remove duplicated jniThrowException()Jim Huang2010-10-172-18/+2
* | | | am 824de4b3: am dd7341f7: Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-191-0/+84
|\ \ \ \ | |/ / /
| * | | am dd7341f7: Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-181-0/+84
| |\ \ \ | | | |/ | | |/|
| | * | Added missing implementation for NdefRecord.Sylvain Fonteneau2010-10-181-0/+84
* | | | Merge "Extended android.os.Debug.dumpNativeHeap to include /proc/self/maps co...Brian Carlstrom2010-10-181-1/+15
|\ \ \ \
| * | | | Extended android.os.Debug.dumpNativeHeap to include /proc/self/maps contentsBrian Carlstrom2010-10-171-1/+15
* | | | | am 1a326022: am 208bb08a: Merge "Fix issue 3098880." into gingerbreadEric Laurent2010-10-181-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 208bb08a: Merge "Fix issue 3098880." into gingerbreadEric Laurent2010-10-151-0/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix issue 3098880.Eric Laurent2010-10-151-0/+4
| * | | | Merge a851d8d0 from gingerbreadJean-Baptiste Queru2010-10-155-33/+329
| |\ \ \ \ | | |/ / /
| | * | | NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-155-33/+329
* | | | | NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-175-33/+329
* | | | | am 8fda1636: am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gi...Kenny Root2010-10-151-0/+11
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-131-0/+11
| |\ \ \ | | |/ /
| | * | OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-0/+11
* | | | Delete unused WebView drag tracking codeBjorn Bringert2010-10-141-38/+0
* | | | Add a getNativeMatrix() API.Romain Guy2010-10-131-0/+6
* | | | Optimize 9patch rendering.Romain Guy2010-10-121-2/+3
* | | | am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead o...Jeff Brown2010-10-101-21/+11
|\ \ \ \ | |/ / /
| * | | am d577cfd7: Merge "Switch Looper back to using poll() instead of epoll()." i...Jeff Brown2010-10-071-21/+11
| |\ \ \ | | |/ /
| | * | Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-21/+11
| * | | am f7681f84: Do not merge.Wei-Ta Chen2010-10-015-335/+0
| |\ \ \ | | |/ /
| | * | Do not merge.Wei-Ta Chen2010-10-015-335/+0
* | | | Don't clear the framebuffer when not needed.Romain Guy2010-10-061-3/+3
* | | | don't print informational messages from sqlite in logVasu Nori2010-10-041-1/+1
* | | | Remove logs to reduce logcat spam.Romain Guy2010-10-041-1/+16
* | | | Add MotionEvent Matrix transformations.Jeff Brown2010-09-303-0/+141