You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: