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

Integration with Material Files #72

Open
HansCronau opened this issue Jul 19, 2021 · 4 comments
Open

Integration with Material Files #72

HansCronau opened this issue Jul 19, 2021 · 4 comments

Comments

@HansCronau
Copy link

HansCronau commented Jul 19, 2021

DiskUsage already integrates with OI FileManager and Solid Explorer. If neither are installed, upon pressing the "sʜᴏᴡ" button, DiskUsage will display the following prompt:

I asked the developer of my favourite file manager, Material Files. They had a look at DiskUsage's code, and think integration should be possible. In fact, they think integration should already be supported.

Would you kindly have a look in the other thread and explore what would be required to make these amazing apps (both available on F-Droid, unlike OI FileManager and Solid Explorer) integrate with each other?

@IvanVolosyuk
Copy link
Owner

IvanVolosyuk commented Jul 19, 2021 via email

@zhanghai
Copy link

I'm seeing that DiskUsage is trying ACTION_VIEW with inode/directory at:

intent = new Intent(Intent.ACTION_VIEW);

And that seems already supported by Material Files: https://github.com/zhanghai/MaterialFiles/blob/d85fc254e8cd9ad2d0cf44a9a919344c04e531ea/app/src/main/AndroidManifest.xml#L54

Is there any additional checks in DiskUsage before it launches that intent?

@IvanVolosyuk
Copy link
Owner

IvanVolosyuk commented Jul 27, 2021 via email

@HansCronau
Copy link
Author

@IvanVolosyuk Would be great to see a new, updated release of DiskUsage (maybe also mentioning Material Files as one of the suggested file explorers).

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

No branches or pull requests

3 participants