summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Developer settings screen for inactive appsAmith Yamasani2015-05-131-0/+1
| | | | | | | | | | | | | | Show a list of apps and allow toggling their active state. Bug: 20066058 Change-Id: Id81e95c354a579773d39d3e7d7cfa1ff46df29e9
* | New UI for controlling USBNick Kralevich2015-05-131-0/+7
|/ | | | | | | | | | Create a new UI for managing USB access control. This UI is implemented as a transparent popup triggered by a persistent notification. Delete the old UI for controlling this. It is no longer used. Bug: 18905620 Change-Id: I54186961414447a9d37f68e946e1c167506170ae
* Show only APNs belonging to carrier (mno/mvno) under apn settings.Amit Mahajan2015-05-121-1/+3
| | | | | Bug: 10719093 Change-Id: I942ce59995afffd395f7d73e4fd70674db0f643f
* Simplify Zen mode voice activity.Barnaby James2015-05-111-2/+2
| | | | | | | | Zen mode voice activity now only sets the notification mode to alarms mode or off. A duration may be specified if it was in the original intent. Change-Id: Ica472ca9c6dcbce473832f4f922baf225df4951b Bug: 21024455
* Settings: New DND access settings page.John Spurlock2015-05-081-1/+18
| | | | | | | | | | - New advanced notification settings subpage for managing apps that have requested the ability to manage notification policy. - Create new "Advanced" section at the bottom of notification settings for this and the existing Notification access settings page. Bug: 18298798 Change-Id: Ib415e634980d37d6492799f67a6619700ee2a01c
* Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.Jeff Brown2015-05-061-1/+0
| | | | | Bug: 20641986 Change-Id: Ief6c0d6048abc9411f1e9930cec1edde4a582cf9
* Forward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.Sudheer Shanka2015-05-061-0/+2
| | | | Change-Id: I55c169b280d7302c9e387f80be82ef47132798c2
* Merge "Forward WiFi settings intents to primary profile" into mnc-devZoltan Szatmary-Ban2015-05-051-0/+12
|\
| * Forward WiFi settings intents to primary profileZoltan Szatmary-Ban2015-04-301-0/+12
| | | | | | | | | | | | | | | | If an implicit WiFi settings intent is sent by a managed profile it is received by the respective receiver in the primary profile. Bug: 20005260 Change-Id: Ib46aafe1f5b5ef3acb8ed0d7e53898630ea2cb60
* | Add high power whitelist for appsJason Monk2015-05-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | Merge "Settings: Do not disturb automatic rule updates." into mnc-devJohn Spurlock2015-04-301-0/+20
|\ \
| * | Settings: Do not disturb automatic rule updates.John Spurlock2015-04-301-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Returning to wizard, enable migration.Jeff Sharkey2015-04-291-7/+18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bring primary storage migration back into the adoption flow, and provide a path for long-lived notifications to re-launch into the Settings app. Also provide option to initiate migration if skipped during wizard. For now, estmiate migration size and time based on a Class 10 card. Follow other callback refactoring. Bug: 19993667 Change-Id: Ia0c28eb114bc6c8066c17b3142ed74f962140c91
* | Format as public/private; follow refactoring.Jeff Sharkey2015-04-281-1/+14
| | | | | | | | | | | | | | Offer to format an empty disk as public/private. Bug: 19993667 Change-Id: I69fafaed524f3ef5e65d04a9e3a94789fcfc3087
* | Move fingerprint enroll logic into sidecar fragmentJorim Jaggi2015-04-271-0/+1
|/ | | | | | | | So enroll can continue across configuration changes. Bug: 20495507 Change-Id: I021f2f3e376fcd12c7a698f5fb7f862733cb720a (cherry picked from commit 64e9c4cb2c7272d07b190cb25c41de5b22563137)
* Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-241-2/+5
| | | | | | | Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
* Merge "Give MANAGE_PROFILE_AND_DEVICE_OWNERS to Settings."Nicolas Prevot2015-04-241-0/+1
|\
| * Give MANAGE_PROFILE_AND_DEVICE_OWNERS to Settings.Nicolas Prevot2015-04-221-0/+1
| | | | | | | | | | | | This permission will be required to set the profile owner. Change-Id: I695f73b5fddfa7652b04e5e929ce9e91e62dc081
* | New UX for app usage screenJason Monk2015-04-231-1/+1
|/ | | | | | | | Now uses ManageApplications base, and has a details screen which has a switch and a link to optional app settings. Bug: 20290386 Change-Id: If32ce8d82e55f3908644c575925b3f6506a68e6e
* UI Tweaks to Zen Mode Voice Activity.Barnaby James2015-04-161-1/+1
| | | | | | | | | | | 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
* Merge "Fixed typo in package name."P.Y. Laligand2015-04-151-1/+1
|\
| * Fixed typo in package name.P.Y. Laligand2015-04-141-1/+1
| | | | | | | | Change-Id: I08641b7e1d56b44a18ac747371f3a3883a81224c
* | Dialog box for networks without an Internet connectionLorenzo Colitti2015-04-151-0/+13
| | | | | | | | | | Bug: 20081183 Change-Id: If4866a341382fa37745ae5aa2d10372f052d5dd6
* | Follow storage refactoring in system.Jeff Sharkey2015-04-141-1/+7
|/ | | | | | | | Also add entry point for SystemUI unmounting, and require permissions when launching into those flows. Bug: 19993667 Change-Id: I703d2e5f118848a2e2e96ce1d7f970e5705a288a
* Fix crash in settingsAndres Morales2015-04-141-2/+4
| | | | | Bug: 20207600 Change-Id: I6fe3530c57d0c028ae3b0a0d526b348126c75932
* Merge "Checkpoint of new storage wizards."Jeff Sharkey2015-04-141-0/+31
|\
| * Checkpoint of new storage wizards.Jeff Sharkey2015-04-131-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-141-0/+32
|\ \
| * | Add activities to support voice settings.Barnaby James2015-04-131-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+24
|\ \ \
| * | | Settings: External automatic rule settings.John Spurlock2015-04-131-0/+24
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-131-2/+4
|/ / | | | | | | | | | | | | | | | | | | | | - 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
* | Merge "Settings: Remove reference to removed string from manifest."John Spurlock2015-04-131-17/+0
|\ \ | |/ |/|
| * Settings: Remove reference to removed string from manifest.John Spurlock2015-04-131-17/+0
| | | | | | | | | | Bug: 20064962 Change-Id: Ie63d902cc6e327eb3f7df00a0d1c16e23f93634e
* | Checkpoint of new storage UI.Jeff Sharkey2015-04-121-3/+19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Settings: An update on Downtime.John Spurlock2015-04-091-0/+20
| | | | | | | | | | | | - Migrate settings to the new zen mode state model. - Remove downtime settings. - Add automatic rule management page (add/remove) - Bind new automatic schedule rules to detail editor. - Clean up a few found miscapitalized string captions. - Migrate zen switch to report the shared summary string. Bug: 20064962 Change-Id: Ia561e7f77c90c962729240b4d51ba1915297f64a
* Merge "Settings: Move downtime to new automation sub-settings page."John Spurlock2015-04-031-0/+21
|\
| * Settings: Move downtime to new automation sub-settings page.John Spurlock2015-04-031-0/+21
| | | | | | | | | | Bug: 20064962 Change-Id: I6238439bbd679c143fc986743a65ed64057f2755
* | Merge "Make Settings app not use cleartext network traffic."Alex Klyubin2015-04-031-1/+2
|\ \ | |/ |/|
| * Make Settings app not use cleartext network traffic.Alex Klyubin2015-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL switches the only two places which use cleartext HTTP in this app to HTTPS. It also declares in the AndroidManifest.xml that this app does not use cleartext network traffic, thus asking the platform and tools to block any such traffic from this app on best effort basis. NOTE: The only test that uses cleartext HTTP traffic is in VpnTests. This test makes cleartext HTTP requests to a third-party service which does not appear to support HTTPS. Thus, this CL temporarily relaxes the cleartext traffic policy during this test to keep it working. The correct longer-term fix for this test is to use a service that offers HTTPS. Bug: 19215516 Change-Id: Idf1ff8c66d43d77ef2114b2f1b676927844150e5
* | Settings: Move priority configuration to its own sub-settings page.John Spurlock2015-04-031-0/+21
|/ | | | | Bug: 20064962 Change-Id: Idd03e0e5077e13cc08ff9997ab9ad56ddcdb5c50
* Add PRIMARY_PROFILE_CONTROLLED to Settings > App activity manifestsZoltan Szatmary-Ban2015-03-311-0/+8
| | | | | | | | This is necessary since the introduction of unified view of managed and primary apps on that screen. Bug: 20007125 Change-Id: I20872570563c6248bac6591ba8ab83a730b2e49b
* Make notifications app list use new manage appsJason Monk2015-03-231-1/+1
| | | | | | | | | | | The designs for Settings have the notification app list using the same UI as the Manage Apps list, so switch the notification app list over to the ManageApplications fragment. This involves adding some notification based filters and connecting the data from the Notification Backend to ApplicationsState. Bug: 19443900 Change-Id: I5e5cdb16890d536613ee59292b89a89b6fb9e2e6
* Implement new Manage Apps listJason Monk2015-03-231-1/+13
| | | | | | | | | | | Manage apps now only has one list. When entered from the dashboard it is not sortable or filterable, and shows a combination of downloaded apps and anything that shows up in launcher. When 'all apps' is entered through advanced app settings, the list shows all apps and can be filtered and sorted. Bug: 19443900 Change-Id: I555ee56417c330424d458750b6f81d3bd543f66d
* Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande2015-03-161-0/+17
|\ | | | | | | Change-Id: I6c9de433a224925961b484b400a89edf9059d2bd
| * Add Wi-Fi Calling preference screenPavel Zhamaitsiak2015-02-251-0/+17
| | | | | | | | Change-Id: Ie89902b55c5c4184236636f5039b3246a9c0bda5
* | Add fingerprint settings.Jim Miller2015-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improved layout. - Enrollment is now working. - Added vibration and progress feedback. - Better fingerprint animation logic. - Poke userActivity() when sensor is touched. - Added progress animation. - Only show fingerprint menu item on devices that have fingerprint hw - Set View state to GONE for views that aren't shown & fix resulting layout issue - Fix bug where stage wasn't advancing when returning from ChooseLockGeneric. - Renamed FingerprintSettings to FingerprintEnroll - Fixed bug with storing fingerprint ids that prevented the last one from being removed. - Added better progress indication. When remaining is at max, count that as the first step. - Fix whitespace formatting in CL Fixes bug 1953439 Change-Id: I721bf440c63640203af94ce21340d8281076c249
* | Raise priority of key settings actions.Dianne Hackborn2015-02-251-87/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are a bunch of actions settings handles that are really part of the platform API, allowing apps to launch various parts of system UI to have the user do things. Currently these can be intercepted by app developers by implementing the same intent actions -- which will still have the user end up in the activity picker to select which of the options to use, but we really shouldn't be allowing them to get in the middle of this at all. To fix this, all of the specific actions that are handled by settings and shouldn't be intercepted now have their priority raised to 1, so they always override any filters from third party applications. Change-Id: I0f7050212beaec013e5ec08899d49f120ce5c249
* | Merge "Removing the unused for years app shortcuts feature."Svet Ganov2015-02-121-25/+0
|\ \
| * | Removing the unused for years app shortcuts feature.Svet Ganov2015-02-051-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shortcuts feature has been commented out since 2011. Now the setings provider no longer has a bookmarks table since the only party aside of this commented out feature using it was the ShortcutManager. We moved to an in memory model for the settings provider's state. We do not want to keep there anything that is not used. Therefore, we moved from a bookmarks table to a resource which renders this settings feature unusable. If we decide to revive the shortcut feature we can revert this change and add support for in memory bookmarks state in the settings provider. Change-Id: Ib1871f940bc27029a5dd941b901d6087914a2231