summaryrefslogtreecommitdiffstats
path: root/core/jni
Commit message (Expand)AuthorAgeFilesLines
* am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitia...Raph Levien2012-09-141-1/+1
|\
| * am f4afc401: Merge "framework: fix bug for uninitialized variable"Raph Levien2012-09-141-1/+1
| |\
| | * framework: fix bug for uninitialized variableZhou Chang2012-08-311-1/+1
* | | Merge "Fix for b7155617 race condition in TextLayoutCache.cpp" into jb-mr1-devRaph Levien2012-09-122-4/+5
|\ \ \
| * | | Fix for b7155617 race condition in TextLayoutCache.cppRaph Levien2012-09-122-4/+5
* | | | Merge "Camera: Add enableShutterSound method." into jb-mr1-devEino-Ville Talvala2012-09-111-0/+22
|\ \ \ \
| * | | | Camera: Add enableShutterSound method.Eino-Ville Talvala2012-09-101-0/+22
| |/ / /
* | | | SurfaceTexture: add updateTexImage synchronizationJamie Gennis2012-09-091-0/+4
|/ / /
* | | Merge "Add support for Wifi display." into jb-mr1-devJeff Brown2012-09-074-28/+239
|\ \ \
| * | | Add support for Wifi display.Jeff Brown2012-09-074-28/+239
* | | | Merge "Fix Time.parse and Time.parse3339 crashing bugs. DO NOT MERGE" into jb...Raph Levien2012-09-071-99/+93
|\ \ \ \
| * | | | Fix Time.parse and Time.parse3339 crashing bugs. DO NOT MERGEElliott Hughes2012-09-071-99/+93
| |/ / /
* | | | Enable changing properties of layer paintChet Haase2012-09-071-0/+16
|/ / /
* | | update to new SurfaceComposerClient APIMathias Agopian2012-09-041-33/+15
* | | Revert "Revert "Add more support for transformed clip rects and paths""Romain Guy2012-08-311-1/+2
* | | Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-311-2/+1
* | | Merge "Add more support for transformed clip rects and paths" into jb-mr1-devRomain Guy2012-08-311-1/+2
|\ \ \
| * | | Add more support for transformed clip rects and pathsRomain Guy2012-08-311-1/+2
* | | | Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-6/+0
|/ / /
* | | am 14c0c989: am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked corre...Jean-Baptiste Queru2012-08-291-2/+12
|\ \ \ | |/ /
| * | am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked correctly"Jean-Baptiste Queru2012-08-291-2/+12
| |\ \ | | |/
| | * Fix SkBitmap::fPixels not being locked correctlyMichal Stawinski2012-08-291-2/+12
* | | Add plumbing for new surface flinger display API.Jeff Brown2012-08-277-526/+571
* | | Use new surface flinger API.Jeff Brown2012-08-271-30/+32
* | | Merge "Add FloatMath.pow." into jb-mr1-devJeff Brown2012-08-211-0/+5
|\ \ \
| * | | Add FloatMath.pow.Jeff Brown2012-08-211-0/+5
* | | | Merge "DO NOT MERGE Han Preference" into jb-mr1-devVictoria Lease2012-08-203-7/+64
|\ \ \ \
| * | | | DO NOT MERGE Han PreferenceBilly Hewlett2012-08-203-7/+64
| |/ / /
* | | | am 7d5b22af: am f029c22f: Merge "Use Libcore.os.umask for setting umask"Kenny Root2012-08-201-6/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am f029c22f: Merge "Use Libcore.os.umask for setting umask"Kenny Root2012-08-201-6/+0
| |\ \ | | |/
| | * Use Libcore.os.umask for setting umaskKenny Root2012-08-201-6/+0
* | | Refactor for multi-display support.Jeff Brown2012-08-191-5/+5
* | | am 050c87f8: am a950daf5: Merge changes Ieb566a2a,I953057cdKenny Root2012-08-161-93/+0
|\ \ \ | |/ /
| * | am a950daf5: Merge changes Ieb566a2a,I953057cdKenny Root2012-08-161-93/+0
| |\ \ | | |/
| | * Use Libcore's stat instead of FileUtils#getFileStatusKenny Root2012-08-161-59/+0
| | * Use Libcore.os.stat instead of FileUtilsKenny Root2012-08-161-34/+0
* | | am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+39
|\ \ \ | |/ /
| * | am 9b0da58e: Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+39
| |\ \ | | |/
| | * Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+39
| | |\
| | | * Introduce a restorecon JNI binding.rpcraig2012-07-251-0/+39
| * | | am 1090f702: Merge "Remove StatFs from AndroidRuntime JNI"Kenny Root2012-08-161-2/+0
| |\ \ \ | | |/ /
| | * | Remove StatFs from AndroidRuntime JNIKenny Root2012-08-161-2/+0
* | | | Remove StatFs from AndroidRuntime JNIKenny Root2012-08-161-2/+0
* | | | am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implement...Kenny Root2012-08-162-164/+0
|\ \ \ \ | |/ / /
| * | | am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"Kenny Root2012-08-162-164/+0
| |\ \ \ | | |/ /
| | * | Use libcore Posix class for StatFs implementationKenny Root2012-08-162-164/+0
* | | | Add FloatMath.hypot.Jeff Brown2012-08-161-0/+5
* | | | UsbRequest: set ByteBuffer.position() upon success.mike wakerly2012-08-091-7/+9
* | | | Merge "Add FloatMath.exp." into jb-mr1-devJeff Brown2012-08-081-1/+6
|\ \ \ \
| * | | | Add FloatMath.exp.Jeff Brown2012-08-081-1/+6