-
-
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
| } | ||
|
|
||
| fun showNotification(notification: Notification) { | ||
| notificationManager.notify(id, notification) |
Check failure
Code scanning / CodeQL
Use of implicit PendingIntents High
An implicit Intent is created
An implicit Intent is created
An implicit Intent is created
Copilot Autofix
AI 31 minutes ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
app/src/main/java/com/nextcloud/client/jobs/upload/UploadNotificationManager.kt
Fixed
Show fixed
Hide fixed
157c61f to
48d5e3f
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]>
48d5e3f to
b7ec9c7
Compare
Signed-off-by: alperozturk <[email protected]>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15920.apk |
|
test-Unit test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/15920-Unit-test-16-35 |
| } | ||
|
|
||
| fun showNotification(notification: Notification) { | ||
| notificationManager.notify(id, notification) |
Check failure
Code scanning / CodeQL
Use of implicit PendingIntents High
An implicit Intent is created
An implicit Intent is created
An implicit Intent is created
Copilot Autofix
AI 31 minutes ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

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