Skip to content

Commit

Permalink
Updated README, whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Sep 22, 2019
1 parent 1dbce80 commit 379bd5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0)
<a href="https://github.com/Catfriend1/syncthing-android/releases" alt="GitHub release"><img src="https://img.shields.io/github/release/Catfriend1/syncthing-android/all.svg" /></a>
<a href="https://f-droid.org/packages/com.github.catfriend1.syncthingandroid" alt="F-Droid release"><img src="https://img.shields.io/f-droid/v/com.github.catfriend1.syncthingandroid.svg" /></a>
<a href="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid" alt="G-Play release"><img src="https://img.shields.io/badge/g--play-1.2.2.3-blue.svg" /></a>
<a href="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid" alt="G-Play release"><img src="https://img.shields.io/badge/g--play-1.2.2.4-blue.svg" /></a>
<a href="https://liberapay.com/~1534877" alt="LiberaPay"><img src="https://img.shields.io/liberapay/patrons/Syncthing-Fork.svg?style=social" /></a>
<a href="https://www.somsubhra.com/github-release-stats/?username=Catfriend1&repository=syncthing-android" alt="GitHub Stats"><img src="https://img.shields.io/github/downloads/Catfriend1/syncthing-android/total.svg" /></a>
<a href="https://www.youtube.com/watch?v=rYHQzqSjKWQ" alt="Tutorial: Youtube-Video"><img src="https://img.shields.io/badge/Tutorial-Youtube--Video-blueviolet" /></a>
Expand All @@ -19,7 +19,7 @@ A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. He
- 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.
- Android 8, 9 and Q support.
- Android 8, 9 and 10 support.
- Discover other Syncthing devices on the same network and easily add them.

# Privacy Policy
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/play/release-notes/en-GB/beta.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
* Syncthing v1.2.2
* Built on top of Android Q SDK, GO 1.13rc2, NDK 20
* PLEASE NOTE: Android Q beta 5's Scoped Storage can or will render this app unusable in the future. This cannot be solved by devs, check wiki.
* PLEASE NOTE: Android 10's Scoped Storage can or will render this app unusable in the future. This cannot be solved by devs, check wiki.
* See detailed changelog on GitHub.
Fixed
* Folder, device list crash while parsing config (#477)
* Device sync percentage calculation for paused folders (#470)
* Display of open file limit on Android Q (#465)
* SyncthingService/importConfig: Fix unchecked type casts (#489)
* NPE crash when config.xml "version" attr is broken (#497)
Enhanced
* Suggest trash can file versioner by default (#481)
* Added tip: Turn off Xiaomi battery saver for the app (#498)
* Prepared Syncthing v1.3.0 API changes (#496)
* Migrated to AndroidX implementations (#488)

0 comments on commit 379bd5d

Please sign in to comment.