Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to use default system file picker #150

Closed
rancidfrog opened this issue Dec 7, 2017 · 3 comments
Closed

Option to use default system file picker #150

rancidfrog opened this issue Dec 7, 2017 · 3 comments

Comments

@rancidfrog
Copy link

The current file picker is not useful, as the name nor the image in the case of images can be seen.
I.E.

An option to use default system file picker can be useful, so that file name can be read or thumbnail can be used to select images.

@gsantner
Copy link
Owner

gsantner commented Dec 7, 2017

The problem is that many (as is most android devices i used eved) don't have any. So making this default is not an option.

if somebody starts with this, both file and folder selection is needed.

@duckbrain
Copy link
Contributor

You could probably fire off the standard intent, and make sure that Markor is a receiver of that intent.

https://developer.android.com/guide/topics/providers/document-provider.html

That way, if you don't have a file picker, it will use Markor, otherwise, Android will ask the user.

@gsantner
Copy link
Owner

gsantner commented Dec 7, 2017

@duckbrain Your suggestion requires #126 to be done first, where contributions are very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants