aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add cancel button to dialogsDvTonder2012-10-254-1/+20
| | | | Change-Id: Ib32320fe4ae7878a245a7e74e2ddc0d0ef3fb90b
* Added a check for detect binary files.jruesga2012-10-253-12/+64
| | | Once a binary file is detected, the editor change his mode to read-only
* Fix Inverted variablejruesga2012-10-251-2/+2
|
* Support of Internal Editors (Issue #4)jruesga2012-10-255-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.
* Typojruesga2012-10-251-1/+1
|
* Merge branch 'master' of git+ssh://git@github.com/jruesga/CMExplorer.gitjruesga2012-10-251-43/+7
|\
| * Update settings and strings to conform to design guidelinesDvTonder2012-10-241-43/+7
| | | | | | | | Change-Id: I2d80eb37130c83777ab11d232898dcb2c18af45a
* | Fix issue #9jruesga2012-10-251-10/+0
| | | | | | Remove double separator from overflow menu.
* | Fix issue #3jruesga2012-10-251-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 parsedjruesga2012-10-251-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"jruesga2012-10-248-21/+317
| | | | This action allow to add a folder or file as a shortcut in the device desktop.
* Remove onConfigurationChanged from Applicationjruesga2012-10-231-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 activityjruesga2012-10-231-0/+4
|
* Destroy the process after stream closingjruesga2012-10-231-5/+3
|
* Fix action menu button listenerjruesga2012-10-232-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 iconjruesga2012-10-231-0/+1
| | | This could be a bug in CM. Need to test in a standalone app
* CleanUpjruesga2012-10-2310-22/+22
|
* Complete support for Java console (WIP)jruesga2012-10-236-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)jruesga2012-10-2316-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 directoryjruesga2012-10-232-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 bookmarksjruesga2012-10-231-1/+1
|
* Fix incorrect set of advanced settingjruesga2012-10-231-1/+1
|
* Added support for Java console (WIP)jruesga2012-10-2221-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 consolejruesga2012-10-221-3/+1
|
* Typojruesga2012-10-211-1/+1
|
* Typojruesga2012-10-212-4/+4
|
* By default don't show symlinksjruesga2012-10-211-1/+1
|
* Don't allow advanced mode if device is not rootedjruesga2012-10-212-12/+21
|
* Expose to the app if the device is rootedjruesga2012-10-211-0/+15
|
* Avoid using internal commands in ShellExecutableCreatorjruesga2012-10-211-3/+5
|
* Fix ChRooted mode. Don't show parent directory on root storage volume.jruesga2012-10-212-0/+28
|
* CleanUpjruesga2012-10-212-4/+4
|
* Close consoles when need to call to finish jruesga2012-10-211-4/+23
|
* Separate shell files from binary/executable filesjruesga2012-10-211-3/+7
|
* Detect debuggable mode, and set different execution timeoutsjruesga2012-10-212-1/+18
|
* Minor changes to consolejruesga2012-10-212-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.jruesga2012-10-211-4/+5
|
* Extract destroy method of console. Remove :main from process name.jruesga2012-10-211-13/+50
|
* Don't allow to change the permissions of a Symlinkjruesga2012-10-211-3/+16
|
* Rename jail room terms for a more convenient chrootedjruesga2012-10-2111-91/+93
|
* Fix getFileInfo calls. The return of this function must be checkedjruesga2012-10-216-27/+43
|
* Remove support dependencyjruesga2012-10-211-72/+0
| | | For now support-v4 is not necessary (probably in the future but not now)
* Fix AssociationDialogjruesga2012-10-211-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 FsoPropertiesDialogjruesga2012-10-211-1/+31
|
* Fix detection of compression files without extensionjruesga2012-10-211-4/+6
|
* Make StorageHelper independent from AOSP and CM10jruesga2012-10-211-1/+16
| | | Fix compilation issues and resolve at runtime with reflection.
* New activity "Picker Activity"jruesga2012-10-217-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 modejruesga2012-10-2027-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 colorjruesga2012-10-2028-246/+487
|
* CleanUpjruesga2012-10-201-1/+1
|