mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-30 00:01:19 +00:00
Update APK version to 0.14.51.5 / 4168
Updated whatsnew
This commit is contained in:
parent
b63eeb002b
commit
c5a436fb61
2 changed files with 5 additions and 7 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.github.catfriend1.syncthingandroid"
|
applicationId "com.github.catfriend1.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4167
|
versionCode 4168
|
||||||
versionName "0.14.51.4"
|
versionName "0.14.51.5"
|
||||||
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
|
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Fixes
|
Fixes
|
||||||
|
* Fixed xml encoding when parsing, saving the config (#89)
|
||||||
* Fixed override changes button not showing
|
* Fixed override changes button not showing
|
||||||
* Fixed the "battery eater"
|
* Fixed the "battery eater"
|
||||||
* Added detection for wireless charging
|
* Added detection for wireless charging
|
||||||
|
@ -6,11 +7,8 @@ Fixes
|
||||||
* Lots of bug fixes and better Android 8+ support (#52, #54, #56, #59)
|
* Lots of bug fixes and better Android 8+ support (#52, #54, #56, #59)
|
||||||
Enhancements
|
Enhancements
|
||||||
* UI explains why syncthing is running (or not)
|
* UI explains why syncthing is running (or not)
|
||||||
* Improved run conditions and their UI
|
|
||||||
* Support in-app editing of folder's ignore list items
|
* Support in-app editing of folder's ignore list items
|
||||||
* Added support for "receive only" folders
|
|
||||||
* Stop polling when the user doesn't look at a tab
|
|
||||||
* Speed up syncthing startup and reduce log spam (#60)
|
|
||||||
* Better default prefs and crash detection
|
* Better default prefs and crash detection
|
||||||
Maintenance
|
Maintenance
|
||||||
* Updated syncthing to v0.14.51-rc.3
|
* Updated syncthing to v0.14.51
|
||||||
|
* Added support for "receive only" folders
|
||||||
|
|
Loading…
Reference in a new issue