davx5-ose/README.md

47 lines
2.6 KiB
Markdown
Raw Normal View History

2021-11-07 19:39:47 +00:00
2021-12-30 18:16:46 +00:00
[![Website](https://img.shields.io/website?style=flat-square&up_color=%237cb342&url=https%3A%2F%2Fwww.davx5.com)](https://www.davx5.com/)
[![F-Droid](https://img.shields.io/f-droid/v/at.bitfire.davdroid?style=flat-square)](https://f-droid.org/packages/at.bitfire.davdroid/)
[![License](https://img.shields.io/github/license/bitfireAT/davx5-ose?style=flat-square)](https://github.com/bitfireAT/davx5-ose/blob/main/LICENSE)
[![Follow @davx5app@fosstodon.org](https://img.shields.io/mastodon/follow/109598783742737223?domain=https%3A%2F%2Ffosstodon.org&style=flat-square)](https://fosstodon.org/@davx5app)
2021-11-07 19:39:47 +00:00
[![Development tests](https://github.com/bitfireAT/davx5-ose/actions/workflows/test-dev.yml/badge.svg)](https://github.com/bitfireAT/davx5-ose/actions/workflows/test-dev.yml)
![DAVx⁵ logo](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png)
2018-12-30 14:25:54 +00:00
2021-11-07 19:39:47 +00:00
2018-12-30 10:16:23 +00:00
DAVx⁵
========
2014-03-29 21:32:51 +00:00
2018-12-30 10:16:23 +00:00
Please see the [DAVx⁵ Web site](https://www.davx5.com) for
comprehensive information about DAVx⁵, including a list of services it has been tested with.
2018-12-30 10:16:23 +00:00
DAVx⁵ is licensed under the [GPLv3 License](LICENSE).
2023-01-04 13:55:11 +00:00
News and updates:
* [@davx5app@fosstodon.org](https://fosstodon.org/@davx5app) on Mastodon
2015-09-04 23:35:02 +00:00
**Help, feature requests, bug reports: [DAVx⁵ discussions](https://github.com/bitfireAT/davx5-ose/discussions)**
2017-04-16 19:56:42 +00:00
2018-12-30 10:16:23 +00:00
Parts of DAVx⁵ have been outsourced into these libraries:
2015-10-13 09:27:33 +00:00
* [cert4android](https://github.com/bitfireAT/cert4android) custom certificate management
2021-11-07 19:39:47 +00:00
* [dav4jvm](https://github.com/bitfireAT/dav4jvm) WebDAV/CalDav/CardDAV framework
* [ical4android](https://github.com/bitfireAT/ical4android) iCalendar processing and Calendar Provider access
* [vcard4android](https://github.com/bitfireAT/vcard4android) vCard processing and Contacts Provider access
**If you want to support DAVx⁵, please consider [donating to DAVx⁵](https://www.davx5.com/donate)
or [purchasing it](https://www.davx5.com/download).**
2015-10-13 09:27:33 +00:00
2013-09-17 18:14:30 +00:00
USED THIRD-PARTY LIBRARIES
==========================
2021-11-07 19:39:47 +00:00
The most important libraries which are used by DAVx⁵ (alphabetically):
2015-10-13 09:27:33 +00:00
* [dnsjava](https://github.com/dnsjava/dnsjava) [BSD License](https://github.com/dnsjava/dnsjava/blob/master/LICENSE)
* [ez-vcard](https://github.com/mangstadt/ez-vcard) [New BSD License](https://github.com/mangstadt/ez-vcard/blob/master/LICENSE)
* [iCal4j](https://github.com/ical4j/ical4j) [New BSD License](https://github.com/ical4j/ical4j/blob/develop/LICENSE.txt)
2017-10-13 19:21:50 +00:00
* [okhttp](https://square.github.io/okhttp) [Apache License, Version 2.0](https://square.github.io/okhttp/#license)
See _About / Libraries_ in the app for all used libraries and their licenses.