mirror of
https://github.com/etesync/android
synced 2024-11-15 12:28:57 +00:00
13cfe3ce98
* force debugging options for resource detection (because there's no way to turn them on until there's an account) * provide "report issue" button in debug settings * provide CONTRIBUTING.md, including instructions on how to report issues * increase socket timeout from 20 to 45 seconds (hopefully fixes #237) * previous commit: increase total simultaneous connections to 3 (2 per host)
22 lines
976 B
Markdown
22 lines
976 B
Markdown
|
||
DAVDROID
|
||
========
|
||
|
||
Please see the [DAVdroid Web site](http://davdroid.bitfire.at) for
|
||
detailled information about DAVdroid.
|
||
|
||
DAVdroid is licensed under the [GPLv3 License](COPYING).
|
||
|
||
Twitter: [@davdroidapp](https://twitter.com/davdroidapp)
|
||
|
||
|
||
USED THIRD-PARTY LIBRARIES
|
||
==========================
|
||
|
||
* [Apache HttpClient](http://hc.apache.org) ([httpclientandroidlib](https://code.google.com/p/httpclientandroidlib/) flavour) – [Apache License](http://www.apache.org/licenses/)
|
||
* [iCal4j](http://ical4j.sourceforge.net/) – [New BSD License](http://sourceforge.net/p/ical4j/ical4j/ci/default/tree/LICENSE)
|
||
* [ez-vcard](https://code.google.com/p/ez-vcard/) – [New BSD License](http://opensource.org/licenses/BSD-3-Clause)
|
||
* [Simple XML Serialization](http://simple.sourceforge.net/) – [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||
* [Project Lombok](http://projectlombok.org/) – [MIT License](http://opensource.org/licenses/mit-license.php)
|
||
|