DAVx⁵
CalDAV/CardDAV Synchronization and Client
AppID: | at.bitfire.davdroid |
Author: | bitfire web engineering |
License: | GPL-3.0-only |
Donation: | Webpage Bitcoin |
InRepoSince: | 2022-05-07 |
LastRepoUpdate: | 2022-06-21 |
LastAppUpdate: | 2022-06-21 |
LastVersion: | 4.2.2-ose |
Categories: | Internet |
Google Play: | Check if it's there |

DAVx⁵ is a CalDAV/CardDAV management and synchronization app for Android which natively integrates with Android calendar/contact apps.
Use it with your own server or with a trusted hoster to keep your contacts, events and tasks under your control.
For more information and a list of tested servers/services, have a look at the Web site.
Packages
Version 4.2.2-ose (2022-06-21)
Android Versions:
- Target:
- MinVer: 5.0
Permissions:
- ACCESS_NETWORK_STATE
- ACCESS_WIFI_STATE
- AUTHENTICATE_ACCOUNTS
- FOREGROUND_SERVICE
- GET_ACCOUNTS
- INTERNET
- MANAGE_ACCOUNTS
- READ_CALENDAR
- READ_CONTACTS
- READ_SYNC_SETTINGS
- READ_SYNC_STATS
- RECEIVE_BOOT_COMPLETED
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- WRITE_CALENDAR
- WRITE_CONTACTS
- WRITE_SYNC_SETTINGS
- at.techbee.jtx.permission.READ
- at.techbee.jtx.permission.WRITE
- org.dmfs.permission.READ_TASKS
- org.dmfs.permission.WRITE_TASKS
- org.tasks.permission.READ_TASKS
- org.tasks.permission.WRITE_TASKS
Features:
- None
66 Libraries detected:
Libraries:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Cardview (UI Component) AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility) standalone efficient collections.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Cursor Adapter (Utility) static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) a module to implement custom views. Part of the Android Support Library.
- Databinding (Utility) bind UI components in your layouts to data sources in your app using a declarative format.
- Drawerlayout (UI Component) AndroidX library to implement a Material Design drawer widget.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Interpolator (UI Component) AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Navigation (Utility) a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- Paging (UI Component) AndroidX library to make it easier to load data gradually and gracefully within an app's RecyclerView.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- AndroidX Security (Utility) AndroidX library to safely manage keys and encrypt files and sharedpreferences.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Swiperefreshlayout (UI Component) implemtation of the swipe-to-refresh UI pattern.
- Tracing (Utility) AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- Viewpager (UI Component) AndroidX library to display Views or Fragments in a swipeable format.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- FasterXML Jackson (Utility) a fast and compliant streaming JSON parser/writer with a StAX-like API and support for marshalling/unmarshalling POJOs via annotations.
- AppIntro (UI Component) library that helps build a cool carousel intro.
- vinnie (Utility) library that reads and writes 'vobject' data (vCard and iCalendar).
- FlexboxLayout (Utility) a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
- Google Material Design (Utility) library to help with material design guidelines.
- Tink (Utility) a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- Color Picker (UI Component) a highly customizable color picker.
- AboutLibraries (Utility) a library to offer some information about libraries.
- FastAdapter (Utility) provides core functionality most apps require. It also prevents common mistakes by taking away those steps from the devs.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- Sun Mail (Utility) part of the JavaMail™ API provides classes that model a mail system.
- Dagger (Utility) A fast dependency injector for Android and Java.
- ez-vcard (Utility) vCard parser library.
- JavaX Dependency Injection (Utility) specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- JavaMail API (Utility) provides a platform-independent and protocol-independent framework to build mail and messaging applications.
- Kotlin (Utility) The Kotlin Programming Language
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- iCal4j (Utility) library used to read and write iCalendar data streams as defined in RFC2445.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- Apache Commons (Development Framework) an Apache project focused on all aspects of reusable Java components.
- brotli (Utility) a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods.
- Conscrypt (Utility) a Java Security Provider (JSP) that implements parts of the Java Cryptography Extension (JCE) and Java Secure Socket Extension (JSSE). It uses BoringSSL to provide cryptographic primitives and Transport Layer Security (TLS) for Java applications on Android and OpenJDK.
- jparsec (Utility) builds mini parsers in pure Java.
- Simple Logging Facade for Java (Utility) abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- dnsjava (Utility) an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates.
- XML Pull (Utility) a minimalist API for easy building on top of it SAX, XML pull parsers.
- cert4android (Utility) a library for Android to manage custom certificates.
- dav4jvm (Utility) a WebDAV/CalDAV/CardDAV library for JVM (Java/Kotlin).
- ical4android (Utility) a library for Android that brings together iCalendar and Android.
- vcard4android (Utility) an Android library that brings together VCard and Android.
Payment Modules:
- None found an Android library that brings together VCard and Android.
Ads & Analytics:
- None found an Android library that brings together VCard and Android.
Download (10.8 M)
Version 4.2.1-ose (2022-05-05)
Android Versions:
- Target:
- MinVer: 5.0
Permissions:
- ACCESS_NETWORK_STATE
- ACCESS_WIFI_STATE
- AUTHENTICATE_ACCOUNTS
- FOREGROUND_SERVICE
- GET_ACCOUNTS
- INTERNET
- MANAGE_ACCOUNTS
- READ_CALENDAR
- READ_CONTACTS
- READ_SYNC_SETTINGS
- READ_SYNC_STATS
- RECEIVE_BOOT_COMPLETED
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- WRITE_CALENDAR
- WRITE_CONTACTS
- WRITE_SYNC_SETTINGS
- at.techbee.jtx.permission.READ
- at.techbee.jtx.permission.WRITE
- org.dmfs.permission.READ_TASKS
- org.dmfs.permission.WRITE_TASKS
- org.tasks.permission.READ_TASKS
- org.tasks.permission.WRITE_TASKS
Features:
- None
59 Libraries detected:
Libraries:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- AndroidX Activity (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Android Jetpack Annotations (Utility) library that contains the annotations for Android Jetpack.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Cardview (UI Component) AndroidX library to implement the Material Design card pattern with round corners and drop shadows.
- Android Support Library collections (Utility) standalone efficient collections.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Coordinatorlayout (UI Component) AndroidX library to position top-level application widgets, such as AppBarLayout and FloatingActionButton.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- AndroidX Cursor Adapter (Utility) static library support version of the framework's CursorAdapter.
- Android Support Library Custom View (UI Component) a module to implement custom views. Part of the Android Support Library.
- Databinding (Utility) bind UI components in your layouts to data sources in your app using a declarative format.
- Drawerlayout (UI Component) AndroidX library to implement a Material Design drawer widget.
- Android Emoji2 Compat (UI Component) core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.
- AndroidX Fragment (UI Component) AndroidX library to encapsulate part of the user interface or behavior into reusable components.
- Interpolator (UI Component) AndroidX library to use animation interpolators on older platforms.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Navigation (Utility) a framework for navigating between 'destinations' within an Android application that provides a consistent API whether destinations are implemented as Fragments, Activities, or other components.
- Paging (UI Component) AndroidX library to make it easier to load data gradually and gracefully within an app's RecyclerView.
- Preference (Utility) a library to build interactive settings screens without needing to interact with device storage or manage the UI.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Recyclerview (Utility) display large sets of data in your UI while minimizing memory usage.
- Android Activity Saved State (Utility) provides the base Activity subclass and the relevant hooks to build a composable structure on top.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Startup (Utility) AndroidX library to implement a straightforward, performant way to initialize components at app startup.
- Swiperefreshlayout (UI Component) implemtation of the swipe-to-refresh UI pattern.
- Tracing (Utility) AndroidX library to write trace events to the system trace buffer.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Android Jetpack VersionedParcelable (Utility) Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
- Viewpager (UI Component) AndroidX library to display Views or Fragments in a swipeable format.
- AndroidX Widget ViewPager2 (UI Component) replaces AndroidX ViewPager, addressing most of its predecessor’s pain-points, including right-to-left layout support, vertical orientation, modifiable Fragment collections, etc.
- FasterXML Jackson (Utility) a fast and compliant streaming JSON parser/writer with a StAX-like API and support for marshalling/unmarshalling POJOs via annotations.
- AppIntro (UI Component) library that helps build a cool carousel intro.
- vinnie (Utility) library that reads and writes 'vobject' data (vCard and iCalendar).
- FlexboxLayout (Utility) a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
- Google Material Design (Utility) library to help with material design guidelines.
- Tink (Utility) a multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
- Color Picker (UI Component) a highly customizable color picker.
- AboutLibraries (Utility) a library to offer some information about libraries.
- FastAdapter (Utility) provides core functionality most apps require. It also prevents common mistakes by taking away those steps from the devs.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- ez-vcard (Utility) vCard parser library.
- JavaMail API (Utility) provides a platform-independent and protocol-independent framework to build mail and messaging applications.
- Kotlin (Utility) The Kotlin Programming Language
- kotlinx.coroutines (Utility) library support for Kotlin coroutines.
- iCal4j (Utility) library used to read and write iCalendar data streams as defined in RFC2445.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- Apache Commons (Development Framework) an Apache project focused on all aspects of reusable Java components.
- Conscrypt (Utility) a Java Security Provider (JSP) that implements parts of the Java Cryptography Extension (JCE) and Java Secure Socket Extension (JSSE). It uses BoringSSL to provide cryptographic primitives and Transport Layer Security (TLS) for Java applications on Android and OpenJDK.
- Simple Logging Facade for Java (Utility) abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- dnsjava (Utility) an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates.
- XML Pull (Utility) a minimalist API for easy building on top of it SAX, XML pull parsers.
- AndroidX Security (Utility) AndroidX library to safely manage keys and encrypt files and sharedpreferences.
- brotli (Utility) a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods.
- jparsec (Utility) builds mini parsers in pure Java.
Payment Modules:
- None found builds mini parsers in pure Java.
Ads & Analytics:
- None found builds mini parsers in pure Java.
Download (10.7 M)