-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d453a1f
commit eb2e317
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- adds graph of sunlight over the year, and time of earliest/latest sunrise/sunset. | ||
- adds support for customizing map and graph colors. | ||
- adds support for custom events based on "shadow length". | ||
- adds "bedtime mode" to alarms; helps schedule do-not-disturb during sleep hours. | ||
- adds "use app location" option to alarms; reschedules alarms when the location changes. | ||
- adds "high brightness" option to alarms, and "swipe to dismiss" alarm UI. | ||
- adds "next alarm" quick settings tile, and "next alarm" widgets. | ||
- fixes bug "alarms fail to display over lock screen" (#802). | ||
- updates targetSdkVersion from 25 to 28 (Android 9); adds support for notification channels. |