Commit Graph

5 Commits

Author SHA1 Message Date
Miuzarte
dbf83b33c2 feat: picture in picture
- 移除了 MainScreen 中的全屏方向处理及相关状态管理
- 引入 AppRuntime 用于管理跨 Activity 的共享实例
- 创建 StreamScreen 用于画中画模式
- 实现 VideoOutputTarget 和 VideoOutputTargetState 以管理视频输出状态
2026-04-11 15:26:03 +08:00
Miuzarte
1a270ae2dd feat: about page with dynami blur 2026-04-10 16:30:23 +08:00
Miuzarte
da2bb9e227 deps: update miuix to 0.9.0 2026-04-10 13:16:28 +08:00
Miuzarte
e970c89e8f refactor: almost ready for v0.1.0
- 优化 `Shared` 中的 `Codec` 枚举,增加显示名称并添加 `isLossyAudio` 函数
- 简化 `Codec`、`VideoSource`、`AudioSource` 和 `CameraFacing` 枚举中的 `fromString` 方法
- 将 `fetchConnectedDeviceInfo` 改为挂起函数以支持协程
- 清理 `PreferenceMigration` 和 `ScrcpyOptions`,提高可读性
- 更新 `Settings` 类,添加 `isDefaultValue` 挂起函数
- 改进 `DeviceWidgets`,增强状态管理和 UI 响应性
2026-04-06 23:38:22 +08:00
Miuzarte
45f2df661b first commit 2026-03-19 08:53:26 +08:00