-
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.
新增 通过汽水音乐平台缓存在本地的JSON文件,读取歌单数据。 新增 在进行部分较长时间的操作时,若用户尝试返回,则会弹出Toast“请等待操作完成”。 新增 加载歌单列表、歌单列表为空时的提示文案。 新增、优化 部分文案及其对应的翻译。 优化 应用图标的样式与清晰度。 优化 转换页,页面间跳转的逻辑。 优化 部分变量初始化的时机。 优化 自动清理过期数据时,也能删除目录。 优化 删除无用的变量。 修复 转换页,点击下一步按钮后。数据获取完成时,设备可能会震动多次的问题。 修复 启用“使用Root权限”时,若未安装对应平台的App,点击下一步时后,弹出的对话框中缺失了平台名称的问题。 修复 若设备未连接互联网或网络状况不佳,尝试进行扫码登录酷狗音乐,应用会闪退的问题。 修复 应用的主数据库可能会被错误关闭的问题。 修复 转换页,若已选择了数据库文件,此时再将“歌单获取方式”改为“在线”,“已选择”项未被隐藏的问题。 Added: Adaptation of “Monochrome Theme Icons” in Android 13 and above versions. Added: Reading playlist data through JSON files cached locally by the Soda Music platform. Added: When performing some longer operations, if the user tries to return, a Toast will pop up saying “Please wait for the operation to complete”. Added: Prompt copywriting when loading the playlist list and when the playlist list is empty. Added/Optimized: Some copywriting and their corresponding translations. Optimized: The style and clarity of the application icon. Optimized: The logic of page jumps on the conversion page. Optimized: The timing of some variable initialization. Optimized: When automatically cleaning up expired data, directories can also be deleted. Optimized: Removed useless variables. Fixed: On the conversion page, after clicking the next step button, the device may vibrate multiple times when data acquisition is completed. Fixed: When “Use Root Permissions” is enabled, if the corresponding platform App is not installed, the platform name is missing in the dialog box that pops up after clicking next. Fixed: If the device is not connected to the Internet or the network condition is poor, trying to log in to Kugou Music by scanning the code, the application will crash. Fixed: The main database of the application may be closed incorrectly. Fixed: On the conversion page, if a database file has been selected, and then the “Playlist Acquisition Method” is changed to “Online”, the “Selected” item is not hidden.
- Loading branch information
1 parent
3b7e78c
commit 0c18b86
Showing
31 changed files
with
766 additions
and
323 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
243 changes: 206 additions & 37 deletions
243
app/src/main/java/com/hwinzniej/musichelper/activity/ConvertPage.kt
Large diffs are not rendered by default.
Oops, something went wrong.
166 changes: 109 additions & 57 deletions
166
app/src/main/java/com/hwinzniej/musichelper/ui/ConvertPageUi.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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.