This commit is contained in:
Josia Pietsch 2024-12-12 21:27:03 +01:00
parent 9e514050e2
commit aca7fe57d2
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 11 additions and 2 deletions

View file

@ -23,8 +23,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
compileSdk 35
versionCode 33
versionName "j-0.0.17"
versionCode 34
versionName "j-0.0.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,9 @@
* Option to choose clock color
* Added dynamic color theme; removed light theme
* Added consent dialog for accessibility service
* Added Turkish translation (thank you, Sarp Küçük!)
* Added Italian translation (thank you, Samantha!)
* Improved Portuguese translation (thank you, "Vossa Excelencia"!)
* Fixed bug with gesture navigation in app drawer. Pressing back now closes the drawer immediately.