1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/packages
Jan Blunck f965708ad3
Mobile: Fixes #3601: Fix uploading resource files to S3 with RN (#4127)
When the mobile application tries to synchronize a note with attached
resource files, e.g. from the notebook "Welcome! (Mobile)", readFile()
is called to return a Buffer although that isn't implemented in
FsDriverRN.readFile(). This is changing the code to return base64
encoded content from react-native and turn it into a Buffer before the S3
putObject() API call is used to create the remote object.

Tested with AVD Android 10.0 target.

Signed-off-by: Jan Blunck <jblunck@users.noreply.github.com>
2020-11-29 17:29:46 +00:00
..
app-cli Tools: Run all tests in parallel 2020-11-29 11:29:43 +00:00
app-clipper Clipper: Certain tags could be missing from the dropdownlist 2020-11-25 10:27:41 +00:00
app-desktop macOS: Notarize application 2020-11-29 17:15:42 +00:00
app-mobile ios-v10.4.1 2020-11-26 22:17:55 +00:00
fork-htmlparser2 Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
fork-sax Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
generator-joplin Plugins: Updated types 2020-11-23 17:06:52 +00:00
lib Mobile: Fixes #3601: Fix uploading resource files to S3 with RN (#4127) 2020-11-29 17:29:46 +00:00
renderer Tools: Fixed tests on CI 2020-11-26 14:40:16 +00:00
tools Android release 1.4 2020-11-26 19:42:05 +00:00