-
Notifications
You must be signed in to change notification settings - Fork 939
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
Restore notifications when app starts #1509
Open
felixwiemuth
wants to merge
12
commits into
iSoron:dev
Choose a base branch
from
felixwiemuth:feature/restore-notifications
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Restore notifications when app starts #1509
felixwiemuth
wants to merge
12
commits into
iSoron:dev
from
felixwiemuth:feature/restore-notifications
Commits on Sep 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 33100df - Browse repository at this point
Copy the full SHA 33100dfView commit details -
Remove redundant rescheduling after reboot
The action is already performed via HabitsApplication.onCreate. It is sufficient that there is a boot receiver.
Configuration menu - View commit details
-
Copy full SHA for 0d1d8a9 - Browse repository at this point
Copy the full SHA 0d1d8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 794289b - Browse repository at this point
Copy the full SHA 794289bView commit details -
- Persist the map of active notifications on every change and reload it on application startup. - Reshow all active notifications on application startup using the original reminder due time.
Configuration menu - View commit details
-
Copy full SHA for 09c46f5 - Browse repository at this point
Copy the full SHA 09c46f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857e21a - Browse repository at this point
Copy the full SHA 857e21aView commit details -
Add app update broadcast receiver
So that notifications are also restored after app upgrade
Configuration menu - View commit details
-
Copy full SHA for 68f2639 - Browse repository at this point
Copy the full SHA 68f2639View commit details
Commits on Sep 18, 2022
-
Remove
shown
field fromNotificationData
It is not necessary to keep this field as in the map of active notifications (and its persisted form) this field is always `true`.
Configuration menu - View commit details
-
Copy full SHA for 4174359 - Browse repository at this point
Copy the full SHA 4174359View commit details
Commits on Sep 25, 2022
-
In case serialized notifications cannot be deserialized, continue with an empty map of active notifications
Configuration menu - View commit details
-
Copy full SHA for f1c104a - Browse repository at this point
Copy the full SHA f1c104aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 015c0d1 - Browse repository at this point
Copy the full SHA 015c0d1View commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1540427 - Browse repository at this point
Copy the full SHA 1540427View commit details -
Configuration menu - View commit details
-
Copy full SHA for e65357b - Browse repository at this point
Copy the full SHA e65357bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0663e - Browse repository at this point
Copy the full SHA ee0663eView 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.