Add Persistent Notification for Notifications Syncing service #408

Closed
opened 2022-11-20 21:02:55 +01:00 by Marown · 1 comment
Owner

Is your feature request related to a problem? Please describe.
From Android 6.0 Marshmallow, Doze (Power Save Mode) makes periodic syncing to ignore the syncing interval.

Until push notifications are implemented, periodic syncing needs to apply the syncing interval when Power Save Mode is enabled.

Describe the solution you'd like
A persistent notification and a restart process for the Notifications Syncing service can restart the service after Power Save Mode kills it.

The persistent notification can be implemented using the following guide https://www.codespeedy.com/creating-persistent-notification-in-android-java/

Describe alternatives you've considered
None.

Additional context
None.

**Is your feature request related to a problem? Please describe.** From Android 6.0 Marshmallow, Doze (Power Save Mode) makes periodic syncing to ignore the syncing interval. Until push notifications are implemented, periodic syncing needs to apply the syncing interval when Power Save Mode is enabled. **Describe the solution you'd like** A persistent notification and a restart process for the Notifications Syncing service can restart the service after Power Save Mode kills it. The persistent notification can be implemented using the following guide https://www.codespeedy.com/creating-persistent-notification-in-android-java/ **Describe alternatives you've considered** None. **Additional context** None.
Marown added this to the 1.6.0 milestone 2022-11-20 21:02:55 +01:00
Marown added the
type:improvement
prio:high
labels 2022-11-20 21:02:55 +01:00
Marown added the
status:in-progress
label 2022-12-17 13:37:04 +01:00
Author
Owner

Mitigates #203.

Mitigates #203.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Marown/SWADroid#408
No description provided.