Skip to content

Commit

Permalink
Merge pull request #854 from forrestguice/release-0.16.4
Browse files Browse the repository at this point in the history
release 0.16.4
  • Loading branch information
forrestguice authored Dec 4, 2024
2 parents 33c2591 + 770c48b commit cf46e97
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### ~

### v0.16.4 (2024-12-04)
* fixes bug "boot completed hangs after phone restart" (#842).
* fixes bug "FGS not allowed to start from BOOT_COMPLETED!" (Android 15).
* fixes bug where "moon dialog displays the wrong phase label" (#843).
* fixes bug where custom color labels are invisible when ellipsized (missing text).
* fixes bug where text is cropped in moon day widget (#845).
* fixes bugs in widget previews; missing padding, missing map foreground.
* adds "preview" action to the "bright alarm colors" selector.
* adds `AFTER_BOOT_COMPLETED`; changes `ACTION_BOOT_COMPLETED` so that it defers scheduling alarms until a few moments later (#842).
* adds time-out when querying various content providers to avoid potential ANRs if a provider fails to respond.
* updates build; replaces jitpack.io artifacts, adds git submodule.
* updates translation to Polish and Esperanto (eo, pl) (#841 by Verdulo).

### v0.16.3 (2024-11-04)
* enhances the quick settings tiles to support displaying their dialogs over the lock screen.
* improves the appearance of the quick settings tile dialogs (replaces AlertDialog).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 28
versionCode 117
versionName "0.16.3"
versionCode 118
versionName "0.16.4"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/118.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- adds "preview" action to the "bright alarm colors" selector.
- fixes bug "boot completed hangs after phone restart" (#842).
- fixes bug "FGS not allowed to start from BOOT_COMPLETED!" (Android 15).
- fixes bug where "moon dialog displays the wrong phase label" (#843).
- updates translation to Polish and Esperanto.

0 comments on commit cf46e97

Please sign in to comment.