diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 000000000..6ac7259ee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -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. diff --git a/fastlane/metadata/android/zh-CN/changelogs/32.txt b/fastlane/metadata/android/zh-CN/changelogs/32.txt new file mode 100644 index 000000000..52e6afc2a --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/32.txt @@ -0,0 +1,9 @@ +- 添加了网格视图。 +- 添加了分应用语言设置。 +- 添加了指向 DocumentsUI 的快捷方式以访问 Android/data 和 Android/obb。 +- 向 FTP 服务器的通知添加了 URL 信息。 +- 为 Android TV 添加了横幅。 +- 快速滚动的提示现在会根据排序选项来显示文字。 +- 视频预览现在会从视频的 1/3 处而非第一帧获取。 +- Material Design 2 主题将在未来的 1.7.0 版本中被移除以便于代码维护。 +- 其他错误修复和改进。