mrpdaemon / encdroid

Encdroid is an Android application for accessing EncFS volumes on cloud storage
GNU General Public License v3.0
86 stars 20 forks source link

Save a local cache of Dropbox files #77

Open brinux opened 9 years ago

brinux commented 9 years ago

To avoid downloading files every time, and also to speed up access, it would be great to have a local cache of the downloaded dropbox files. This may be an option, and/or also include a "maximum space" setting. I'll give a look at the code to see if I can help. Meantime thanks a lot for the great job you're doing!

mrpdaemon commented 9 years ago

This would indeed be a good change. We already implemented a cache layer for the Google Drive file provider to cache file ID mappings, but not content. Doing content caching is probably a smart idea. Would be great if you would like to contribute :)