rustdesk/flutter/lib
21pages 64d0fb17f7
add floating window setting (#8279)
* Set `disable-floating-window` in client ui, it shows enabled when
  option is enabled and has floating window permission.
* Remove ignore battery setting because not work on every device.
* When the phone orientation changes, make the Y coordinate change
  proportionally, when changing back, the floating window position is still the original one.
* Add custom client option `floating-window-untouchable` to make the
  click event pass through the floating window automically. Set it untouchable automically when transparency is 0.
* On my phone, floating window size 16 no works and 32 works, so keep
  the size range [32, 320]

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-06-07 11:04:18 +08:00
..
common refact: Wayland, do not show multi displays (#8277) 2024-06-07 09:54:50 +08:00
desktop refact: Wayland, do not show multi displays (#8277) 2024-06-07 09:54:50 +08:00
mobile add floating window setting (#8279) 2024-06-07 11:04:18 +08:00
models android floating window (#8268) 2024-06-05 23:11:44 +08:00
native Flutter web, custom cursor (#7545) 2024-03-29 10:52:32 +08:00
plugin remove stupid group, bad implementation, buggy, and not usable 2023-06-23 17:05:48 +08:00
utils fix: close all windows, obfuscated window id (#8237) 2024-06-01 21:28:03 +08:00
web disable-group-panel for https://github.com/rustdesk/rustdesk-server-pro/issues/250 2024-05-28 20:10:12 +08:00
common.dart fix: setMovable only on macos (#8261) 2024-06-05 14:52:56 +08:00
consts.dart android floating window (#8268) 2024-06-05 23:11:44 +08:00
main.dart fix: setMovable only on macos (#8261) 2024-06-05 14:52:56 +08:00