aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily Remove Icon LayoutRichard MacGregor2016-11-021-1/+0
| | | | | | | CMFilemanager UI is undergoing several updates. Icon layout is temporarily disabled until it is finished. Change-Id: I1a03ff12f6aaf0ecfc9c60be3f7890e4a3cdfbb3
* CMFM: Switch sort options to use similar logic to navigation sortLinus Lee2016-11-021-8/+10
| | | | | | This merges the sort logic into one place and leverages the dialog Change-Id: I039f93ef5b575090230b205c44963732141e01af
* CMFileManager: Include sort by typeRaj Yengisetty2015-01-131-0/+2
| | | | Change-Id: I44730f6493ee79bbcff49045568d14192544839b
* CMFileManager: Add sort by sizeRaj Yengisetty2015-01-121-0/+2
| | | | Change-Id: Iae8c47beb8f229bb5e1936c0dbd153f356b099d7
* CMFM: Update copyright yearMichael Bestas2014-02-161-1/+1
| | | | Change-Id: Ibca0c7a3b2f7429bdea63cb4cc35f80a38b60db3
* CMFM: update translationsMarco Brohet2013-12-141-1/+0
| | | | Change-Id: I2c395f4bc684580b1c01513fcf84f6923f60ca1b
* CMFileManager: Resources cleanupjackmu952013-09-221-85/+85
| | | | | | | | - Use new copyright format - Use an intent of 4 - Some other cleanup Change-Id: I49e31f5fc4117bd4d7e65c78a4c70651c8139f64
* CMFM: Update translationsEddy Witkamp2013-05-091-2/+1
| | | | Change-Id: I98e4dd6a01a7d183adb7eec4d6ef960b1c9182c0
* CMFM: User-defined date/time formatJorge Ruesga2013-04-191-0/+16
| | | | | | | | | Allow the user to select the date/time format to use. JIRA: CYAN-863 Issue: https://jira.cyanogenmod.org/browse/CYAN-863 Change-Id: I13730e8c82e5de96645c9c70f244535eb449e261 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFM: Integrate themes app into cmfm appJorge Ruesga2013-03-211-11/+0
| | | | | | | Required change http://review.cyanogenmod.org/#/c/34118/ Change-Id: I0a2c38e33b10061dedab8f6ff1011bcbace4648d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFM: CYAN-200 - Archiving and Extracting .ZIP files in CM File ManagerJorge Ruesga2013-03-171-0/+1
| | | | | | | | | | | | | | | | Added support for zip and unrar commands. Zip, unzip, unlzma, unxz, uncompress and unrar are now optional. Compress or uncompress of these types are only available if its commands are present in filesystem NOTE: This change requires that zip and unrar commands are present in the filesystem at /system/xbin, which actually don't. Patchset 2: Rebased Change-Id: I30667c802bc5b678015b28bb3170377ceb37a1b8 JIRA: https://jira.cyanogenmod.org/browse/CYAN-200 Bugfix: CYAN-200 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: Themes support + Dark themeJorge Ruesga2012-11-111-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* CMFileManager: Fix formattingMarco Brohet2012-11-021-26/+26
| | | | Change-Id: I939f3bb315f69c9fe10da69a53a371adddf242db
* Remove console selection (Issue #17) - Part II (Settings & Code)jruesga2012-10-271-1/+18
|
* Remove console selection (Issue #17) - Part I (UX)jruesga2012-10-261-24/+0
|
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-2/+2
| | | Full refactoring of package from explorer to filemanager
* New fso and global actions "Compress" and "Compress selection" + CleanUpjruesga2012-10-201-0/+11
|
* Add show actions to list of default long-click actionsjruesga2012-09-281-0/+2
|
* Change Free Disk Space setting for more policy Disk Usagejruesga2012-09-251-3/+3
| | | | Change reference to free_disk_space setting to disk_usage (settings, labels, arrays, ...)
* Put correct values for free disk space warningjruesga2012-09-251-2/+2
|
* New general settingsjruesga2012-09-251-0/+32
| | | | Default long-click action (only setting) Free disk space warning level
* New: Sort Search modejruesga2012-09-241-3/+15
| | | Sort Search mode preference
* Initial commitJorge Ruesga2012-08-251-0/+39