Skip to content
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

boot completed #853

Merged
merged 7 commits into from
Dec 1, 2024
Merged

boot completed #853

merged 7 commits into from
Dec 1, 2024

Conversation

forrestguice
Copy link
Owner

  • fixes bug "FGS not allowed to start from BOOT_COMPLETED!" (Android 15).
  • adds action AFTER_BOOT_COMPLETED; changes ACTION_BOOT_COMPLETED so that it defers scheduling alarms until a moment later (Boot Completed hangs after phone restart #842)
  • removes duplicate progress notification when re-scheduling alarms.

adds action `AFTER_BOOT_COMPLETED`; changes ACTION_BOOT_COMPLETED so that it defers scheduling alarms until a moment later (#842)
removes duplicate progress notification; a "work is being done in the background" message is shown since v0.16.0, so a separate "now scheduling all alarms" message is no longer needed.
Fixes bug "FGS not allowed to start from BOOT_COMPLETED!" (Android 15).

ACTION_BOOT_COMPLETED is now handled directly from the BroadcastReceiver instead.
AFTER_BOOT_COMPLETED runs after a short delay; use JobScheduler for api24+
@forrestguice forrestguice added this to the v0.16.4 milestone Dec 1, 2024
@forrestguice forrestguice merged commit 33c2591 into master Dec 1, 2024
1 check passed
@forrestguice forrestguice deleted the boot_completed branch December 1, 2024 21:21
@forrestguice forrestguice mentioned this pull request Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant