nextcloud / nextcloud/android-library
Library v2: what changed & why
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 105
- Forks
- 99
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 21
Description
I started a while a go to slowly to use OkHTTP and DAV4jvm by BitfireAT.
This introduces some changes, that any project using this lib should be aware of
- change build.gradle
-
add to android {…}: compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
} -
add to dependencies {…}:
implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 -
add to AndroidManifest.xml:
android:name="org.apache.http.legacy" android:required="false"/>```
-
- NextcloudClient is used instead of OwnCloudClient for rewritten remote operations
If you need any help or if there questions, just reply here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use the issue's build.gradle and AndroidManifest.xml snippets, along with the NextcloudClient and OwnCloudClient names, as the source material. First locate the project's migration or README documentation; done means the Library v2 changes and their reasons are clearly documented for projects using this library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, kotlin
- Domain
- documentation, mobile
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100