13 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 d0b07f42de Docs: Add API field type documentation 2026-07-03 13:46:34 +08:00
admin b9fc411999 Fix: Handle sell field type inconsistency (Boolean or Int) 2026-07-03 13:44:40 +08:00
admin 56c4caeaf3 Fix: PlanData.sell should be Boolean type 2026-07-03 07:15:50 +08:00
admin 012e71cc10 Fix: Add null safety for u and d fields in MainActivity 2026-07-03 05:58:41 +08:00
admin 18f5c7093a Fix: Add null check for cached subscribe data and update SubscribeData fields 2026-07-03 05:51:03 +08:00
admin 103e7eb984 Fix: Change PlanData.sell type from Boolean to Int (API returns number) 2026-07-03 05:44:32 +08:00
admin d2131f1f9c Fix: Update PlanData to match API response (Boolean fields, add device_limit/sell) 2026-07-03 03:27:02 +08:00
admin 6ba16654b1 Fix: Retrofit baseUrl must end with / 2026-07-03 03:03:18 +08:00
admin bc19fe5ef5 Fix: Add x86/x86_64 ABI support for emulator compatibility 2026-07-03 02:40:01 +08:00
admin 7ebe87e276 Enable Android debug build and update ApiClient config URL 2026-07-03 00:59:33 +08:00
admin c590135d68 Add CI/CD configuration and API documentation 2026-07-01 21:40:53 +08:00