rustdesk/flutter/lib/mobile/pages
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
..
connection_page.dart refact: custom client, remove enable-check-update (#8092) 2024-05-19 16:32:15 +08:00
file_manager_page.dart Refact. Flutter web desktop (#7539) 2024-03-28 11:38:11 +08:00
home_page.dart put andriod custom client logo to settings section list (#7768) 2024-04-19 12:44:52 +08:00
remote_page.dart fix: window backgroud color (#8155) 2024-05-27 09:29:31 +08:00
scan_page.dart remove more "rustdesk" built-in 2024-02-25 13:29:06 +08:00
server_page.dart android floating window (#8268) 2024-06-05 23:11:44 +08:00
settings_page.dart add floating window setting (#8279) 2024-06-07 11:04:18 +08:00