-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Check status on transfer update #4276
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
Conversation
| private static final String UPLOADS_ADDED_MESSAGE = "UPLOADS_ADDED"; | ||
| private static final String UPLOAD_START_MESSAGE = "UPLOAD_START"; | ||
| private static final String UPLOAD_FINISH_MESSAGE = "UPLOAD_FINISH"; | ||
| private static final String UPLOAD_FINISH_MESSAGE = "UPLOAD_FINSH"; |
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.
@tobiasKaminsky Is this correct?
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.
Well…I have no idea how and when I changed this.
It is of course not correct…
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10133.apk |
Codacy281Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #4276 +/- ##
===========================================
- Coverage 14.34% 13.8% -0.55%
Complexity 1 1
===========================================
Files 331 331
Lines 31029 31029
Branches 4406 4406
===========================================
- Hits 4451 4283 -168
- Misses 25797 26025 +228
+ Partials 781 721 -60
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4276 +/- ##
===========================================
- Coverage 14.34% 13.8% -0.55%
Complexity 1 1
===========================================
Files 331 331
Lines 31029 31029
Branches 4406 4406
===========================================
- Hits 4451 4283 -168
- Misses 25797 26025 +228
+ Partials 781 721 -60
|
|
@tobiasKaminsky ready, steady, merge? |
129e9ab Merge pull request #4276 from nextcloud/uploader bc0b9e7 Engineering Test Mode (#4133) a6371ee check status on transfer update 0938d81 mHostUrlInput can be null if used with direct login (#4270) 53a4844 Merge pull request #4269 from nextcloud/daggerBump 4632dc6 [tx-robot] updated from transifex 2124364 daily dev 20190727

Previously if boundListener was null, no check was performed.
Signed-off-by: tobiasKaminsky tobias@kaminsky.me