aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "CMFileManager: Fix mv operation on Cross-device link failure" into ↵David van Tonder2012-11-0519-49/+232
|\ | | | | | | jellybean
| * CMFileManager: Fix mv operation on Cross-device link failureJorge Ruesga2012-11-0519-49/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "CMFileManager: Remove incorrect notifyDataSetInvalidated()" into ↵David van Tonder2012-11-051-3/+0
|\ \ | | | | | | | | | jellybean
| * | CMFileManager: Remove incorrect notifyDataSetInvalidated()Jorge Ruesga2012-11-061-3/+0
| |/ | | | | | | | | | | | | 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
* / CMFileManager: Fix NPE while retrieving background consoleJorge Ruesga2012-11-061-1/+4
|/ | | | | | If the background console is null, then force allocation. Protect from NPE. Change-Id: I57da98a9c18516f2f2936710387762dfc59543ff
* CMFileManager: Fix list of folders with broken symlinksJorge Ruesga2012-11-041-2/+3
| | | | | | Issue https://github.com/jruesga/CMFileManager/issues/28. Change-Id: I7dee65bb93247d39028e61fad98087320629a0a0
* CMFileManager : Fix duplicate debugging outputJorge Ruesga2012-11-041-5/+4
| | | | | | Fix duplicate debugging output for synchronous command. Change-Id: I83ffe804a789a38a429681360bba9786c36f9cc6
* CMFileManager : Beam to send filesDanesh Mondegarian2012-11-041-0/+31
| | | | | | | | | | | | | | | | | | | | 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
* CMFileManager : Allow rotationJorge Ruesga2012-11-048-91/+179
| | | | | | | | | | | | | 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
* CMFileManager: Avoid crashes when drawable is not foundJorge Ruesga2012-11-031-5/+73
| | | | | | | | | 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
* CMFileManager: Fix backwards dialog options + TypoAndrew Jiang2012-11-021-1/+1
| | | | | | | 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
* Initial tablet supportDvTonder2012-10-318-15/+39
| | | | Change-Id: I612522291556d6c235df20ef9fe7e1cf450c5a80
* Enable rotationDvTonder2012-10-301-3/+0
| | | | Change-Id: Ie2aebf7898b831eeefb48d2c90c9fa7643a3e9f3
* Better start effect (white action bar style)jruesga2012-10-291-0/+8
|
* CleanUpjruesga2012-10-282-5/+5
|
* Hide flinger listview settings. Default is not to use flinger listview.jruesga2012-10-282-6/+7
| | | | This is not releasing for 1.0.0, because it needs more tweaks and testing.
* Don't scroll when flinging. (has some effects over scrolling) (issue #8)jruesga2012-10-281-10/+38
| | | For testing purpose
* New methods for deal with Androidjruesga2012-10-281-0/+29
|
* Remove unused importsjruesga2012-10-281-1/+0
|
* If no flinger listener set, then do not trap any eventjruesga2012-10-281-3/+8
|
* Show changelog inside the application (issue #6)jruesga2012-10-284-8/+145
| | | Accessible from about preference setting
* Better read handlingjruesga2012-10-281-3/+17
|
* Better flinger scrolling detectionjruesga2012-10-281-6/+5
|
* Update the internal array when a item was removejruesga2012-10-281-7/+18
|
* Remove create copy y rename from search actions dialogjruesga2012-10-281-0/+6
| | | | | 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.
* Fix incorrect InsufficientPermissionsException detectionjruesga2012-10-281-1/+1
|
* Better dialog titlesjruesga2012-10-283-5/+5
|
* Flinger gesture detection support (issue #8)jruesga2012-10-289-17/+791
| | | | | 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)
* Disable the editor on errorjruesga2012-10-271-0/+5
|
* Force to destroy the consoles on exit eventjruesga2012-10-271-0/+3
|
* Catch InsufficientPermissionsException exception on read filesjruesga2012-10-272-27/+101
| | | | Detect when there is no privileges to read a file, and ask the user to gain access prior to read the file
* Fix coding stylejruesga2012-10-271-1/+2
|
* One more dialog icon to remove (issue #21)jruesga2012-10-271-1/+1
|
* Delete confirmation dialog box title is wrong (Issue #18)jruesga2012-10-2714-71/+120
| | | | | | | * New dialog title mode (no icons, except were they are needed [welcome and picker]) * Title text without allCaps * New title color * Remove unused drawables
* Use AsyncTasks to load bookmarks and historyjruesga2012-10-272-25/+138
|
* Remove console selection (Issue #17) - Part III (string messages)jruesga2012-10-272-6/+6
|
* Remove console selection (Issue #17) - Part II (Settings & Code)jruesga2012-10-2717-110/+208
|
* Remove console selection (Issue #17) - Part I (UX)jruesga2012-10-267-185/+24
|
* Fix more lint suggestionsjruesga2012-10-261-0/+5
|
* The overflow menu should not show as an icon on devices with a physicaljruesga2012-10-263-3/+57
| | | menu button (issue #14)
* Remove exit menu (issue #19)jruesga2012-10-261-5/+0
|
* Display the raw representation of the type and permissionsjruesga2012-10-262-2/+14
| | | | Display the raw representation of the type and permissions, instead of only the permissions
* Remove actions menu icon (issue #21)jruesga2012-10-269-426/+27
| | | | Remove the action menu icon and the default long-click action setting. Now, long-click always shows the action menu
* More focused drawablesjruesga2012-10-261-1/+2
|
* Change application name to 'File Manager' (issue #20)jruesga2012-10-26233-1577/+1577
| | | Full refactoring of package from explorer to filemanager
* Refresh navigation view after save filejruesga2012-10-263-51/+85
|
* Check size of assets to conform Android design guidelines (issues #12jruesga2012-10-261-1/+0
| | | and #15)
* Add smooth scrollbar to execution dialogjruesga2012-10-261-3/+6
|
* Add EXEC mime category to editorjruesga2012-10-261-0/+1
|
* New image for the actions button (issue #11)jruesga2012-10-252-19/+34
| | | | | | | * 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)