RustDesk/flutter
21pages 0f44de7dc3
refactor windows specific session (#7170)
1. Modify the process to have the control side lead the session switching: After the control side sends a `LoginRequest`, the controlled side will add all session information and the current session ID in the `LoginResponse`. Upon receiving the `LoginResponse`, the control side will check if the current session ID matches the ID in the `LoginConfigHandler`. If they match, the control side will send the current session ID. If they don't match, a session selection dialog will pop up, the selected session id will be sent. Upon receiving this message, the controlled side will restart if different or sub service if same .
2. Always show physical console session on the top
3. Show running session and distinguish sessions with the same name
4. Not sub service until correct session id is ensured
5. Fix switch sides not work for multisession session
6. Remove all session string join/split except get_available_sessions in
   windows.rs
7. Fix prelogin, when share rdp is enabled and there is a rdp session,
   the console is in login screen, get_active_username will be the rdp's
   username and prelogin will be false, cm can't be created an that
   causes disconnection in a loop
8. Rename all user session to windows session

Known issue:
1. Use current process session id for `run_as_user`, sahil says it can
   be wrong but I didn't reproduce.
2. Have not change tray process to current session
3. File transfer doesn't update home directory when session changed
4. When it's in login screen, remote file directory is empty, because cm
   have not start up

Signed-off-by: 21pages <pages21@163.com>
2024-02-18 22:08:25 +08:00
..
android android video service wakelock 2023-11-24 12:02:45 +08:00
assets
ios improve code format 2023-11-03 01:55:56 +05:30
lib refactor windows specific session (#7170) 2024-02-18 22:08:25 +08:00
linux
macos bump flutter to 3.13.9 and bridge to 1.79 2023-10-31 21:10:23 +08:00
test
web
windows upgrade flutter to 3.16.9 (#7099) 2024-02-11 00:15:11 +08:00
.gitattributes
.gitignore
.metadata
analysis_options.yaml
build_android.sh
build_android_deps.sh Fix wrong CMake compiler detection of arm-linux on aarch64 2023-11-09 07:20:14 +02:00
build_ios.sh
deploy.sh
ios_arm64.sh
ios_x64.sh
ndk_arm.sh
ndk_arm64.sh
ndk_x64.sh
pubspec.lock update pubspec.lock, remove some deprecated (#7110) 2024-02-12 21:39:19 +08:00
pubspec.yaml fix startup crash on windows without adapter (#7093) 2024-02-09 16:53:15 +08:00
README.md Punctuation correction (#6808) 2024-01-06 11:11:35 +08:00
run.sh bump bridge to 1.80.1 2023-11-01 17:04:32 +08:00

flutter_hbb

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples and guidance on mobile development, and a full API reference.