-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 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,7 @@ | ||
- Added file properties tab for image, audio, video and APK files. | ||
- Added showing file count and content for folders in file properties. | ||
- Added Spanish, Basque, French, Dutch, Portuguese (Portugal) and Vietnamese translations. | ||
- Changed file name sorting to use Unicode Collation Algorithm for better results. | ||
- Changed search to show files directly under the current folder first. | ||
- Source code has been rewritten in Kotlin. | ||
- Other 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,7 @@ | ||
- 添加了图像、音频、视频和 APK 的文件属性选项卡。 | ||
- 添加了在文件夹属性中显示文件数量和内容。 | ||
- 添加了西班牙语、巴斯克语、法语、荷兰语、葡萄牙语(葡萄牙)和越南语翻译。 | ||
- 修改了文件名排序算法为 Unicode Collation Algorithm 以获得更好的结果。 | ||
- 修改了搜索以优先显示当前文件夹下的结果。 | ||
- 使用 Kotlin 重写了源代码。 | ||
- 其他修复和改进。 |