Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: 更新日志&回滚配置 #198

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,78 +52,5 @@
<data android:pathSuffix=".wav" />
</intent-filter>
</activity>
<activity-alias
android:name="${applicationId}.MainActivityDefault"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:targetActivity=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:label="@string/app_name"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="musicfree" android:host="app"/>
<data android:scheme="musicfree" android:host="install"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="*" />
<data android:scheme="file"/>
<data android:scheme="content"/>
<data android:mimeType="*/*" />
<data android:pathSuffix=".js" />
<data android:pathSuffix=".mp3" />
<data android:pathSuffix=".flac" />
<data android:pathSuffix=".m4a" />
<data android:pathSuffix=".wav" />
</intent-filter>
</activity-alias>
<activity-alias
android:name="${applicationId}.MainActivityLogo1"
android:enabled="false"
android:exported="true"
android:icon="@mipmap/musicfree_logo_1"
android:targetActivity=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:label="@string/app_name"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="musicfree" android:host="app"/>
<data android:scheme="musicfree" android:host="install"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="*" />
<data android:scheme="file"/>
<data android:scheme="content"/>
<data android:mimeType="*/*" />
<data android:pathSuffix=".js" />
<data android:pathSuffix=".mp3" />
<data android:pathSuffix=".flac" />
<data android:pathSuffix=".m4a" />
<data android:pathSuffix=".wav" />
</intent-filter>
</activity-alias>
</application>
</manifest>
2 changes: 1 addition & 1 deletion release/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"0.3.0","changeLog":["本次更新优化了存储方式,更新到此版本后,歌单会自动转化为新的存储方式;安装新版本后再回退到老版本会导致歌单清空,虽然测试下来没啥问题,但是请谨慎升级Orz","备用链接:https://pan.baidu.com/s/1HmbHlh3vTcSyVXcOs-7kTA?pwd=saku 提取码: saku","1. 【功能】历史播放记录支持批量编辑","2. 【功能】歌单内支持按照加入时间排序","3. 【功能】新增设置“本地歌单添加歌曲顺序”,在歌单内添加歌曲时可以加到歌单开头","4. 【功能】首页新建歌单旁边新增“导入歌单”按钮,点击时会自动寻找具有导入歌单功能的插件,并拉起导入浮层","5. 【功能】设置项中新增“自动换源”功能,当插件失效/无法获取播放链接时,会自动尝试更换其他源的同名歌曲","6. 【优化】尝试优化了软件启动时间,应该有点作用","7. 【优化】更新了存储方式,现在单个歌单可以存储大于10000首歌曲;","8. 【优化】调整未开启“允许使用移动网络播放”开关时的样式表现","9. 【优化】优化了设置页的样式","10. 【优化】微调歌词详情页的布局","11. 【修复】修复打开弹窗时,点击返回按钮不关闭弹窗的问题","12. 【修复】修复启动软件时播放模式错误的问题","13. 【修复】修复搜索结果页特定情况下白屏的问题"],"download":["https://www.123pan.com/s/grz2jv-VNoAA.html"]}
{"version":"0.3.0","changeLog":["本次更新优化了存储方式,更新到此版本后,歌单会自动转化为新的存储方式;安装新版本后再回退到老版本会导致歌单清空,虽然测试下来没啥问题,但是请谨慎升级Orz","默认更新链接是123盘,备用链接:https://pan.baidu.com/s/1HmbHlh3vTcSyVXcOs-7kTA?pwd=saku 提取码: saku","1. 【功能】历史播放记录支持批量编辑","2. 【功能】歌单内支持按照加入时间排序","3. 【功能】新增设置“本地歌单添加歌曲顺序”,在歌单内添加歌曲时可以加到歌单开头","4. 【功能】首页新建歌单旁边新增“导入歌单”按钮,点击时会自动寻找具有导入歌单功能的插件,并拉起导入浮层","5. 【功能】设置项中新增“自动换源”功能,当插件失效/无法获取播放链接时,会自动尝试更换其他源的同名歌曲","6. 【优化】尝试优化了软件启动时间,应该有点作用","7. 【优化】更新了存储方式,现在单个歌单可以存储大于10000首歌曲;","8. 【优化】调整未开启“允许使用移动网络播放”开关时的样式表现","9. 【优化】优化了设置页的样式","10. 【优化】微调歌词详情页的布局","11. 【修复】修复打开弹窗时,点击返回按钮不关闭弹窗的问题","12. 【修复】修复启动软件时播放模式错误的问题","13. 【修复】修复搜索结果页特定情况下白屏的问题", "14. 【修复】修复部分场景下横屏表现异常的问题"],"download":["https://www.123pan.com/s/grz2jv-hOoAA.html"]}