Skip to content
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

Download file with cookie persisted from RN #1100

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

nyagami
Copy link
Member

@nyagami nyagami commented Jun 8, 2024

Download cover

  • before: call fetch from React -> native Android make okhttp3 request -> return response package to React -> React decode base64 -> React send base64 to native Android -> write base64 to file :)))
  • now: call downloadFile -> write bytestream to file

Write file/ Read file

  • now support only text file

@nyagami nyagami merged commit b62c8e3 into LNReader:master Jun 8, 2024
1 check passed
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.

1 participant