1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/ReactNativeClient
Laurent Cozic 8a6fe20a69
All: Resolves #1481: New: Allow downloading attachments on demand or automatically (#1527)
* Allow downloading resources automatically, on demand, or when loading note

* Make needToBeFetched calls to return the right number of resources

* All: Improved handling of resource downloading and decryption

* Desktop: Click on resource to download it (and, optionally, to decrypt it)

* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end

* Renamed setting to sync.resourceDownloadMode

* Download resources when changing setting

* tweaks

* removed duplicate cs

* Better report resource download progress

* Make sure resource cache is properly cleared when needed

* Also handle manual download for non-image resources

* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
..
android Android release v1.0.252 2019-05-13 09:53:50 +01:00
ios iOS 10.0.34 2019-05-13 10:10:37 +01:00
lib All: Resolves #1481: New: Allow downloading attachments on demand or automatically (#1527) 2019-05-22 15:56:07 +01:00
locales Updated translations 2019-05-13 22:52:42 +01:00
.babelrc Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
.buckconfig Added React Native app 2017-05-06 15:37:28 +01:00
.flowconfig Added React Native app 2017-05-06 15:37:28 +01:00
.gitattributes Added React Native app 2017-05-06 15:37:28 +01:00
.gitignore Put locales under versioning 2017-11-20 19:14:02 +00:00
.watchmanconfig Added React Native app 2017-05-06 15:37:28 +01:00
App.js Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
app.json Various changes 2017-07-07 23:25:03 +01:00
build_android_prod.bat Android: Automate building for prod 2017-11-23 18:14:38 +00:00
build_android.bat Android: Fixed image picker issues 2017-11-20 19:01:19 +00:00
clean_build.bat Status screen 2017-07-10 20:16:59 +01:00
debug_log.bat Various changes 2017-07-08 00:25:10 +01:00
debug_log.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00
index.android.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
index.ios.js Revert "Applied prettier to code base" 2018-03-09 20:59:12 +00:00
index.js Trying RN 0.57.1 upgrade 2018-10-02 18:57:31 +00:00
main.js All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
package-lock.json All: Resolves #712: New: Support for note history (#1415) 2019-05-06 21:35:29 +01:00
package.json All: Resolves #712: New: Support for note history (#1415) 2019-05-06 21:35:29 +01:00
root.js All: Resolves #1481: New: Allow downloading attachments on demand or automatically (#1527) 2019-05-22 15:56:07 +01:00
start_emulator.bat minor changes 2017-06-04 16:01:52 +01:00
start_server.bat Fixed React Native app to work with latest versions of packages and removed dependency to yarn 2017-10-30 18:17:01 +00:00
start_server.sh fix permissions for shell scripts (add executable flag) (#866) 2018-10-09 22:58:18 +01:00