Okay there was a flavortown glitch not letting me post any devlogs for over a week but nonetheless:
I am officially published onto the google play store!
Fixed a mojor bug which stops the schedule from sending after 10 days. After ~10 days of the user not opening the app, android has a battery saving protocol where it moves it the background worker to a an app standby bucket. On Android 12+, apps in the bucket wont fire exact alarms. Switched from setExactAndAllowWhileIdle() to setAlarmClock().
I fixed up some device incompatibilities in the UI. Android 12+ wouldn’t adjust my design assets to fit on the screen which is weird since you would expected the modern versions to be better. But i fixed it by applying window insets to the root view of both the main activity and the add/edit schedule activity to avoid content being clipped by system bars.
Also updated my landing page site.
Log in to leave a comment