android-filepicker icon indicating copy to clipboard operation
android-filepicker copied to clipboard

Can not move to external storage from internal storage in some devices

Open npes87184 opened this issue 7 years ago • 6 comments

Hi,

In htc u11, if I try to click ".." in the root of internal storage. It will show "Directory cannot be accessed". I guess it is because the root ("/") can not be read. This will lead to fail to move to external storage through internal storage.

I have worked for it to add a dropdown in dir_picture to direct the current directory to external sdcard without entering "/", look picture.

imgur

Any other good ideas?

Thanks.

npes87184 avatar Jul 02 '17 01:07 npes87184

Hey, That looks pretty awesome, but I can't see where you have put the spinner for this.

singhangadin avatar Jul 03 '17 14:07 singhangadin

Hi, @Angads25

It is not spinner, it is pop-up menu.

Demo video

My concern is it is too difficult to find from user.

Thanks.

npes87184 avatar Jul 04 '17 00:07 npes87184

you would need an icon to indicate that: https://www.tutorialspoint.com/android/images/spinner11.jpg

i guess it'a a spinner then :-) make it on the "folder" icon with that little triangle thingy

zoff99 avatar Jul 04 '17 09:07 zoff99

aa

zoff99 avatar Jul 04 '17 09:07 zoff99

I think it will be helpful to add multiple roots in next version, what say?

singhangadin avatar Jul 09 '17 17:07 singhangadin

Sounds great, but how do you present the multiple roots? An option let user select between multiple roots if app define multiple roots?

btw, this commit shows how to do on the demo video. The method is not good enough, because of the targetApi 11.

npes87184 avatar Jul 10 '17 02:07 npes87184