summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Button that goes from app info details to app info" into mnc-devJason Monk2015-05-081-1/+1
|\
| * Button that goes from app info details to app infoJason Monk2015-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This info button is shown on the header of all app detail pages. This button is hidden when coming from app info, to avoid allowing users to go in circles. Since app notification details had a settings button where the new info button goes, the app notification settings will move down to be a preference (this matches the usage access screen UX). Also fix a bug in launching app notification settings for managed profiles. Bug: 20633669 Change-Id: Idbb4f7c3326b4c6b0a19559b722ee0406eaba6c0
* | Merge "Use theme colors in battery stats widget" into mnc-devAlan Viverette2015-05-071-1/+1
|\ \ | |/ |/|
| * Use theme colors in battery stats widgetAlan Viverette2015-05-061-1/+1
| | | | | | | | | | Bug: 20633519 Change-Id: Ia83848ff506afbddf320fa0ed3d022f9a0e884dc
* | Fix app headers in settingsJason Monk2015-05-062-0/+10
|/ | | | | | | | | Use SettingsPreferenceFragment's method for pinned headers where possible, and add a frame within the fragment for them to live in otherwise so that this view doesn't end up on the activity. Bug: 20886475 Change-Id: I985eb1497744ea50bfabed862e5088eb89df5b61
* Removed some dead Face Unlock code.Brian Colonna2015-05-051-23/+0
| | | | | | | | | I checked to see if any dead Face Unlock code remains in settings. Most of it has been removed, but I did find some strings and an xml file that can be removed. Bug: 16139545 Change-Id: I16d7b3a258c72d6788348d1fbe35a7f6bc12ee8e
* Add high power whitelist for appsJason Monk2015-05-047-302/+43
| | | | | | | | | | | | - Strings not final! - New UX for power usage details (more preferency) - Add high power apps list shows on/off and screen to change (when possible) - Link from power usage summary to high power list - Link from advanced apps to high power list Bug: 19991702 Change-Id: I97c927ed82d3b89041e4429b427508545763d66c
* Add MDM app name under "Work" in Accounts section of Settings.Sudheer Shanka2015-05-011-0/+40
| | | | | Bug: 20024761 Change-Id: I3fe3fd6be8a2d96b36c402ea9bde8cc782797262
* Update fingerprint settings to specJorim Jaggi2015-04-301-0/+27
| | | | | | | | | | - Make it look like a sub settings activity, with back button - Add disclaimer to describe what your fingerprint can be used for - Update visuals and text for "Add fingerprint" - Update related string Bug: 20594955 Change-Id: I0adfcc743db386e0abf9cfdafff3d068ebc3b4bc
* Merge "[WifiSetup] Show MAC address in footer" into mnc-devMaurice Lam2015-04-301-0/+38
|\
| * [WifiSetup] Show MAC address in footerMaurice Lam2015-04-301-0/+38
| | | | | | | | | | | | | | | | Show the MAC address in footer so that advanced users can configure their router whitelist etc. Bug: 6939795 Change-Id: I858d21fb68f67f74e5b7e3a1960ea4d7966acb29
* | Merge "[WifiSettings] Add progress bar when scanning" into mnc-devMaurice Lam2015-04-302-1/+23
|\ \
| * | [WifiSettings] Add progress bar when scanningMaurice Lam2015-04-292-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a progress bar when the Wi-Fi screen is in a transient state, like enabling, disabling Wi-Fi and scanning for network. This change sets the progress bar as a pinned header at the top of the activity. The pinned header container needs to be match parent so that the progress bar can occupy the full width of the screen. If the header view doesn't want to fill the width, then the header view *inside* the container should be wrap_content. Added an overloaded setPinnedHeader method that takes a layout resource ID, and returns the view to the caller. This way the inflater can set the parent property so that layout params will not be ignored. Bug: 17389577 Change-Id: I18d0eb7c72ad31d1c4b35a54789016c32c81fb93
* | | Merge "Settings: Do not disturb automatic rule updates." into mnc-devJohn Spurlock2015-04-301-3/+8
|\ \ \
| * | | Settings: Do not disturb automatic rule updates.John Spurlock2015-04-301-3/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove FAB for adding rules, move to last preference. - Add first-class event condition type and config sub-page. - Always show radio buttons when adding rules. - Add new data model for event rules. - Add stub condition provider for event rules (always false for now). - Add rule-type icons to rule preference rows. Bug: 20064962 Change-Id: Id5acde371eb2e7d22b1f195459897614db5ba80a
* / | Handle no peeking in app info pagesJason Monk2015-04-301-1/+3
|/ / | | | | | | | | Bug: 20496400 Change-Id: Icdcb997f35497c7664af948ad7ada722835e42b4
* | Merge "New Tap & Pay UX." into mnc-devMartijn Coenen2015-04-294-68/+143
|\ \
| * | New Tap & Pay UX.Martijn Coenen2015-04-284-68/+143
| | | | | | | | | | | | Change-Id: Icbffe0f58d2c37d5691357c13a14ab9a40e53249
* | | Format as public/private; follow refactoring.Jeff Sharkey2015-04-281-0/+51
| | | | | | | | | | | | | | | | | | | | | Offer to format an empty disk as public/private. Bug: 19993667 Change-Id: I69fafaed524f3ef5e65d04a9e3a94789fcfc3087
* | | Add animation for fingerprint iconJorim Jaggi2015-04-281-1/+7
| |/ |/| | | | | | | | | | | | | | | Also show the "Whoops" dialog when the finger is resting on the icon, in addition to show it after clicking it for 3 times. Bug: 20495507 Change-Id: I771da0671f61c13065b011d613f508827cb3b54f (cherry picked from commit 2c2a41669f276058f7241f86a3aca68d960ac453)
* | Update warning dialog on work profile deletion.Sudheer Shanka2015-04-281-0/+73
|/ | | | | Bug: 20024761 Change-Id: I23b0eaa7742d9d23a29a2a48ab6e3d92fe310560
* Move fingerprint enroll logic into sidecar fragmentJorim Jaggi2015-04-271-1/+2
| | | | | | | | So enroll can continue across configuration changes. Bug: 20495507 Change-Id: I021f2f3e376fcd12c7a698f5fb7f862733cb720a (cherry picked from commit 64e9c4cb2c7272d07b190cb25c41de5b22563137)
* Move process stats screen into memory screen.Jason Monk2015-04-276-55/+269
| | | | | | | | | | | | | | | | | | | | - Move process stats from developer options to top level settings item. - Some minor UI changes to the top of the page - Major UI updates to detail page, now shows info with processes as pref categories and services as prefs, with a way to kill them (taken from Running Services page). - Some major refactorings in code, in attempt to make it more usable - Added color bar on per app basis to visualize the avg/max relationship - Updated the way avg is calculated across multiple entries in ProcStatsPackageEntry to be more accurate - Change the way max memory is calculated in ProcStatsPackageEntry to be less accurate but more useful Bug: 19443802 Change-Id: Ia6aaabe42c415c50997a09bfb814a6f6e5731772
* Merge changes from topic 'mwd-merge-042415'Etan Cohen2015-04-251-24/+21
|\ | | | | | | | | | | * changes: Merge commit '377c7c9' into merge2 Merge commit '22ffff6' into merge2
| * Merge commit '377c7c9' into merge2Etan Cohen2015-04-241-24/+21
| |\
| | * Change SoftAP Setup UIxinhe2015-04-171-24/+21
| | | | | | | | | | | | | | | Bug:20140630 Change-Id: I7f5696a5b78c70a6bc8ac38c5b99dd408e06a668
* | | Add pulsing animation for find sensor.Jorim Jaggi2015-04-242-8/+41
| | | | | | | | | | | | | | | Bug: 20495507 Change-Id: I5fefb2cdb2625885c906fa2a9b69da1141ce66e0
* | | Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-246-133/+373
|/ / | | | | | | | | | | | | Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
* | Merge "Change owner info to be a dialog rather than screen"Jason Monk2015-04-231-60/+19
|\ \
| * | Change owner info to be a dialog rather than screenJason Monk2015-04-221-60/+19
| | | | | | | | | | | | | | | Bug: 15937670 Change-Id: I8d8609ff165c4a76e318a80a62fb1dc9effbc82a
* | | [LockSetup] Add padding to lock setup screensMaurice Lam2015-04-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add SuwContentFrame to the style of the lock screen setup screens so that paddings are applied. Bug: 19612353 Change-Id: I8ca42b23f03c48b670fce0966ea537ddf8919b7b
* | | Merge "[Setup] Use SetupWizardLayout"Maurice Lam2015-04-229-266/+188
|\ \ \
| * | | [Setup] Use SetupWizardLayoutMaurice Lam2015-04-219-266/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use SetupWizardLayout for the screens that show in Settings to get better visual consistency and new features like showing a progress bar in list view. Bug: 19594252 Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
* | | | vpn2: show third-party VPN servicesRobin Lee2015-04-212-1/+40
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VPN apps are shown alongside configured VPNs now. The requirement that a password is set is now only enforced when setting up a configured VPN as this is not necessary for apps. Some UI redesign. Bug: 19573824 Bug: 17474682 Bug: 19575658 Change-Id: I02bd977136929647d65b9784fb4cc5df24b45428
* / / [WifiSetup] Remove required infoMaurice Lam2015-04-161-27/+0
|/ / | | | | | | | | | | | | Required info is not used anymore and can be removed. Bug: 10929897 Change-Id: I9f5648426058a5fb1c5e52f1983fee1a5448edb0
* | Merge "Fix alignment issue with mac address in Wifi Settings"Sanket Padawe2015-04-161-79/+0
|\ \
| * | Fix alignment issue with mac address in Wifi SettingsSanket Padawe2015-04-141-79/+0
| | | | | | | | | | | | | | | Bug: 17364982 Change-Id: I5706cde24e105049979097244d22eb05af2315ea
* | | UI Tweaks to Zen Mode Voice Activity.Barnaby James2015-04-162-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small cleanup of the UI / strings. - Cleanup of string constant names. - Add a specific string for ZenModeVoiceActivity label. - Change look of list position indicators. - Add optional header to VoiceSettingsActivity. - Fix NPE in some cases when disabling Zen mode. Change-Id: Ic09ee2b1b5a50891b5447c2db0e3de3c475696bf
* | | Settings: Fabulous "Add rule" button.John Spurlock2015-04-161-0/+12
| | | | | | | | | | | | | | | Bug: 20064962 Change-Id: If7ff9d6cdfc61e5dd9e0d3bc4e2228c5fdaf9fa9
* | | Move packages between candidate volumes.Jeff Sharkey2015-04-151-1/+1
|/ / | | | | | | | | | | | | | | | | We now allow moving packages between all possible candidate volumes, as determined by the framework. Moving now jumps through wizard to help user understand what's going on. Bug: 19993667 Change-Id: I5416ed2865f400b1d718c68a3f0e033080fefa0e
* | Move default app preferences to one screenJason Monk2015-04-141-4/+15
| | | | | | | | | | | | | | | | | | | | - Move emergency and SMS app preferences to default apps - Fix search on default apps - Make all default app prefs use AppListPreference - Some approximate UI work on AppListPreference Bug: 20210110 Change-Id: Id04086163c7e87c92a03af421a27018fb380b45d
* | Merge "Checkpoint of new storage wizards."Jeff Sharkey2015-04-149-87/+400
|\ \
| * | Checkpoint of new storage wizards.Jeff Sharkey2015-04-139-87/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Add activities to support voice settings."Barnaby James2015-04-142-0/+67
|\ \ \
| * | | Add activities to support voice settings.Barnaby James2015-04-132-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Voice Interaction Activities for: - Do not disturb mode (with interaction) - Battery Saver mode - Airplane mode Change-Id: I4480dc3a30975d94b71714ff58fbeebddfbc1c58
* | | | Merge "Settings: External automatic rule settings."John Spurlock2015-04-131-2/+33
|\ \ \ \
| * | | | Settings: External automatic rule settings.John Spurlock2015-04-131-2/+33
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add external automatic rule settings page with the common settings for all rules (enabled, name, zen mode). - Pull common rule-instance settings into settings base class, share with existing schedule rule settings. - New page not searchable since it is at the rule-instance level. - Obtain external rule information from existing conditions provider metadata. Includes rule type caption, sub-configuration activity, and default condition id. - If external condition providers exist with the appropriate metadata, display the external rule types as options in the new rule dialog. (max of 3 external types) - Pull common managed service listing code out of common settings base class and into a more reusable helper class. Bug: 20064962 Change-Id: Ibc13607490b7312a7d9f7f3bd61c3cfcf71a2794
* | | | Update confirm device credentials to spec, add fingerprintJorim Jaggi2015-04-134-131/+182
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New strings in the screen. - New layout/style. - Clean up internal API's around it. - Add fingerprint support if launched from externally - Separate theme if launched from externally - If launched from above Keyguard, use SHOW_WHEN_LOCKED flag Change-Id: Icdf9bf9e0506841f24e8aab5f0f1d1f4b688951f
* | | Fix loading screens for manage and running appsJason Monk2015-04-134-52/+59
|/ / | | | | | | | | | | | | | | | | Also add loading screen to manage permissions as this can take a long time to load in some circumstances. Build loading screens into Utils and SettingsPreferenceFragment so that it can be easily used other places in the future. Change-Id: I7febd06695487e02ced793a9fd418051b5f0eab8
* | Checkpoint of new storage UI.Jeff Sharkey2015-04-121-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Top-level storage UI now shows list of all devices, both internal and adopted/private volumes, and public/shared volumes. When viewing a private volume, show traditional clustering of data types, including summary of other users. For adopted volumes, any actions are tucked away in a menu, since they're not primary. Misc files browsing is now provided by DocumentsUI. Teach StorageMeasurement about new private volumes, including handling emulated volumes stacked above them. When measuring, only consider apps actually hosted on the current volume UUID. When viewing a public volume, we default to launching into file management mode, and offer a simple eject button at the top-level view. File management mode is offered by new DocumentsUI browse intent, and a Settings link there redirects back to us for actual operations like ejecting/formatting. When unmounted, we launch into our action view. Actions like ejecting/formatting just show simple toasts for now. Bug: 19993667 Change-Id: Ie990ef3c01fb3717aaf8c79bfc53aac7edefdcf7