21pages
|
cba450b32f
|
fix id input focus problem
Signed-off-by: 21pages <pages21@163.com>
|
2022-10-17 10:27:53 +08:00 |
|
21pages
|
ca9ca19fa7
|
persist cm chat page if chat unanswered
Signed-off-by: 21pages <pages21@163.com>
|
2022-10-09 08:53:21 +08:00 |
|
csf
|
fe506c5ff2
|
mobile cm client info CircleAvatar color
|
2022-09-29 21:53:50 +08:00 |
|
csf
|
9911f4d2f5
|
android direct ip access
|
2022-09-29 13:07:20 +08:00 |
|
RustDesk
|
2481f338b0
|
Merge branch 'master' into record
|
2022-09-27 15:32:27 +08:00 |
|
csf
|
dac01b416e
|
android add settings ['Deny LAN Discovery', 'Use IP Whitelisting']
|
2022-09-26 11:25:08 +08:00 |
|
21pages
|
e7e3494dc9
|
record permission
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-22 09:57:52 +08:00 |
|
rustdesk
|
f4871a992f
|
refactor core_main, also fix windows flutter restart repeated fatal
error crash
|
2022-09-15 17:41:10 +08:00 |
|
csf
|
d3eac8539d
|
fix android no input permission
|
2022-09-13 22:52:44 +08:00 |
|
fufesou
|
70c4726766
|
flutter_desktop: password menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2022-09-07 17:43:19 +08:00 |
|
csf
|
7eeb0f7335
|
refactor cm -> ui_cm_interface for sciter and flutter
|
2022-09-05 19:41:09 +08:00 |
|
21pages
|
a553334157
|
dialog focus && deal with Enter/Esc key
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-04 09:17:36 +08:00 |
|
21pages
|
1b56304d9a
|
format id
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-03 18:20:55 +08:00 |
|
21pages
|
f6bc448cec
|
adjust cm display behavior
Signed-off-by: 21pages <pages21@163.com>
|
2022-09-02 11:10:32 +08:00 |
|
csf
|
e78d44935a
|
refactor DesktopTab impl for cm
|
2022-08-24 21:52:21 +08:00 |
|
csf
|
befb6ffe8f
|
fix cm client authorized
|
2022-08-24 15:04:58 +08:00 |
|
csf
|
14b8140e45
|
1. update DesktopTabBar for cm.
2. refactor server_model clients map -> list.
3. update tab changing events.
|
2022-08-22 21:03:54 +08:00 |
|
csf
|
2c7f0d7588
|
fix cm event listener & switch permission
|
2022-08-22 20:26:16 +08:00 |
|
Kingtous
|
eed87808e5
|
opt: optimize cm ui & timer & auto close
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-18 00:34:04 +08:00 |
|
Kingtous
|
a580b98472
|
feat: accpet/disconnect
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-17 21:46:56 +08:00 |
|
Kingtous
|
dcab45d8ab
|
feat: cm ui
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-08-17 21:28:36 +08:00 |
|
csf
|
3063adc2fd
|
add desktop cm backend
|
2022-08-17 17:23:55 +08:00 |
|
21pages
|
5887334c2e
|
add setting page
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-15 08:56:42 +08:00 |
|
csf
|
e6329dc7eb
|
new dialog impl based on Overlay
|
2022-08-12 18:48:56 +08:00 |
|
csf
|
cb88a3abb6
|
fix desktop init file / input permission bug
|
2022-08-09 20:36:52 +08:00 |
|
csf
|
e420178750
|
refactor all [setByName] [getByName] to async bridge function
|
2022-08-08 22:27:27 +08:00 |
|
csf
|
c5d0628291
|
refactor set/getByName "peers" "option"
|
2022-08-08 17:54:41 +08:00 |
|
21pages
|
ffbab698b7
|
password
Signed-off-by: 21pages <pages21@163.com>
|
2022-08-02 22:24:38 +08:00 |
|
Kingtous
|
74b830159b
|
add: ci dependencies
|
2022-08-01 14:56:13 +08:00 |
|
Kingtous
|
c4451b3cc7
|
fix: merge conflict
|
2022-08-01 14:33:08 +08:00 |
|
Kingtous
|
3b9c62b05d
|
Merge remote-tracking branch 'rustdesk/master' into flutter_desktop
# Conflicts:
# .github/workflows/ci.yml
# Cargo.lock
# Cargo.toml
# flutter/lib/common.dart
# flutter/lib/mobile/pages/remote_page.dart
# flutter/lib/mobile/pages/server_page.dart
# flutter/lib/mobile/pages/settings_page.dart
# flutter/lib/mobile/widgets/dialog.dart
# flutter/lib/models/model.dart
# flutter/lib/models/server_model.dart
# src/client.rs
# src/common.rs
# src/ipc.rs
# src/mobile_ffi.rs
# src/rendezvous_mediator.rs
# src/ui.rs
|
2022-08-01 10:44:05 +08:00 |
|
csf
|
67a3db7378
|
UI optimization
|
2022-07-29 22:17:55 +08:00 |
|
csf
|
2d31e44b54
|
android refactor password
|
2022-07-29 19:02:30 +08:00 |
|
Kingtous
|
4a89469b84
|
Merge remote-tracking branch 'rustdesk/master' into flutter_desktop
# Conflicts:
# Cargo.lock
# Cargo.toml
# build.rs
# flutter/.gitignore
# flutter/lib/common.dart
# flutter/lib/mobile/pages/remote_page.dart
# flutter/lib/models/model.dart
# flutter/lib/models/native_model.dart
# flutter/lib/models/server_model.dart
# flutter/pubspec.lock
# flutter/pubspec.yaml
# src/client.rs
# src/client/file_trait.rs
# src/flutter.rs
# src/mobile_ffi.rs
# src/ui.rs
|
2022-06-27 11:18:53 +08:00 |
|
kingtous
|
985c616ca6
|
refactor: make multi FFI object && initial flutter multi sessions support
Signed-off-by: Kingtous <kingtous@qq.com>
|
2022-06-13 21:07:26 +08:00 |
|
csf
|
75b920079b
|
run android InputService independently
|
2022-06-01 21:14:02 +08:00 |
|
SoLongAndThanksForAllThePizza
|
e836b7fcfb
|
implement functional draft version
|
2022-05-29 04:39:12 +08:00 |
|
Kingtous
|
a364e7f808
|
demo: use mobile_ffi to get id for desktop version
|
2022-05-25 14:12:40 +08:00 |
|
Kingtous
|
a81e2f9859
|
refactor: split desktop & mobile
|
2022-05-25 14:12:35 +08:00 |
|
csf
|
7296e55435
|
del unused
|
2022-05-17 21:58:15 +08:00 |
|
csf
|
a7af7967f6
|
use new event channel for mobile and web
|
2022-05-17 19:59:37 +08:00 |
|
rustdesk
|
c3bc539a61
|
fix chat model
|
2022-05-16 00:01:27 +08:00 |
|
rustdesk
|
6de0fa781c
|
for merge
|
2022-05-12 16:50:30 +08:00 |
|