Merge branch 'fdroid-v1.7.2' into main
This commit is contained in:
commit
153e6bd020
4 changed files with 28 additions and 2 deletions
|
@ -12,7 +12,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
|
||||
versionCode 19
|
||||
versionCode 20
|
||||
versionName "1.8.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
13
fastlane/metadata/android/en-US/changelog/18.txt
Normal file
13
fastlane/metadata/android/en-US/changelog/18.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
New features:
|
||||
* Battery improvements: wakelock disabled by default (#76)
|
||||
* Dark mode: Allow changing app appearance (#102)
|
||||
* Report logs: Copy/export logs to help troubleshooting (#94)
|
||||
* WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97)
|
||||
* Show battery optimization banner (#105)
|
||||
|
||||
Bug fixes:
|
||||
* Support for binary UnifiedPush messages (#101)
|
||||
|
||||
Notes:
|
||||
* The foreground wakelock is now disabled by default
|
||||
* The service restarter is now scheduled every 3h instead of every 6h
|
|
@ -1,2 +1,13 @@
|
|||
New features:
|
||||
* Battery improvements: wakelock disabled by default (#76)
|
||||
* Dark mode: Allow changing app appearance (#102)
|
||||
* Report logs: Copy/export logs to help troubleshooting (#94)
|
||||
* WebSockets (experimental): Use WebSockets to subscribe to topics (#96, #100, #97)
|
||||
* Show battery optimization banner (#105)
|
||||
|
||||
Bug fixes:
|
||||
* Fix download issues on SDK 29 "Movement not allowed" (#116)
|
||||
* Support for binary UnifiedPush messages (#101)
|
||||
|
||||
Notes:
|
||||
* The foreground wakelock is now disabled by default
|
||||
* The service restarter is now scheduled every 3h instead of every 6h
|
||||
|
|
2
fastlane/metadata/android/en-US/changelog/20.txt
Normal file
2
fastlane/metadata/android/en-US/changelog/20.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Bug fixes:
|
||||
* Fix download issues on SDK 29 "Movement not allowed" (#116)
|
Loading…
Reference in a new issue