Hai Zhang
Hai Zhang
I'm seeing that DiskUsage is trying `ACTION_VIEW` with `inode/directory` at: https://github.com/IvanVolosyuk/diskusage/blob/f7ec279f7fa25086458ac572b1ad9d10cca44a57/app/src/main/java/com/google/android/diskusage/DiskUsage.java#L332 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...
Please add a symlink-as-file option, just as how git handles this accross platforms. See http://stackoverflow.com/a/954575/2420519 > git just stores the contents of the link (i.e. the path of the file...
Please leave it to me - I'll figure out the UX. Currently there's an exsiting bottom bar for picking files, so I'm thinking of bending it to show a text...
Note: This should also handle `Intent.ACTION_SEND`.
It works fine for me (and probably a lot of other users). Everyone's network setup can be vastly different so unless you can provide a clue about why the socket...
There's no difference about SMB between the F-Droid version and the Play version - the only differences were that F-Droid build removed Firebase & junrar (to be fully OSS), and...
If we are to implement this we can export [`me.zhanghai.android.files.ftpserver.FtpServerReceiver`](https://github.com/zhanghai/MaterialFiles/blob/master/app/src/main/java/me/zhanghai/android/files/ftpserver/FtpServerReceiver.kt) and add a `START` action to it. However, this would also mean any app on the device will be able...
Well this is a good feature request, just that Material Files is only one of my side projects and I'm offering it for free, plus my day job got busier...
Will be the next bigger thing after SMB because more people are asking for it.
If SMB is implemented, other apps can use the file picker from this app to pick files on SMB (i.e., FileProvider). There isn't a plan for this app to provide...