-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增 转换页,转换模式项、来源应用项、目标应用项,可以保存上次的选择。 新增 部分文案及其对应的翻译。 优化 同步更新新使用的项目依赖项的License到项目文件中。 优化 通过DataStore管理的变量的使用。 优化 文件权限的管理。 优化 部分ItemValue的文本区域的宽度比例。 优化 部分图标的样式。 优化 本地到本地的歌单转换完成后,自动清除已选歌单文件的名称。 修复 将Poweramp的歌单转换为Salt Player格式后,无法在Salt Player中使用歌单文件导入的问题。 修复 在进行本地到本地的歌单转换中,若未选择歌单文件,点击开始后,应用会闪退的问题。 Added: Customization of the initial page when the application starts. Added: On the conversion page, the conversion mode item, source application item, and target application item can save the last selection. Added: Some copywriting and their corresponding translations. Optimized: Synchronized update of the License of the newly used project dependencies to the project files. Optimized: The use of variables managed by DataStore. Optimized: File permission management. Optimized: The width ratio of the text area of some ItemValue. Optimized: The style of some icons. Optimized: After the playlist conversion from local to local is completed, the name of the selected playlist file is automatically cleared. Fixed: After converting the Poweramp playlist to Salt Player format, the playlist file cannot be imported in Salt Player. Fixed: When performing local to local playlist conversion, if no playlist file is selected, the application will crash after clicking start.
- Loading branch information
1 parent
0c18b86
commit fccc2c3
Showing
19 changed files
with
1,617 additions
and
368 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
560 changes: 289 additions & 271 deletions
560
app/src/main/java/com/hwinzniej/musichelper/MainActivity.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.