| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
* Fix Pass the files no selection
* New action: rename
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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 view
* Clean up
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
http://developer.android.com/guide/practices/performance.html#foreach
|
| |
|
| |
http://developer.android.com/guide/practices/performance.html#internal_get_set
|
| |
|
| |
http://developer.android.com/guide/practices/performance.html#package_inner
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
New global actions for show properties of the current folder and refresh
the current folder
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reload the fso reference prior to display the actions dialog of the
item, and remove from the listview if the item not exists.
|
| |
|
|
|
| |
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.
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
When long-click action is set to none, the long-click listener shouldn't
be registered because it's not needed
|
| | |
|
| | |
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
* 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 reference to free_disk_space setting to disk_usage (settings,
labels, arrays, ...)
|
| | |
|
| |
|
|
| |
Default long-click action (only setting)
Free disk space warning level
|
| |
|
| |
Sort Search mode preference
|
| | |
|
| |
|
|
| |
Resolve symbolic links references for search results that doesn't have
this references, prior to return the result to users
|
| |
|
| |
Don't return as result the folder of the search
|
| |
|
| |
Initial development of settings preferences
|
| |
|
|
| |
Set the visibility of selection view prior to start animation effect.
Otherwise, the effect is not shown.
|
| |
|
|
| |
Selection view with animation effect
Clean up
|