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
rustdesk
645a76d43f
udp / ipv6 punch option
2025-06-14 21:42:18 +08:00
fufesou
3c028fe5b5
feat: numeric one-time password ( #11846 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-05-23 17:10:47 +08:00
rustdesk
f801c251ed
enable web socket for all except web
2025-05-20 20:49:21 +08:00
21pages
9475743b4e
allow use websocket ( #11677 )
...
1. Enable the RustDesk client to use WebSocket for either controlling or being controlled.
2. Fix TCP sending `register_pk` frequently
Note:
1. Because hbb_common directly uses `use_ws` to read config directly, rustdesk also directly reads config
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-05-09 12:18:49 +08:00
fufesou
c626c2414d
feat: take screenshot ( #11591 )
...
* feat: take screenshot
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, vram temp switch capturer
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: misspelling
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, taking
Signed-off-by: fufesou <linlong1266@gmail.com >
* screenshot, rgba stride
Signed-off-by: fufesou <linlong1266@gmail.com >
* Bumps 1.4.0
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-04-30 17:23:35 +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
0b9a6a280e
fix: remote id, update text and reserve selection ( #10867 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-21 10:41:57 +08:00
fufesou
f631c1c28d
refact: Remote ID editor, only select text on focus ( #10854 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-20 19:35:04 +08:00
fufesou
8b9a7a3506
refact: optimize, ID search peers ( #10853 )
...
* refact: optimize, preload peers
Signed-off-by: fufesou <linlong1266@gmail.com >
* Update dialogs.dart
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-02-20 18:31:12 +08:00
fufesou
055b351164
refact: optimize, loading recent peers ( #10847 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-02-20 11:53:36 +08:00
21pages
cefda0dec1
device group ( #10781 )
...
1. Rename `Group` tab to `Accessible devices`
2. Add accessible device groups at the top of search list
3. option `preset-device-group-name` and command line `--assign --device_group_name`
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-02-15 12:13:11 +08:00
21pages
c44803f5b0
replace hbb_common with submodule ( #10543 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-01-20 17:33:41 +08:00
rustdesk
8e4127b6a0
remove all stupid canLaunchUrl
2024-12-29 23:43:31 +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
fufesou
1c17fddf51
fix: android clipboard permission ( #10223 )
...
* fix: android clipboard permission
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: Android, clipboard, floating ball
Call rust to check if clipboard is enabled.
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-07 22:34:54 +08:00
fufesou
3c838e7a92
fix: Android, try sync clipboard on connecting ( #10218 )
...
* fix: Android, try sync clipboard on connecting
Signed-off-by: fufesou <linlong1266@gmail.com >
* Android, clipboard, more clear skip check
Signed-off-by: fufesou <linlong1266@gmail.com >
* comments
Signed-off-by: fufesou <linlong1266@gmail.com >
* comment todo: Android clipboard listener, callback twice
Signed-off-by: fufesou <linlong1266@gmail.com >
* Android, clipboard, remove listner
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-12-07 15:12:15 +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
21pages
34d2c62781
set id/relay server with a dialog ( #10150 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-12-03 14:14:29 +08:00
fufesou
afc8bb71dc
feat: mobile, key help tool, more keys ( #10068 )
...
* feat: mobile, key help tool, vk_enter
Signed-off-by: fufesou <linlong1266@gmail.com >
* Mobile, add more function keys
Signed-off-by: fufesou <linlong1266@gmail.com >
* Mobile, more virtual function keys
Signed-off-by: fufesou <linlong1266@gmail.com >
* uinput, menu maps key_compose
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-29 00:56:38 +08:00
fufesou
84dab0e96f
Fix/android keyboard map mode workaround ( #10064 )
...
* fix: Android, keyboard, map mode, workaround
The `KeyEvent.physicalKey.usbHidUsage` are wrong if using Microsoft
SwiftKey keyboard.
`window.addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM)` is a workaround for this issue.
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: clear callback on first image
Signed-off-by: fufesou <linlong1266@gmail.com >
* Android disable soft keyboard in remote page if not editing.
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-26 20:33:54 +08:00
fufesou
458a88fb89
fix: mobile autocomplete options ( #10060 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-26 16:24:51 +08:00
fufesou
8b710f62c8
feat: android clipboard, multi-formats ( #9950 )
...
* feat: android clipboard, multi-formats
Signed-off-by: fufesou <linlong1266@gmail.com >
* Chore
Signed-off-by: fufesou <linlong1266@gmail.com >
* Remove unused code
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-18 15:43:41 +08:00
fufesou
d3efcd4223
fix: mobile, soft keyboard ( #9860 )
...
Switching the input method, don't affect the canvas.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-08 15:01:36 +08:00
fufesou
7978e0301d
fix: input mobile -> Android ( #9767 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-08 12:11:56 +08:00
fufesou
0f070b0108
revert: 9644, iOS, Korean input ( #9857 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-07 22:54:14 +08:00
fufesou
faf97c770c
fix: mobile, cursor mode, don't reset canvas ( #9843 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-06 21:59:23 +08:00
fufesou
040253b319
fix: mobile cursor focus ( #9803 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-01 15:40:57 +08:00
fufesou
44fa83d080
fix: android input, soft keyboard, mouse mode ( #9797 )
...
Cursor movement in the remote screen.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-01 11:25:38 +08:00
fufesou
4c12b83068
fix: android input do not handle composing ( #9790 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-31 10:20:57 +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
fufesou
697dd87383
Refact/mobile remove adjust 4 soft keyabord ( #9787 )
...
* refact: remove adjust for soft keyboard
Signed-off-by: fufesou <linlong1266@gmail.com >
* mobile, do not set the view style after scale end
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-31 10:11:00 +08:00
fufesou
bae4a2c710
Fix/android check normal usbhid usage ( #9784 )
...
* fix: android check normal usbhid usage
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: android input, ignore composing if is deleting
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-30 15:29:52 +08:00
RustDesk
711ed28846
Revert "revert: #9769 ( #9780 )" ( #9783 )
...
This reverts commit 0f5f9f6524 .
2024-10-30 13:12:18 +08:00
fufesou
0f5f9f6524
revert: #9769 ( #9780 )
...
Not sure TextEditingController.addListener() can handle all composing
changes.
https://github.com/rustdesk/rustdesk/issues/7727#issuecomment-2445721499
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-30 12:17:13 +08:00
fufesou
eba19e67ff
fix: mobile input ( #9769 )
...
1. Map mode. Check if the KeyEvent's usbHidUsage is correct.
2. Korean input, use listener to handle composing state.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-29 14:19:16 +08:00
21pages
6159449eba
move option video-save-directory and allow-auto-record-outgoing to local ( #9715 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-22 08:24:52 +08:00
21pages
e8187588c1
auto record outgoing ( #9711 )
...
* Add option auto record outgoing session
* In the same connection, all displays and all windows share the same
recording state.
todo:
Android check external storage permission
Known issue:
* Sciter old issue, stop the process directly without stop record, the record file can't play.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-21 14:34:06 +08:00
21pages
1212d9fa2d
web uni link ( #9697 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-19 15:32:17 +08:00
fufesou
0d3243e6dd
fix: android, Korean input ( #9667 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-18 08:55:18 +08:00
rustdesk
5e920f0fd0
fix ci
2024-10-16 22:37:40 +08:00
shleyZ
ace98d98ad
fix: TextFormField onChanged event triggered multiple times when Korean input ( #9644 )
...
* fix: TextFormField onChanged event triggered multiple times when Korean input
* logic fix for iOS
* add comments
* move 'onChanged' logic to handleSoftKeyboardInput
2024-10-16 19:25:27 +08:00
21pages
af610b2408
web ( #9640 )
...
resolution, image quality, tab name, last remote id
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-14 11:15:52 +08:00
fufesou
65683cc3e6
refact: remove redundant escape ( #9634 )
...
* refact: remove redundant escape
Signed-off-by: fufesou <linlong1266@gmail.com >
* flutter, early assert
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-13 01:07:47 +08:00
21pages
560c1effe8
remove mobile web setting, remove web/ios relay server setting ( #9575 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-06 16:20:37 +08:00
fufesou
334526026c
fix: web/mobile, skip querying onlines, if not in main page ( #9535 )
...
* fix: web, skip querying onlines, if not in main page
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: web/mobile, skip querying onlines
Signed-off-by: fufesou <linlong1266@gmail.com >
* Set isInMainPage to false after router is changed.
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-01 15:25:59 +08:00
fufesou
3e6938bec6
refact: web desktop, web_id_input_tip ( #9490 )
...
* refact: web desktop, web_id_input_tip
Signed-off-by: fufesou <linlong1266@gmail.com >
* Update en.rs
* Update cn.rs
* Update en.rs
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-09-27 21:56:10 +08:00
Kássio Oliveira
6d8b5b289f
Refactor ScanPage for better performance and memory management ( #9464 )
...
- Added null checks in `reassemble` method to avoid potential null pointer exceptions when pausing/resuming the camera.
- Refactored image picking and QR code decoding process to use async/await, avoiding UI blocking with synchronous file reads.
- Improved exception handling by making it more specific to QR code reading errors.
- Introduced `StreamSubscription` for the QR scan listener and ensured proper cancellation in `dispose` method to prevent memory leaks.
- Separated button building logic (`_buildImagePickerButton`, `_buildFlashToggleButton`, `_buildCameraSwitchButton`) to enhance code readability and maintainability.
2024-09-26 10:34:12 +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