Version bump to 2.6.3; add F-Droid changelog

This commit is contained in:
Ricki Hirner 2020-01-07 14:29:29 +01:00
parent 31339f3014
commit 54222d3328
2 changed files with 8 additions and 2 deletions

View file

@ -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"
}
}

View file

@ -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