summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/notification/ManagedServiceSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix accessibility for empty list on notification accessJason Monk2015-06-171-1/+2
| | | | | Bug: 21797352 Change-Id: I6c68c9abb43c6dfcc8b0a4d07cfe0d4cede6e817
* Settings: Update notification listener user prompt strings.John Spurlock2015-06-081-2/+2
| | | | | Bug: 20926937 Change-Id: I85e1e103511155f854478b773ddc45dc88c96c12
* Settings: Migrate notification access screens to switch prefs.John Spurlock2015-05-111-92/+48
| | | | | Bug: 20916418 Change-Id: I729bc3a6f853f15780f12e7d7c9f337447e399c4
* Settings: External automatic rule settings.John Spurlock2015-04-131-172/+61
| | | | | | | | | | | | | | | | | | | - 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
* Fix Notification Access layout for tabletUI supportFabrice Di Meglio2014-07-211-6/+6
| | | | | | | | | | - setup correct padding for the App list and its item also remove showing FastScroller all the time on App Notification list See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I11a70906f1372027622d50a81bc7744d48190f8a
* Remove all dialog icons in SettingsAlan Viverette2014-06-101-1/+0
| | | | | BUG: 15474733 Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
* Add condition provider access to settings.John Spurlock2014-04-291-0/+345
Pull NotificationAccessSettings out into a reusable base class and reuse all of it for a new condition providers settings page. As with notification listeners, the entire section is hidden if no apps provide conditions. Change-Id: Ib5273f3362e392d99647347c23a514e4590f7ac9