aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Refine CMFM permissions.Martin Brabham2016-01-261-0/+10
| | | | Change-Id: Iee25427e2b0dbebc7e54558f6a0d98fab74ad16c
* Android.mk don't build source components in tests/weldoncyngn2015-07-061-1/+1
| | | | | Change-Id: I641be52ded5d94392f40f5294f8a58e3037067b8 (cherry picked from commit 0877c4d8a0eeb331bd7e3a6b27b95ef1cc5eced5)
* Detect text encoding with juniversalchardet.Matt Garnes2015-04-101-0/+6
| | | | | | | | | | - When opening files in the built in editor for display, detect the encoding with juniversalchardet, so that the correct encoding will be used. - Use byte buffers to back ShellConsole instead of StringBuffers Change-Id: I85fa567ef589a82f1c8604f1f215647376c31c9a (cherry picked from commit 55c55835d3bd685dde542b4f5952ce401542ab84)
* cmfm: delete obsolete themes resourcesJorge Ruesga2015-03-191-7/+0
| | | | | Change-Id: I3fc24f739b16ab6104a4349f0c8efe0eff790fbd Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: LollipopificationAdnan Begovic2014-12-051-3/+6
| | | | Change-Id: I1702cf147b8ebc68f3a24175fa34cf397d823280
* cmfm: secure storage and other improvementsJorge Ruesga2014-11-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Editor initial highlight support + props syntax processor + others ↵Jorge Ruesga2013-03-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | features - This change enables support of syntax highlight in editor. Adds also the next syntax processors: * PropertiesSyntaxHighlightProcessor - Option for toggle "no suggestion" in editor - CleanUp Patchset 2: Theme color scheme support Patchset 3: Hexdump binary editor preference No suggestions editor preference Syntax Highlight color scheme Add android-syntax-highlight (CMFM) and color-picker-view libraries ColorPickerDialog and ColorPickerPreference Separate preference to its own file Extract themes strings from dark_theme.xml to strings.xml Rebased Change-Id: I9df65e6193d46ebafadee5d545dcde1fc5ce20e9 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFM: Integrate themes app into cmfm appJorge Ruesga2013-03-211-1/+4
| | | | | | | Required change http://review.cyanogenmod.org/#/c/34118/ Change-Id: I0a2c38e33b10061dedab8f6ff1011bcbace4648d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-1/+1
| | | Full refactoring of package from explorer to filemanager
* Remove support dependencyjruesga2012-10-211-3/+0
| | | For now support-v4 is not necessary (probably in the future but not now)
* Initial commitJorge Ruesga2012-08-251-0/+32