Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Dec 23, 2021
1 parent f9a9c3d commit faa8b72
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.decsync.cc"
minSdkVersion 21
targetSdkVersion 31
versionCode 31
versionName "2.1.0"
versionCode 32
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add support for multiple DecSync directories (#56)
- Add support for importing existing accounts
- Change sync interval from 60 to 15 minutes (#53)
- Improve the introduction
- Don't crash on reading an empty file (#68)
4 changes: 3 additions & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DecSync CC synchronizes contacts and calendars using <a href="https://github.com/39aldo39/DecSync">DecSync</a>. To start synchronizing, all you have to do is synchronize the selected DecSync directory, using for example <a href="https://f-droid.org/en/packages/com.nutomic.syncthingandroid">Syncthing</a>.
DecSync CC synchronizes contacts, calendars and tasks using <a href="https://github.com/39aldo39/DecSync">DecSync</a>. It stores this data in a shared directory, using Syncthing, Google Drive, Dropbox or any other file synchronization service.

<a href="https://f-droid.org/en/packages/com.nutomic.syncthingandroid">Syncthing</a> synchronizes files directly between devices, without storing the data centrally or requiring a server. DecSync CC works with any file synchronization service, but using Syncthing is recommended as your data stays on your devices.

The UI is based on the one used in <a href="https://f-droid.org/en/packages/at.bitfire.davdroid">DAVx⁵</a>.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faa8b72

Please sign in to comment.