Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing Functionality #2563

Open
alperozturk96 opened this issue Jan 29, 2025 · 0 comments
Open

Sharing Functionality #2563

alperozturk96 opened this issue Jan 29, 2025 · 0 comments
Assignees

Comments

@alperozturk96
Copy link
Collaborator

alperozturk96 commented Jan 29, 2025

Main issue: nextcloud/files-clients#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant