-
Notifications
You must be signed in to change notification settings - Fork 92
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
Retrieve localId via webdav #651
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/main/java/com/owncloud/android/lib/resources/activities/GetActivitiesRemoteOperation.java
Outdated
Show resolved
Hide resolved
AndyScherzinger
previously approved these changes
Jul 2, 2021
AndyScherzinger
previously approved these changes
Jul 7, 2021
tobiasKaminsky
force-pushed
the
localId
branch
from
December 2, 2022 10:34
bcce961
to
1de4983
Compare
SpotBugs (new)
SpotBugs (master)
|
SpotBugs (new)
SpotBugs (master)
|
AndyScherzinger
previously approved these changes
Dec 2, 2022
AlvaroBrey
previously approved these changes
Dec 2, 2022
Attributes is Map<String, String>. I now fixed the test, by converting long to String. |
tobiasKaminsky
dismissed stale reviews from AlvaroBrey and AndyScherzinger
via
December 2, 2022 12:59
c10e8eb
tobiasKaminsky
force-pushed
the
localId
branch
from
December 2, 2022 12:59
ec6c8fa
to
c10e8eb
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #651 +/- ##
==========================================
+ Coverage 48.87% 49.35% +0.48%
==========================================
Files 179 179
Lines 6726 6739 +13
Branches 894 895 +1
==========================================
+ Hits 3287 3326 +39
+ Misses 2972 2945 -27
- Partials 467 468 +1
|
SpotBugs (new)
SpotBugs (master)
|
AlvaroBrey
previously approved these changes
Dec 2, 2022
SpotBugs (new)
SpotBugs (master)
|
AlvaroBrey
previously approved these changes
Dec 13, 2022
1 task
/rebase |
nextcloud-command
force-pushed
the
localId
branch
from
December 15, 2022 19:37
c3d71f8
to
587a109
Compare
SpotBugs (new)
SpotBugs (master)
|
AlvaroBrey
previously approved these changes
Dec 16, 2022
tobiasKaminsky
force-pushed
the
localId
branch
from
January 17, 2023 08:12
587a109
to
a0e0c18
Compare
SpotBugs (new)
SpotBugs (master)
|
tobiasKaminsky
force-pushed
the
localId
branch
from
January 17, 2023 10:58
a0e0c18
to
091c494
Compare
SpotBugs (new)
SpotBugs (master)
|
AlvaroBrey
previously approved these changes
Jan 17, 2023
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
SpotBugs (new)
SpotBugs (master)
|
AlvaroBrey
approved these changes
Jan 18, 2023
yay! 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needed for nextcloud/android#8643
Signed-off-by: tobiasKaminsky tobias@kaminsky.me