BugFix - Use Long For X-Activity-Last-Given#1672
Merged
tobiasKaminsky merged 2 commits intomasterfrom Apr 9, 2025
Merged
Conversation
4 tasks
Contributor
Member
joshtrichards
left a comment
There was a problem hiding this comment.
Makes sense since PHP int size can be up to 2^63.
Likely will need to be changed elsewhere too - i.e.
- https://github.com/nextcloud/android/blob/87a2bc7e70801ad8260b9d8cc10ceb109c41a9da/app/src/main/java/com/owncloud/android/ui/activities/data/activities/ActivitiesServiceApiImpl.java#L58
- https://github.com/nextcloud/android/blob/87a2bc7e70801ad8260b9d8cc10ceb109c41a9da/app/src/main/java/com/owncloud/android/ui/fragment/FileDetailActivitiesFragment.java#L260
86363c1 to
ee1fb0c
Compare
Contributor
ee1fb0c to
f5b31bd
Compare
Contributor
1 task
tobiasKaminsky
approved these changes
Apr 2, 2025
tobiasKaminsky
requested changes
Apr 2, 2025
Member
tobiasKaminsky
left a comment
There was a problem hiding this comment.
Please fix failing test :)
090e421 to
fbc956d
Compare
Contributor
Collaborator
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/3994-IT-master-14-04/debug/ |
Collaborator
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/3994-IT-stable-14-08/debug/ |
Signed-off-by: alperozturk <alper_ozturk@proton.me>
fbc956d to
fb48d01
Compare
Contributor
Collaborator
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4005-IT-stable-14-25/debug/ |
Collaborator
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4005-IT-master-14-30/debug/ |
tobiasKaminsky
approved these changes
Apr 9, 2025
This file contains hidden or 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
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.
Issue : X-Activity-Last-Given, exceeding the integer limit.
Client PR: nextcloud/android#14727