Loading LICENSE +373 −674 File changed.Preview size limit exceeded, changes collapsed. Show changes README.md +7 −16 Original line number Diff line number Diff line Loading @@ -5,33 +5,24 @@ # dav4android dav4android is an Android WebDAV/CalDAV/CardDAV library which has primarily been developed for [DAVdroid](https://www.davdroid.com). initially been developed for [DAVdroid](https://www.davdroid.com). It's not intended as a general WebDAV framework for all kinds of applications, but you may find it useful to fork and adapt it to your needs. Original repository: https://gitlab.com/bitfireAT/dav4android/ Generated KDoc: https://bitfireAT.gitlab.io/dav4android/dokka/dav4android/ ## Contact ## Contact / License ``` bitfire web engineering – Stockmann, Hirner GesnbR Florastraße 27 2540 Bad Vöslau, AUSTRIA ``` Email: [play@bitfire.at](mailto:play@bitfire.at) (do not use this) dav4android is licensed under [Mozilla Public License, v. 2.0](LICENSE). For questions, suggestions etc. please use the DAVdroid forum: https://www.davdroid.com/forums/ Email: [play@bitfire.at](mailto:play@bitfire.at) ## License Copyright (C) bitfire web engineering (Ricki Hirner, Bernhard Stockmann). ## Contributors This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the conditions of the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html). * Ricki Hirner (initial contributor) src/androidTest/java/at/bitfire/dav4android/DavCollectionTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading src/androidTest/java/at/bitfire/dav4android/DavResourceTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading src/androidTest/java/at/bitfire/dav4android/XmlUtilsTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading Loading
README.md +7 −16 Original line number Diff line number Diff line Loading @@ -5,33 +5,24 @@ # dav4android dav4android is an Android WebDAV/CalDAV/CardDAV library which has primarily been developed for [DAVdroid](https://www.davdroid.com). initially been developed for [DAVdroid](https://www.davdroid.com). It's not intended as a general WebDAV framework for all kinds of applications, but you may find it useful to fork and adapt it to your needs. Original repository: https://gitlab.com/bitfireAT/dav4android/ Generated KDoc: https://bitfireAT.gitlab.io/dav4android/dokka/dav4android/ ## Contact ## Contact / License ``` bitfire web engineering – Stockmann, Hirner GesnbR Florastraße 27 2540 Bad Vöslau, AUSTRIA ``` Email: [play@bitfire.at](mailto:play@bitfire.at) (do not use this) dav4android is licensed under [Mozilla Public License, v. 2.0](LICENSE). For questions, suggestions etc. please use the DAVdroid forum: https://www.davdroid.com/forums/ Email: [play@bitfire.at](mailto:play@bitfire.at) ## License Copyright (C) bitfire web engineering (Ricki Hirner, Bernhard Stockmann). ## Contributors This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the conditions of the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html). * Ricki Hirner (initial contributor)
src/androidTest/java/at/bitfire/dav4android/DavCollectionTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading
src/androidTest/java/at/bitfire/dav4android/DavResourceTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading
src/androidTest/java/at/bitfire/dav4android/XmlUtilsTest.kt +3 −5 Original line number Diff line number Diff line /* * Copyright © Ricki Hirner (bitfire web engineering). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/gpl.html * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package at.bitfire.dav4android Loading