Skip to content

Commit 260ae8d

Browse files
committed
[Feature] Add README, screenshots and LICENSE.
1 parent 137ae43 commit 260ae8d

16 files changed

+714
-2
lines changed

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1-
# Material Files
1+
# Material Files (Beta)
22

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/>.

screenshots/about-night.png

95.9 KB
Loading

screenshots/about.png

96.5 KB
Loading

screenshots/drawer-night.png

110 KB
Loading

screenshots/drawer.png

101 KB
Loading

screenshots/main-night.png

101 KB
Loading

screenshots/main.png

103 KB
Loading
124 KB
Loading

screenshots/properties-basic.png

129 KB
Loading

0 commit comments

Comments
 (0)