aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/tasks/FilesystemAsyncTask.java
Commit message (Collapse)AuthorAgeFilesLines
* make sure MountPointInfo and DiskUsageInfo runs in the UI Thread.André Rivotti Casimiro2015-03-301-3/+4
| | | | | | | At some point the original View was dettached and both mMountPointInfo and mDiskUsageInfo handler's were null which means the Ruannable wasn't executed. Change-Id: I883af543b19bc644e451109675c241a8c84e5d64 (cherry picked from commit d7558cf8cdbcc377264c3ff1f05e2c202380c97e)
* CMFileManager: change breadcrumb views in dialogs for better visibilityRaj Yengisetty2015-01-071-3/+31
| | | | Change-Id: I0af7aef6d2605c1a2bf107ffce87236b01f11c42
* CMFileManager: Themes support + Dark themeJorge Ruesga2012-11-111-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change enabled the theme support, and added a new dark theme under the package CMFileManagerThemes. To compile under build system, it must be enabled in vendor/cm/config/common.mk or vendor/cm/config/themes_common.mk (this was requested in change http://review.cyanogenmod.org/#/c/26311/) Themes were enabled in a new settings option. Under this setting the application show the user the available themes installed in the system. -------------------- For build new themes, developers should: - Create a new package that contains an activity with: * Permission: com.cyanogenmod.filemanager.permissions.READ_THEME * Action: com.cyanogenmod.filemanager.actions.MAIN_THEME * Category: com.cyanogenmod.filemanager.categories.THEME - Define the themes_ids, themes_names and themes_descriptions arrays-strings definitions for the themes that the package support. - Create a xxx_theme.xml for every theme that the package support, where the xxx is the id of the theme. Put your resources in this file, prefixing the resource with the id of the theme (xxx_). For a list of all supported resources see theme.xml in res/values of CMFileManager project. ------------------- Other fixes: * Protect console buffers from NPE * Fix code style of xmls (layouts, drawables, ...) Patchset 2: Fixed code style and added Christian suggestion Patchset 3: Added forgotten READ_THEME permission check as described in the note above. Patchset 4: Use centerInside in theme preview for better image fit Change-Id: I4142da6d9ed1b06318e47ff9c05f9a874c62f3ae
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-0/+208
Full refactoring of package from explorer to filemanager