mirror of
https://github.com/etesync/android
synced 2024-11-25 17:38:13 +00:00
61231b4233
* increase target API level to 23 (Android 6), which makes Android 6-style permissions mandatory * AUTHENTICATE_ACCOUNTS permission is only required up to API level 22 * new activity: PermissionsActivity which shows missing permissions and provides buttons to request them * DavService: Android shouldn't send a null Intent, but sometimes it does, so implement null check * LocalTaskList: tasksProviderAvailable may return true on API level 23+ even if permissions are not sufficient * SyncAdapterService: show a notification (with Intent for PermissionsActivity) when permissions are not sufficient * when creating accounts, set OpenTasks sync always to true if API level is 23+ (even if OpenTasks is not installed [yet]) * update Lombok |
||
---|---|---|
app | ||
dav4android@0edfc6a74c | ||
doc | ||
gradle/wrapper | ||
ical4android@a9495e1367 | ||
MemorizingTrustManager@b6a3d558e4 | ||
scripts | ||
vcard4android@80b0f29807 | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
DAVdroid
Please see the DAVdroid Web site for comprehensive information about DAVdroid.
DAVdroid is licensed under the GPLv3 License.
News and updates: @davdroidapp
Help and discussion: DAVdroid forums
Parts of DAVdroid have been outsourced into these libraries:
- dav4android – WebDAV/CalDav/CardDAV framework
- ical4android – iCalendar processing and Calendar Provider access
- vcard4android – VCard processing and Contacts Provider access
USED THIRD-PARTY LIBRARIES
Those libraries are used by DAVdroid (alphabetically):