nextcloud / nextcloud/android-library
Migrate away from OwnCloudClient to NextcloudClient [1]
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 105
- Forks
- 99
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 21
Description
This issue serves to outline and track the changes made to migrate from the legacy OwnCloudClient to the current NextcloudClient.
As this endeavour requires a lot of mostly minor changes it has been decided that it shall be split into several "smaller" pull requests.
Part of this first set of changes are the following:
- #1271
- helper classes to ease the transition and refactoring
- general changes
- #1272
- https://github.com/nextcloud/android/pull/12266
- changes related to notifications
- #1273
- https://github.com/nextcloud/android/pull/12267
- changes related to direct editing
- #1294
- https://github.com/nextcloud/android/pull/13178
- changes related to sharing
- server status and info operations
- #1295
- https://github.com/nextcloud/android/pull/12464
- changes related to comments
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.
Assessment
This issue has not been assessed yet.