aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/commands/secure/MoveCommand.java
Commit message (Collapse)AuthorAgeFilesLines
* Secure file moving issue fixroot2015-10-151-0/+7
| | | | Change-Id: I684124bb32747a39d772b41c48d62c4c236b3ed2
* Secure Move: Check to make sure libtruecrypt correctly erroredStephen Bird2015-07-271-1/+6
| | | | | | | | When copying an item out of secure storage and into the regular file system truecrypt will sometimes report that the file operation failed. When in fact the operation was a complete success. Add a check to make sure truecrypt is correct. Change-Id: I1520455a9ce9dc403f2ca6fb50cf1a4f8604bc64
* cmfm: secure storage and other improvementsJorge Ruesga2014-11-101-0/+135
This patch adds support for virtual filesystems and implements a SecureStorage filesystem (a password protected area) mounted in /storage or /sdcard/storage (in chrooted environments). Also includes a better print support and a cleanup of the code and design of the menu drawer. Bump version to 2.0.0 Required: https://github.com/jruesga/android_external_libtruezip located in external/libtruezip Patchset 4: Fix selection of unmounted virtual storages. Fix actions on virtual mount points folders. Fix strings and typos. Change drop for delete secure storage. Patchset 5: Move actionbar buttons to navigation drawer Remove history position Patchset 6: Update theme preview images Fix filesystem status image on theme change Patchset 7: Fix binary file detection in editor (including unicode files) Patchset 8: Fix unsafe operations in virtual mountpoint logic Patchset 9: Rebase Change-Id: I65511352ca649dcbf238c8b07cf8c22465296e8e Signed-off-by: Jorge Ruesga <jorge@ruesga.com>