-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Do not fetch shares during folder refresh #14989
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
Do not fetch shares during folder refresh #14989
Conversation
app/src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingFragment.java
Outdated
Show resolved
Hide resolved
c7f5e37
to
04cca36
Compare
app/src/main/java/com/owncloud/android/ui/fragment/share/RemoteShareRepository.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingFragment.java
Outdated
Show resolved
Hide resolved
04cca36
to
df32926
Compare
a7d1bee
to
29cc7d0
Compare
@tobiasKaminsky Do we still need this? RefreshFolderOperation#L281
|
e75cc04
to
39cac1a
Compare
7d332d6
to
8cc61ea
Compare
/backport to stable-3.32 |
8cc61ea
to
9d8eb95
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
39609ff
to
d99c1b7
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
…ration runs on main thread it must be run on background thread thus executor is used. Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Fixed: When creating a public link share on the server and then refreshing on the client, the icon isn't updated to reflect that. f2.movFixed: When setting up a link share from the app and returning to file list, it also defaults to the create share (avatar plus) icon. f1.mov |
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/14989.apk |
Library PR: nextcloud/android-library#1741
Issue: nextcloud/files-clients#97