aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/commands/shell/Shell.java
Commit message (Collapse)AuthorAgeFilesLines
* cmfm: secure storage and other improvementsJorge Ruesga2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Mount emulated storage in root mode.Danny Baumann2013-10-081-0/+9
| | | | | | | | Make sure to tell su to mount the emulated storage. As this means that the su shell lives in its own mount namespace, perform remount operations on both the foreground and the background console. Change-Id: I9372eefa1df91d1ecd3c89a25a391b977d77da45
* CMFileManager: FormattingJorge Ruesga2012-12-111-4/+7
| | | | Change-Id: Ia3e72bdad1882afbb151d2f04340a1af88c20682
* Fix possible NPE, and log path of "not found" commandsTanguy Pruvot2012-11-171-0/+4
| | | | | | Patchset 2: Added more log from https://github.com/tpruvot/android_packages_apps_CMFileManager/commit/6634611ba820f2a2c90f6ed9a7658f1d076bb32c Change-Id: I1612e16b7e144f688909501434230f7e55d5d459
* CMFileManager: Fix mv operation on Cross-device link failureJorge Ruesga2012-11-051-1/+2
| | | | | | | | | | | | | | Issue https://github.com/jruesga/CMFileManager/issues/31. The busybox mv command returns a failure when files are moved between filesystem (Cross-device link failure). This changes fix this failure by: * Replace mv command for a "mv or cp+rm" operation. * rm operation occurs over source mount point so this need to be mounted prior to execute this new command. * Fix the stderr buffer filling on error. Change-Id: If113ad810e7daffeb8379589789b2855eda14908
* Fix incorrect InsufficientPermissionsException detectionjruesga2012-10-281-1/+1
|
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-0/+131
Full refactoring of package from explorer to filemanager