| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
Add -C parameter to tar command. If this is missing, any
attempt to compress using tar will silently fail, creating
an empty destination file, as the source files cannot be
found at the working directory.
Change-Id: I1eee8dee673790c92c43615eaffd1c9f8399373e
|
|
|
Full refactoring of package from explorer to filemanager
|