1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-mobile
Jan Blunck 826dda5a75
Mobile: Fixes #4268: Fix "Not implemented" error when downloading resources with S3 sync target (#4279)
Since the RNFetchBlob API doesn't support writing binary data directly
it creates a custom Writable which is doing the base64 encoding per 
chunk.

This also fixes a problem with the S3 synchronization code using the
shim.fsDriver().writeBinaryFile().

Tested with AVD Android 10.0 target.

Signed-off-by: Jan Blunck <jblunck@users.noreply.github.com>
2021-01-07 16:36:07 +00:00
..
android All: Support natural sorting by title (#4272) 2021-01-07 16:29:53 +00:00
components Android: Fix images/resources long press - do not show menu on pinch zoom (#4275) 2021-01-03 11:23:17 +00:00
ios Increase version num to 1.6 2020-12-27 22:46:27 +00:00
locales All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
MarkdownEditor Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
pluginAssets Desktop, Mobile: Update Mermaid: 8.8.1 -> 8.8.4 (#4193) 2020-12-09 21:44:38 +00:00
services Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
tools Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
utils Mobile: Fixes #4268: Fix "Not implemented" error when downloading resources with S3 sync target (#4279) 2021-01-07 16:36:07 +00:00
.buckconfig All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
.flowconfig All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
.gitattributes All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
.gitignore Tools: Refactor Android release script 2020-11-06 18:45:45 +00:00
.prettierrc.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
.watchmanconfig All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
app.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
babel.config.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
clean_build.bat All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
gulpfile.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
index.js Mobile: Fixes #4268: Fix "Not implemented" error when downloading resources with S3 sync target (#4279) 2021-01-07 16:36:07 +00:00
metro.config.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
package-lock.json Mobile: Fixes #4268: Fix "Not implemented" error when downloading resources with S3 sync target (#4279) 2021-01-07 16:36:07 +00:00
package.json Mobile: Fixes #4268: Fix "Not implemented" error when downloading resources with S3 sync target (#4279) 2021-01-07 16:36:07 +00:00
PluginAssetsLoader.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
root.tsx Mobile: Fixed package import issue 2020-12-30 11:51:43 +00:00
setUpQuickActions.ts Tools: Apply rule @typescript-eslint/member-delimiter-style 2020-11-12 19:29:22 +00:00
tsconfig.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00