aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix InputNameDialog actionsjruesga2012-10-076-9/+193
| | | | * Fix Pass the files no selection * New action: rename
* Avoid read stdin when is nulljruesga2012-10-071-0/+2
|
* Don't the method onSaveInstanceState and onRestoreInstanceStatejruesga2012-10-071-164/+105
| | | | | | | | | NavigationActivity is singleTop, so when it is displayed no other activities exists in the stack. This cause an issue with the saved instance of this class, because if another activity is displayed, and the process is killed, NavigationActivity is started and the saved instance gets corrupted. For this reason the methods onSaveInstanceState and onRestoreInstanceState are not implemented, and every time the app is killed, is restarted from his initial state.
* Implemented Allow Console Selection settingjruesga2012-10-067-19/+95
| | | | | | This setting allow use the menu "Select Console" or deactivate the menu using only a privileged console, without additional privileged messages, but require su to run the app. By default, allow not privileged console to avoid startup problems
* Refresh the navigation view after back from the search viewjruesga2012-10-064-8/+12
| | | | * Refresh the navigation view after back from the search view * Clean up
* A bunch of changes.jruesga2012-10-0613-114/+304
| | | | | | | | | | | * Add send action for file * Add handler for open action on click in navigation, search and bookmarks * Allow file bookmarks * Upload AssociationsDialog * Fix root directory name in history * Add controls to navigation and history for deleted folders * Remove history of delete folders * Add open with action for onLongClickListener handler
* Open and Open with actionsjruesga2012-10-066-32/+683
| | | | | | | | Implementation of Open and Open with actions. This create a custom dialog that allow show all registered application even when only one application exists or has a preferred application. This change requires a platform signature to allow use addPreferredActivity or removePreferredActivity. For this is not working. Need be tested and checked inside CM.
* Revert Association Provider. Instead, use AOSP PreferredActivity api.jruesga2012-10-064-723/+0
|
* Allow dialogs with no iconjruesga2012-10-061-1/+5
|
* Lint warningsjruesga2012-10-061-4/+4
|
* Use new ObjectStringIdentifier to default preferencejruesga2012-10-051-0/+3
|
* Improve DiskUsageGraph layoutjruesga2012-10-031-0/+11
|
* Provider and model for associations (file, intents, ...)jruesga2012-10-038-24/+731
|
* for code stylejruesga2012-10-026-8/+8
|
* Use hand-written counted loop for increase performancejruesga2012-10-0232-59/+111
| | | http://developer.android.com/guide/practices/performance.html#foreach
* Avoid use of internals getters and settersjruesga2012-10-022-2/+2
| | | http://developer.android.com/guide/practices/performance.html#internal_get_set
* Remove synthetic-access for better access performancejruesga2012-10-0223-147/+295
| | | http://developer.android.com/guide/practices/performance.html#package_inner
* Shell improvementsjruesga2012-10-0211-65/+244
| | | | | | | | | | * 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
* Some providers + Some actionsjruesga2012-10-0115-198/+724
| | | | | | | * Create new Bookmarks provider (database + providers). Replace old shared preferences based. * New actions "Add to bookmarks" (global + fso). * Initial support for "open" and "open with" actions. * Clean up
* Global actions: Properties and Refreshjruesga2012-09-306-50/+101
| | | | New global actions for show properties of the current folder and refresh the current folder
* Add refresh listener to SearchActivityjruesga2012-09-301-0/+1
|
* Delete file/folder actionjruesga2012-09-306-17/+152
|
* Clean upjruesga2012-09-301-8/+8
|
* Reload fso prior to show actions dialogjruesga2012-09-303-18/+86
| | | | Reload the fso reference prior to display the actions dialog of the item, and remove from the listview if the item not exists.
* ListCommand: Prevent to raise exceptionjruesga2012-09-301-8/+18
| | | | | Prevent to raise an exception if the absolute path can't be retrieved from console. Instead of, use Java functions to try to resolve parent path prior to raise the exception.
* /etc menu is showing open and open with actionsjruesga2012-09-303-9/+98
| | | | Show open and open with only when the fso is not a directory, system file or symlink to one of this. Apply to mime/type also.
* More mime/types and drawablesjruesga2012-09-301-0/+52
|
* New setting for "compute folder statistics" optionjruesga2012-09-303-9/+37
|
* Fix commandsjruesga2012-09-3018-163/+1009
| | | | | | | | | * 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
* Add category to mime/type raw filejruesga2012-09-292-29/+142
|
* Use a timeout to release the exit statusjruesga2012-09-291-1/+14
| | | | | Release the exit flag after 3500 millis, so after this timeout the exit flag is reseted and the toast is shown again to the user
* Mime types and drawablesjruesga2012-09-291-0/+5
|
* Use a highlighted text for overflow menujruesga2012-09-282-1/+77
|
* Add show actions to list of default long-click actionsjruesga2012-09-284-13/+37
|
* No register long-click listener if not neededjruesga2012-09-282-20/+48
| | | | When long-click action is set to none, the long-click listener shouldn't be registered because it's not needed
* Use uids instead of names on chown operationjruesga2012-09-281-1/+1
|
* Move ActionsPolicy to ui/policyjruesga2012-09-274-4/+4
|
* Fix InlineAutocompleteTextView algorithmjruesga2012-09-272-34/+56
| | | | | The actual implementation of InlineAutocompleteTextView had some incorrect matches. xe: in /, only shows sys, but system exists also. This change review the algorithm for found this kind of entries.
* Fix select/deselect of itemsjruesga2012-09-274-18/+43
| | | | | | When there is a selection of items in various folders, the done button for deselect all items, only deselect the visible items. Create convenient methods for select/deselect visible items and deselect all items
* More settings and ActionPolicyjruesga2012-09-2612-134/+504
| | | | | | | | * Added case sensitive sort setting * Default action implemented * Allow console selection (only setting) * Move actions from ActionsDialog to ActionPolicy so they can be used from the rest of the code
* Change Free Disk Space setting for more policy Disk Usagejruesga2012-09-254-16/+16
| | | | Change reference to free_disk_space setting to disk_usage (settings, labels, arrays, ...)
* Remove old classesjruesga2012-09-251-87/+0
|
* New general settingsjruesga2012-09-259-16/+296
| | | | Default long-click action (only setting) Free disk space warning level
* New: Sort Search modejruesga2012-09-2410-44/+277
| | | Sort Search mode preference
* Clean upjruesga2012-09-241-1/+1
|
* Resolve symbolic links in search resultsjruesga2012-09-243-3/+27
| | | | Resolve symbolic links references for search results that doesn't have this references, prior to return the result to users
* Don't return the folder of the searchjruesga2012-09-231-2/+8
| | | Don't return as result the folder of the search
* New: Setting preferencesjruesga2012-09-2315-60/+606
| | | Initial development of settings preferences
* Set selection view visible for display animation effectjruesga2012-09-231-0/+1
| | | | Set the visibility of selection view prior to start animation effect. Otherwise, the effect is not shown.
* New: Selection Viewjruesga2012-09-234-5/+312
| | | | Selection view with animation effect Clean up