在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):nextcloud/android-library开源软件地址(OpenSource Url):https://github.com/nextcloud/android-library开源编程语言(OpenSource Language):Java 81.2%开源软件介绍(OpenSource Introduction):Nextcloud Android Library v2IntroductionUsing Nextcloud Android library it will be the easiest way to communicate with Nextcloud servers. Add this library in your project and integrate your application with Nextcloud seamlessly. Android Library v2Starting from 01.10.2019 we will not actively develop our old library (v1), but maintain it until 01.10.2021 with bug fixes. v2 is using OkHTTP and DAV4jvm by BitfireAT. Needed changes for projects using this library are:
Use LibraryIn the repository it is not only the library project but also the example project "sample_client"; thanks to it you will learn how to use the library. There are different ways of adding this library to your code Gradle / Maven dependencyAt the moment we do not have a publishing mechanism to a maven repository so the easiest way to add the library to your app is via a JitPack Dependency
As a git submoduleBasically get this code and compile it having it integrated via a git submodule:
Branching strategyThe repository holds one main branch with an infinite lifetime:
Branch origin/master is considered the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release. Other branches, some supporting branches are used to aid parallel development between team members, ease tracking of features and to assist in quickly fixing live production problems. Unlike the main branch, these branches always have a limited life time, since they will be removed eventually (feature branching). Development processWe are all about quality while not sacrificing speed so we use a very pragmatic workflow.
LicenseNextcloud Android Library is available under MIT license. See LICENSE.md with the full license text. Third party libraries
CompatibilityNextcloud Android library is valid for Android version 3.0 and up (with Nextcloud Android library supports Nextcloud server from version 9+. When using newer libraries in your application that integrates with the Nextcloud Android library you could hit a conflict issue with the logging libraries used by our (outdated) HTTPClient. In order to mitigate the issues, please add the following in your build.gradle for the time being:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论