-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: #988
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- Added grid view. | ||
- Added per-app language setting. | ||
- Added shortcut to DocumentsUI for accessing Android/data and Android/obb. | ||
- Added URL information to FTP server notification. | ||
- Added banner for Android TV. | ||
- Fast scroll popup now shows text according to the current sort options. | ||
- Video preview is now taken from 1/3 of the video instead of the first frame. | ||
- Material Design 2 theme will be removed in the upcoming version 1.7.0 to ease code maintenance. | ||
- Other bug fixes and improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- 添加了网格视图。 | ||
- 添加了分应用语言设置。 | ||
- 添加了指向 DocumentsUI 的快捷方式以访问 Android/data 和 Android/obb。 | ||
- 向 FTP 服务器的通知添加了 URL 信息。 | ||
- 为 Android TV 添加了横幅。 | ||
- 快速滚动的提示现在会根据排序选项来显示文字。 | ||
- 视频预览现在会从视频的 1/3 处而非第一帧获取。 | ||
- Material Design 2 主题将在未来的 1.7.0 版本中被移除以便于代码维护。 | ||
- 其他错误修复和改进。 |