4 Commits

Author SHA1 Message Date
admin da527b57af Fix: 真正修复双启动页 - 移除 windowBackground 覆盖,让系统启动窗口独占
Build Debug / Build Android Debug APK (push) Successful in 4m14s
Build iOS / Build iOS IPA (push) Successful in 11m46s
Build UUVPN / Build Android APK (push) Has been skipped
Build UUVPN / Build iOS IPA (push) Has been skipped
Build UUVPN / Create GitHub Release (push) Has been skipped
Build UUVPN / Send Notification (push) Successful in 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
之前同时设置 windowBackground 和 windowSplashScreenAnimatedIcon 导致两个画面都显示 appstore.png,仍可见两个启动页。现在 SplashTheme 不再覆盖 windowBackground,仅由系统启动窗口显示 appstore.png,Activity 启动后直接进入主界面。
2026-07-07 13:32:05 +08:00
admin 307f3c454a Fix: 修复双启动页问题 - 系统启动窗口显示 appstore.png
Build Debug / Build Android Debug APK (push) Successful in 5m19s
Build iOS / Build iOS IPA (push) Successful in 12m21s
Build UUVPN / Build Android APK (push) Has been skipped
Build UUVPN / Build iOS IPA (push) Has been skipped
Build UUVPN / Create GitHub Release (push) Has been skipped
Build UUVPN / Send Notification (push) Successful in 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
- 创建 SplashTheme,windowBackground 设为 appstore.png 居中白底

- 创建 values-v31/themes.xml 适配 Android 12+ Splash Screen API

- MainActivity 应用 SplashTheme,BaseActivity.onCreate 切换回 BootstrapTheme

- 移除 MainActivity 中 ActivitySplashBinding 第二启动页
2026-07-07 13:22:15 +08:00
admin 012e71cc10 Fix: Add null safety for u and d fields in MainActivity 2026-07-03 05:58:41 +08:00
admin c590135d68 Add CI/CD configuration and API documentation 2026-07-01 21:40:53 +08:00