fufesou
8899b90725
fix: build ( #12483 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-31 00:27:55 +08:00
rustdesk
7ece7e730a
fix https://github.com/rustdesk/rustdesk/issues/12481
2025-07-30 21:06:09 +08:00
RustDesk
5faf0ad3cf
terminal works basically. ( #12189 )
...
* terminal works basically.
todo:
- persistent
- sessions restore
- web
- mobile
* missed terminal persistent option change
* android sdk 34 -> 35
* +#![cfg_attr(lt_1_77, feature(c_str_literals))]
* fixing ci
* fix ci
* fix ci for android
* try "Fix Android SDK Platform 35"
* fix android 34
* revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0
* refactor, but break something of desktop terminal (new tab showing loading)
* fix connecting...
2025-07-01 13:12:55 +08:00
fufesou
ca00706a38
feat, update, win, macos ( #11618 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-05-04 07:32:47 +08:00
21pages
f0f999dc27
view camera ( #11040 )
...
* view camera
Signed-off-by: 21pages <sunboeasy@gmail.com >
* `No cameras` prompt if no cameras available, `peerGetSessionsCount` use
connType as parameter
Signed-off-by: 21pages <sunboeasy@gmail.com >
* fix, use video_service_name rather than display_idx as key in qos,etc
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: Adwin White <adwinw01@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-03-10 21:06:53 +08:00
fufesou
bfbf00f18c
fix: custom client, settings button ( #10974 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-03-01 19:43:01 +08:00
21pages
b1f54acf90
fix andriod update button cannot be clicked ( #10394 )
...
1. Remove `canLaunchUrl`, which fix the issue
2. Remove `unregisterEventHandler` of `kCheckSoftwareUpdateFinish` when
connection page dispose, it's registered on main.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-29 23:37:52 +08:00
fufesou
9114743577
fix: linux, flutter, workaround freeze ( #10324 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-20 09:24:08 +08:00
21pages
b39e851262
fix typo ( #10227 )
...
newer version -> new version
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-08 20:09:10 +08:00
21pages
ec466d459f
add version update translation ( #10225 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-08 18:27:45 +08:00
21pages
d4a712bb32
always block desktop settings page if video connection exists ( #10224 )
...
1. Always block desktop settings page if video connection exists, both mouse event and key event are blocked..
2. Server control page always block key event.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-08 18:26:55 +08:00
fufesou
a23822074e
feat: Android, opt, check update on startup ( #10165 )
...
* feat: Android, opt, check update on startup
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: check update only on startup
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: Android, "Download new version"
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-04 17:10:32 +08:00
fufesou
082a66b282
refact: remove flutter_improved_scrolling ( #10120 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-30 15:01:44 +08:00
21pages
f86c88b3d8
refresh icon not visible when not using one-time password ( #9791 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-31 10:11:42 +08:00
21pages
445e9ac285
no password required for file transfer action in remote control menu ( #9731 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-24 17:20:48 +08:00
21pages
e4f7e126e5
fix check update ( #9444 )
...
check_software_update runs in a new thread, won't return directly
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-09-24 11:37:30 +08:00
21pages
29e12b84a9
password max length prompt ( #9248 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-09-04 11:31:13 +08:00
21pages
2b54a553c7
buildin options and add to mobile ( #8759 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-07-19 23:55:52 +08:00
rustdesk
edc5d86ee7
fix hide-help-cards and fix https://github.com/rustdesk/rustdesk/issues/8687
2024-07-18 11:26:11 +08:00
rustdesk
5a8c8cbf7c
hide-help-cards
2024-07-18 09:47:04 +08:00
21pages
8602b036bd
remove special treatment when only use permanent passwrod but no password set ( #8566 )
...
1. Remove special treatment when only use permanent passwrod but no password set, it has no need and `Connection not allowd` prompt make user confusing.
2. When only use permanent password is chosen and the permanent password
is empty, pop up the set-password dialog, if still not set in the
dialog, back to the old choice
3. Add cancel confirm for 2fa and telegram bot
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-07-02 14:32:22 +08:00
fufesou
9ab5512bfa
fix: custom client, option to bool ( #8303 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-10 11:01:39 +08:00
fufesou
986b9fb0e0
refact: custom client, remove enable-check-update ( #8092 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-05-19 16:32:15 +08:00
21pages
45137d5506
fix switch to setting page ( #7849 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-04-27 23:24:07 +08:00
fufesou
a6632632fa
fix: multi-window, click-move ( #7844 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-04-27 13:45:44 +08:00
rustdesk
4e8cbe3db1
buildPresetPasswordWarning for android
2024-04-17 22:01:09 +08:00
rustdesk
bdf8bbe26f
custom android
2024-04-17 12:49:25 +08:00
21pages
ac79c45529
remove tooltip of main window tab, opt some tooltip by raising its hierarchy ( #7672 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-04-10 14:04:12 +08:00
fufesou
85cafda168
Refact. Flutter web, mid commit ( #7494 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-03-24 11:23:06 +08:00
21pages
41da6d552f
shared address book ( #7229 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-03-20 15:05:54 +08:00
rustdesk
fb12ee7f2a
fix loadLogo
2024-03-16 21:55:21 +08:00
fufesou
fc90526258
Fix. Custom client, maxmize of incoming only ( #7406 )
...
* Fix. Custom client, maxmize of incoming only
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* format
Signed-off-by: fufesou <shuanglongchen@yeah.net >
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-03-16 17:33:58 +08:00
fufesou
efd1f24ab2
Fix. Custom client, ui bugs ( #7405 )
...
* Fix. Custom client, ui bugs
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* trivial
Signed-off-by: fufesou <shuanglongchen@yeah.net >
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-03-16 15:37:23 +08:00
rustdesk
fe0de47805
preset password warning
2024-03-16 11:52:48 +08:00
rustdesk
fbfcf862cb
add divider of statusbar back and add quit button for qs
2024-03-16 00:24:18 +08:00
rustdesk
2bbc13ccf6
adjust logo and statusbar
2024-03-15 09:04:49 +08:00
rustdesk
a9b0bc0409
fix some minors of custom client
2024-03-15 00:26:53 +08:00
rustdesk
56f27ec356
fix ci
2024-03-14 11:45:16 +08:00
fufesou
5253d67e04
Fix/custom client styles ( #7373 )
...
* Fix. qs styles
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* custom client, options
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Move logo.svg to icon.svg
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Refact. Custom client, connection status ui.
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client ui. Disable settings, hide "Change password"
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client, logo align center
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client, refact, outgoing ui
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client, outgoing, settings icon
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client, powered by RustDesk
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Custom client, remove unused SizeBox
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Update config.rs
* Update flutter_ffi.rs
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-03-14 11:36:14 +08:00
rustdesk
fc875f7ad6
more on custom client
2024-03-12 21:47:29 +08:00
fufesou
e6953c8883
Feat. Quick support, ui ( #7267 )
...
* Feat. QS ui
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Remove 'Quick support'
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* add help card
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* use addPostFrameCallback to get child size
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Fix. qs, set home window size
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, set setResizable for settings page
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, help cards margin bottom
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, online status, padding
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, online status, padding
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, online status, use margin instead of padding
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Qs, fix, start cm window
Signed-off-by: fufesou <shuanglongchen@yeah.net >
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-02-27 17:02:10 +08:00
rustdesk
a28c9f8f36
remove more "rustdesk" built-in
2024-02-25 13:29:06 +08:00
rustdesk
236687ae53
fix some broken link
2024-02-14 19:49:06 +08:00
21pages
6a0db02230
closeAllSubWindow before install
...
Signed-off-by: 21pages <pages21@163.com >
2023-11-07 10:42:57 +08:00
fufesou
5c23dfd633
selinux tip, remove rust dep 'selinux'
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2023-10-22 14:22:15 +08:00
fufesou
827c32fafd
add deps
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2023-10-22 10:56:41 +08:00
fufesou
f531cd23ee
add selinux tip
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2023-10-21 23:24:54 +08:00
dignow
af906fac03
debug, open multi windows
...
Signed-off-by: dignow <linlong1265@gmail.com >
2023-10-17 11:11:45 +08:00
dignow
bf83d552f8
feat, open multi windows
...
Signed-off-by: dignow <linlong1265@gmail.com >
2023-10-17 11:11:42 +08:00
dignow
013d307bcd
feat, multi_flutter_ui_sessions
...
Signed-off-by: dignow <linlong1265@gmail.com >
2023-10-14 12:26:24 +08:00