summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-162-8/+76
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-6/+9
* Merge "Handle Input and network signal changes for HID and tethering."Jaikumar Ganesh2010-07-151-0/+14
|\
| * Handle Input and network signal changes for HID and tethering.Jaikumar Ganesh2010-07-151-0/+14
* | Merge "Add support for BitmapShader."Romain Guy2010-07-151-0/+19
|\ \ | |/ |/|
| * Add support for BitmapShader.Romain Guy2010-07-151-0/+19
* | am a6be4e01: am 3a053db2: Merge "The ICU data is no longer compiled directly ...Joe Onorato2010-07-151-1/+0
|\ \
| * \ am 3a053db2: Merge "The ICU data is no longer compiled directly into the shar...Joe Onorato2010-07-151-1/+0
| |\ \
| | * \ Merge "The ICU data is no longer compiled directly into the shared library." ...Joe Onorato2010-07-151-1/+0
| | |\ \
| | | * | The ICU data is no longer compiled directly into the shared library.Joe Onorato2010-07-131-1/+0
* | | | | SQLiteDatabase: Add mechanism for registering custom sqlite3 functionsMike Lockwood2010-07-141-0/+72
| |_|_|/ |/| | |
* | | | Merge "Pass network properties to ConnectivityService."Robert Greenwalt2010-07-141-3/+3
|\ \ \ \
| * | | | Pass network properties to ConnectivityService.Robert Greenwalt2010-07-131-3/+3
* | | | | Merge "Implement native dump for "am dumpheap -n"."Andy McFadden2010-07-141-1/+176
|\ \ \ \ \
| * | | | | Implement native dump for "am dumpheap -n".Andy McFadden2010-07-131-1/+176
* | | | | | am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-34/+303
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am d76b67c3: IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-34/+303
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-34/+303
* | | | | | am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNo...Brad Fitzpatrick2010-07-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+1
| | | |_|/ | | |/| |
* | | | | Merge "Support bidi/shaping for getTextPath"Kenny Root2010-07-135-305/+436
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Support bidi/shaping for getTextPathDoug Felt2010-07-125-305/+436
* | | | | am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s...Dianne Hackborn2010-07-094-83/+124
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 289b9b62: Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-094-83/+124
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-094-83/+124
* | | | | Remove support for density compatibility in the hardware renderer.Romain Guy2010-07-091-73/+40
* | | | | am 49159f07: am 74bf59b4: Merge "Add new glue code for writing native apps." ...Dianne Hackborn2010-07-081-2/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | am 74bf59b4: Merge "Add new glue code for writing native apps." into gingerbreadDianne Hackborn2010-07-081-2/+2
| |\ \ \ | | |/ /
| | * | Add new glue code for writing native apps.Dianne Hackborn2010-07-081-2/+2
* | | | Add support to draw 9patches in OpenGL.Romain Guy2010-07-071-0/+29
* | | | Support bidi layout for drawTextOnPath.Doug Felt2010-07-071-137/+188
* | | | am e24901d3: am 68267415: Add new native Looper API.Dianne Hackborn2010-07-072-3/+25
|\ \ \ \ | |/ / /
| * | | am 68267415: Add new native Looper API.Dianne Hackborn2010-07-072-3/+25
| |\ \ \ | | |/ /
| | * | Add new native Looper API.Dianne Hackborn2010-07-022-3/+25
* | | | am 39c921c6: am 8ae5a8e7: Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-2/+6
|\ \ \ \ | |/ / /
| * | | am 8ae5a8e7: Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-2/+6
| |\ \ \ | | |/ /
| | * | Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-2/+6
* | | | am 58f35ff4: am 54a181b1: Make real API for native code to get its window.Dianne Hackborn2010-07-014-29/+94
|\ \ \ \ | |/ / /
| * | | am 54a181b1: Make real API for native code to get its window.Dianne Hackborn2010-07-014-29/+94
| |\ \ \ | | |/ /
| | * | Make real API for native code to get its window.Dianne Hackborn2010-07-014-29/+94
* | | | Merge "Don't use full screen FBOs, this dramatically increase performance."Romain Guy2010-07-011-4/+14
|\ \ \ \
| * | | | Don't use full screen FBOs, this dramatically increase performance.Romain Guy2010-07-011-4/+14
* | | | | resolved conflicts for merge of d3233ae9 to masterChristopher Tate2010-07-011-0/+39
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 160edb36: Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+39
| |\ \ \ | | |/ /
| | * | Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+39
* | | | Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-301-3/+7
| |_|/ |/| |
* | | Merge "Add hooks for drawBitmap()."Romain Guy2010-06-301-47/+74
|\ \ \
| * | | Add hooks for drawBitmap().Romain Guy2010-06-301-47/+74
* | | | resolved conflicts for merge of 7f6c6e8f to masterDianne Hackborn2010-06-302-16/+144
|\ \ \ \ | |/ / / |/| / / | |/ /