summaryrefslogtreecommitdiffstats
path: root/core/java/com
Commit message (Expand)AuthorAgeFilesLines
* Add support for notification scorers.Scott Greenwald2013-07-232-0/+215
* Merge "Support multiple Vpn ManageDialogs"Geremy Condra2013-07-231-5/+3
|\
| * Support multiple Vpn ManageDialogsChad Brubaker2013-07-161-5/+3
* | Have UserManagerService clear the restrictions and unblock appsAmith Yamasani2013-07-182-57/+139
* | Merge "Make it safe to use start/stop app ops outside of system proc"Dianne Hackborn2013-07-181-2/+3
|\ \
| * | Make it safe to use start/stop app ops outside of system procDianne Hackborn2013-07-171-2/+3
* | | am e9643874: am 0bad5370: Merge "Handle missing and invalid numeric values in...Elliott Hughes2013-07-181-10/+27
|\ \ \ | |/ / |/| |
| * | am 0bad5370: Merge "Handle missing and invalid numeric values in XmlUtils."Elliott Hughes2013-07-181-10/+27
| |\ \
| | * \ Merge "Handle missing and invalid numeric values in XmlUtils."Elliott Hughes2013-07-181-10/+27
| | |\ \
| | | * | Handle missing and invalid numeric values in XmlUtils.Vladimir Marko2013-07-021-10/+27
* | | | | Fix collapsible action views.Adam Powell2013-07-161-1/+1
* | | | | Merge "Revert "Update ListMenuItemView to use a single RelativeLayout""Alan Viverette2013-07-151-79/+68
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "Update ListMenuItemView to use a single RelativeLayout"Alan Viverette2013-07-151-79/+68
* | | | | Merge changes Ia6646363,I94389b64Geremy Condra2013-07-151-6/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add per user VPN supportChad Brubaker2013-07-121-6/+38
* | | | | Merge "Fix MenuItemImpl#hasCollapsibleActionView for action providers"Adam Powell2013-07-121-2/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix MenuItemImpl#hasCollapsibleActionView for action providersAdam Powell2013-07-111-2/+8
* | | | | Always show overflow buttons on action barsAdam Powell2013-07-111-4/+1
|/ / / /
* | | | Merge "Add -c option to meminfo to dump a compact form."Dianne Hackborn2013-07-111-1/+1
|\ \ \ \
| * | | | Add -c option to meminfo to dump a compact form.Dianne Hackborn2013-07-101-1/+1
* | | | | Fix ListMenuItemView regression from patch 8933efd49Adam Powell2013-07-101-3/+6
|/ / / /
* | | | Merge "Consolidate InputMethodUtils"Satoshi Kataoka2013-07-091-0/+11
|\ \ \ \
| * | | | Consolidate InputMethodUtilsSatoshi Kataoka2013-07-091-0/+11
* | | | | am 6cd4281d: am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"Jean-Baptiste Queru2013-07-081-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"Jean-Baptiste Queru2013-07-081-1/+1
| |\ \ \
| | * \ \ am 1e7276ce: Merge "Fix typo in AlertController.java"Jean-Baptiste Queru2013-07-081-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge "Fix typo in AlertController.java"Jean-Baptiste Queru2013-07-081-1/+1
| | | |\ \ | | | | |/ | | | |/|
| | | | * Fix typo in AlertController.javaSangkyu Lee2013-02-151-1/+1
* | | | | Merge "More work on procstats: save/restore state, fixes."Dianne Hackborn2013-06-291-1/+0
|\ \ \ \ \
| * | | | | More work on procstats: save/restore state, fixes.Dianne Hackborn2013-06-281-1/+0
* | | | | | am b8292830: resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes2013-06-282-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | resolved conflicts for merge of a920f25f to jb-mr2-dev-plus-aospElliott Hughes2013-06-282-7/+7
| |\ \ \ \ | | |/ / /
| | * | | resolved conflicts for merge of fca0f92e to stage-aosp-masterElliott Hughes2013-06-282-7/+7
| | |\ \ \ | | | |/ /
| | | * | Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-282-7/+7
* | | | | Merge "Simplify wake management code in keyguard."Jim Miller2013-06-271-2/+0
|\ \ \ \ \
| * | | | | Simplify wake management code in keyguard.Jim Miller2013-06-271-2/+0
* | | | | | Merge "Optimize width measurement and cache result in MenuPopupHelper"Alan Viverette2013-06-271-22/+43
|\ \ \ \ \ \
| * | | | | | Optimize width measurement and cache result in MenuPopupHelperAlan Viverette2013-06-261-22/+43
* | | | | | | Merge "Update ListMenuItemView to use a single RelativeLayout"Alan Viverette2013-06-271-70/+78
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update ListMenuItemView to use a single RelativeLayoutAlan Viverette2013-06-261-70/+78
| |/ / / / /
* | | | | | Work on issue #9586838: Crash after waking up Hammerhead deviceDianne Hackborn2013-06-261-1/+6
* | | | | | Merge "Single-user restrictions"Amith Yamasani2013-06-263-8/+221
|\ \ \ \ \ \
| * | | | | | Single-user restrictionsAmith Yamasani2013-06-253-8/+221
* | | | | | | Update procstats to start collecting/reporting pss.Dianne Hackborn2013-06-261-1/+2
|/ / / / / /
* | | | | | Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-245-24/+82
* | | | | | Improve FastPrintWriter.Dianne Hackborn2013-06-241-128/+198
|/ / / / /
* | | | | Merge "Faster PrintWriter."Dianne Hackborn2013-06-211-0/+478
|\ \ \ \ \
| * | | | | Faster PrintWriter.Dianne Hackborn2013-06-211-0/+478
* | | | | | Paint current points a different color in PointerLocationMichael Wright2013-06-211-5/+18
|/ / / / /
* | | | | Merge "Add generic sugar for ArrayMap and ArraySet."Jeff Sharkey2013-06-182-0/+27
|\ \ \ \ \