1
0
mirror of https://github.com/etesync/android synced 2024-11-14 03:39:52 +00:00
Go to file
Ricki Hirner aeca582a7c New version: 0.6.12
* if well-known URI detection fails with I/O errors, ignore it instead of aborting
* if current-user-principal is not supported by the server, use the user-given URL is the principal URL
* determine availability of CalDAV/CardDAV by whether a calendar/address-book home set is available
* if DAV:displayname is not available for a collection, use its URL path instead
* remove SSLPeerUnverifiedException handling (Apache HttpClient doesn't use this exception)
* use Depth: 1 (instead of Depth: 0) for multi-get REPORT requests
* don't display address books in "Select collections" UI if CardDAV is not available
* don't display calendars in "Select collections" UI if CalDAV is not available
* version bump to 0.6.12
2015-02-13 18:30:00 +01:00
app New version: 0.6.12 2015-02-13 18:30:00 +01:00
doc Minor changes 2014-11-12 14:37:22 +01:00
gradle/wrapper Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
res Remove Debug settings activity 2014-12-20 21:35:52 +01:00
.gitignore Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
build.gradle Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
CONTRIBUTING.md Ignore crappy unknown properties with illegal syntax (see issue #118) 2014-05-09 15:55:05 +02:00
COPYING first commit 2013-09-18 20:03:36 +02:00
gradlew Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
gradlew.bat Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00
README.md Handle resources with "%" and other special characters in file name more accurately (fixes #401) 2014-12-27 22:42:57 +01:00
settings.gradle Migrated to Android Studio/gradle 2014-12-20 20:21:46 +01:00

DAVDROID

Please see the DAVdroid Web site for detailled information about DAVdroid.

DAVdroid is licensed under the GPLv3 License.

Twitter: @davdroidapp

USED THIRD-PARTY LIBRARIES