Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Hirner <hirner@bitfire.at>2020-01-07 16:29:29 +0300
committerRicki Hirner <hirner@bitfire.at>2020-01-07 16:47:55 +0300
commit54222d332839d9b9321fc434e9310d930e8fdfee (patch)
tree4e010e4310a6d6a147870c31c0849eca3e32af1d
parent31339f30146b7cd43dd85df1e6b31a8afe18c7f8 (diff)
Version bump to 2.6.3; add F-Droid changelogv2.6.3-ose
-rw-r--r--app/build.gradle5
-rw-r--r--fastlane/metadata/android/en-US/changelogs/328.txt5
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d53eb580..29c069c2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,7 +19,8 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
- versionCode 327
+ versionCode 328
+ versionName '2.6.3'
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@@ -43,7 +44,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
- versionName "2.6.3-beta6-ose"
+ versionName "2.6.3-ose"
}
}
diff --git a/fastlane/metadata/android/en-US/changelogs/328.txt b/fastlane/metadata/android/en-US/changelogs/328.txt
new file mode 100644
index 00000000..7488e232
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/328.txt
@@ -0,0 +1,5 @@
+* account settings: new setting "default reminder"; improved re-loading of entries when settings which have impact on parsing/processing are changed
+* improved resource detection: detect address books/calendars when they are identical with their home-set
+* link to privacy policy added to navigation drawer
+* vCard sync: improve compatibility (for instance with Samsung "Edge panel")
+* minor improvements and bug fixes