aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/model/Query.java
Commit message (Collapse)AuthorAgeFilesLines
* cmfm: secure storage and other improvementsJorge Ruesga2014-11-101-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* cmfm: properly fill all searchable data on restorationJorge Ruesga2014-09-071-2/+69
| | | | | | | | | Also cache search title and improve restoration doing Query a parcelable class JIRA: BUGDUMP-21247 https://jira.cyanogenmod.org/browse/BUGDUMP-21247 Change-Id: I2a13d569affcf53ed8f2c38aeb251aa14e3cd431 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-0/+123
Full refactoring of package from explorer to filemanager