Merge branch 'changelogs-1.19.0-alpha0' into 'master'

add changelogs for 1.19.0-alpha0

See merge request fdroid/fdroidclient!1301
This commit is contained in:
Torsten Grote
2023-10-19 16:31:49 +00:00
16 changed files with 40 additions and 7 deletions

View File

@@ -154,6 +154,7 @@ app weblate merge conflict:
- changes:
- .gitlab-ci.yml
- app/src/*/res/values*/strings.xml
- metadata/
script:
- apt-get update
- apt-get -qy install --no-install-recommends ca-certificates git

View File

@@ -1,3 +1,24 @@
### 1.19.0-alpha0 (2023-10-20)
* Completely overhauled adding repositories and mirrors, both the user experience and the code.
* Preview repo contents before adding new repos.
* Include integrated QR scanner for adding new repos and mirrors
* Use Session Installer on both F-Droid and F-Droid Basic, including support for
automatic background updates
* On Android 14, mark apps with unsupported Target SDK Version as incompatible #2692
* Long click to copy Links, Permissions and Versions on App Details screen (@Tobias_Groza)
* Incompatible apps are no longer shown anywhere when they are disabled #41 (@pigpig)
* Include lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion as default mirror
* Fix Litecoin button linking to bitcoin address #2683 (@Tobias_Groza)
### 1.18.0 (2023-10-10)
* Handle new implied split-permissions added in SDK 34.

View File

@@ -0,0 +1,7 @@
* Fixed using repos and mirrors from External Storage on recent Android releases
* Improved WiFi management in Nearby
* The navigation bar now remembers its position even when F-Droid restarts
* New language: Swahili
* Fix downloading images for repos still using index-v1
* Fix crashes related to swap, managing repos and more
* The Downgrade button was removed, Android no longer allows that

View File

@@ -1,7 +1,11 @@
* Fixed using repos and mirrors from External Storage on recent Android releases
* Improved WiFi management in Nearby
* The navigation bar now remembers its position even when F-Droid restarts
* New language: Swahili
* Fix downloading images for repos still using index-v1
* Fix crashes related to swap, managing repos and more
* The Downgrade button was removed, Android no longer allows that
* Completely overhaul adding repos and mirrors, both UX and code
* Preview repo contents before adding
* Use Session Installer on F-Droid and F-Droid Basic including support for automatic background updates
* On Android 14, mark apps with unsupported Target SDK Version as incompatible #2692
* Long click to copy Links, Permissions and Versions on App Details screen (thanks @Tobias_Groza)
* Incompatible apps are no longer shown anywhere (except when allowed in Settings) #41 (thanks @pigpig)