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

Export/Import should work to/from other file providers as well #9

Open mrpdaemon opened 11 years ago

mrpdaemon commented 11 years ago

Opening file with external editor and sync'ing it back still needs to use the local filesystem. We need both modes - export/import to SD as well as to Dropbox. File viewer and sync should always use SD.

nakis commented 9 years ago

I don't understand if you refer also to the case of importing a file from SD to an encrypted Dropbox volume.

mrpdaemon commented 9 years ago

Yes, that's the idea - currently Encdroid only allows the local storage of the device to be the target for importing files AND exporting files. What I want to do is to allow any of the supported file systems (external SD card, Dropbox, Google Drive etc.) to be valid targets for importing/exporting as well.