- Disable support for unreliable OneDrive delta sync, and switched to basic sync
- More robust error handling to take into account how unreliable the OneDrive API became
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>
```
Release Notes 8.8.4
Re-align gantt chart dateFormat table with spaces (#1764) @AloisMahdal
Docs/update edit this page (#1774) @sy-records
Fixed typo in the docs (#1780) @manicki
Move babel-eslint to devDependencies (#1772) @glensc
Add Doscy to list of integrations (#1784) @gwatts
Changed regex for multi-line state notes (#1773) @tomatoman25
Add different id generators (#1787) @julianbei
Bump highlight.js from 9.18.1 to 9.18.5 (#1789) @dependabot
Fixed markdown error in Relationship Syntax (#1796) @kciter
remove classDiagram duplicate options (#1786) @JiChao99
Update copyright years (#1805) @BastianZim
🐛 Bug Fixes
Add sans-serif to default font settings (#1776) @GDFaber
ignore build files in dist folder (#1777) @GDFaber
Narrow down console logging when flowchart subgraphs are added (#1782) @GDFaber
Apply style settings to subgraphs in "flowchart" diagrams (#1781) @GDFaber
Release Notes 8.8.3
Fix styling of links for new beta flowchart (#1730) @knsv
Fix typo in pie.md (#1705) @hwine
Fixing broken links and misspellings (#1727) @deining
Fixed empty code examples (#1729) @Eraledm
README: use stateDiagram-v2 (#1728) @alexislefebvre
#1724 Adding fontawesome to edge labels (#1731) @knsv
Fix broken links in gantt.md (#1703) @wontonst
Replace fregante/setup-git-token with setup-git-user (#1735) @fregante
Updated docs (#1739) @BastianZim
1740 nested subgraps directions (#1741) @knsv
Switching to Docsify and adding search (#1746) @NeilCuzon
Fixed bad tertiary operator (#1743) @lishid
fix broken links in README (#1749) @levlas
Release Notes 8.8.2
1704 Revert to original behavior of nodes and subgraphs (#1709) @knsv
There is some ambiguity about what subgraph a node belongs to when it appears in several subgraphs. Should it stick to the first subgraph it appears in, or should the last subgraph it gets added to be the one it belongs to. With this change the original behavior is retained.
```