summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* Add support for ColorFilters.Romain Guy2010-08-022-22/+57
* Refactor Skia shaders handling.Romain Guy2010-07-302-89/+121
* Add support for dalvik.vm.extra-opts property.Andy McFadden2010-07-301-1/+40
* resolved conflicts for merge of 02513855 to masterMathias Agopian2010-07-291-0/+3
|\
| * am 050b5624: Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-0/+3
| |\
| | * Added SensorManager.getMinDelay()Mathias Agopian2010-07-291-0/+3
* | | expose more sqlite errors as exceptionsVasu Nori2010-07-291-0/+27
* | | am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookup...Brad Fitzpatrick2010-07-271-7/+7
|\ \ \ | |/ /
| * | am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." ...Brad Fitzpatrick2010-07-271-7/+7
| |\ \ | | |/
| | * Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-7/+7
| * | am 8cd48574: Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-261-3/+5
| |\ \ | | |/
| | * Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
* | | Refactor WifiStateTrackerIrfan Sheriff2010-07-271-0/+6
* | | add new API in SQLiteStatement to deprecate another.Vasu Nori2010-07-262-82/+24
* | | Fix text corruption when rendering RTL enabled text.Romain Guy2010-07-263-6/+10
* | | Add text alignment support to drawText().Romain Guy2010-07-233-25/+46
* | | Merge "Add text rendering."Romain Guy2010-07-211-2/+4
|\ \ \
| * | | Add text rendering.Romain Guy2010-07-211-2/+4
* | | | am 1f2ec407: am 23e8de26: propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | am 23e8de26: propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | propagate sensor event rate properlyMathias Agopian2010-07-211-3/+3
* | | | resolved conflicts for merge of bc54e63c to masterMathias Agopian2010-07-212-84/+69
|\ \ \ \ | |/ / /
| * | | am e4764521: Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-84/+69
| |\ \ \ | | |/ /
| | * | Merge "new SensorService" into gingerbreadMathias Agopian2010-07-212-84/+69
| | |\ \
| | | * | new SensorServiceMathias Agopian2010-07-192-84/+69
* | | | | Merge "Add HID to the state machine and add native call backs."Jaikumar Ganesh2010-07-212-9/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add HID to the state machine and add native call backs.Jaikumar Ganesh2010-07-212-9/+56
* | | | | am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioT...Eric Laurent2010-07-211-0/+40
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 7070b365: Added support for auxiliary audio effects to AudioTrack and Medi...Eric Laurent2010-07-211-0/+40
| |\ \ \ | | |/ /
| | * | Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+40
| | |/
* | | Merge "Add preliminary support for text rendering."Romain Guy2010-07-203-6/+36
|\ \ \
| * | | Add preliminary support for text rendering.Romain Guy2010-07-203-6/+36
* | | | delete ScoSocketDanica Chang2010-07-201-2/+0
* | | | Merge "deleted android_bluetooth_ScoSocket.cpp from makefile"Danica Chang2010-07-201-1/+0
|\ \ \ \
| * | | | deleted android_bluetooth_ScoSocket.cpp from makefileDanica Chang2010-07-201-1/+0
| |/ / /
* | | | Merge "deleted ScoSocket.java and android_bluetooth_ScoSocket.cpp"Danica Chang2010-07-201-689/+0
|\ \ \ \ | |/ / / |/| | |
| * | | deleted ScoSocket.java and android_bluetooth_ScoSocket.cppDanica Chang2010-06-151-689/+0
* | | | Add support for linear gradients.Romain Guy2010-07-191-4/+4
* | | | Merge "Add program for linear gradient."Romain Guy2010-07-161-2/+2
|\ \ \ \
| * | | | Add program for linear gradient.Romain Guy2010-07-161-2/+2
* | | | | Merge "Add plumbing to support gradients in OpenGL renderer."Romain Guy2010-07-162-8/+76
|\ \ \ \ \ | |/ / / /
| * | | | Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-162-8/+76
* | | | | am e2fb11b9: am ace999b0: Ignore attempts to finish events on unregistered ch...Jeff Brown2010-07-161-1/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | am ace999b0: Ignore attempts to finish events on unregistered channels.Jeff Brown2010-07-161-1/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Ignore attempts to finish events on unregistered channels.Jeff Brown2010-07-161-1/+7
* | | | | am 04b95313: am c8c79a65: Merge "Re-use existing Surface objects when reading...Jamie Gennis2010-07-161-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | am c8c79a65: Merge "Re-use existing Surface objects when reading them from pa...Jamie Gennis2010-07-161-4/+2
| |\ \ \ \ | | |/ / /
| | * | | Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-4/+2
* | | | | Merge "Improve clip support (add intersect, union and replace.)"Romain Guy2010-07-161-6/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-6/+9