Skip to content

Fix progress reporting for files larger than Integer.MAX_VALUE (2.14 GB) on Android #766

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

Open
wants to merge 513 commits into
base: master
Choose a base branch
from

Conversation

treyreynolds
Copy link

If you attempt to download a file that is larger than ~2 GB on Android you won't receive any progress updates. The fix in this case is simply hard coding a max contentLength so that at least delta updates will come through. This was confirmed to work experimentally and is admittedly a small edge case.

Riccardo Cipolleschi and others added 30 commits September 8, 2022 17:40
[Feat]Update iOS Implementation with unused Android methods
[Feat] Android Implementation for New Arch
[Feat] Connect iOS to JS and test TM
[Feat] Update iOS implementation - 3/n
[Chore] Remove Apps from examples folder - 2/n
[FEAT] Add Flow specs - New Arch Migration 1/n
fixes #113
fixes #89
…ackage

Fix bug issue #113 in new version package(0.16.3)
Seems like this is just an example of the "rename everything" commit
renaming a little more than it should. It does not seem to be a repo on
https://github.com/RonRadtke/react-native-blob-util-dev either.
 'boolean java.lang.String.isEmpty()' on a null object reference on certain Android phones.
Fixes #170 (thanks @Saikedo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.