mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
Update APK version to 0.14.54.8 / 145408
This commit is contained in:
parent
826dca6f52
commit
c36efcf038
3 changed files with 7 additions and 5 deletions
|
@ -7,10 +7,11 @@
|
||||||
# Major enhancements in this fork are:
|
# Major enhancements in this fork are:
|
||||||
- Individual sync conditions can be applied per device and per folder (for expert users).
|
- Individual sync conditions can be applied per device and per folder (for expert users).
|
||||||
- Recent changes UI, click to open files.
|
- Recent changes UI, click to open files.
|
||||||
- UI explains why syncthing is running or not running according to the run conditions set in preferences.
|
- Changes to folder and device config can be made regardless if syncthing is running or not.
|
||||||
|
- UI explains why syncthing is running or not.
|
||||||
- "Battery eater" problem is fixed.
|
- "Battery eater" problem is fixed.
|
||||||
- Android 8 and 9 support.
|
- Android 8 and 9 support.
|
||||||
- Many bug fixes, enhancements and more frequent releases.
|
- Extended support for third-party automation apps (see wiki)
|
||||||
|
|
||||||
A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. Head to the "releases" section or F-Droid for builds. Please open an issue under this fork if you need help. Important: Please don't file bugs at the upstream repository "syncthing-android" if you are using this fork.
|
A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. Head to the "releases" section or F-Droid for builds. Please open an issue under this fork if you need help. Important: Please don't file bugs at the upstream repository "syncthing-android" if you are using this fork.
|
||||||
|
|
||||||
|
|
|
@ -37,8 +37,8 @@ android {
|
||||||
applicationId "com.github.catfriend1.syncthingandroid"
|
applicationId "com.github.catfriend1.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 145407
|
versionCode 145408
|
||||||
versionName "0.14.54.7"
|
versionName "0.14.54.8"
|
||||||
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
|
||||||
|
|
|
@ -2,10 +2,11 @@ Maintenance
|
||||||
* Updated syncthing core to v0.14.54
|
* Updated syncthing core to v0.14.54
|
||||||
* Fallback to http if https tls 1.2 is unavailable on Android 4.x
|
* Fallback to http if https tls 1.2 is unavailable on Android 4.x
|
||||||
Enhancements
|
Enhancements
|
||||||
* UI can be used to configure even when syncthing is not running [NEW]
|
* Configure everything regardless if syncthing is running or not [NEW]
|
||||||
* Added "Recent changes" UI, click files to open [NEW]
|
* Added "Recent changes" UI, click files to open [NEW]
|
||||||
* Specify sync conditions differently for each folder, device [NEW]
|
* Specify sync conditions differently for each folder, device [NEW]
|
||||||
* Added offline 'tips & tricks' content [NEW]
|
* Added offline 'tips & tricks' content [NEW]
|
||||||
Fixes
|
Fixes
|
||||||
* Fixed the "battery eater"
|
* Fixed the "battery eater"
|
||||||
* Android 8 and 9 support
|
* Android 8 and 9 support
|
||||||
|
* Third-party automation app support
|
||||||
|
|
Loading…
Reference in a new issue