nextcloud / nextcloud/notes-android
Sharing Functionality
@alperozturk96 is already working on this.
Since Jan 29, 2025.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 168
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 31
Description
Main issue: https://github.com/nextcloud/files-clients/issues/41
Technical Notes:
The networking architecture is completely different. The Notes app does not use the internal Android Account class and does not have User or ClientFactory. Instead, it uses SingleSignOnAccount and a custom Account entity. Retrofit is used for networking operations.
Some logic does not exist in the Notes app, such as oc-capability checks, encryption checks, and MDM checks. Even the Android library is not used in the Notes app. The Note entity does not have canReshare, encrypted, note’s note, and so on.
Activity should be used instead of Fragment because there is no root container for the fragment in the MainActivity.
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.