mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
Prepare 1.23.1 release
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
### 1.23.1 (2025-07-11)
|
||||
|
||||
* Disable edge-to-edge for Android 10 and below since it caused issues there
|
||||
* Fix top app bar background in OLED black theme
|
||||
* Fix implied POST_NOTIFICATIONS permission mismatch
|
||||
* Fix minimum installable target SDK for Android 16 (marks apps as incompatible again)
|
||||
* Fix index diff bug when removing icons
|
||||
* Fix cash when setting session timeout with conscrypt installed
|
||||
|
||||
### 1.23.0 (2025-05-22)
|
||||
|
||||
* Updated app screenshots for Material 3 (Thanks Thore!)
|
||||
|
||||
@@ -32,7 +32,7 @@ android {
|
||||
compileSdk libs.versions.compileSdk.get().toInteger()
|
||||
|
||||
defaultConfig {
|
||||
versionCode 1023050
|
||||
versionCode 1023051
|
||||
versionName getVersionName()
|
||||
applicationId "org.fdroid"
|
||||
|
||||
|
||||
4
metadata/en-US/changelogs/1023051.txt
Normal file
4
metadata/en-US/changelogs/1023051.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
* Disable edge-to-edge for Android 10 and below since it caused issues there
|
||||
* Fix top app bar background in OLED black theme
|
||||
* Fix implied POST_NOTIFICATIONS permission mismatch
|
||||
* Fix minimum installable target SDK for Android 16 (marks apps as incompatible again)
|
||||
Reference in New Issue
Block a user