aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* New fso and global actions "Compress" and "Compress selection" + CleanUpjruesga2012-10-202-7/+7
|
* Check getFileInfo is nulljruesga2012-10-191-1/+2
|
* New uncompress commandjruesga2012-10-181-0/+244
|
* CleanUpjruesga2012-10-181-1/+4
|
* New compress commandjruesga2012-10-171-0/+249
| | | | | archive: tar compress: gz, bz2 archive+compress: tgz, tar.gz, tar.bz2
* New action "Execute"jruesga2012-10-155-0/+14
| | | | | | | | | 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
* Various: new commands and buffer managementjruesga2012-10-138-12/+281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 TestCasesjruesga2012-10-1227-64/+236
| | | | | Still fails ExecCommandTest because we need a command to write content in a file (the test script to execute). Now, we haven't permissions to write to /data with standard java routines
* CleanUpjruesga2012-10-121-3/+3
|
* New command: ExecCommand (for execute commands)jruesga2012-10-122-3/+98
|
* New command: LinkCommand (for create symlinks)jruesga2012-10-121-0/+98
|
* Better symlinks handlejruesga2012-10-103-6/+5
| | | Resolve symlinks with -> symbols in any of the names (link or real).
* Remove synthetic-access for better access performancejruesga2012-10-022-7/+20
| | | http://developer.android.com/guide/practices/performance.html#package_inner
* Shell improvementsjruesga2012-10-022-4/+3
| | | | | | | | | | * Change the shell console to better detect the cancel of a async program * Create start control command to clean buffer before start a new command * Add device specific buffer size * Improve ListCommand, using Java to get the parent folder. * Compute folder is disabled by default. * Correct some bugs when using root directory
* Fix commandsjruesga2012-09-304-24/+99
| | | | | | | | | * Fix cancelable commands * New pid_shell and pid_cmd command * New FolderUsage command * New compute folder statistics in fso properties * Add overlay file for device specific stuff * Fix invalid executable drawable * Clean up
* Use valueOf as ADT recommendsjruesga2012-09-141-1/+1
| | | | Use Boolean.valueOf, Long.valueOf, Integer.valueOf, ... instead of new Boolean(), new Long(), ..., as ADT recommends
* Update to CM10/JellyBeanjruesga2012-09-131-0/+7
|
* Initial commitJorge Ruesga2012-08-2531-0/+1912