ViMaSter / gdqreminder-mobile

Android app using Vue + Capacitor to keep track of GamesDoneQuick events
https://play.google.com/store/apps/details?id=ke.mahn.gdqreminder
GNU General Public License v3.0
4 stars 0 forks source link

Adds background-runner #1163

Closed ViMaSter closed 4 months ago

ViMaSter commented 4 months ago

JS background runner. Draft for #1162.

Updating the calendar times probably needs to occur in native code, as JS in the background runner has no way to access the typescript code.

This is just a working example of a background runner.

ViMaSter commented 4 months ago

Replaced with #1171.