[Feature] Update description for MD2 as default.

This commit is contained in:
Hai Zhang 2019-12-11 21:52:12 -08:00
parent 23e7e49b6e
commit 6902b69f1b
4 changed files with 8 additions and 8 deletions

View File

@ -20,11 +20,11 @@ An open source Material Design file manager, for Android 5.0+.
## Features
- Open source: Lightweight, clean and secure.
- Material Design: Like the good old [Cabinet](https://www.ghacks.net/2015/04/27/cabinet-is-a-feature-rich-file-explorer-for-android/) with attention into details, and optional MD2 style.
- Material Design: Both MD2 and classic themes, with attention into details.
- Breadcrumbs: Navigate in the filesystem with ease.
- Root support: View and manage files with root access.
- Archive support: View, extract and create common compressed files.
- Themes: Customizable UI colors and night mode.
- Themes: Customizable UI colors for classic theme, plus night mode.
- Linux-aware: Like [Nautilus](https://wiki.gnome.org/action/show/Apps/Files), knows symbolic links, file permissions and SELinux context.
- Robust: Uses Linux system calls under the hood, not yet another [`ls` parser](https://news.ycombinator.com/item?id=7994720).
- Well-implemented: Built upon the right things, including [Java NIO2 File API](https://docs.oracle.com/javase/8/docs/api/java/nio/file/package-summary.html) and [LiveData](https://developer.android.com/topic/libraries/architecture/livedata).

View File

@ -18,11 +18,11 @@
## 特性
- 开源:轻量、简洁并且安全。
- Material Design仿照 [Cabinet](https://github.com/aminb/cabinet) 并且注重细节,以及可选的 MD2 样式
- Material Design支持 MD2 和经典两种主题,并且注重细节
- 面包屑导航栏:点击导航栏所显示路径中的任一文件夹即可快速访问。
- Root 支持:使用 root 权限查看和管理文件。
- 压缩文件支持:查看、提取和创建常见的压缩文件。
- 主题:可定制的界面颜色和夜间模式。
- 主题:可定制经典主题的界面颜色,以及夜间模式。
- Linux 友好:类似 [Nautilus](https://wiki.gnome.org/action/show/Apps/Files),支持符号链接、文件权限和 SELinux 上下文。
- 健壮性:使用 Linux 系统调用实现,而不是另一个 [`ls` 解析器](https://news.ycombinator.com/item?id=7994720)。
- 实现良好:使用正确的方式打造,包括 [Java NIO2 文件 API](https://docs.oracle.com/javase/8/docs/api/java/nio/file/package-summary.html) 和 [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)。

View File

@ -2,11 +2,11 @@ An open source Material Design file manager.
Features:
- Open source: Lightweight, clean and secure.
- Material Design: Beautiful UI with attention into details, and optional MD2 style.
- Material Design: Both MD2 and classic themes, with attention into details.
- Breadcrumbs: Navigate in the filesystem with ease.
- Root support: View and manage files with root access.
- Archive support: View, extract and create common compressed files.
- Themes: Customizable UI colors and night mode.
- Themes: Customizable UI colors for classic theme, plus night mode.
- Linux-aware: Knows symbolic links, file permissions and SELinux context.
- Robust: Uses Linux system calls under the hood, not yet another ls parser.
- Well-implemented: Built upon the right things, including Java NIO2 File API and LiveData.

View File

@ -2,11 +2,11 @@
特性:
- 开源:轻量、简洁并且安全。
- Material Design界面美观并且注重细节,以及可选的 MD2 样式
- Material Design支持 MD2 和经典两种主题,并且注重细节
- 面包屑导航栏:点击导航栏所显示路径中的任一文件夹即可快速访问。
- Root 支持:使用 root 权限查看和管理文件。
- 压缩文件支持:查看、提取和创建常见的压缩文件。
- 主题:可定制的界面颜色和夜间模式。
- 主题:可定制经典主题的界面颜色,以及夜间模式。
- Linux 友好:支持符号链接、文件权限和 SELinux 上下文。
- 健壮性:使用 Linux 系统调用实现,而不是另一个 ls 解析器。
- 实现良好:使用正确的方式打造,包括 Java NIO2 文件 API 和 LiveData。