iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Filter files by requested MIME type + German translation + compatibility to Android 1.6+ #3

Closed TomTasche closed 11 years ago

TomTasche commented 11 years ago

Sorry, for the unnecessary formatting changes. That's my bad-boy-formatter's fault.

PS: Sorry for the all-in-one pull request, too!

iPaulPro commented 11 years ago

Hey,

I appreciate the contributions! Unfortunately, the MIME type file filter does not appear to be working properly. I pulled your fork, and updated the the Example (setType()), but all files are shown and are able to be selected. Furthermore, hidden folders are now showing, and the sorting has been lost. We want directories first, then files, both alphabetically, with all hidden files hidden.

I cannot merge this request, but would love your other contributions (4f859cf, a4fc63f, and c3197bb). Please resubmit with either just those commits, or with a working MIME type filter.

Also of note, please try to keep to the formatting, where reasonable, and be sure to add to the comments (when adding/changing method parameters, etc).