Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Releases: r3bl-org/stay-awake-app

Set target SDK to Android 10

29 Aug 23:20
Compare
Choose a tag to compare

Minor cleanups to the code: cfd375d

Better phone charging detection

04 Aug 21:48
Compare
Choose a tag to compare
Release 2.8

Better phone charging detection

UI fixes from PR

04 Aug 05:34
Compare
Choose a tag to compare

Refactor for readabililty

02 Aug 01:14
Compare
Choose a tag to compare

Accept community contributed PR

29 Jun 02:49
Compare
Choose a tag to compare
Refactor some code from PR

See: https://github.com/r3bl-org/stay-awake-app/pull/10

Make auto start implementation stable

16 Jun 18:39
Compare
Choose a tag to compare
Change implementation of auto start to be stable

Auto starting the service in MyTileService.kt onCreate() was a problem
that led to unpredictable behaviors of the service starting itself
when not plugged in.

Auto starting the service in the MainActivity.kt onCreate() also led
to the similar issues from above.

Implement more reliable check for when phone is charging

14 Jun 23:32
Compare
Choose a tag to compare

Big performance optimizations

11 Jun 00:18
Compare
Choose a tag to compare
Optimize shared preference usage

1. Thread safe implementation of immutable Settings propagation over
   EventBus
2. Introduce EventBus delivering updates on background thread
3. Run the recurring task in an executor that does heavy processing in
   the background and posts tile updates in the main thread

Release v2.2 to the Play Store

Fixes #6

Fix github URL

10 Jun 06:29
Compare
Choose a tag to compare
2.1

Update to v2.1; Published to Play Store

Bug fix for disable auto start in some cases when phone is restarted multiple times

09 Jun 01:41
Compare
Choose a tag to compare