Page 2 of 2

Re: Wish list for AndExplorer

Posted: Tue May 31, 2011 11:47 pm
by Euclid's Brother
My wishlist.

Have it accept Intent.ACTION_VIEW with a directory path and it simply launch the app (not as a dialog) to browse the files at the directory specified.

Re: Wish list for AndExplorer

Posted: Thu Jun 09, 2011 9:55 am
by DieBagger
Euclid's Brother wrote:My wishlist.

Have it accept Intent.ACTION_VIEW with a directory path and it simply launch the app (not as a dialog) to browse the files at the directory specified.
+1

I just registered to propose the same feature... ;) Would be a great addition for us devs.

Thx

Re: Wish list for AndExplorer

Posted: Fri Jun 10, 2011 4:58 pm
by support
Just browse? Not to pick a file or folder?

Re: Wish list for AndExplorer

Posted: Sat Jun 11, 2011 5:46 pm
by DieBagger
support wrote:Just browse? Not to pick a file or folder?
Yeah just browse...

I'm developing an app that (amongst other things) allows users to transfer their media files/tv recordings to the sd card. Currently my only way to handle these files after they are downloaded is to start them depending on the file type (video/*, audio/*, etc.). I'd like to give the user a way to "open directory" which will open the containing folder in the file explorer which can handle all the rest.