summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "More JNI exception-throwing cleanup."Elliott Hughes2011-04-0816-475/+403
|\
| * More JNI exception-throwing cleanup.Elliott Hughes2011-04-0816-475/+403
* | Merge "TextLayoutCache - add glyphs caching"Fabrice Di Meglio2011-04-086-98/+190
|\ \ | |/ |/|
| * TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-086-98/+190
* | Merge "Tolerate missing AccountManager resource, not just missing resource name"Brian Carlstrom2011-04-081-1/+1
|\ \
| * | Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-071-1/+1
| |/
* | Merge "Use jniThrowException for exception throwing from native code."Elliott Hughes2011-04-0815-401/+325
|\ \
| * | Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-0715-401/+325
| |/
* | Improve activity manager debug dumps.Dianne Hackborn2011-04-071-1/+34
|/
* Merge "Miscellaneous code cleanup in audio framework"Glenn Kasten2011-04-061-5/+6
|\
| * Miscellaneous code cleanup in audio frameworkGlenn Kasten2011-04-061-5/+6
* | Add new resource configurations for screen width/height in "dp".Dianne Hackborn2011-04-061-1/+4
* | Merge "Don't use local ref for cached jclass reference in JNI code"Brian Carlstrom2011-04-065-33/+25
|\ \
| * | Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-065-33/+25
* | | Merge "Add support for supplicant SCAN_INTERVAL"Irfan Sheriff2011-04-061-2/+13
|\ \ \ | |/ / |/| |
| * | Add support for supplicant SCAN_INTERVALIrfan Sheriff2011-04-061-2/+13
* | | Update for change in Bluez version.Jaikumar Ganesh2011-04-052-12/+14
* | | Disable Out of Band pairing for Bluez upgrade.Jaikumar Ganesh2011-04-051-1/+0
* | | Merge "TextLayoutCache - more code refactoring"Fabrice Di Meglio2011-04-052-275/+330
|\ \ \
| * | | TextLayoutCache - more code refactoringFabrice Di Meglio2011-04-052-275/+330
* | | | Merge "Fix usages of PopLocalFrame to include returned local reference"Brian Carlstrom2011-04-051-5/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix usages of PopLocalFrame to include returned local referenceBrian Carlstrom2011-04-051-5/+2
| | |/ | |/|
* | | Code refactoring for TextLayoutCacheFabrice Di Meglio2011-04-054-36/+36
|/ /
* | am 5851b866: am 27e00544: am 9907d161: Merge "Fix data corruption when writin...Brad Fitzpatrick2011-04-041-7/+13
|\ \
| * \ am 27e00544: am 9907d161: Merge "Fix data corruption when writing to Bluetoot...Brad Fitzpatrick2011-04-041-7/+13
| |\ \
| | * \ am 9907d161: Merge "Fix data corruption when writing to Bluetooth socket"Brad Fitzpatrick2011-04-041-7/+13
| | |\ \
| | | * | Fix data corruption when writing to Bluetooth socketMike Playle2011-04-041-7/+13
* | | | | 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
| | |_|_|/ | |/| | |
* | | | | Fix the build: break due to no OPENGL in some buildsChet Haase2011-04-011-0/+2
* | | | | Fix the build - change a reference to a namespace specificationChet Haase2011-04-011-1/+1
* | | | | Merge "Add logging of graphics acceleration info to bugreports"Chet Haase2011-04-012-0/+36
|\ \ \ \ \
| * | | | | Add logging of graphics acceleration info to bugreportsChet Haase2011-04-012-0/+36
| |/ / / /
* | | | | Merge "Add a little input event consistency verifier."Jeff Brown2011-04-011-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+9
* | | | | Merge "Code cleaning - suppress non useful code"Fabrice Di Meglio2011-03-301-15/+0
|\ \ \ \ \
| * | | | | Code cleaning - suppress non useful codeFabrice Di Meglio2011-03-301-15/+0
* | | | | | Update TextLayoutCache key for supporting more SkPaint propertiesFabrice Di Meglio2011-03-301-12/+21
|/ / / / /
* | | | | Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-297-61/+157
|/ / / /
* | | | Merge "Use mask_eighth_bit function to replace is_ascii check."Matthew Xie2011-03-281-15/+15
|\ \ \ \
| * | | | Use mask_eighth_bit function to replace is_ascii check.Matthew Xie2011-03-211-15/+15
* | | | | Add Java support for a few accidentally omitted OpenGL ES APIs.Jack Palevich2011-03-283-59/+496
* | | | | merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+0
* | | | | Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-241-2/+2
* | | | | Merge "Use Harfbuzz instead of ICU4C for computing advances"Fabrice Di Meglio2011-03-238-5/+513
|\ \ \ \ \
| * | | | | Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-228-5/+513
* | | | | | Update GL textures when changing a Bitmap's pixelsRomain Guy2011-03-211-0/+3
* | | | | | Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-2/+8
* | | | | | Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-181-5/+9
* | | | | | Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-1/+8
| |/ / / / |/| | | |