|
1 |
| -# Material Files |
| 1 | +# Material Files (Beta) |
2 | 2 |
|
3 |
| -A Material Design file manager. |
| 3 | +A Material Design file manager, for Android 5.0+. |
| 4 | + |
| 5 | +## Preview |
| 6 | + |
| 7 | +<p><img src="screenshots/main.png" width="32%" /> <img src="screenshots/drawer.png" width="32%" /> <img src="screenshots/properties-basic.png" width="32%" /> |
| 8 | +<img src="screenshots/settings.png" width="32%" /> <img src="screenshots/standard-directories.png" width="32%" /> <img src="screenshots/about.png" width="32%" /></p> |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +- Open source: Lightweight, clean and secure. |
| 13 | +- Material Design: Like the good old [Cabinet](https://github.com/aminb/cabinet), also with dark mode. |
| 14 | +- Breadcrumbs: Navigate in the filesystem with ease. |
| 15 | +- Linux-aware: Like [Nautilus](https://wiki.gnome.org/action/show/Apps/Files), knows symbolic links, file permissions and SELinux context. |
| 16 | +- Robust: Uses Linux syscalls under the hood, not yet another [`ls` parser](https://news.ycombinator.com/item?id=7994720). |
| 17 | +- Well-implemented: Built upon the right things, including Java NIO2 File API and LiveData. |
| 18 | + |
| 19 | +## Things not yet in Beta 1... |
| 20 | + |
| 21 | +- Search files. |
| 22 | +- Extracting archives. |
| 23 | +- File operations with root. |
| 24 | +- More in [Issues](https://github.com/zhanghai/MaterialFiles/issues). |
| 25 | + |
| 26 | +## License |
| 27 | + |
| 28 | + Copyright (C) 2018 Hai Zhang |
| 29 | + |
| 30 | + This program is free software: you can redistribute it and/or modify |
| 31 | + it under the terms of the GNU General Public License as published by |
| 32 | + the Free Software Foundation, either version 3 of the License, or |
| 33 | + (at your option) any later version. |
| 34 | + |
| 35 | + This program is distributed in the hope that it will be useful, |
| 36 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 37 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 38 | + GNU General Public License for more details. |
| 39 | + |
| 40 | + You should have received a copy of the GNU General Public License |
| 41 | + along with this program. If not, see <https://www.gnu.org/licenses/>. |
0 commit comments