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
* | | | | | Added support for full PC-style keyboards.Jeff Brown2010-11-181-112/+93
* | | | | | Apparently SystemProperties jni native support must now be registered before ...Andreas Huber2010-11-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge "Split UTF functions from String8/16"Kenny Root2010-11-151-0/+1
|\ \ \ \ \
| * | | | | Split UTF functions from String8/16Kenny Root2010-11-121-0/+1
* | | | | | Free resources only from the GL context thread.Romain Guy2010-11-111-1/+1
|/ / / / /
* | | | | am cc798d96: am 2e2983c6: Merge "Reduce log clutter." into gingerbreadJeff Hamilton2010-11-093-18/+19
|\ \ \ \ \ | |/ / / /
| * | | | am 2e2983c6: Merge "Reduce log clutter." into gingerbreadJeff Hamilton2010-11-093-18/+19
| |\ \ \ \ | | |/ / /
| | * | | Reduce log clutter.Jeff Hamilton2010-11-083-18/+19
| | |/ /
* | | | Merge "Support nested display lists."Romain Guy2010-11-081-1/+1
|\ \ \ \
| * | | | Support nested display lists.Romain Guy2010-11-081-1/+1
* | | | | Tell system server whether the app handled input events.Jeff Brown2010-11-082-19/+24
|/ / / /
* | | | add API to return Uri for the given downloaded file id & get mimetypeVasu Nori2010-11-041-1/+2
* | | | Adding JNI methods as a faster reflection mechanismChet Haase2010-11-043-1/+84
* | | | Merge "Avoid copying byte arrays when just decoding bounds."Bryan Mawhinney2010-11-031-5/+11
|\ \ \ \
| * | | | Avoid copying byte arrays when just decoding bounds.Bryan Mawhinney2010-11-031-5/+11
* | | | | Set country code in the driver and remove channel setIrfan Sheriff2010-11-021-29/+17
|/ / / /
* | | | Add path to get different DPI drawablesKenny Root2010-10-291-2/+3
* | | | Merge "WifiLock extensions for high performance mode"Irfan Sheriff2010-10-261-0/+11
|\ \ \ \
| * | | | WifiLock extensions for high performance modeIrfan Sheriff2010-10-261-0/+11
* | | | | Merge "Optimizing ColorFilter in display lists"Chet Haase2010-10-262-11/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Optimizing ColorFilter in display listsChet Haase2010-10-262-11/+23
* | | | | Merge "Fix debug statements and aapt assert."Patrick Scott2010-10-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix debug statements and aapt assert.Patrick Scott2010-10-261-1/+1
* | | | | add wps pin from device capabilityIrfan Sheriff2010-10-261-24/+44
|/ / / /
* | | | 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
|\ \ \ \ | |/ / /