aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Welcome messagejruesga2012-10-202-0/+32
|
* CleanUpjruesga2012-10-2036-201/+198
|
* New search action "Open parent"jruesga2012-10-206-11/+126
|
* New fso and global actions "Compress" and "Compress selection" + CleanUpjruesga2012-10-2026-125/+1026
|
* Reorganize ActionsPolicy to make it clearlyjruesga2012-10-1913-1589/+1885
|
* New fso action "Extract"jruesga2012-10-192-7/+333
|
* Fix uncompress command bugsjruesga2012-10-191-11/+10
|
* Add a method to check if the current console is privilegedjruesga2012-10-191-0/+12
|
* Add zip as a supported uncompress methodjruesga2012-10-191-2/+5
|
* Check getFileInfo is nulljruesga2012-10-193-14/+33
|
* New uncompress commandjruesga2012-10-186-10/+525
|
* CleanUpjruesga2012-10-182-9/+10
|
* New compress commandjruesga2012-10-176-10/+489
| | | | | archive: tar compress: gz, bz2 archive+compress: tgz, tar.gz, tar.bz2
* CleanUp commentjruesga2012-10-173-3/+3
|
* Resolve extension of tar.gz, tar.bz2 and tar.lzmajruesga2012-10-161-0/+7
|
* Remove older commentsjruesga2012-10-161-8/+0
|
* New action "Execute"jruesga2012-10-1512-10/+719
| | | | | | | | | The new fso action "Execute" allow execute a shell in the new ExecutionDialog (a console like dialog), that display the ouput, time and exit code of the execution. It's only available for files with EXEC mime/type category. * Added a new method to the async callback to return the exit code to program caller. * CleanUp
* Add clear history to HistoryActivity menujruesga2012-10-143-19/+107
|
* Add file category to fso properties dialogjruesga2012-10-142-11/+42
|
* Fix incorrect call to parsePartialResult (for async programs)jruesga2012-10-141-24/+34
|
* Better handling of FolderUsagejruesga2012-10-143-10/+35
|
* List command requires do no check No such file or directory when errorjruesga2012-10-131-1/+1
| | | code == 0
* Various: new commands and buffer managementjruesga2012-10-1329-89/+1320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change default buffer to 4096 * New commands: Read, send signal, terminate and write * Background console now change to privileged when foreground console is or change to privileged * Fix cancel asynchronous programs launched on privileged consoles (non-privileged background console is not able to kill or signal) * Fix root directory default * Allow send signal and terminate, in addition to cancel, for AsyncResultExecutable programs * Passing console trace status to commands (allow programs to use user preference) * Allow to programs to access the stdout to respond to programs (xe: write to stdin of dd). * Fix ResolveLinkCommand when src is the root directory * Remove check of error code in checkStdErr of the shell. Determine the errors based on the returned text. Error code is not necessary because the check is over stderr, not stdin. * Create separate methods for create privileged console (one with no check and other for check and change to non-privileged on error) * Fix detection of start of program on Shell * No send string controls to asynchronous programs on parsePartial method (cut buffers prior to invoke) * Create static method on Permissions to load from raw and octals strings. * Fix disk usage and mount point info when no background console is available * Fix test app name. Changed to CMExplorerTest * Fix exec test, once there are a write command. Now write the shell program and execute to check results.
* Fix problem with buffered readers and writers (don't use)jruesga2012-10-121-5/+3
|
* Allow to programs request write to the stdoutjruesga2012-10-123-13/+90
|
* Environment.getRootDirectory doesn't return the root directoryjruesga2012-10-121-2/+1
| | | | Environment.getRootDirectory doesn't return the root directory. Instead it returns the system directory. Use overlay parameter.
* Remove trailing whitespacejruesga2012-10-122-2/+2
|
* Replace cancelled by canceledjruesga2012-10-1214-48/+48
|
* Don't hardcode the root directoryjruesga2012-10-123-3/+7
|
* Don't resolve link when apply user preference in sortingjruesga2012-10-121-12/+10
|
* No show create link if current directory is in storage volumejruesga2012-10-121-0/+12
|
* Variousjruesga2012-10-123-32/+202
| | | | | | | | | | * New fso and global action: Create Link * Fix bold font in deleting message dialog * Fix list command: when ther are only symlinks in a folder the list doesn't return anything * InputNameDialog: Allow return fso name * InputNameDialog: Check name when no pass an fso * ActionPolicy: Only move (nor rename) command should check current directory
* CleanUpjruesga2012-10-128-11/+11
|
* New command: ExecCommand (for execute commands)jruesga2012-10-1210-3/+290
|
* New command: LinkCommand (for create symlinks)jruesga2012-10-126-0/+196
|
* Create StorageHelper, and redesign BookmarksActivity (II)jruesga2012-10-121-0/+99
|
* Create StorageHelper, and redesign BookmarksActivityjruesga2012-10-121-69/+6
|
* Revert refresh of new fsojruesga2012-10-121-2/+2
|
* New global actions "Paste selection" and "Move selection"jruesga2012-10-122-19/+66
|
* New global action "Delete Selection"jruesga2012-10-112-3/+23
|
* Deselect all items on an operation (create folder, delete file, ...)jruesga2012-10-112-0/+4
|
* Fix statistics computation for symlinksjruesga2012-10-111-2/+10
|
* Better resolve of symlinks in list commandjruesga2012-10-111-9/+53
|
* Fix a bug in back of navigation activity when there is a search elementjruesga2012-10-101-0/+2
|
* Better symlinks handlejruesga2012-10-1011-67/+176
| | | Resolve symlinks with -> symbols in any of the names (link or real).
* Sort the items by path to avoid delete parents fso prior to child fsojruesga2012-10-091-1/+11
|
* When no console available, ask the user prior to exitjruesga2012-10-091-6/+71
| | | | | When advanced console selection is disabled and a can't create a console, the only way is restore to non-privileged console, which includes reverts the superuser and advanced selection modes.
* Restructure ActionsPolicy and other changesjruesga2012-10-0912-124/+1125
| | | | | | | | | | | | | | | | * Restructure ActionsPolicy to allow doing operation in background and with a progress dialog * New rename, create copy, copy, move, and remove methods * Fix add and remove commands to have force and recursive flags when apply * Fix readlink command because it exceeds the maximum arguments allowed * Redesign MessageProgressDialog for a multipurpose use * On refresh of navigation view, try to scroll to last position if possible * New dialog in DialogHelper * ExceptionUtil now passed the cause in onFailed in OnRelaunchCommandResult listener * New helper methods * Clean up
* Not restrict MessageProgressDialog to number progressjruesga2012-10-072-26/+29
| | | | This allow use the MessageProgressDialog as a message progress (xe. for use on copy or move operations with filename progress)
* Fix slash in paths for ListCommandjruesga2012-10-071-6/+8
|