forrestguice / NaturalHour

A roman timekeeping add-on for Suntimes.
GNU General Public License v3.0
30 stars 2 forks source link

updatePeriodMillis #18

Closed forrestguice closed 1 year ago

forrestguice commented 1 year ago

Request updates to the widget once an hour; the system gets to decide exactly when the update takes place (and will wake the device).

Widgets will receive an ACTION_APPWIDGET_UPDATE which should restore AlarmManager based updates (scheduled once a minute and will not wake the device). This may resolve issues where the widget fails to update reliably on some devices (#15).