-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[New architecture] Whole flow tests for sharing #2558
Conversation
…ithAlreadyExistingShares tests
4dc4d9f
to
c4becd4
Compare
[New architecture] Improve viewmodel behaviour
...oudApp/src/androidTest/java/com/owncloud/android/shares/ui/usecases/CreatePublicShareTest.kt
Show resolved
Hide resolved
...oudApp/src/androidTest/java/com/owncloud/android/shares/ui/usecases/DeletePublicShareTest.kt
Show resolved
Hide resolved
Added a couple of tiny comments regarding the tests. Tests are OK, but some refactor is needed in the additional methods (get files for sharing, account managing...). I will create another issue to keep utils for testing together, avoiding repeated code. |
owncloudApp/src/main/java/com/owncloud/android/capabilities/viewmodel/OCCapabilityViewModel.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/datamodel/ThumbnailsCacheManager.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jesmrec code approved, ready to test |
…achable inside the fragment, for folders public share dialog
Added a small tweak (an Apart of that, approved on my side. |
Implements #2531