Remove version 31

This commit is contained in:
Philipp Heckel 2022-12-11 15:37:54 -05:00
parent 39d4405660
commit f9cf968662
3 changed files with 20 additions and 23 deletions

View file

@ -18,7 +18,7 @@
- Google rejected the permission for ntfy, so this permission is STRIPPED OUT by the build process - Google rejected the permission for ntfy, so this permission is STRIPPED OUT by the build process
for the Google Play variant of the app. for the Google Play variant of the app.
--> -->
<!-- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/> --> <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<application <application
android:name=".app.Application" android:name=".app.Application"

View file

@ -1,21 +0,0 @@
Features:
* Support for thematic/adaptive icons for launcher (#513, thanks to @daedric7 for reporting)
Bug fixes + maintenance:
* Upgrade Android dependencies and build toolchain to SDK 33 (no ticket)
* Simplify F-Droid build: Disable tasks for Google Services (#516, thanks to @markosopcic)
* Android 13: Ask for permission to post notifications (#508)
* Android 13: Do not allow swiping away the foreground notification (#521, thanks to @alexhorner for reporting)
* Remove timestamp when copying message text (#471, thanks to @wunter8)
* Fix auto-delete if some icons do not exist anymore (#506)
* Fix notification icon color (#480, thanks to @s-h-a-r-d for reporting)
* Fix topics do not re-subscribe to Firebase after restoring from backup (#511)
* Fix crashes from large images (#474, thanks to @daedric7 for reporting)
* Fix notification click opens wrong subscription (#261, thanks to @SMAW for reporting)
* Fix Firebase-only "link expired" issue (#529)
* Remove "Install .apk" feature in Google Play variant due to policy change (#531)
* Add donate button (no ticket)
Additional translations:
* Korean (thanks to @YJSofta0f97461d82447ac)
* Portuguese (thanks to @victormagalhaess)

View file

@ -1,6 +1,24 @@
Features: Features:
* Support for thematic/adaptive icons for launcher (#513, thanks to @daedric7 for reporting)
* Custom per-subscription notification settings incl. sounds, DND, etc. (#6, thanks to @doits) * Custom per-subscription notification settings incl. sounds, DND, etc. (#6, thanks to @doits)
* Insistent notifications that ring until dismissed (#417, thanks to @danmed for reporting) * Insistent notifications that ring until dismissed (#417, thanks to @danmed for reporting)
Bug fixes: Bug fixes + maintenance:
* Upgrade Android dependencies and build toolchain to SDK 33 (no ticket)
* Simplify F-Droid build: Disable tasks for Google Services (#516, thanks to @markosopcic)
* Android 13: Ask for permission to post notifications (#508)
* Android 13: Do not allow swiping away the foreground notification (#521, thanks to @alexhorner for reporting)
* Android 5 (SDK 21): Fix crash on unsubscribing (#528, thanks to Roger M. for reporting) * Android 5 (SDK 21): Fix crash on unsubscribing (#528, thanks to Roger M. for reporting)
* Remove timestamp when copying message text (#471, thanks to @wunter8)
* Fix auto-delete if some icons do not exist anymore (#506)
* Fix notification icon color (#480, thanks to @s-h-a-r-d for reporting)
* Fix topics do not re-subscribe to Firebase after restoring from backup (#511)
* Fix crashes from large images (#474, thanks to @daedric7 for reporting)
* Fix notification click opens wrong subscription (#261, thanks to @SMAW for reporting)
* Fix Firebase-only "link expired" issue (#529)
* Remove "Install .apk" feature in Google Play variant due to policy change (#531)
* Add donate button (no ticket)
Additional translations:
* Korean (thanks to @YJSofta0f97461d82447ac)
* Portuguese (thanks to @victormagalhaess)