summaryrefslogtreecommitdiffstats
path: root/res/drawable-xhdpi
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Recents Search assetsFabrice Di Meglio2014-06-091-0/+0
| | | | | | | | - 20% grey per UX request See bug: #12910134 Implement Search into the Settings App Change-Id: I6c6e506a2f371b95c5c953615a41143e913e855b
* Add icon for Search RecentsFabrice Di Meglio2014-06-091-0/+0
| | | | | | | | - per UX request See bug: #12910134 Implement Search into the Settings App Change-Id: I91082292fd6a84f503b61b19d1a74bd89da8e209
* New Battery Material assetsFabrice Di Meglio2014-06-094-0/+0
| | | | | | See bug: #15330969 Settings > Battery should use Quantum icons for as many items as possible Change-Id: I79bce984982b44e1906de0d85ee5743bd93abece
* New Sync Status Material assetsFabrice Di Meglio2014-06-094-0/+0
| | | | | | See bug: #15351850 Need updated Quantum icons for Sync Status Change-Id: Ic0bd083c2c4bb1c6ba844bb7299854d1efe4461f
* Update "NFC & more" Dashboard iconFabrice Di Meglio2014-06-061-0/+0
| | | | | | | | - caveat: we dont have the hdpi density in that delivery See bug: #15450825 Dashboard "NFC & more" icon is not the correct size Change-Id: I4193c219bab3836554bc02172c93b3d3047cf907
* Wi-Fi assets delivery for QuantumFabrice Di Meglio2014-06-0320-0/+0
| | | | | | See bug: #15117166 Network Strength Indicator Icon in WiFi Settings for I/O Change-Id: I0c5a4df094523b3a7df44852b1a5dc5318c52504
* Merge "Sixth batch of new Quantum Theme assets - DO NOT MERGE" into ↵Fabrice Di Meglio2014-05-234-0/+0
|\ | | | | | | lmp-preview-dev
| * Sixth batch of new Quantum Theme assets - DO NOT MERGEFabrice Di Meglio2014-05-234-0/+0
| | | | | | | | | | | | | | | | | | - needed for Quantum Theme support See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: Iaec517aa448b1590bcb355ac8694b2e4e0c90292 (cherry picked from commit 58473734485d2eb17e71b5a63a1be7f7e09ce651)
* | Fifth batch of new Quantum Theme assets - DO NOT MERGEFabrice Di Meglio2014-05-2332-0/+0
|/ | | | | | | | | - needed for Quantum Theme support See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I04e31e277d59d97f7871dde6bdb6a7099c7a8d65 (cherry picked from commit dcfa52c524591370e8a3b7f237e7a475a234b21c)
* Fourth batch of new Quantum Theme assetsFabrice Di Meglio2014-05-215-0/+0
| | | | | | | | - needed for Quantum Theme support See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: Ib0c8ef37e069a0c6ed9dd3461bc52055cf199de7
* Merge "Revert "Settings for NFC Unlock""Andres Morales2014-05-203-0/+0
|\
| * Revert "Settings for NFC Unlock"Andres Morales2014-05-203-0/+0
| | | | | | | | | | | | | | | | This will be rolled into a Trustlet This reverts commit fd2b6293358bda6f6beaab088e8913a13c0e2e31. Change-Id: I921f0838d4646799b6664da64a578a209e9c037e
* | Third batch of new Quantum Theme assetsFabrice Di Meglio2014-05-2030-0/+0
|/ | | | | | | | | - needed for Quantum Theme support - some RTL assets have been removed as the LTR ones are now symetrical See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I3456278979b00360d3f26bcc691522b627b7dbfe
* Second batch of new Quantum Theme assetsFabrice Di Meglio2014-05-1515-0/+0
| | | | | | | | - needed for Quantum Theme support See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I915db343c8b59e9c926e2d0ae81de220ad3b8b02
* First batch of new Quantum Theme assetsFabrice Di Meglio2014-05-1429-0/+0
| | | | | | - needed for Quantum Theme support Change-Id: I90e8fdbb86a3cc5d5c209d4d345f6d423b2a1d5d
* App-level notification configuration settings page.John Spurlock2014-04-211-0/+0
| | | | | | | | | | | | New sub-page off of notification settings to ban/unban apps and navigate to an app's notification configuration activity (if configured). Centralized all notification settings artifacts under a new settings subpackage. Bug: 13935172 Change-Id: I53b75c02f0091900734d17dc9217035d0df9b466
* Finally, a place for notification settings.Dan Sandler2014-03-121-0/+0
| | | | | | | | | | | | | Consolidated under the new Notifications settings are: - Ringtone (from Sound) - Zen Mode (from Sound) - Pulse LED (from Display) - Heads-Up Notifications (from Display) - Notification Access (from Security) - Show when locked (from Security) Change-Id: I214d03ba1e356e088323a3058d98d390b8a8f988
* Zen mode configuration panel. (packages/apps/Settings)John Spurlock2014-02-281-0/+0
| | | | | | | | | | | | Read-only version of the configuration screen for Limited Interruptions. Defaults to the logic implemented for this mode, namely block notifications except for Calls & Alarms. This settings panel will serve as a target for the configure affordance in SystemUI. Change-Id: I33fd1e11ab76dbb7044bb94cb096cd892945947d
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-0/+0
| | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* Remove outdated custom background for password field.Jorim Jaggi2014-01-081-0/+0
| | | | | | | In the lockscreen settings, the entry text field for the PIN/password still uses an outdated, gingerbready background. This is removed by using the default Holo background. Bug: 12382439 Change-Id: Iaa7ea4980060762841646a4b8ea18d008518c24b
* Settings for NFC UnlockAndres Morales2013-12-063-0/+0
| | | | Change-Id: Ifaa2717da6c364daa7af073e42fc8f6a097c14bb
* Update power widget icons and fix location behaviorDavid Christie2013-11-0716-0/+0
| | | | | | Bug: 11242129 Change-Id: I29f5b4cf914ece4b0991229f384012eb66ba3820
* Change location settings icons from crosshair to pinDavid Christie2013-10-093-0/+0
| | | | | | -b/8142654 Change-Id: I4c0b6aeb56a9a100c2869032bb09dc11cc66dcea
* Merge "UX tweaks for CA cert monitoring" into klp-devMaggie Benthall2013-10-011-0/+0
|\
| * UX tweaks for CA cert monitoringMaggie Benthall2013-09-201-0/+0
| | | | | | | | | | | | | | | | | | - Use a smaller icon on the settings menu in managed device case - Whitespace/punctuation fix for dialog message string. Bug: 10421514 Bug: 10785095 Change-Id: Ic7cd0cedd2f7a4075cb9d966265ad40ae002f355
* | Add print job settings screen.Svetoslav Ganov2013-09-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | Added a list of active print jobs to the main print settings screen. Selecting a print job from there leads to a print job settings screen with more information about the print job and actions to change the prit job state such as cancel and restart. bug:10935736 Change-Id: Idd6826a998309941c3d8478dafe4b039c8ca4f45
* | Merge "Latest UX for Tap & pay." into klp-devMartijn Coenen2013-09-261-0/+0
|\ \
| * | Latest UX for Tap & pay.Martijn Coenen2013-09-251-0/+0
| | | | | | | | | | | | | | | Bug: 10862185 Change-Id: I4344f70533a69d422159547c58bbc981f4d889ca
* | | Updated de-blued backgrounds for settings power widget.Mindy Pereira2013-09-251-0/+0
| | | | | | | | | | | | Change-Id: I940999244d7bb6c2ec800c16b3c55c266d9b70c9
* | | Replace blue pressed feedback with gray.Rob Tsuk2013-09-253-0/+0
|/ / | | | | | | Change-Id: I03d5fbcd05975792dc27160d8ea44abdc1894624
* | Use a generic icon for HomeJeff Sharkey2013-09-231-0/+0
| | | | | | | | | | | | | | | | | | It's only a *foolish* consistency that is the hobgoblin of little minds. Bug 10849877 Change-Id: Ice60cbb13a754edc104ae8630cb3d8dfe637d1af
* | Offer to enable a print service after it is installed (Settings).Svetoslav2013-09-201-0/+0
|/ | | | | | | | | | | | | | The user has to explicitly enable a print service from the settings UI before using it. Usually, users very rarely if at all interact with print services, therefore all print service management task are performed from the print settings. We also have to get user consent warning that the user's data is about to be given to a third-party app. We now post a notification allowing the user to go directly to the settings screen to turn the service on. bug:10447510 Change-Id: Ibfb5368a09b1e012dd6dd0f3d33a5ad10e5ee00e
* Merge "Payments: use latest settings icon." into klp-devMartijn Coenen2013-09-161-0/+0
|\
| * Payments: use latest settings icon.Martijn Coenen2013-09-131-0/+0
| | | | | | | | | | Bug: 10262585 Change-Id: I40e52c67be73f4c434ced755dbc6d340ff709e2a
* | Activity for messaging installed CA certs, and icon in Settings.Maggie Benthall2013-09-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | Add the MonitoringCertInfoActivity, used by Settings, QuickSettings and notification to explain about CA certs enabling network traffic monitoring. Add a button on the Security item in Settings when a cert is installed. Bug: 10633199 Change-Id: Ic753fe22b66c30d837a9ba471a0632a07bb7471f
* | Introduce 'Home' settingsChristopher Tate2013-09-131-0/+0
|/ | | | | | Bug 9958444 Change-Id: I868f5b7aa6ae9273b725cb96e80821a82569e7e0
* HCE: Latest UX and strings.Martijn Coenen2013-09-111-0/+0
| | | | | Bug: 10262585 Change-Id: I5473c4d387fed884faf77c7448fab1332f710557
* Merge "Implementing print settings as per UX spec." into klp-devSvetoslav2013-09-051-0/+0
|\
| * Implementing print settings as per UX spec.Svetoslav2013-09-041-0/+0
| | | | | | | | Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
* | Add resources for light themeRussell Brenner2013-08-3030-0/+0
|/ | | | | Bug: 10407819 Change-Id: Ie232b2d48a8d67355d7c31a878ebaa79aae7c44d
* Modify Power Widget Gps Icon To Represent Location.David Christie2013-08-082-0/+0
| | | | | | | Instead of directly controlling gps on/off, it will control master location switch on/off. Change-Id: I12a20fb77c12b5099172167821ff7ed00ba9ea7c
* NFC payment settings.Martijn Coenen2013-08-061-0/+0
| | | | | | First version, pending final UX. Change-Id: I357e900c3f2012b35814ae197c49a8c9b97b7148
* Add captioning preferences screenAlan Viverette2013-08-061-0/+0
| | | | | BUG: 9926077 Change-Id: Iea141d5d6fd0e4f134c36c51d89830b3c31abd09
* Show the user's list of notifications in Settings.Daniel Sandler2013-02-121-0/+0
| | | | | | | Requires new APIs in change I41338230 and change Icce8d6f9 from frameworks/base. Change-Id: I21b645bdc265b477453f9b177f6776e2c58bd323
* Final tweaks to visuals of widget pickerMichael Jurka2012-11-071-0/+0
|
* Updated assets.Daniel Sandler2012-11-072-0/+0
| | | | Change-Id: Ib4e02eb1c43523e86ad8828835f76436ebb82506
* New widget picker for keyguard widgetsMichael Jurka2012-10-312-0/+0
| | | | | | | | | | New layout for widget picker is still not up to final design, but this change prepares all the backend work Also, remove use of features filter from the picker, since this is being removed from the API Change-Id: I9b332e22cf34b98c20c720602c920d28aed01d6c
* Let's enhanceJason Chen2012-10-121-0/+0
| | | | | | | | Add mipmap-xxhdpi launcher icon asset. Remove unneeded drawable-based launcher icon assets while we're at it. Bug: 6718166 Change-Id: I0f9ed4968569e0c2bce44e617a0586f0672d916a
* Use new color avatar assetsAmith Yamasani2012-10-029-0/+0
| | | | | | Bug: 7204409 Bug: 7222997 Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
* More traditional list item style for dreams settings.John Spurlock2012-08-302-0/+0
| | | | | | | | | | | | | Other improvements: - remove "Start dreaming now", promote "When to dream" to action bar - added logging - hide dream settings button if n/a - new flat style for settings/preview + dividers - refresh dreams list when packages are installed/uninstalled - added placeholder for help url Bug:7010260 Change-Id: Ia443b4f76678eaf1a52b907d50aefb0d8f7e4748