mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
fixed hidden catalogs issue
This commit is contained in:
parent
ad2ac32532
commit
b074fde582
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
* does not show hidden folders (like '.FBReader')
|
||||
* does not show parent if the parent's name is '.FBReader' (see 'temporary files' option)
|
||||
DONE does not show hidden folders (like '.FBReader')
|
||||
DONE does not show parent if the parent's name is '.FBReader' (see 'temporary files' option)
|
||||
* all/writable only option (use writable only for books & temp, all for fonts & wallpapers)
|
||||
* activity orientation (use fbreader's OrientaionUtil mechanism)
|
||||
* resource strings
|
||||
|
|
|
@ -69,6 +69,7 @@ abstract class FileChooserPreference extends Preference {
|
|||
intent.putExtra(FileChooserActivity._Rootpath, (Parcelable)new LocalFile(getStringValue()));
|
||||
intent.putExtra(FileChooserActivity._ActionBar, true);
|
||||
intent.putExtra(FileChooserActivity._SaveLastLocation, false);
|
||||
intent.putExtra(FileChooserActivity._DisplayHiddenFiles, true);
|
||||
//intent.putExtra(FileChooserActivity._FilterMode, IFileProvider.FilterMode.AnyDirectories);
|
||||
//intent.putExtra(FileChooserActivity._FilterMode, IFileProvider.FilterMode.FilesOnly);
|
||||
//intent.putExtra(FileChooserActivity._FilterMode, IFileProvider.FilterMode.FilesAndDirectories);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue