summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* am 1b8df04b: am 8aeab6c8: Allow the keyguard service to be configurable.Bryce Lee2015-03-092-0/+6
|\ | | | | | | | | * commit '1b8df04b8d754f68dc6bfa6caa9e0a2666d16933': Allow the keyguard service to be configurable.
| * am 8aeab6c8: Allow the keyguard service to be configurable.Bryce Lee2015-03-092-0/+6
| |\ | | | | | | | | | | | | * commit '8aeab6c8b9b89d77108fc05245561e33113fe27f': Allow the keyguard service to be configurable.
| | * Allow the keyguard service to be configurable.Bryce Lee2015-03-062-0/+6
| | | | | | | | | | | | Change-Id: I811171c228764c3e0e507ad3ce28835ccad9bb31
* | | am 168d0ade: am 1e53b98c: Merge "Allow press and hold from non-interactive." ↵Bryce Lee2015-03-092-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | into lmp-mr1-modular-dev * commit '168d0ade0cb5a733c83d7dcfdf0a0efa3250cb16': Allow press and hold from non-interactive.
| * | am 1e53b98c: Merge "Allow press and hold from non-interactive." into ↵Bryce Lee2015-03-092-0/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | lmp-mr1-modular-dev * commit '1e53b98c38b6606859f4b33a98d776cbb65f1a42': Allow press and hold from non-interactive.
| | * Merge "Allow press and hold from non-interactive." into lmp-mr1-modular-devBryce Lee2015-03-062-0/+3
| | |\
| | | * Allow press and hold from non-interactive.Bryce Lee2015-02-272-0/+3
| | | | | | | | | | | | | | | | | | | | Bug: 19520133 Change-Id: I3ad50f72499667e9b711057f381144a6c3ae6138
* | | | Import translations. DO NOT MERGEGeoff Mendal2015-03-0972-248/+1145
| | | | | | | | | | | | | | | | | | | | Change-Id: I9b6fac7639695f15cc7d1aa5b814bd6fa0872165 Auto-generated-cl: translation import
* | | | Add new debug feature to automatically create heap dumps.Dianne Hackborn2015-03-063-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet working, unless you turn off SELinux enforcing. We need to update SElinux to allow the system process to give apps access to /data/system/heapdump/javaheap.bin. Currently watching can only be enabled through the shell, such as: adb shell am set-watch-heap com.android.systemui 1024 The last number is the process pss size in bytes, so this is asking us to warn if it goes about 1K which will be all the time. Change-Id: I2089e5db2927afca0bf01a363c6247ee5dcb26e8
* | | | Merge "Text selection changes - smart handles & drag accelerator"Mady Mellor2015-03-0510-0/+0
|\ \ \ \
| * | | | Text selection changes - smart handles & drag acceleratorMady Mellor2015-03-0210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drag accelerator: After entering text selection mode, immediately dragging your finger along the screen will select text. Once you have dragged past the initial word the selection an offset is added so that the end of the selection is not below your finger. Smart handles: When expanding the selection the handles snap to words, when shrinking the selection the handles go by character, once you're in by-character mode you can expand by character until you hit a word boundary where you will then expand by word again. Your finger must past the first ~2 characters in a word before the handle will jump to the word boundary. Bug: 19356160 Bug: 19355947 Change-Id: I79b8ec5ae3159148cd2f15d2e63dd5045c2069e4
* | | | | Clean up the lock task APIs for COSU devices.Benjamin Franz2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up and increase readability of internal handling of lock task mode APIs. Add a public API to query the lock task mode state with pinned and locked as possible outcomes. Additionally, change wording in lock task toasts when in locked mode and update the javadoc regarding onLockTaskModeEntering and onLockTaskModeExiting to represent the actual behaviour. Bug: 19377096 Change-Id: Ia563078ca6ef6d6fc7e75130e6b94ba18af69340
* | | | | am 7b737c80: am 097f8d5f: Merge "Update "Optimizing app X from Y string"" ↵Anthony Hugh2015-03-051-0/+26
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-modular-dev * commit '7b737c809d95343ebf18d68dd9f503f5efe127be': Update "Optimizing app X from Y string"
| * | | | am 097f8d5f: Merge "Update "Optimizing app X from Y string"" into ↵Anthony Hugh2015-03-051-0/+26
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | lmp-mr1-modular-dev * commit '097f8d5f6b82f27e71ec72795dee053dfc698ac5': Update "Optimizing app X from Y string"
| | * | | Update "Optimizing app X from Y string"Anthony Hugh2015-03-041-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The word "Optimizing" is rendering on two lines on Lenok due to being too long. New design is to shorten the string on watches to avoid this issue. BUG: 18388692 BUG: 18902013 BUG: 16493311 Change-Id: I8d9a9e8fcade460e50f9bf71d5cb0c6e415f871e
| | * | | Import translations. DO NOT MERGEGeoff Mendal2015-03-043-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibbd6d3677d2e146de85bfc7130371546b31cb404 Auto-generated-cl: translation import
| | * | | Import translations. DO NOT MERGEGeoff Mendal2015-03-027-27/+27
| | | |/ | | |/| | | | | | | | | | | | | Change-Id: Ifd7882b235b226a5840595667429569125f1849f Auto-generated-cl: translation import
* | | | Merge "Add ChooserTargetService API"Adam Powell2015-03-052-0/+13
|\ \ \ \
| * | | | Add ChooserTargetService APIAdam Powell2015-03-042-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A ChooserTargetService can be implemented by apps that wish to offer additional deep-link targets for the system intent chooser to in turn offer to the user. This allows apps to create contextually relevant shortcuts for UI flows that would otherwise require several steps of explicit disambiguation. For example, a chat app might offer one-touch access to recent conversations when sharing a photo to it from elsewhere. The chooser implementation must limit the number of ChooserTargetServices it elects to query in order to respect available system resources. Only the system chooser is permitted to bind to a ChooserTargetService. Change-Id: Ia7e075ee649c51cf2035f20aee166c5a27d91aeb
* | | | | Merge "Audio: Remove the concept of master volume."John Spurlock2015-03-042-17/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Audio: Remove the concept of master volume.John Spurlock2015-03-042-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove two config resources (use master volume, and volume ramp). - Remove master volume adjustments / getters / intents. - Retain @hidden setMasterMute, needed for device admin - Remove master volume logic in AudioService. - Remove master volume logic in VolumePanel. - Rename "getMasterStreamType" to "getUiSoundsStreamType" to avoid confusion. Bug: 19582978 Change-Id: Id02c8fa4898cff3b913147f5ac1b4038e2e7cc24
* | | | | Merge "Update immersive cling visuals"Adrian Roos2015-03-047-45/+163
|\ \ \ \ \
| * | | | | Update immersive cling visualsAdrian Roos2015-03-047-45/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enables the swipe from top gesture for revealing the navigation bar, even if the status bar is visible. Bug: 19282730 Change-Id: I7b562c2f0f00ff3f05b8b1e44657efe79b45f9c7
* | | | | | Import translations. DO NOT MERGEGeoff Mendal2015-03-0458-535/+289
|/ / / / / | | | | | | | | | | | | | | | | | | | | Change-Id: Ie73169cd2ccab4f812f7cabbf30d0c0adb570c65 Auto-generated-cl: translation import
* | | | | Merge "Fix user switching dialog colors for television."Andrew Wilson2015-03-031-0/+29
|\ \ \ \ \
| * | | | | Fix user switching dialog colors for television.Andrew Wilson2015-03-021-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug id: b/17605988 Change-Id: I5508c100aafcfabebac546e610827cf3191b5664
* | | | | | Merge "Use scheduled job rather than periodic alarms for key/value backups"Christopher Tate2015-03-031-0/+4
|\ \ \ \ \ \
| * | | | | | Use scheduled job rather than periodic alarms for key/value backupsChristopher Tate2015-03-021-0/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of a runs-forever periodic alarm that drives key/value backup passes, we instead schedule-on-demand a trigger job that will kick off the pass after a batching interval. The key semantic change is that we now never wake for key/value backup work unless we've been explicitly asked to do so. We also use a rather longer batching interval than was previously the case. Bug 19536032 Change-Id: Ie377562b2812c9aeda0ee73770dfa94af6017778
* | | | | | Update Material light theme colors, clean up material colorsAlan Viverette2015-03-028-36/+100
|/ / / / / | | | | | | | | | | | | | | | | | | | | Bug: 19424147 Change-Id: Ia13dbee34f2f73fe0075c53709dd16097c8f784c
* | | | | Merge "Increased char limit for policylab_expirePassword"Fyodor Kupolov2015-03-021-1/+1
|\ \ \ \ \
| * | | | | Increased char limit for policylab_expirePasswordFyodor Kupolov2015-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19538249 Change-Id: Ia5209d7df5c2b810776a37ae805f96c643ab6ae4
* | | | | | Import translations. DO NOT MERGEGeoff Mendal2015-03-0272-681/+1760
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e5fd4152be52ddbd9bb0aa7ad4f5422331b5e57 Auto-generated-cl: translation import
* | | | | | Merge "Add TextView XML attribute for undo support"James Cook2015-02-272-1/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add TextView XML attribute for undo supportJames Cook2015-02-272-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Defaults to true, but can easily be changed if we decide that undo should be off by default. Bug: 19332904 Change-Id: Ic4f3814a1b0a5e25171a910f2fe628606e16104e
* | | | | | Merge "Add fingerprint settings support to the framework"Jim Miller2015-02-272-0/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add fingerprint settings support to the frameworkJim Miller2015-02-272-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cleanup thread issue and simplify native FingerprintService methods - add new permissions and enforce them - add fingerprint hardware detection API Change-Id: I87c2243ea2412061f1e85b044138480d0161bcdf
* | | | | | Merge "Reland: Add basic support for Ctrl-Z to editable TextViews"James Cook2015-02-272-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Reland: Add basic support for Ctrl-Z to editable TextViewsJames Cook2015-02-272-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reland 9201e797833f35b9afb219f88c10d3b6fda02a4e which was reverted in c8f08e07a47cc259a25caed3f731ee7044328635. Original description: * Add an UndoManager to the Editor for each editable TextView * Record operations as being owned by that Editor * Parcel the undo state * Wire hardware keyboard shortcuts Ctrl-Z for undo and Ctrl-Shift-Z for redo into TextView shortcut handling. * Expose IDs for "undo" and "redo" for symmetry with cut/copy/paste. Additional fix: * Ensure each UndoOwner always has a valid mManager, even after the UndoManager is parceled and restored. Bug: 19332904 Bug: 19505388 Change-Id: Iad4476e6e9ca952281e69bf22c07cca915dfa7bd
* | | | | | Merge "Implement landscape layout for time picker dialog"Alan Viverette2015-02-2724-505/+382
|\ \ \ \ \ \
| * | | | | | Implement landscape layout for time picker dialogAlan Viverette2015-02-2624-505/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support overriding default alert dialog panel elements by including them in the dialog's custom content view, but no public API (yet!) since the panel IDs have never been public. Some minor cleanup and refactoring in TimePickerDialog. Removes Holo styles for "clock" and "calendar" style pickers since they are new in Material. If the new styles are used against Holo they will match Material but with Holo primary/accent colors. Also implements themed color state lists to resolve TODOs in both time and date pickers. Bug: 19431361 Change-Id: I095fd8d653e02d9e5d20d66611432a08a7a5685e
* | | | | | | MenuItem, navigation and overflow icon tintingChris Banes2015-02-272-0/+79
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - iconTint and iconTintMode attrs for MenuItem, with associated setters. - navigationTint and navigationTintMode attrs for Toolbar with associated setters. - overlflowTint and overflowTintMode attrs for Toolbar with associated setters. BUG: 18126050 BUG: 19148351 BUG: 19305408 Change-Id: Ibd1fae7cdbc7a7c42809e52541fae5d8beb18e92
* | | | | | Revert "Add basic support for Ctrl-Z to editable TextViews"James Cook2015-02-262-6/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9201e797833f35b9afb219f88c10d3b6fda02a4e. It causes crashes on typing after device orientation change. Bug: 19332904 Bug: 19505388 Change-Id: I0d9fb728eb6f8d591beb35fab333c0a182e24542
* | | | | Merge "Clean up AlertDialog javadocs, add overlay theme for dialogs"Alan Viverette2015-02-263-23/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clean up AlertDialog javadocs, add overlay theme for dialogsAlan Viverette2015-02-233-23/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also cleans up CheckedTextView javadocs. Bug: 19482450 Change-Id: I47559533784b19267e9381af10c456ce0d20d329
* | | | | am 0fbcc708: am 1e74b5d6: Merge "Burn in protection." into lmp-mr1-modular-devFilip Gruszczynski2015-02-253-0/+27
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * commit '0fbcc7086fe742e641915ed5f097119d01613cb5': Burn in protection.
| * | | | am 1e74b5d6: Merge "Burn in protection." into lmp-mr1-modular-devFilip Gruszczynski2015-02-253-0/+27
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit '1e74b5d6b0e964b7a9e58e64b45f50aec15b1178': Burn in protection.
| | * | | Burn in protection.Filip Gruszczynski2015-02-253-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19373758 Change-Id: I7242f73acadd21bdee03262b4205c8af0734fccb
* | | | | Merge "Allow alternative policy description for secondary users"Fyodor Kupolov2015-02-252-11/+31
|\ \ \ \ \
| * | | | | Allow alternative policy description for secondary usersFyodor Kupolov2015-02-242-11/+31
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For policies like wipe-data, device admin policy description should be customizable for secondary users. Bug: 19194766 Change-Id: Idadbdf84d378cf4f1b42ac246a48edbfa97eaa9a
* | | | | am cf8c112e: am 01dd0e86: Merge "Force translucency from windowIsTranslucent ↵Filip Gruszczynski2015-02-252-8/+6
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | on SwipeDismissLayout." into lmp-mr1-modular-dev * commit 'cf8c112ed87752d79a869de9426b5c5a950b5c43': Force translucency from windowIsTranslucent on SwipeDismissLayout.