aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Heckel <pheckel@datto.com>2022-12-11 15:37:54 -0500
committerPhilipp Heckel <pheckel@datto.com>2022-12-11 15:37:54 -0500
commitf9cf968662af9b137a22b5104343d1cf13a1fa8b (patch)
treeec66fc60cd8a1c79d850c6dd57202fb1a7b59eba
parent39d44056600004e1081a3c4ec5da5ef6a4579ea3 (diff)
downloadponypush-f9cf968662af9b137a22b5104343d1cf13a1fa8b.tar.gz
ponypush-f9cf968662af9b137a22b5104343d1cf13a1fa8b.tar.bz2
ponypush-f9cf968662af9b137a22b5104343d1cf13a1fa8b.zip
Remove version 31
-rw-r--r--app/src/main/AndroidManifest.xml2
-rw-r--r--fastlane/metadata/android/en-US/changelog/31.txt21
-rw-r--r--fastlane/metadata/android/en-US/changelog/32.txt20
3 files changed, 20 insertions, 23 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4fb15f4..0950b40 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -18,7 +18,7 @@
- Google rejected the permission for ntfy, so this permission is STRIPPED OUT by the build process
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
android:name=".app.Application"
diff --git a/fastlane/metadata/android/en-US/changelog/31.txt b/fastlane/metadata/android/en-US/changelog/31.txt
deleted file mode 100644
index c807459..0000000
--- a/fastlane/metadata/android/en-US/changelog/31.txt
+++ /dev/null
@@ -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)
diff --git a/fastlane/metadata/android/en-US/changelog/32.txt b/fastlane/metadata/android/en-US/changelog/32.txt
index b948fde..eed4d0f 100644
--- a/fastlane/metadata/android/en-US/changelog/32.txt
+++ b/fastlane/metadata/android/en-US/changelog/32.txt
@@ -1,6 +1,24 @@
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)
* 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)
+* 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)