History log of /packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6baf98eb46ad943e4295e0e8881f30c2c678b846 17-Jun-2015 Jason Monk <jmonk@google.com> Fix accessibility for empty list on notification access

Bug: 21797352
Change-Id: I6c68c9abb43c6dfcc8b0a4d07cfe0d4cede6e817
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
90e27a4893effb17e19aef973df02333eec9614a 08-Jun-2015 John Spurlock <jspurlock@google.com> Settings: Update notification listener user prompt strings.

Bug: 20926937
Change-Id: I85e1e103511155f854478b773ddc45dc88c96c12
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
b8099f542c21e3ac57d250837e60ec65653ab55c 11-May-2015 John Spurlock <jspurlock@google.com> Settings: Migrate notification access screens to switch prefs.

Bug: 20916418
Change-Id: I729bc3a6f853f15780f12e7d7c9f337447e399c4
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
c96a5dcbfc3f37f71e8b3e8b962f9571b1e7ceaf 10-Apr-2015 John Spurlock <jspurlock@google.com> Settings: External automatic rule settings.

- 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
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
20b32f25f0867bebfd138749f7ed45cf898942ef 21-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix Notification Access layout for tabletUI support

- 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
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
6bfec2d6b197068dd355bd1742179fe3da07136f 10-Jun-2014 Alan Viverette <alanv@google.com> Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java
c9afadb04b00598f5988101681089290cf14f79c 30-Apr-2014 John Spurlock <jspurlock@google.com> Add condition provider access to settings.

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
/packages/apps/Settings/src/com/android/settings/notification/ManagedServiceSettings.java