summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Keep opaque bitmaps opaque after scalingRomain Guy2012-04-261-0/+1
* Merge "Add yet more keyboard layouts." into jb-devJeff Brown2012-04-251-6/+40
|\
| * Add yet more keyboard layouts.Jeff Brown2012-04-251-6/+40
* | Merge "DO NOT MERGE. Do not dispatch context selection events to non-visible ...Dianne Hackborn2012-04-251-1/+1
|\ \ | |/ |/|
| * DO NOT MERGE. Do not dispatch context selection events to non-visible fragments.Jake Wharton2012-04-251-1/+1
* | Merge "Allow forward locked apps to be in ASECs" into jb-devKenny Root2012-04-256-311/+561
|\ \
| * | Allow forward locked apps to be in ASECsKenny Root2012-04-256-311/+561
| |/
* | Merge "Move RINGTONE_PICKER to handle external storage." into jb-devJeff Sharkey2012-04-252-372/+0
|\ \
| * | Move RINGTONE_PICKER to handle external storage.Jeff Sharkey2012-04-252-372/+0
| |/
* | Make Advanceable a public API.Michael Jurka2012-04-251-1/+0
|/
* Merge "Improve char mirroring in TextLayoutCache"Raph Levien2012-04-241-27/+5
|\
| * Improve char mirroring in TextLayoutCacheFabrice Di Meglio2012-04-241-27/+5
* | Merge "Fix for layout debug mode."Philip Milne2012-04-241-17/+20
|\ \
| * | Fix for layout debug mode.Philip Milne2012-04-241-17/+20
* | | Merge "Adding explicit text traversal granularities and actions for web navig...Svetoslav Ganov2012-04-242-65/+194
|\ \ \
| * | | Adding explicit text traversal granularities and actions for web navigation.Svetoslav Ganov2012-04-242-65/+194
* | | | Merge "New API to allow third-party apps to bind widgets"Michael Jurka2012-04-243-2/+124
|\ \ \ \
| * | | | New API to allow third-party apps to bind widgetsMichael Jurka2012-04-243-2/+124
* | | | | Merge "Fix 6299832: Add search target swipe action to navigation bar on phones"Jim Miller2012-04-2415-5/+14
|\ \ \ \ \
| * | | | | Fix 6299832: Add search target swipe action to navigation bar on phonesJim Miller2012-04-2415-5/+14
| |/ / / /
* | | | | Merge "Do not notify text watchers when replace is a no-op"Gilles Debunne2012-04-241-0/+20
|\ \ \ \ \
| * | | | | Do not notify text watchers when replace is a no-opGilles Debunne2012-04-181-0/+20
* | | | | | Merge "Updating activity/task transition animations."Winson Chung2012-04-2416-128/+89
|\ \ \ \ \ \
| * | | | | | Updating activity/task transition animations.Winson Chung2012-04-2416-128/+89
* | | | | | | Merge "Add support for custom app and uri in events"Michael Chan2012-04-241-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Add support for custom app and uri in eventsMichael Chan2012-04-241-0/+4
* | | | | | | | Merge "Relax global restrict for system services."Jeff Sharkey2012-04-241-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Relax global restrict for system services.Jeff Sharkey2012-04-241-0/+6
* | | | | | | | | Merge "add a (hidden) api on Surface to query if the consumer is running behi...Mathias Agopian2012-04-242-0/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add a (hidden) api on Surface to query if the consumer is running behind the ...Mathias Agopian2012-04-242-0/+23
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge "Partial fix for bug 6132077 (incorrect line breaking of Arabic text)."Raph Levien2012-04-241-17/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Partial fix for bug 6132077 (incorrect line breaking of Arabic text).Raph Levien2012-04-241-17/+8
* | | | | | | | | | Merge "Removing hierarchical accessibility focus directions."Svetoslav Ganov2012-04-246-372/+146
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Removing hierarchical accessibility focus directions.Svetoslav Ganov2012-04-236-372/+146
* | | | | | | | | | am 5ba15cc3: am 9d9251c8: am 847d677f: am 3c40675f: Merge "Fix potential NPE ...Dianne Hackborn2012-04-241-0/+3
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 9d9251c8: am 847d677f: am 3c40675f: Merge "Fix potential NPE when saving f...Dianne Hackborn2012-04-231-0/+3
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ am 3c40675f: Merge "Fix potential NPE when saving fragment state."Dianne Hackborn2012-04-231-0/+3
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fix potential NPE when saving fragment state.Jake Wharton2012-04-231-0/+3
| * | | | | | | | | | | | am cfab1364: am 20176edc: Merge "DOC CHANGE: Add javadoc to ClipboardManager"...Joe Malin2012-04-191-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | am 20176edc: Merge "DOC CHANGE: Add javadoc to ClipboardManager" into ics-mr1Joe Malin2012-04-191-0/+13
| | |\ \ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ \ Merge "Add new signature-level permission to get details of tasks."Dianne Hackborn2012-04-242-2/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add new signature-level permission to get details of tasks.Dianne Hackborn2012-04-242-2/+17
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | TextView refactoring part 3: the easyGilles Debunne2012-04-241-247/+252
* | | | | | | | | | | | | | Merge "Expose Context.NSD_SERVICE"Irfan Sheriff2012-04-241-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Expose Context.NSD_SERVICEIrfan Sheriff2012-04-241-3/+2
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge "Support picture listener correctly in HW webviews"Chris Craik2012-04-241-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Support picture listener correctly in HW webviewsChris Craik2012-04-201-1/+12
* | | | | | | | | | | | | | Merge "Use the right timeout"John Reck2012-04-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use the right timeoutJohn Reck2012-04-241-1/+1
* | | | | | | | | | | | | | | Merge "Add tests for reflection and improve JavaDoc for Java Bridge"Steve Block2012-04-241-20/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \