Skip to content

v0.9.9.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Winnie0408 Winnie0408 released this 20 Jan 09:26
· 144 commits to master since this release

🛠️ 优化

  • 优化 部分文案及其对应的翻译。
  • 优化 “关于”页面,根据实际更新“制作人员”信息。
  • 优化 测试数据库是否合法后,关闭cursor的方法。

🐛 修复

  • 修复 “转换”页面,若选择的文件不是数据库文件(如图片、音乐等),点击下一步按钮后,会破坏原文件的问题。
  • 修复 “转换”页面,若当前已选择了歌单来源App的数据库文件,此时再去设置中启用“使用Root权限”,回到“转换”页面后,“已选择”项不消失的问题。(仅为显示问题,实际代码执行还是使用Root权限来获取数据库文件)
  • 修复 “转换”页面,若当前已选择了歌单来源App的数据库文件,此时再去设置中启用“使用Root权限”,回到“转换”页面,点击“下一步”,返回,再去设置中关闭“使用Root权限”,回到“转换”页面,点击下一步后,使用的还是使用Root权限获取到的数据库文件的问题。(并不是通过Root权限从歌单来源App获取,而是读取上次使用Root权限获取到的数据库文件)

🛠️ Optimized

  • Optimized some text and their corresponding translations.
  • Optimized the “About” page by updating the “Production Staff” information according to reality.
  • Optimized the method of closing the cursor after testing whether the database is legal.

🐛 Fixed

  • Fixed the issue on the “Conversion” page where if the selected file is not a database file (such as pictures, music, etc.), clicking the next button will damage the original file.
  • Fixed the display issue on the “Conversion” page where if the database file of the song list source app has been selected, and then “Use Root Permissions” is enabled in the settings, after returning to the “Conversion” page, the “Selected” item does not disappear. (This is only a display issue, the actual code execution still uses Root permissions to obtain the database file)
  • Fixed the issue on the “Conversion” page where if the database file of the song list source app has been selected, and then “Use Root Permissions” is enabled in the settings, after returning to the “Conversion” page, click “Next”, go back, then go to the settings to turn off “Use Root Permissions”, return to the “Conversion” page, after clicking next, it still uses the database file obtained with Root permissions. (It does not obtain from the song list source app through Root permissions, but reads the database file obtained last time using Root permissions)

🛠️ 최적화됨

  • 일부 텍스트와 해당 번역을 최적화했습니다.
  • 실제로 “제작 스태프” 정보를 업데이트하여 “About” 페이지를 최적화했습니다.
  • 데이터베이스가 합법적인지 테스트한 후 커서를 닫는 방법을 최적화했습니다.

🐛 수리됨

  • 선택한 파일이 데이터베이스 파일이 아닌 경우(예: 사진, 음악 등), “다음” 버튼을 클릭하면 원본 파일이 손상되는 문제를 수정했습니다.
  • 노래 목록 소스 앱의 데이터베이스 파일을 이미 선택한 상태에서 설정에서 "Root 권한 사용"을 활성화하고 “변환” 페이지로 돌아갔을 때 “선택됨” 항목이 사라지지 않는 표시 문제를 수정했습니다. (이는 표시 문제일 뿐, 실제 코드 실행은 여전히 Root 권한을 사용하여 데이터베이스 파일을 가져옵니다)
  • 노래 목록 소스 앱의 데이터베이스 파일을 이미 선택한 상태에서 설정에서 "Root 권한 사용"을 활성화하고 “변환” 페이지로 돌아가서 "다음"을 클릭하고, 돌아가서 설정에서 "Root 권한 사용"을 비활성화한 후 “변환” 페이지로 돌아가서 "다음"을 클릭하면, 여전히 Root 권한으로 가져온 데이터베이스 파일을 사용하는 문제를 수정했습니다. (Root 권한을 통해 노래 목록 소스 앱에서 가져오는 것이 아니라, 마지막에 Root 권한을 사용하여 가져온 데이터베이스 파일을 읽습니다)