aboutsummaryrefslogtreecommitdiffstats
path: root/themes/res/drawable-xxhdpi
Commit message (Collapse)AuthorAgeFilesLines
* cmfm: delete obsolete themes resourcesJorge Ruesga2015-03-196-0/+0
| | | | | Change-Id: I3fc24f739b16ab6104a4349f0c8efe0eff790fbd Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: LollipopificationAdnan Begovic2014-12-056-0/+0
| | | | Change-Id: I1702cf147b8ebc68f3a24175fa34cf397d823280
* cmfm: secure storage and other improvementsJorge Ruesga2014-11-105-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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] bookmarks and history in a navigation drawerFlorian Edelmann2014-03-101-0/+0
* used a modified version of DrawerLayout from the Support Library * moved bookmarks and history there -> always accessible * added a drawer icon * made all themeable * removed the BookmarksActivity and HistoryActivity * removed the BookmarksAdapter and HistoryAdapter as they are useless for LinearLayouts. I couldn't use ListViews because they scroll vertically - as well as the drawer itself. * removed the layouts for bookmarks and history Patch Set 2: tab cleanup and reset code I didn't touch Patch Set 3: fixed a FC after changing the theme when settings were opened by the drawer's overflow menu Patch Set 4: updated commit message Patch Set 5: updated commit message Patch Set 6: disabled "clear history" ActionBar action when history is empty Patch Set 7: fixed code style, fixed theme change issue with history items in the drawer, updated theme previews Patch Set 8: remove trailing whitespaces Change-Id: I215211e771ec7c96a2a669cdcc440556c310d6db