-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop #810
Merged
Merged
develop #810
Conversation
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
refactors default values out of strings.xml into its own resource
alternate default values for Android TV
adds "view with calendar" to dialog context menus
broadcast intents must be explicit since api 26+; specify the package name when sending alarm update broadcasts
adds AlarmClockItem.FLAG_LOCATION_FROM_APP
query and update widgets on separate thread
include alarm flags in minimum entry
flags (adds static methods)
reschedule all "app location" alarms whenever app location is changed
broadcast intents must be explicit since api 26+
fix inconsistent alert dialog appearance
api26+ must call startForeground within 5s of being launched from the background
fixes initial "alarm clock launcher icon" enabled state
textSize
detach listeners while updating ui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
USE_FULL_SCREEN_INTENT
(needed for alarms over the lock screen) [PERMISSION]; fixes bug "alarms fail to display over lock screen" (Alarm above lock screen #802).FOREGROUND_SERVICE
(needed for alarms and notifications) [PERMISSION].ACCESS_NOTIFICATION_POLICY
(needed to enable do-not-disturb at bedtime) [PERMISSION].build.gradle
.