| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add cancel button to dialogs | DvTonder | 2012-10-25 | 4 | -1/+20 | |
| | | | | | Change-Id: Ib32320fe4ae7878a245a7e74e2ddc0d0ef3fb90b | |||||
| * | Added a check for detect binary files. | jruesga | 2012-10-25 | 3 | -12/+64 | |
| | | | | Once a binary file is detected, the editor change his mode to read-only | |||||
| * | Fix Inverted variable | jruesga | 2012-10-25 | 1 | -2/+2 | |
| | | ||||||
| * | Support of Internal Editors (Issue #4) | jruesga | 2012-10-25 | 5 | -36/+830 | |
| | | | | | | | * This changes add a internal editor to view and edit root and non-root files. * Also add the logic to add internal editors to Associations Dialog without make persistent the user selection. | |||||
| * | Typo | jruesga | 2012-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of git+ssh://git@github.com/jruesga/CMExplorer.git | jruesga | 2012-10-25 | 1 | -43/+7 | |
| |\ | ||||||
| | * | Update settings and strings to conform to design guidelines | DvTonder | 2012-10-24 | 1 | -43/+7 | |
| | | | | | | | | | Change-Id: I2d80eb37130c83777ab11d232898dcb2c18af45a | |||||
| * | | Fix issue #9 | jruesga | 2012-10-25 | 1 | -10/+0 | |
| | | | | | | | Remove double separator from overflow menu. | |||||
| * | | Fix issue #3 | jruesga | 2012-10-25 | 1 | -11/+177 | |
| |/ | | | | | | Change writable execution to allow leave the filesystem mounted, because write, compress and uncompress operation need it mounted until the operation is complete. Create a wrapper over the async listener to detect the end of the execution. | |||||
| * | Reset buffers after data is parsed | jruesga | 2012-10-25 | 1 | -0/+6 | |
| | | | | | | | This bugs affects the all asynchronous commands. Now the received all the buffer every time, causing duplicate info (like in search). This changes clears the buffer every time the "onRequestParsePartialResult" method is called. | |||||
| * | New action "Add shortcut" | jruesga | 2012-10-24 | 8 | -21/+317 | |
| | | | | | This action allow to add a folder or file as a shortcut in the device desktop. | |||||
| * | Remove onConfigurationChanged from Application | jruesga | 2012-10-23 | 1 | -13/+0 | |
| | | | | | This is causing recreate the console on orientation and other changes. We don't need it here. | |||||
| * | Force landscape as same as other activity | jruesga | 2012-10-23 | 1 | -0/+4 | |
| | | ||||||
| * | Destroy the process after stream closing | jruesga | 2012-10-23 | 1 | -5/+3 | |
| | | ||||||
| * | Fix action menu button listener | jruesga | 2012-10-23 | 2 | -6/+8 | |
| | | | | | | When the mode of the search activity is RESTORE the menu listener was not set, and not action is fired. Set the listener to the adapter in RESTORE mode too. | |||||
| * | VoiceSearch is not showing the icon | jruesga | 2012-10-23 | 1 | -0/+1 | |
| | | | | This could be a bug in CM. Need to test in a standalone app | |||||
| * | CleanUp | jruesga | 2012-10-23 | 10 | -22/+22 | |
| | | ||||||
| * | Complete support for Java console (WIP) | jruesga | 2012-10-23 | 6 | -39/+480 | |
| | | | | | | | * New Read and Write commands * Remove Compress and Extract actions from ActionDialog for chrooted mode, because this requires the use of an external library. Not implemented for now. | |||||
| * | More support for Java console (WIP) | jruesga | 2012-10-23 | 16 | -272/+741 | |
| | | | | | | | | | | * Remove unnecessary change onwer and permissions commands. Not used in chrooted mode * Fix copy command * Improve listing fso detection * JavaConsole: support for asynchronous command * New find command * New folder usage command | |||||
| * | Added chrooted mode to the description of search directory | jruesga | 2012-10-23 | 2 | -2/+43 | |
| | | | | | | * Added chrooted mode to the description of search directory * Expect a list or a single fso in partial results | |||||
| * | Fix incorrect chrooted mode in user defined bookmarks | jruesga | 2012-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix incorrect set of advanced setting | jruesga | 2012-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Added support for Java console (WIP) | jruesga | 2012-10-22 | 21 | -4/+2553 | |
| | | | | | | Added initial support for Java console, a non-privileged-chrooted console, based on a the Java api, with some unsupported operations like (cancellation, groups, ids, ...) and limited asynchronous commands. | |||||
| * | Use public method to build the non-privileged console | jruesga | 2012-10-22 | 1 | -3/+1 | |
| | | ||||||
| * | Typo | jruesga | 2012-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Typo | jruesga | 2012-10-21 | 2 | -4/+4 | |
| | | ||||||
| * | By default don't show symlinks | jruesga | 2012-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Don't allow advanced mode if device is not rooted | jruesga | 2012-10-21 | 2 | -12/+21 | |
| | | ||||||
| * | Expose to the app if the device is rooted | jruesga | 2012-10-21 | 1 | -0/+15 | |
| | | ||||||
| * | Avoid using internal commands in ShellExecutableCreator | jruesga | 2012-10-21 | 1 | -3/+5 | |
| | | ||||||
| * | Fix ChRooted mode. Don't show parent directory on root storage volume. | jruesga | 2012-10-21 | 2 | -0/+28 | |
| | | ||||||
| * | CleanUp | jruesga | 2012-10-21 | 2 | -4/+4 | |
| | | ||||||
| * | Close consoles when need to call to finish | jruesga | 2012-10-21 | 1 | -4/+23 | |
| | | ||||||
| * | Separate shell files from binary/executable files | jruesga | 2012-10-21 | 1 | -3/+7 | |
| | | ||||||
| * | Detect debuggable mode, and set different execution timeouts | jruesga | 2012-10-21 | 2 | -1/+18 | |
| | | ||||||
| * | Minor changes to console | jruesga | 2012-10-21 | 2 | -5/+18 | |
| | | | | | * Capture other exceptions to notify broken I/O threads * Exposed if the console is active | |||||
| * | Fix invalid message in advanced mode. Fix translations. | jruesga | 2012-10-21 | 1 | -4/+5 | |
| | | ||||||
| * | Extract destroy method of console. Remove :main from process name. | jruesga | 2012-10-21 | 1 | -13/+50 | |
| | | ||||||
| * | Don't allow to change the permissions of a Symlink | jruesga | 2012-10-21 | 1 | -3/+16 | |
| | | ||||||
| * | Rename jail room terms for a more convenient chrooted | jruesga | 2012-10-21 | 11 | -91/+93 | |
| | | ||||||
| * | Fix getFileInfo calls. The return of this function must be checked | jruesga | 2012-10-21 | 6 | -27/+43 | |
| | | ||||||
| * | Remove support dependency | jruesga | 2012-10-21 | 1 | -72/+0 | |
| | | | | For now support-v4 is not necessary (probably in the future but not now) | |||||
| * | Fix AssociationDialog | jruesga | 2012-10-21 | 1 | -12/+15 | |
| | | | | | | | Now AssociationDialog dialog can save the selected application. This dialog clears the preferences for the actual preferred app and register the selected one. This only can be done when the app is signed with the platform certificate. | |||||
| * | Fix size of spinners of FsoPropertiesDialog | jruesga | 2012-10-21 | 1 | -1/+31 | |
| | | ||||||
| * | Fix detection of compression files without extension | jruesga | 2012-10-21 | 1 | -4/+6 | |
| | | ||||||
| * | Make StorageHelper independent from AOSP and CM10 | jruesga | 2012-10-21 | 1 | -1/+16 | |
| | | | | Fix compilation issues and resolve at runtime with reflection. | |||||
| * | New activity "Picker Activity" | jruesga | 2012-10-21 | 7 | -90/+604 | |
| | | | | | | | | | This activity allows third party application to browse and get the content using GET_CONTENT action and a mime/type. This activity used the NavigationView in jail room mode and it's only capable of pick a file (actions like open or others are not permitted) * CleanUp | |||||
| * | Jail room mode | jruesga | 2012-10-20 | 27 | -147/+166 | |
| | | | | | | | | | | This is the mode by default of the application. This change create an non-privileged space (like a jail) from which the user can not exit, This zone is the storage volumes. This hides all advanced functionalities that could give access to another filesystem zones and actions that could damage the system. * CleanUp | |||||
| * | Fix transparent inverted color | jruesga | 2012-10-20 | 28 | -246/+487 | |
| | | ||||||
| * | CleanUp | jruesga | 2012-10-20 | 1 | -1/+1 | |
| | | ||||||
