mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-10 11:04:41 +00:00
Update README, whatsnew
This commit is contained in:
parent
0a113f5b05
commit
37aaf5c740
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
[![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0)
|
[![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://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/de/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://f-droid.org/de/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.1.1.1-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.1.1.2-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://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.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>
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
- UI explains why 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, 9 and Q support.
|
- Android 8, 9 and Q support.
|
||||||
|
- Light and Dark theme.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@ Fixes
|
||||||
* Show notification if SDcard is full (#382)
|
* Show notification if SDcard is full (#382)
|
||||||
* Support for Android 10 Q
|
* Support for Android 10 Q
|
||||||
Enhancements
|
Enhancements
|
||||||
* Add option to sync every hour for 5 minutes (#387)
|
* Dark theme (#401)
|
||||||
|
* Option to sync every hour for 5 minutes (#387)
|
||||||
* Show total downloaded and uploaded bytes
|
* Show total downloaded and uploaded bytes
|
||||||
* RecentChanges List: Add refresh button (#380)
|
|
||||||
* Suggest new folder creation on primary storage (#379)
|
* Suggest new folder creation on primary storage (#379)
|
||||||
* Enable largeBlocks for new folders by default (#301)
|
* Enable largeBlocks for new folders by default (#301)
|
||||||
Notes
|
Notes
|
||||||
|
|
Loading…
Reference in a new issue