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

dir-picker: add contextmenu "open in filemanager" #99

Closed
k3b opened this issue Oct 7, 2017 · 1 comment
Closed

dir-picker: add contextmenu "open in filemanager" #99

k3b opened this issue Oct 7, 2017 · 1 comment

Comments

@k3b
Copy link
Owner

k3b commented Oct 7, 2017

In the directory picker there should be a context-menu "Open in filemanager" that opens any installed filemanager to show all files/subdirectories that are inside the selected folder.


Technical details:

  • action=android.intent.action.VIEW
  • data=file:///path/to/directory/
  • mime=vnd.android.document/directory (android api-19 DocumentsContract.Document.MIME_TYPE_DIR)

alternatives used

see also syncthing/syncthing-android#838

@k3b
Copy link
Owner Author

k3b commented Mar 27, 2018

implemened in 0.6.4

@k3b k3b closed this as completed Mar 27, 2018
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

1 participant