-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: handle ask user name collision policy #15920
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
base: master
Are you sure you want to change the base?
Conversation
app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadWorker.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadWorker.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/nextcloud/client/jobs/notification/WorkerNotificationManager.kt
Fixed
Show fixed
Hide fixed
app/src/main/java/com/nextcloud/client/jobs/upload/UploadNotificationManager.kt
Fixed
Show fixed
Hide fixed
48d5e3f to
b7ec9c7
Compare
app/src/main/java/com/nextcloud/client/jobs/notification/WorkerNotificationManager.kt
Fixed
Show fixed
Hide fixed
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15920.apk |
a47a108 to
15ca7fe
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15920.apk |
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]>
c49d81a to
ed703d3
Compare
|
test-Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/15920-Unit-test-10-37 |
CodacySpotBugsSpotBugs increased! |

Currently,
FileUploadWorkerhandles theNameCollisionPolicy.ASK_USERthis PR brings the same functionality for theAutoUpload.