aboutsummaryrefslogtreecommitdiff
path: root/src/com/cyanogenmod/filemanager/util/StorageHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix support for USB OTG.Matt Garnes2015-04-021-5/+9
| | | | | | | | | | | Properly listen for the Broadcast with an IntentFilter that includes the path data scheme. Reload the mounted volumes upon ACTION_MEDIA_MOUNTED AND ACTION_MEDIA_UNMOUNTED. Change-Id: I71d90978fef05419d912ef2398bf99c23fdefee6 (cherry picked from commit e3922e43c8988c499c85115f1f14bef8c925e1ee) (cherry picked from commit 8656db649d0a88fc126e468b7ac81d8d3ea091ae) (cherry picked from commit 860ef9fbf513e1a4267e391453a2021d0ac20f63)
* Fix a number of default locale issues.Danny Baumann2013-09-201-2/+2
| | | | | | See http://elliotth.blogspot.com/2012/01/beware-convenience-methods.html Change-Id: I1f1e8dba6bbe862fcefc4bbde7d3eb0dfaf15982
* Add ability to toggle .nomedia file in storage locationsNathan Grebowiec2013-01-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patchset 1) Initial commit Patchset 2) Fixed tabs and whitespace Patchset 3) Moved everything to the properties dialog Patchset 4) Clean up Patchset 5) Added check for .nomedia dir Patchset 6) Tab cleanup Patchset 7) Rebase Regorganize FsoPropertiesDialog Refresh navigation listview if a .nomedia file was created or deleted Use FileHelper.deleteFolder instead of DeleteDirCommand Mark/Unmark checkbox when user response no or an error occurs (let checkbox as his initial status) Internationalize error messages Fix nomedia layout id Use match_layout instead of fill_parent (deprecated) Ensure that the fso is a canonical path Use File.exists() to detect the present of .nomedia Theme nomedia label Format code and clean Up Remove W.I.P Patchset 8) Align .nomedia layout Split toggleNoMediaFile logic Ask user if .nomedia file is not empty Fix typos Patchset 9) Fix typo Change-Id: I048d1da75f24230380aa7503f2d2c9ad95f9b873
* Change application name to 'File Manager' (issue #20)jruesga2012-10-261-0/+184
Full refactoring of package from explorer to filemanager