-
-
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
alarm service #597
Merged
Merged
alarm service #597
Commits on May 6, 2022
-
pass the service startId to alarm receiver listeners
Configuration menu - View commit details
-
Copy full SHA for 9803c4d - Browse repository at this point
Copy the full SHA 9803c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa4680 - Browse repository at this point
Copy the full SHA 6fa4680View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23a70d - Browse repository at this point
Copy the full SHA b23a70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f10ccd0 - Browse repository at this point
Copy the full SHA f10ccd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5baff9 - Browse repository at this point
Copy the full SHA e5baff9View commit details -
skip stopSelf if showing a foreground notification (the service should live on with the notification)
Configuration menu - View commit details
-
Copy full SHA for 967b9fd - Browse repository at this point
Copy the full SHA 967b9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1564c56 - Browse repository at this point
Copy the full SHA 1564c56View commit details
Commits on May 7, 2022
-
fix NullPointerException on undo 'clear alarms' (empty list)
Configuration menu - View commit details
-
Copy full SHA for 2162329 - Browse repository at this point
Copy the full SHA 2162329View commit details -
adds AlarmNotificationsTest; implements AlarmNotifications local binder (so the test can bind to the service), and static `t_hasCalledStopSelf` (so the test can verify calls to stopSelf).
Configuration menu - View commit details
-
Copy full SHA for 51492c9 - Browse repository at this point
Copy the full SHA 51492c9View commit details -
NotificationService calls stopSelf() if the context is null, alarm item is null (not found). action is unrecognized, or alarm transitions fail (invalid state).
Configuration menu - View commit details
-
Copy full SHA for bcc088b - Browse repository at this point
Copy the full SHA bcc088bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e39880 - Browse repository at this point
Copy the full SHA 2e39880View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f76eed - Browse repository at this point
Copy the full SHA 5f76eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d4edf - Browse repository at this point
Copy the full SHA 46d4edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a5bfb - Browse repository at this point
Copy the full SHA 44a5bfbView commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 44c8645 - Browse repository at this point
Copy the full SHA 44c8645View commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ccddf04 - Browse repository at this point
Copy the full SHA ccddf04View commit details -
reject alarm sounds that aren't content:/, file:/ or android.resource:/ .. replace these with the default or fallback.
Configuration menu - View commit details
-
Copy full SHA for 6748af4 - Browse repository at this point
Copy the full SHA 6748af4View commit details -
If playing the default sound fails, make a final attempt using the fallback sound (rtttl).
Configuration menu - View commit details
-
Copy full SHA for 6c5dd7c - Browse repository at this point
Copy the full SHA 6c5dd7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddd590 - Browse repository at this point
Copy the full SHA 0ddd590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47106a7 - Browse repository at this point
Copy the full SHA 47106a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8b50a - Browse repository at this point
Copy the full SHA 2d8b50aView commit details
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.