Show HN: Material Files – Open Source Material Design File Manager for Android
11–20 of 73 posts
Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#12Supporting Android 5.0+ is impressive, though there was another file manager supporting Android 1.0+ discussed recently https://news.ycombinator.com/item?id=38789958 (I'm impressed by both, not an Android developer, curious how one ensures compatibility with ancient versions; actual testing, a compatibility linter, other?) I also enjoy Material Files' README, particularly https://github.com/zhanghai/MaterialFiles#why…
Android linter does check that access to APIs added in newer versions is gated behind a version check, for example. But frankly I feel like compatibility with any Android version less than 4 (or even 5) is in practice a non-issue, simply because there are no users with such ancient Android. And the few that would use such devices are so far and between that any issues don't surface
Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#13it saddens me that it got removed.
Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#14I still use ES file explorer pro from ages ago. I transfer the apk from device to device and backed it up on multiple locations. It really provides a unique set of features, browser-like tabs, ftp server/client, ... it makes managing files so much more doable on a phone. it saddens me that it got removed.
(I did buy it way back when)
Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#15Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#16This looks perfect... well, just one thing if I may: any "compact mode" planned? Everything is extremely "spaced" for no apparent reason. Thank you very much!
Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#17Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#18Re: Show HN: Material Files – Open Source Material Design File Manager for Android
#19Supporting Android 5.0+ is impressive, though there was another file manager supporting Android 1.0+ discussed recently https://news.ycombinator.com/item?id=38789958 (I'm impressed by both, not an Android developer, curious how one ensures compatibility with ancient versions; actual testing, a compatibility linter, other?) I also enjoy Material Files' README, particularly https://github.com/zhanghai/MaterialFiles#why…
> curious how one ensures compatibility with ancient versions; actual testing, a compatibility linter, other? Android linter does check that access to APIs added in newer versions is gated behind a version check, for example. But frankly I feel like compatibility with any Android version less than 4 (or even 5) is in practice a non-issue, simply because there are no users with such ancient Android. And the few that w…