summaryrefslogtreecommitdiffstats
path: root/res/drawable-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* New dream settings - first cutJohn Spurlock2012-08-292-0/+0
| | | | | | | | | | | | | | | First draft implementation of mocks for dream settings. Want to merge for the weekly build, so a few things remain, namely: - flat style for preview/settings buttons + dividers - animation between dream row expanded/collapsed state - wire up the help url - possibly ditch the non-standard style - add logging - refresh when packages are installed/uninstalled Bug:7010260 Change-Id: I96e3ab944170925bd76edf7b8b1127adfffc6262
* Merge "Updating launcher icon to fix alignment. Bug: 6511716" into jb-devChristian Robertson2012-05-231-0/+0
|\
| * Updating launcher icon to fix alignment. Bug: 6511716Christian Robertson2012-05-231-0/+0
| | | | | | | | Change-Id: I912c356fcd61414394ef9318568491b68a63b724
* | Match setup wizard wifi settings with new wireframesMichael Kolb2012-05-231-0/+0
|/ | | | | | Bug: 6521472 Change-Id: I159d8a98327ad775b2c5ccfc7380d60d62b54dad
* Add wps icon to wifi panelRussell Brenner2012-05-151-0/+0
| | | | | Bug: 6449333 Change-Id: Iba74e895105253594bcfe8f0d98353714a816065
* Update the delete asset with a more modern one.Jean Chalard2012-04-051-0/+0
| | | | | Bug: 6026080 Change-Id: I5c42be50ca87b841bcf001360eb1f2ba461b7374
* am af925284: Add compatibility aliases for shortcuts added to home screen in ↵Amith Yamasani2011-11-141-0/+0
|\ | | | | | | | | | | | | gingerbread. * commit 'af9252849fd94c1f2859c56a4010900ea38a607e': Add compatibility aliases for shortcuts added to home screen in gingerbread.
| * Add compatibility aliases for shortcuts added to home screen in gingerbread.Amith Yamasani2011-11-141-0/+0
| | | | | | | | | | Bug: 5016573 Change-Id: I1898b2f51216354829acca11e73186465f25ec32
* | Unused assets removed from SettingsGilles Debunne2011-10-282-0/+0
|/ | | | Change-Id: I32cbeba75d46e536191f55a94185ec0e896fa397
* Updated bandwidth assetsJustin Ho2011-10-178-0/+0
| | | | Change-Id: Ia180ff9dfb020ab2f3528638f522c38f11ea010f
* Update wifi iconsJustin Ho2011-10-178-0/+0
| | | | Change-Id: I7a82b96df6c44bc17d70631ef36dc5ad733515c4
* Data usage grid asset updatesPeter Ng2011-10-063-0/+0
| | | | Change-Id: I232e784c8552f4f185814f4d5b8082894438c500
* Introduce half-brightness icon in Power Control widget.Amith Yamasani2011-10-031-0/+0
| | | | | Bug: 5358696 Change-Id: Iae484e786f4dd7a5e88078b69053f01425b79aef
* Power widget visual updatesPeter Ng2011-09-0921-0/+0
| | | | | | | -light spill added -padding top to make up for new shadow and light spill Change-Id: I5d6bee6efd58736a812b9c3d144b8735d30865f5
* Updated Power Widget assetsJustin Ho2011-09-0719-0/+0
| | | | | | Bug: 5058574 Change-Id: Id236f3c33ced3232eccf7a19318d3e468933a1e3
* Remove unreferenced assets in SettingsJustin Ho2011-09-016-0/+0
| | | | | | Bug: 5032006 Change-Id: I61b02d1ff01f03903171cf0e3a343133360362c7
* Merge "Misc fixes to CryptKeeper"Ben Komalo2011-08-311-0/+0
|\