1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Update APK version to 0.14.51.5 / 4168

Updated whatsnew
This commit is contained in:
Catfriend1 2018-10-13 11:58:56 +02:00
parent b63eeb002b
commit c5a436fb61
2 changed files with 5 additions and 7 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.github.catfriend1.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4167
versionName "0.14.51.4"
versionCode 4168
versionName "0.14.51.5"
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1,4 +1,5 @@
Fixes
* Fixed xml encoding when parsing, saving the config (#89)
* Fixed override changes button not showing
* Fixed the "battery eater"
* Added detection for wireless charging
@ -6,11 +7,8 @@ Fixes
* Lots of bug fixes and better Android 8+ support (#52, #54, #56, #59)
Enhancements
* UI explains why syncthing is running (or not)
* Improved run conditions and their UI
* 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
Maintenance
* Updated syncthing to v0.14.51-rc.3
* Updated syncthing to v0.14.51
* Added support for "receive only" folders