-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove File Upload Service #12327
Remove File Upload Service #12327
Conversation
alperozturk96
commented
Dec 25, 2023
•
edited
Loading
edited
- Tests written, or not not needed
94d9f77
to
7ab4ef7
Compare
Some tests are failing due to "Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds. If you specified a non default root matcher, it may be picking a root that never takes focus" We can try with newest Espresso Version. Same topic |
b6bd558
to
3fcb2fb
Compare
First we need to merge Use Work Manager For File Download #12308 then we can use common logics for this PR (for e.g removing ServiceConnection logic) as well. |
ce2cdc5
to
64a2bc9
Compare
ab60597
to
faef0ef
Compare
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.
Seems like everything is working as before or better...
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.
Other than the one thing I've commented on, which might just be a red herring, this works perfectly.
app/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.java
Outdated
Show resolved
Hide resolved
37dd6d7
to
23c2e25
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #12327 +/- ##
============================================
+ Coverage 27.61% 27.94% +0.32%
- Complexity 3326 3355 +29
============================================
Files 621 622 +1
Lines 45814 45421 -393
Branches 6578 6496 -82
============================================
+ Hits 12653 12694 +41
+ Misses 31045 30600 -445
- Partials 2116 2127 +11
|
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]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
Signed-off-by: Jonas Mayer <[email protected]>
23c2e25
to
7f3a64d
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12327.apk |
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |