feat(auto-upload): ignore battery optimization with sync now - #17396
feat(auto-upload): ignore battery optimization with sync now#17396alperozturk96 wants to merge 14 commits into
Conversation
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/17396-IT-master-08-57 |
|
Can this button be accessed also without putting phone in power save mode? |
No and this button only re-trigger auto upload via bypassing the battery optimization. It does not ignore every check and try to force upload every file. |
9b404be to
c6a973b
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/31572128059/artifacts/9131895982 |
It says 404 when visiting mobile browser, even when I request desktop site. |
c6a973b to
52581fa
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/32000183161/artifacts/9278348478 |
52581fa to
3f391f5
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/32222236432/artifacts/9354451949 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
3f391f5 to
1912c1c
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/32260099087/artifacts/9368106934 |
This comment was marked as resolved.
This comment was marked as resolved.
|
APK file: https://github.com/nextcloud/android/actions/runs/32261113774/artifacts/9368853506 |
5792b51 to
a76a05d
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/32365959689/artifacts/9405461598 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
APK file: https://github.com/nextcloud/android/actions/runs/32368304545/artifacts/9406869650 |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: alperozturk96 <alper_ozturk@proton.me> # Conflicts: # app/src/main/java/com/nextcloud/ui/component/UploadWarningCard.kt
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
d66919e to
e9adcdc
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/32455639091/artifacts/9437278191 |
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
APK file: https://github.com/nextcloud/android/actions/runs/32458705183/artifacts/9438313833 |
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
APK file: https://github.com/nextcloud/android/actions/runs/32460236194/artifacts/9438834797 |
…erver work Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
…erver work Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
APK file: https://github.com/nextcloud/android/actions/runs/32465338188/artifacts/9440607044 |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
Implements:
App's shows a banner if device is in power save mode and this affects the auto upload behaviour such as delays.
This PR adds "Sync now" button inside the banner to re-trigger auto upload via bypassing the battery optimization.
#7019