History log of /frameworks/base/services/core/java/com/android/server/notification/ScheduleCalendar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9eb2c1e85cd5def851ebe833a7f56a49f00e448f 02-Jun-2016 Julia Reynolds <juliacr@google.com> Handle alarm firing outside of DND period.

Change-Id: Ib8bb878709ab8b5db8aba7f31e239e44409e18d4
Fixes: 28459870
/frameworks/base/services/core/java/com/android/server/notification/ScheduleCalendar.java
7f73308f50791740beb380fecc17903301054ad3 26-Apr-2016 Julia Reynolds <juliacr@google.com> More bugreport logging for scheduleconditionprovider.

Bug: 28261291
Change-Id: I70d1b466a9d4e18e5f4d9b1209711c442434ecab
/frameworks/base/services/core/java/com/android/server/notification/ScheduleCalendar.java
1998ee56285419ff7fea0ec9a247e31d1d27a0ab 11-Feb-2016 Julia Reynolds <juliacr@google.com> Alarm can end time-based rule.

Bug: 21069008
Change-Id: I857d85a32eb44ca873da4a9f19323c48a922ab9f
/frameworks/base/services/core/java/com/android/server/notification/ScheduleCalendar.java
b2278d65714c0dd0a6f94d1913db1ebc8bfc8b06 07-Apr-2015 John Spurlock <jspurlock@google.com> An update on Downtime.

The update is that Downtime is obsolete. Replaced by the
ability to define multiple named schedule calendars.

- Make changes to ZenModeConfig to properly model manual
and automatic rules.
- Refactor the zen mode helper (and supporting classes) to
properly handle / report multiple claims on zen mode.
The "manual" rule (specified by the user in the UI) vs
one or more automatic rules.
- Automatic rules are still backed by condition providers,
but the layering is now cleaner. ConditionProviders is now
completely generic, has no ties to zen mode.
- Specifically, the new layering for zen mode (below noman) is:
ZenModeHelper: Source of truth for zen state
ZenModeFiltering: Subhelper dedicated to filtering rules.
ZenModeConditions: Subhelper dedicated to managing automatic rules.
ConditionProviders: Underlying engine for reporting named boolean state.
- Migration story for users with existing downtime config, migrated
to a single new calendar named downtime.
- For users with no existing downtime, two default calendars are created
for weeknights + weekends (icu4j for all locales will be done in a followup).
- Remove obsolete DowntimeConditionProvider/NextAlarmConditionProvider and tracking.
- Clean up obsolete resources.
- Add common zen summary description string computation.
- Add proper noman wrappers for the new model.
- Change the semantics of the global zen setting. It is now read-only. Setters
must call noman, added a "reason" to all calls for better attribution.
- Update zenmodepanel + volumedialog to the new model.
- Display the one or more automatic rules in the new zen footer summary.
- "Snooze" the automatic rules when the user explicitly turns zen off.

Bug: 20064962
Change-Id: Idd9deb865a6035ad0cfae660198dccb517e6d7cc
/frameworks/base/services/core/java/com/android/server/notification/ScheduleCalendar.java