summaryrefslogtreecommitdiffstats
path: root/res/drawable-xxhdpi
Commit message (Collapse)AuthorAgeFilesLines
* privacy: Actually set the blacklist preferenceDiogo Ferreira2015-11-134-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The preference was not being set, which caused this code to throw an NPE on devices without telephony when opening the privacy preferences. This bug also affects devices with telephony in that the preference doesn't update its text. I also got rid of the null check because the preference always exists, the null check is pointless and ended up hiding this bug. Change-Id: I95555d44349700a8f29a71a2f2ee9aedf419b49b Settings: Fix blacklist settings crash Change-Id: Idd261aa9f8e2867312aaaece26150671b177994c Settings: materialize Blacklist settings * Add a FAB * Add a (generic system) enable/disable switch bar Change-Id: I0984bf6769abef48cc7e0a643c2bdd73219954fc Signed-off-by: Roman Birg <roman@cyngn.com> Settings: add a way to open blacklist settings externally Opening the activity doesn't theme the switch bar - an alias works. Change-Id: I78efb382f4f1f4d208f122fedb0d71a86b515405 Signed-off-by: Roman Birg <roman@cyngn.com> blacklist: make it possible to unblacklist phone/messages via checkboxes Change-Id: I7d982d17818efe065e4e22f2a86a46493672584a Settings: fix blacklist settings crash On a device rotate, the MultiSelectListPreference would try and restore its state since the preferences aren't persisted. Clear the persisted flag so the MultiSelectPreference doesn't try and restore the states, as they get populated in onResume(). Change-Id: I0d0304e2367ade66e35ae7df432575d13ed0993e Signed-off-by: Roman Birg <roman@cyngn.com> Settings : Update blacklist strings Change-Id: I08ea4405f41f86a9eaf7bae74cbb61fa1fb0c8aa (cherry picked from commit 6d8cc2c697752a1357915ea88651b2fe220a54ba) Settings : Add input checks for blacklist input There can be situations where user enters invalid input. Ensure that is handled. Repro : 1. Add new blacklist entry 2. Enter / 3. Press ok 4. Enjoy crash issue-id: CYNGNOS-980 Change-Id: Ica90ac835f374569123e679ba39c3caa7179ef65 Settings : Fix blacklist delete number crash issue-id : HAM-795 Change-Id: I25306b3d4bead5487f039c3f51b631b1ef88b18d
* Add back blacklist settings.Danny Baumann2015-11-134-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iae35717acfa9af4da75c07d24352acf981d19fc7 Improve translatability of summaries. Change-Id: I362b335cbe219d6e371a458c9d50fcd66bdf19fe Settings: Alert user when they attempt to add an invalid number to BL. - BlacklistProvider will reject numbers that aren't valid, silently. So instead of resuming to a blank screen, we should alert the user that the number they attempted to add is invalid by utilizing BlacklistUtils#addOrUpdate method. Change-Id: I1ca32427baad41c1c9379e18046e6ca7937b6d32 Add missing blacklist xxhdpi drawables. Change-Id: I327f408ff344e9358c479cf5fe9dc341918511b2 Blacklist: Fix launching blacklist settings Change-Id: I0043503e6ac0d3536941394ee5057001b72f9114 Settings : Launch only contacts picker for blacklist entry Change-Id: I266d1ad7f1aab745728b33490268cb197188f2b3
* Use separate icon for flashlight power usageMichael Bestas2015-11-071-0/+0
| | | | Change-Id: Ic27fdbda905eae1dbcd90304fa544270797942d3
* Pick missing patch from cm12.1 for missing privacy iconKeith Mok2015-11-051-0/+0
| | | | | | | | | | | | | | 40304370ae6d5bc49dafa7d1fb13400cc2f82b78 Author: jrizzoli <joey@cyanogenmoditalia.it> Date: Fri Apr 24 15:00:28 2015 +0200 Settings: update dashboard icons 1a1820d2b33e1f7c1801b0cd839bb29ee91fa24d Author: blunden <blunden2@gmail.com> Date: Sat Dec 6 20:18:20 2014 +0100 Update the Privacy category drawable Change-Id: I587622df9a75d69405b17d60f0e8b0046ecf94f6
* [2/2] Settings: Privacy GuardSam Mortimer2015-11-033-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PS2: * add ic_privacy_guard*.png from frameworks/base * rebase PS3: * enable AppOpsSummaryActivity * use SubSettings on longclick PS4: * move privacyguard settings category to just below security PS5: * rebase Pulled together mostly (if not all) from: Author: Steve Kondik <shade@chemlab.org> Date: Tue Feb 25 14:02:16 2014 +0100 settings: Relocate Privacy Guard icons to framework * So we can use them in the permission dialog for MODE_ASK Change-Id: Ia9bac7dff0bbe91ae48db5d4b0d8f46feb9fdf86 Author: DvTonder <david.vantonder@gmail.com> Date: Thu Jan 16 19:01:23 2014 -0500 Settings: Fix up top level "Privacy" section Change-Id: Id4dbda10a891c793bc6eb3c42807cc0e3f6092cc Author: Danny Baumann <dannybaumann@web.de> Date: Fri Nov 8 13:37:07 2013 +0100 Add back privacy guard manager. Change-Id: Ic9fbbae137bb8425fe72a6cdb2f17117351b5709 Author: Chirayu Desai <cdesai@cyanogenmod.org> Date: Sat Dec 28 18:51:46 2013 +0530 PrivacyGuard: Specify a default value in Settings.getInt method call * While privacy guard is enabled by default, the default value specified here is returned only when the setting is not defined or not an integer. Change-Id: Iaedffcc76a23a310aa7915f6a42ccce83ba5d2a6 Author: Matt Mower <mowerm@gmail.com> Date: Wed Feb 5 19:40:37 2014 -0600 PrivacyGuard: confirm permissions reset The button to reset all application permissions to enabled looks suspiciously like a refresh button. Prompt the user with a confirmation dialog to make sure they know what they've pressed. Change-Id: I0444c5bf8e9533feccf890055d34d3200609c6f6 Change-Id: I2e10cb4d395e2e7e5141d2fadada9e9b21cd7fbf
* Settings : Add back navigation bar customization.Danny Baumann2015-10-293-0/+0
| | | | Change-Id: I6431a611f3107fd1022df11362d1d2aa27b2f436
* [2/2] Settings: Battery and Notification LightsSam Mortimer2015-10-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PS2: *) Move menu options to sounds and notification *) Remove samm debug cruft PS5: *) Update UI Put together from: Author: DvTonder <david.vantonder@gmail.com> Date: Fri Apr 6 07:39:11 2012 -0400 Settings: Notification light(LED) settings This commit adds the ability to configure the Notification light color and pulse rate both for the default and a custom applications list. This work was done in collaboration with Marko Mihovilić (m1h4) who wrote the initial implementation as a stand-alone application and helped with the fixes below. NOTE: Google Talk notifications originate from the "Google Services Framework" so in order to override their settings you need to add this package instead of the Google Talk package. Change-Id: I6837210367123bc02ea27a9b7b6b3cf80c738bf1 Author: Danny Baumann <dannybaumann@web.de> Date: Thu Nov 7 09:04:29 2013 +0100 Add back notification light settings. Change-Id: I474a14a1b395407f5ca273a5d6a3a7f03f7e4698 Author: Sam Mortimer <sam@mortimer.me.uk> Date: Sat Jan 4 15:52:47 2014 -0800 Settings: fix led pulsespeedoff disable behaviour Keep led pulsespeedoff disabled if pulsespeedon is disabled. This ensures that pulsespeedoff stays disabled if onOffChangeable was set to false. Fixes problem where charged led pulsespeed off looks to be configurable in the ui and thereby creating user confusion. Change-Id: I6ac7f630544bf719b39e1ddcab435322975430c8 Author: Sam Mortimer <sam@mortimer.me.uk> Date: Tue Dec 31 12:11:05 2013 -0800 [1/2] Settings: instant led test Show LED color in realtime when configuring notification colors. Requires framework patch for notification extra EXTRA_FORCE_SHOW_LIGHTS. Change-Id: Ic7858d79cb2351c407afd547b33652a9e04ef1b9 Author: Sam Mortimer <sam@mortimer.me.uk> Date: Sat Feb 1 18:36:15 2014 -0800 Settings LightSettingsDialog: update led on text change Change-Id: I135f37829b9b4fb2166afac9d9531b76a62f3ef7 Author: Danny Baumann <dannybaumann@web.de> Date: Wed Jun 25 08:56:17 2014 +0200 Deduplicate adapter-of-installed-packages code. Change-Id: I454ba79eddaaff86233a2cc341f4c8bebe94729e Author: Michael Bestas <mikeioannina@gmail.com> Date: Fri Oct 17 00:48:17 2014 +0300 Fix copyright headers Change-Id: I7934d01f89953e577c3cb074dce608d9bedd4027 Author: Michael Bestas <mikeioannina@gmail.com> Date: Wed Oct 22 02:23:15 2014 +0300 Add support for single color notification LED (2/2) Change-Id: I4cf21dda3d9e311146149c2ec81fe2398f5f9f87 Change-Id: Ie1203c64484c7d9bed0a6bc0b2808e69ef4bfa35
* Update profiles actionbar delete iconMichael Bestas2015-10-261-0/+0
| | | | Change-Id: I9513bb9b96dbd5fc6e4e943fbdd4f295deb8c58a
* Update Profiles settings iconblunden2015-10-261-0/+0
| | | | | | Switch to vector drawables to fix blurry drawables Change-Id: Id3f5e3ad408c4d17659d941f68853379b07c688f
* Settings: squash of new profile UI for cm-12.0Roman Birg2015-10-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additions for cm-12.0: - removed expanded desktop - added add profile FAB - updated tabs for meterial style - added enabler switch bar Squashed commits: ------------------------------- Settings: refactor Profiles to be more user friendly * Remove the notion of Profile app groups * Rearrange profile setup flow, now we first present the user with ways which will trigger the profile, then allow them to set what happens when the profile is triggered. Change-Id: I2870df894046cd43c21c67991fb5efc9c3fec837 Signed-off-by: Roman Birg <roman@cyngn.com> Settings: cleanup new profiles UI * cleanup old code * for configuring profiles, add options to modify triggers and remove the profile * remove separate activity * don't hardcode padding pixel sizes Change-Id: I6b1d05c9f918714249411006c7562496e2a7539e Signed-off-by: Roman Birg <roman@cyngn.com> Profiles: fix expanded desktop settings not applying Change-Id: Ia523145bf47bfc189c29b035ad5ec6e053cf9296 Settings: Fix profiles volume override summary. Change-Id: I499cfb3006a7fc7b5e931ac854a7437f5d141523 Settings: fix Profiles expanded desktop choice mapping Change-Id: Ib96811a0c268ca68a7b9732283c5abc142d143a4 Signed-off-by: Roman Birg <roman@cyngn.com> Settings: add "Untouched" ring mode option in profiles Change-Id: I4ac2d63119b328533217104a799cb0660ecddfb9 Signed-off-by: Roman Birg <roman@cyngn.com> Settings: profiles: fix volume streams override behavior Before we would always assume to override the stream, but that is not always the case. Add a checkbox to turn the override on and off. Signed-off-by: Roman Birg <roman@cyngn.com> Change-Id: Ic1a58d59a9e514d4c2ccf376191ac7989bbead26
* Merge "Add contactless symbol to NFC resources." into mnc-devMartijn Coenen2015-07-291-0/+0
|\
| * Add contactless symbol to NFC resources.Martijn Coenen2015-07-291-0/+0
| | | | | | | | | | Bug: 22534220 Change-Id: I9227d74386716520d2cf98d7f032051815f34431
* | [ScreenLock] Update illustration during setup wizardMaurice Lam2015-07-201-0/+0
|/ | | | | | | | Update the illustration to a new version which changes the "screen" illustrated in the device. Bug: 22587892 Change-Id: Ic52e28eb40b965b49fa4f2f220284cd2768470d5
* Update storage wizard's assets.Daichi Hirono2015-06-256-0/+0
| | | | | | BUG=22049781 Change-Id: Ie7eae9c76db06c77d0f4e85941125c005c2f28eb
* Finish storage wizard theming.Jeff Sharkey2015-06-163-0/+0
| | | | | | | | | | | | Storage wizard screens now have updated assets from UX, and various assets are tinted consistently. We're using our own navigation bar and wholesale replacing the layout from upstream. Fix text colors in night mode. Tell SystemUI when we're finished with the wizard flow. Bug: 21830731 Change-Id: Ic8d09cc152bfb4dcc6089b5c61d28cbdd4be3ee9
* Merge "Add NFC payment "how it works" screens." into mnc-devMartijn Coenen2015-06-081-0/+0
|\
| * Add NFC payment "how it works" screens.Martijn Coenen2015-06-051-0/+0
| | | | | | | | | | | | | | Bug: 21239081 Bug: 21305138 Bug: 21305420 Change-Id: Ic9ea1b7e9b842299f2fb6b26f61a927855981e67
* | Fix some dark theme issues (Take 2)Jason Monk2015-06-041-0/+0
|/ | | | | | | | | | Now with visible lock patterns! Both light and dark! Bug: 21117509 Bug: 21077345 Bug: 21480587 Bug: 21621900 Change-Id: Ibcf822faf7cbc83be43d757e0a6a9432ef3346af
* Fix battery usage screen issuesJason Monk2015-06-021-0/+0
| | | | | | | | | | | | Tint icons properly Bug: 21077770 Show better icons for wifi and bt (remove the old ones) Bug: 21172936 Also add a way to show fake items in power list for testing. Change-Id: I6b6804673a68190ebc3f2ea32802e30811a7f5b2
* [WifiSettings] Remove unused Wi-Fi iconMaurice Lam2015-05-2910-0/+0
| | | | | | | wifi_signal_light was replaced by wifi_signal (which can take any color via theme attributes). Remove the unused assets. Change-Id: If1823f9fa74ddaeb54f4a79a5d42db3b24f723d9
* [WifiSetup] Update phone illustrationsMaurice Lam2015-05-221-0/+0
| | | | | | | | Update illustrations in phone layout, to move the buildings up so that they are not shown when the header is sticky. Bug: 20954868 Change-Id: I3db4ac19901b5e5fdaeef3bdabe94e81e40b159c
* New Tap & Pay UX.Martijn Coenen2015-04-281-0/+0
| | | | Change-Id: Icbffe0f58d2c37d5691357c13a14ab9a40e53249
* Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-243-0/+0
| | | | | | | Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
* [WifiSettings] Vector drawables for Wi-Fi signal iconMaurice Lam2015-04-2310-0/+0
| | | | | | | | Update wifi_signal to be a vector drawable that uses the color from the theme attribute wifi_signal_color. Bug: 20452312 Change-Id: Id151406e7dd3487050a0d3f440b0d620c8c84dcb
* [Setup] Update illustration assetsMaurice Lam2015-04-204-0/+0
| | | | | | | | | | | Update to the new blue-themed assets. Note that the size of tileable assets, like illustration_tile, and the width of tablet assets may be different, but the overall visual result of the layout should be the same. Bug: 19729981 Change-Id: I4ec44a8e1488b734ec2eddee046a305104e87abb
* Merge "Checkpoint of new storage wizards."Jeff Sharkey2015-04-142-0/+0
|\
| * Checkpoint of new storage wizards.Jeff Sharkey2015-04-132-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use frameworks/opt/setupwizard/library/ for consistent behavior and styling on phones and tablets. Implement every step of wizard flow and connect them together, even though some steps are currently non-functional. All strings to match UX spec, with some adjustment. Wizards inherit from helper base class. New interstitials before unmounting or formatting private storage to confirm user knows consequences. Bug: 19993667 Change-Id: I2c774e1718d513805ee8aecfc96d066d4730450c
* | Wrap tintable icons with correctly tinted drawable XMLAlan Viverette2015-04-1050-0/+0
|/ | | | | | | | Replaces pre-tinted icons with flat black, grayscale versions suitable for use as alpha masks. Bug: 20143927 Change-Id: I0bca5dee6fcb273902db174c818cc529a5c13f91
* Implement additional fingerprint flows in Settings.Jim Miller2015-03-113-0/+0
| | | | | | | | | | | | | | | | | | | - new onboarding flow ("locate sensor") - changed sensor location image - changed in-app sensor icon - remove fingerprint animation since it caused people to want to tap on it. - remove enrolled fingerprint templates when switching back to "none" or "slide" - use real in-app icon for fingerprint - much improved layout - basic landscape layout working - added 250ms delay to final enrollment step so it's not so jarring - delete is now working - rename wired, but not functional yet Bug 19592835 Change-Id: Ie3e73a2fc8f834f1b90e2746c4cc841216aa6031
* Move isolatable bluetooth code to SettingsLibJason Monk2015-02-056-0/+0
| | | | | | | | | | | | | | | Move the non-ui bluetooth control/tracking code to SettingsLib so that it can be shared with others. Mostly just move classes to frameworks/base/packages/SettingsLib, however a few things had to move around. - Dock handling had to move back to code still in settings - Local preference related code had to be moved back to settings - Added an error flow from SettingsLib to Settings Depends on I69fd888362c6dbb325f6113b32c4b15cc6a23a41 Bug: 19180466 Change-Id: Ie57fe26a27bbb0adc2ef69e042a05c7290c6a52a
* [WifiSetup] Remove grey Wi-Fi icon assetMaurice Lam2015-01-151-0/+0
| | | | | | | | Follow-up on ag/613416 which removed the last reference to the grey Wi-Fi icon asset. Bug: 17575719 Change-Id: I921672ef5299f630abc10fac8e2a046bb264a34f
* [FRP] Add illustration to lock screen setupMaurice Lam2014-12-033-0/+0
| | | | | | | | | Added the illustration JPG files, and added SetupWizardUtils.setIllustration method that will change the illustrations in the layout. Bug: 18482708 Change-Id: I8c6758113f07cd33f85eaf6bc019e8194d9a17ce
* Created Multi-SIM notifications.PauloftheWest2014-11-131-0/+0
| | | | | | | | | | | + On Multi-SIM devices a notificaiton will pop up when a SIM card is added, removed, or replaced. + The notification informs the user there has been a change in SIMs and they can tap the notification to go SIM Card Settings. Bug: 18293625 Change-Id: Iad1e5e0cf469e7bdfc43b2c18dd0586d042bb784
* UI changes for icons in sim settingsSanket Padawe2014-11-121-0/+0
| | | | | | | | + UI changes relate to displaying sim icons in sim settings + Correcting way to display phone number inside sim settings dialog Bug: 18356419 Change-Id: I1fe025fac52f20b607d4492b99cfef9588ec9416
* Remove the Wi-Fi Assistant card.Jeff Davidson2014-11-062-0/+0
| | | | | | | | | Per the latest mocks, advanced wireless settings will be the only location in platform settings where Wi-Fi Assistants are configured. The card is no longer being used. Bug: 13780935 Change-Id: Idddf971404532256165045665bd0a6b19966d2bd
* [WifiSetup] Update background textureMaurice Lam2014-09-301-0/+0
| | | | | Bug: 17611097 Change-Id: I75264ecac3b689426500e063a18d687866638a85
* Merge "Updated Wi-Fi Settings icons to new filled-in teal format." into lmp-devPauloftheWest2014-09-1511-0/+0
|\
| * Updated Wi-Fi Settings icons to new filled-in teal format.PauloftheWest2014-09-1211-0/+0
| | | | | | | | | | | | | | | | | | | | | | + Added a filled-in teal Wi-Fi unlocked and locked icons. + Added a teal theme to Settings. + Updated Wi-Fi Settings and Setup Wizard to use the new teal format. + Updated the Settings icon (used in the Settings dashboard and in search) to the new format. Bug: 17331199 Change-Id: I0565ef6f2fa1be035c1bd150ea853cb976dc504c
* | Switch to using system-wide default user iconsAlexandra Gherghina2014-09-121-0/+0
|/ | | | | | | | User icons were either User Settings specific, or missing. This makes it consistent with the ones in the new helper class. Bug: 17311038 Change-Id: I20cc1deba989cf7a397c5a8dba41bd91bd62472b
* New black drawables for tap and payAndres Morales2014-09-041-0/+0
| | | | | | | Much more visible than the white ones on a white bg Bug:17155785 Change-Id: I1c135ca819ee6734289777b3e694c7548777cb84
* Merge "[WifiSetup] Update illustration" into lmp-devMaurice Lam2014-08-283-0/+0
|\
| * [WifiSetup] Update illustrationMaurice Lam2014-08-273-0/+0
| | | | | | | | | | | | | | | | Update the illustration assets and make the tablet illustration always 256dp height according to mock. Bug: 17133710 Change-Id: I6d84bbb25a9f443e4eb6bf4c1002d8a1438029ef
* | Adding wifi empty state icon back for Setup Wizard.PauloftheWest2014-08-271-0/+0
| | | | | | | | Change-Id: Id20ee2a35512b7a9560db5d121fef5d0351fe051
* | Merge "Removed the Wi-Fi icon shown when Wi-Fi is off." into lmp-devPauloftheWest2014-08-271-0/+0
|\ \
| * | Removed the Wi-Fi icon shown when Wi-Fi is off.PauloftheWest2014-08-211-0/+0
| |/ | | | | | | | | Bug: 16570104 Change-Id: Iacee07c225f6609b92f1df193b682fde0a720a92
* | Changed VPN add icon to white.PauloftheWest2014-08-271-0/+0
|/ | | | | Bug: 17288198 Change-Id: I5d66f269583d1d4bdb3e68fe011721ae805317e1
* Settings: New application-level notification settings.John Spurlock2014-08-051-0/+0
| | | | | | | | | | | | - Convert the old application-level dialog to an activity. - Move the settings icon to the new activity (out of the list). - Add a custom application header, similar to the switch bar style. - Use the ubiquitous vector gear for the settings icon. - Migrate old checkboxes to switch prefs, add new summaries. - Remove obsolete artifacts. Bug:16396715 Change-Id: I857e3cf448b79f44fe1c242e6020f5214434c00c
* Fix bug #16306535 The arrows rotate in the opposite direction...Fabrice Di Meglio2014-07-295-0/+0
| | | | | | | | of the direction implied by the iconography (clockwise) - update assets with correct direction Change-Id: I56ff28cd2207577726b5136191317fae325c1bed
* More User Settings improvementsAmith Yamasani2014-07-261-0/+0
| | | | | | | | | | | | | Add a menu checkbox to allow creation of users from lockscreen. Add a delete icon in restricted profiles settings. Other little fixes to icons. Update some strings based on feedback. Bug: 15761405 Bug: 16550371 Bug: 16298824 Change-Id: Ib876bd57f15c6ce2d71856f72571c6b8b0e3102d
* Added SIM Card Activity to SettingsPauloftheWest2014-07-241-0/+0
| | | | | | | | | | + Added SIM Card menu to Settings menu + Added SIM card detail dialog when selecting a SIM Card + Added ability to select the default SIM for Cellular data, Calls, and SMS Bug: 16241745 Change-Id: I43437aa4c591c5097a8865d564f88726671e1b7d