🌈 新增
- 新增 若设备没有“文件”APP时,提供手动输入路径的对话框。(当前仅“扫描”功能提供该特性)
- 新增 自建的GitHub代理服务的网址。
- 新增 Microsoft Zune的选项记忆。by @Hwenray in #10
🐛 修复
- 修复 部分GitHub Proxy无法正常工作的问题。
- 修复 当屏幕高度不够时,部分对话框无法上下滑动或者按钮无法显示的问题。
- 修复 当使用“来自外部的歌单无界导出.db文件”并进行曲库搜索时,所搜索关键词中有SQL的保留字符,会导致程序闪退的问题。
- 修复 获取转换结果时,进度条会在结尾处显示一点点的问题。
- 修复 删除转换结果中的任意歌曲后,可能出现歌曲数量不正确的问题。
🛠️ 优化
- 优化 在标签页进入/退出歌曲信息页时,调整页面切换时的动画效果。
- 优化 标签页的部分动画。
- 优化 部分内容的布局。
- 优化 使用
.isNotEmpty()
替换.size!=0
。 - 优化 转换页,当未选中任何歌单时,无法点击下一步按钮。
- 优化 提升targetSdk到35。
- 优化 更新部分依赖库至最新版本。
- 优化 更新SaltUI到2.3.1,并合并上游修改。
🌈 Added
- Added a dialog box for manual path entry when the device does not have a "Files" app. (Currently, this feature is only provided for the "Scan" function)
- Added the URL of the self-built GitHub proxy service.
- Added option memory for Microsoft Zune. by @Hwenray in #10
🐛 Fixed
- Fixed the issue where some GitHub proxies were not working properly.
- Fixed the issue where some dialogs could not be scrolled up or down or buttons could not be displayed when the screen height was insufficient.
- Fixed the crash issue when using "Export .db file from external playlist without boundaries" and performing a library search, where SQL reserved characters in the search keywords would cause the program to crash.
- Fixed the issue where the progress bar would show a small amount at the end when obtaining the conversion result.
- Fixed the issue where the number of songs might be incorrect after deleting any song from the conversion results.
🛠️ Optimized
- Optimized the animation effects when entering/exiting the song information page in the tab.
- Optimized some animations on the tab page.
- Optimized the layout of some content.
- Replaced
.size!=0
with.isNotEmpty()
. - Optimized the conversion page to disable the "Next" button when no playlist is selected.
- Upgraded targetSdk to 35.
- Updated some dependency libraries to the latest versions.
- Updated SaltUI to version 2.3.1 and merged upstream changes.
🌈 추가됨
- 기기에 "파일" 앱이 없을 경우, 경로를 수동으로 입력할 수 있는 대화 상자 추가. (현재 이 기능은 "스캔" 기능에만 제공됨)
- 자체 구축한 GitHub 프록시 서비스의 URL 추가.
- Microsoft Zune의 옵션 메모리 추가. by @Hwenray in #10
🐛 수리됨
- 일부 GitHub 프록시가 제대로 작동하지 않는 문제 수정.
- 화면 높이가 충분하지 않을 때 일부 대화 상자가 위아래로 스크롤되지 않거나 버튼이 표시되지 않는 문제 수정.
- "외부 재생 목록에서 경계 없이 .db 파일 내보내기"를 사용하고 라이브러리 검색을 수행할 때, 검색 키워드에 SQL 예약 문자가 포함되어 프로그램이 충돌하는 문제 수정.
- 변환 결과를 얻을 때 진행률 표시줄이 끝 부분에 약간 표시되는 문제 수정.
- 변환 결과에서 노래를 삭제한 후 노래 수가 잘못 표시될 수 있는 문제 수정.
🛠️ 최적화됨
- 탭 페이지의 노래 정보 페이지에 들어가거나 나올 때 애니메이션 효과 최적화.
- 탭 페이지의 일부 애니메이션 최적화.
- 일부 콘텐츠의 레이아웃 최적화.
.size!=0
를.isNotEmpty()
로 교체.- 재생 목록이 선택되지 않았을 때 "다음" 버튼을 비활성화하도록 변환 페이지 최적화.
- targetSdk를 35로 업그레이드.
- 일부 종속 라이브러리를 최신 버전으로 업데이트.
- SaltUI를 버전 2.3.1로 업데이트하고 업스트림 변경 사항 병합.