feat(ui): 启动弹窗替代QuickConnectScreen,悬浮窗支持拖动和缩放
- 启动默认显示QuickConnectDialog弹窗(连接/无线配对/更多设置) - 弹窗包含IP+端口输入、历史记录、无线配对子界面 - '更多设置'按钮可进入主配置界面 - 悬浮窗新增顶部拖拽条(拖动位置)和右下角手柄(缩放窗口) - 缩放时锁定视频原始宽高比,防止变形 - 位置和尺寸在hide/show周期中持久化 - 移除系统PiP,统一使用自定义悬浮窗方案
This commit is contained in:
@@ -13,4 +13,5 @@ org.gradle.user.home=C\:\\Users\\zhimin.liu\\.gradle
|
||||
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
|
||||
# org.gradle.parallel=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
kotlin.code.style=official
|
||||
org.gradle.java.home=C\:/Program Files/Eclipse Adoptium/jdk-11.0.31.11-hotspot
|
||||
Reference in New Issue
Block a user