| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| | |
jellybean
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Issue https://github.com/jruesga/CMFileManager/issues/31.
The busybox mv command returns a failure when files are moved between filesystem (Cross-device
link failure). This changes fix this failure by:
* Replace mv command for a "mv or cp+rm" operation.
* rm operation occurs over source mount point so this need to be mounted prior to execute this
new command.
* Fix the stderr buffer filling on error.
Change-Id: If113ad810e7daffeb8379589789b2855eda14908
|
| |\ \
| | |
| | |
| | | |
jellybean
|
| | |/
| |
| |
| |
| |
| |
| | |
These notifyDataSetInvalidated() are causing, that after changing the navigation layout, when the
user select/deselect the adapterview is scrolled to top. They aren't needed at all.
Change-Id: I437cde9dd40b350b3de88dcdb75b8ae44cee6f3e
|
| |/
|
|
|
|
| |
If the background console is null, then force allocation. Protect from NPE.
Change-Id: I57da98a9c18516f2f2936710387762dfc59543ff
|
| |
|
|
|
|
| |
Issue https://github.com/jruesga/CMFileManager/issues/28.
Change-Id: I7dee65bb93247d39028e61fad98087320629a0a0
|
| |
|
|
|
|
| |
Fix duplicate debugging output for synchronous command.
Change-Id: I83ffe804a789a38a429681360bba9786c36f9cc6
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added support to be able to beam files via the file manager.
Steps :
1. Select one or multiple files via checkbox
2. Tap phones to beam file over
3. Enjoy !
Patchset 2 : Switch to callback
Patchset 3 : Remove debug messages
Patchset 4 : Add check to avoid crashes on devices without nfc
Patchset 5 : Rebase
Conflicts:
src/com/cyanogenmod/filemanager/activities/NavigationActivity.java
Change-Id: I005db2ebdabc0e83a92ae820cb98f73709d5f535
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Override onConfigurationChanged to help keep the state
intact and allow orientation change.
Patchset 2 : Override for other activities as well
Patchset 3 : Fixed scrollbars dialogs
Patchset 4 : Fixed landscape mode of picker activity
Patchset 5 : New landscape layout for NavigationActivity
Patchset 6 : Fix whitespace errors in copyright headers
Change-Id: Ibe52f0a0ebf0ea88d79dab1c8a06fb262d63ecb1
|
| |
|
|
|
|
|
|
|
| |
From reported issue https://github.com/jruesga/CMFileManager/issues/27
This change avoid to use invalid drawables from invalid mime/type resolution.
Use default drawable and audit the invalid resolution.
Change-Id: I2e27ac4038c87515dfa63d89e15fba0bc68a87ae
|
| |
|
|
|
|
|
| |
Fixed the search dialog box options where "Yes" wouldn't proceed with
the operation, but clicking "No" would. Also fixed a few typos.
Change-Id: Ifbff2e5ae5a0efa6ce5612211d776e8b12ec19f9
|
| |
|
|
| |
Change-Id: I612522291556d6c235df20ef9fe7e1cf450c5a80
|
| |
|
|
| |
Change-Id: Ie2aebf7898b831eeefb48d2c90c9fa7643a3e9f3
|
| | |
|
| | |
|
| |
|
|
| |
This is not releasing for 1.0.0, because it needs more tweaks and
testing.
|
| |
|
| |
For testing purpose
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Accessible from about preference setting
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Remove create copy y rename when there is not a selection listener
(search activity) because we need a list of the current files for
give a name suggestion.
|
| | |
|
| | |
|
| |
|
|
|
| |
This allow the use of left to right swipe gesture to delete files or
folders.
Add a new setting to control this behaviour (active by default)
|
| | |
|
| | |
|
| |
|
|
| |
Detect when there is no privileges to read a file, and ask the user to
gain access prior to read the file
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* New dialog title mode (no icons, except were they are needed [welcome
and picker])
* Title text without allCaps
* New title color
* Remove unused drawables
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
menu button (issue #14)
|
| | |
|
| |
|
|
| |
Display the raw representation of the type and permissions, instead of
only the permissions
|
| |
|
|
| |
Remove the action menu icon and the default long-click action setting.
Now, long-click always shows the action menu
|
| | |
|
| |
|
| |
Full refactoring of package from explorer to filemanager
|
| | |
|
| |
|
| |
and #15)
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Added a new image for actions menu item on navigation view and search
results
* Remove action menu from icons layout mode. Now the default
long-click action is show actions menu (Default long-click setting
doesn't apply to this layout)
|