summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Pass URLs to package verifiersrich cannings2012-08-206-8/+264
* Merge "Respect child drawing order when dispatching touch events" into jb-mr1...Adam Powell2012-08-201-3/+8
|\
| * Respect child drawing order when dispatching touch eventsAdam Powell2012-08-171-3/+8
* | Fix double call to TTS connection disconnect() on reconnectPrzemyslaw Szczepaniak2012-08-201-9/+20
* | Improve display manager debugging.Jeff Brown2012-08-192-0/+24
* | Refactor for multi-display support.Jeff Brown2012-08-1926-691/+919
* | Stub out display manager service implementation.Jeff Brown2012-08-192-2/+17
* | Merge "Don't create cache directory for isolated processes" into jb-mr1-devAmith Yamasani2012-08-191-5/+6
|\ \
| * | Don't create cache directory for isolated processesAmith Yamasani2012-08-171-5/+6
* | | Merge "More view hierarchy, fragment debugging." into jb-mr1-devDianne Hackborn2012-08-179-581/+626
|\ \ \ | |/ / |/| |
| * | More view hierarchy, fragment debugging.Dianne Hackborn2012-08-179-581/+626
* | | Merge "Fix permission check on ContentProvider to be multi-user aware." into ...Dianne Hackborn2012-08-171-2/+2
|\ \ \
| * | | Fix permission check on ContentProvider to be multi-user aware.Dianne Hackborn2012-08-171-2/+2
| |/ /
* | | Merge "Save preferred activity info with user id." into jb-mr1-devAmith Yamasani2012-08-173-2/+23
|\ \ \
| * | | Save preferred activity info with user id.Amith Yamasani2012-08-173-2/+23
* | | | Merge "Remove checkThread() from findAddress" into jb-mr1-devJonathan Dixon2012-08-171-1/+0
|\ \ \ \
| * | | | Remove checkThread() from findAddressJohn Reck2012-08-171-1/+0
| | |_|/ | |/| |
* | | | Merge "Adding a thumbnail scale down animation" into jb-mr1-devMichael Jurka2012-08-172-22/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adding a thumbnail scale down animationMichael Jurka2012-08-162-22/+21
* | | | Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-179-50/+158
* | | | am 21bf4657: am a688af9c: Merge "TabHost key handling corrected"Jean-Baptiste Queru2012-08-171-8/+63
|\ \ \ \
| * \ \ \ am a688af9c: Merge "TabHost key handling corrected"Jean-Baptiste Queru2012-08-171-8/+63
| |\ \ \ \
| | * \ \ \ Merge "TabHost key handling corrected"Jean-Baptiste Queru2012-08-171-8/+63
| | |\ \ \ \
| | | * | | | TabHost key handling correctedRoger Olsson2012-06-081-8/+63
* | | | | | | Merge "Improve resolution of RTL related properties" into jb-mr1-devFabrice Di Meglio2012-08-173-69/+177
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Improve resolution of RTL related propertiesFabrice Di Meglio2012-08-163-69/+177
* | | | | | | UserHandle to UserSerialNo mappingAmith Yamasani2012-08-176-11/+53
| |_|_|_|_|/ |/| | | | |
* | | | | | am 050c87f8: am a950daf5: Merge changes Ieb566a2a,I953057cdKenny Root2012-08-162-72/+44
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am a950daf5: Merge changes Ieb566a2a,I953057cdKenny Root2012-08-162-72/+44
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Use Libcore's stat instead of FileUtils#getFileStatusKenny Root2012-08-162-63/+44
| | * | | | Use Libcore.os.stat instead of FileUtilsKenny Root2012-08-161-9/+0
* | | | | | Merge "Make animators more robust against ending mid-stream" into jb-mr1-devChet Haase2012-08-161-18/+11
|\ \ \ \ \ \
| * | | | | | Make animators more robust against ending mid-streamChet Haase2012-08-161-18/+11
| | |_|_|_|/ | |/| | | |
* | | | | | am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+71
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am 9b0da58e: Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+71
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge "Introduce a restorecon JNI binding."Kenny Root2012-08-161-0/+71
| | |\ \ \ \
| | | * | | | Introduce a restorecon JNI binding.rpcraig2012-07-251-0/+71
* | | | | | | Merge "Multi-user external storage support." into jb-mr1-devJeff Sharkey2012-08-161-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Multi-user external storage support.Jeff Sharkey2012-08-151-3/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | am d69b47c0: am 8942e5a3: Merge "Use libcore Posix class for StatFs implement...Kenny Root2012-08-161-34/+52
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | am 8942e5a3: Merge "Use libcore Posix class for StatFs implementation"Kenny Root2012-08-161-34/+52
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Use libcore Posix class for StatFs implementationKenny Root2012-08-161-34/+52
* | | | | | | Rename UserId to UserHandle.Dianne Hackborn2012-08-1619-95/+96
* | | | | | | Merge "Fix alpha value for device orientation" into jb-mr1-devSteve Block2012-08-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix alpha value for device orientationSteve Block2012-08-161-1/+1
* | | | | | | | Merge changes I39804ee6,I6a5a7ea2 into jb-mr1-devJeff Brown2012-08-162-0/+166
|\ \ \ \ \ \ \ \
| * | | | | | | | Use spline interpolation for auto-brightness.Jeff Brown2012-08-161-0/+156
| * | | | | | | | Add FloatMath.hypot.Jeff Brown2012-08-161-0/+10
* | | | | | | | | Revert "Merge "Reload page when A11y is on and the JavaScript state changes."...Michael Jurka2012-08-153-25/+0
* | | | | | | | | Merge "Reload page when A11y is on and the JavaScript state changes." into jb...Svetoslav Ganov2012-08-153-0/+25
|\ \ \ \ \ \ \ \ \