summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ListView glow's optimized invalidatesRomain Guy2012-03-152-40/+30
* Merge "Fix file path calculation for asset files."Selim Gurun2012-03-141-1/+2
|\
| * Fix file path calculation for asset files.Selim Gurun2012-03-141-1/+2
* | Merge "Fix for bug 6170890."Philip Milne2012-03-141-20/+16
|\ \
| * | Fix for bug 6170890.Philip Milne2012-03-141-20/+16
* | | Merge "Optimize invalidate calls in lists."Romain Guy2012-03-142-40/+101
|\ \ \
| * | | Optimize invalidate calls in lists.Romain Guy2012-03-142-40/+101
* | | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-1449-72/+624
|\ \ \ \
| * | | | Import translations. DO NOT MERGEEric Fischer2012-03-1449-72/+624
* | | | | Live streaming video may not have the right size at preparedTeng-Hui Zhu2012-03-141-0/+13
* | | | | Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-145-27/+27
|\ \ \ \ \
| * | | | | Use correct syntax for #include <> ""Glenn Kasten2012-03-135-27/+27
* | | | | | Merge "Add new "options" argument to all startActivity APIs."Dianne Hackborn2012-03-1411-195/+680
|\ \ \ \ \ \
| * | | | | | Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-1411-195/+680
| | |/ / / / | |/| | | |
* | | | | | Merge "Add support for CMAS warning notifications over CDMA."Jake Hamby2012-03-143-4/+46
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add support for CMAS warning notifications over CDMA.Jake Hamby2012-03-133-4/+46
* | | | | | Merge "Use SpanSet to accelerate Layout.drawBackground"Gilles Debunne2012-03-141-32/+60
|\ \ \ \ \ \
| * | | | | | Use SpanSet to accelerate Layout.drawBackgroundGilles Debunne2012-03-131-32/+60
| | |_|/ / / | |/| | | |
* | | | | | Merge "Add references to MediaActionSound in Camera documentation."Eino-Ville Talvala2012-03-141-13/+42
|\ \ \ \ \ \
| * | | | | | Add references to MediaActionSound in Camera documentation.Eino-Ville Talvala2012-03-121-13/+42
* | | | | | | Merge "Fix hardware layer redraw bug"Michael Jurka2012-03-131-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix hardware layer redraw bugMichael Jurka2012-03-131-2/+2
* | | | | | | Merge "New SpanSet class extracted from TextLine."Gilles Debunne2012-03-132-74/+111
|\ \ \ \ \ \ \
| * | | | | | | New SpanSet class extracted from TextLine.Gilles Debunne2012-03-132-74/+111
* | | | | | | | Merge "Fixes for bugs: #6103660, #6103957, #6104457 and #6104322."Philip Milne2012-03-134-0/+52
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-134-0/+52
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Fix spurious ANRs in native activities."Jeff Brown2012-03-131-56/+32
|\ \ \ \ \ \ \
| * | | | | | | Fix spurious ANRs in native activities.Jeff Brown2012-03-131-56/+32
* | | | | | | | SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-132-5/+23
* | | | | | | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-1349-16/+408
|\ \ \ \ \ \ \ \
| * | | | | | | | Import translations. DO NOT MERGEEric Fischer2012-03-1349-16/+408
* | | | | | | | | Merge "Check for null characters being used in camera parameters."Eino-Ville Talvala2012-03-131-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Check for null characters being used in camera parameters.Eino-Ville Talvala2012-03-121-4/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge "Move LocalUtil unit tests from Frameworks to CTS"Fabrice Di Meglio2012-03-131-200/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move LocalUtil unit tests from Frameworks to CTSFabrice Di Meglio2012-03-131-200/+0
* | | | | | | | | | Merge "Introduce READ_CALL_LOG and WRITE_CALL_LOG"Daniel Lehmann2012-03-132-0/+35
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Introduce READ_CALL_LOG and WRITE_CALL_LOGDaniel Lehmann2012-03-122-0/+35
* | | | | | | | | | Merge "Whitespace and indentation"Glenn Kasten2012-03-134-126/+126
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Whitespace and indentationGlenn Kasten2012-03-134-126/+126
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Support "prev" for IME input."George Mount2012-03-132-7/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Support "prev" for IME input.George Mount2012-03-122-7/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge "ActivityManager: add option to allow OpenGL trace."Siva Velusamy2012-03-127-26/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-127-26/+42
* | | | | | | | | | Merge "Expose a function to set OpenGL Trace level."Siva Velusamy2012-03-121-0/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Expose a function to set OpenGL Trace level.Siva Velusamy2012-03-091-0/+7
* | | | | | | | | | Merge "Fix test flakiness"Xia Wang2012-03-121-0/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix test flakinessXia Wang2012-03-121-0/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge "Let <path-permission> block unprotected providers."Jeff Sharkey2012-03-121-59/+88
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Let <path-permission> block unprotected providers.Jeff Sharkey2012-03-121-59/+88
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge "Make public more RTL APIs"Fabrice Di Meglio2012-03-121-5/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |