Yevhen Popok
e67b694f06
Update Ukrainian translation ( #8921 )
2024-08-02 09:31:37 +08:00
rustdesk
2333ee2c07
fix https://github.com/rustdesk/rustdesk/issues/8923
2024-08-02 09:29:51 +08:00
21pages
f6aca4ca8e
fix click cm audio permission button before auth ( #8917 )
...
1. When not authenticated, clicking the audio permission button on the cm will send audio data
2. Keep the cursor position code unchanged, because `show_remote_cursor` is false before auth, so subscription will not happen.
3. Keep the clipboard code unchanged, because the keyboard permission will also be determined in `try_sub_services`. If the clipboard permission is clicked before auth and the keyboard permission is clicked after auth, the clipboard service will not be subscribed.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-08-01 18:17:02 +08:00
solokot
35571dc8d7
Update ru.rs ( #8901 )
2024-07-31 14:16:55 +08:00
FastAct
a103b83647
Update nl.rs ( #8892 )
2024-07-30 20:23:49 +08:00
fufesou
8ced4ddaa2
simple refact ( #8888 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-30 13:06:37 +08:00
fufesou
15404ecab4
fix: clipboard, windows, controlled side, formats ( #8885 )
...
* fix: clipboard, windows, controlled side, formats
Signed-off-by: fufesou <linlong1266@gmail.com>
* Clipboard, reuse ipc conn and send_raw()
Signed-off-by: fufesou <linlong1266@gmail.com>
* Clipboard, merge content buffer
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: clipboard service, ipc stream
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-30 11:35:39 +08:00
Generalworks Inc.
97772f9ac5
Fix typo on ja.rs ( #8886 )
2024-07-30 00:27:28 +08:00
fufesou
0e98a51775
fix: clipboard, set formats and enable option ( #8873 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-29 15:40:02 +08:00
XLion
0a1d3c4afb
Update tw.rs and cn.rs ( #8877 )
...
* Update tw.rs
* Update cn.rs
2024-07-29 15:34:26 +08:00
rustdesk
fd9b5f3c57
fix https://github.com/rustdesk/rustdesk-server-pro/issues/334
2024-07-28 22:55:14 +08:00
Mr-Update
73f6afd4c0
Update de.rs ( #8870 )
2024-07-28 21:09:36 +08:00
fufesou
c0e9445602
refact: embed crate mouce, uinput ( #8836 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-28 17:27:09 +08:00
fufesou
541d9c6b86
feat: clipboard, multi formats ( #8733 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-28 17:26:54 +08:00
jxdv
19d1605d8c
Update trs ( #8866 )
...
* update sk-tr
* update cs-tr
2024-07-28 17:13:15 +08:00
bovirus
0faf82f109
Update Italian language ( #8863 )
2024-07-28 17:13:01 +08:00
21pages
7e8d3bd2ac
remove calling refreshCurrentUser when connect status become ready ( #8849 )
...
When refreshCurrentUser throw error, show check network in ab and group
tab.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-28 10:15:09 +08:00
FastAct
9f0985c842
Update nl.rs ( #8843 )
2024-07-26 17:17:05 +08:00
bovirus
1850d32f49
Update Italian language ( #8838 )
2024-07-26 10:00:18 +08:00
rustdesk
bbdce8d57b
Send clipboard keystroke, https://github.com/rustdesk/rustdesk/discussions/5451
2024-07-25 15:21:28 +08:00
dignow
baf70da2fe
fix: trackpad, reverse horizontal scroll ( #8827 )
...
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-25 14:44:58 +08:00
dignow
b967d496cc
refact: init values from initState to Constractor ( #8817 )
...
* refact: init values from initState to Constractor
Signed-off-by: dignow <linlong1265@gmail.com>
* fix: move RxBool init into Constructor
Signed-off-by: dignow <linlong1265@gmail.com>
* peer sort option
Signed-off-by: dignow <linlong1265@gmail.com>
* Remove empty initState()
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-25 10:45:51 +08:00
dignow
0451a1c45f
fix: mobile, server page, jumps on loading ( #8819 )
...
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-25 00:13:22 +08:00
dignow
f7e9057a39
fix: video service, do not skip refresh message ( #8815 )
...
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-24 21:59:25 +08:00
dignow
d73e0e1e5a
fix: video service ( #8812 )
...
1. Unset refresh flag if just refreshed.
2. Reduce the scope of the lock.
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-24 18:41:52 +08:00
dignow
39dbd89287
fix: siwtching display, clear last old image ( #8810 )
...
* fix: siwtching display, clear last old image
1. Clear last old image.
2. Try refresh after switching display.
3. Add an interval check before refresh video service.
Signed-off-by: dignow <linlong1265@gmail.com>
* simple changes
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-24 17:35:06 +08:00
21pages
c04f460bbd
fix more bool options ( #8809 )
...
* fix more bool options
* hide sort ab tags because it's already sorted
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-24 17:20:58 +08:00
dignow
79a1f888d6
fix: flutter remove setState in initState ( #8807 )
...
Signed-off-by: dignow <linlong1265@gmail.com>
2024-07-24 14:00:49 +08:00
21pages
57d1b1ecc4
fix nextRgba not called when switching to texture render ( #8792 )
...
Because rgba buffer render doesn't support multi display, when switch to
multi display, it is possible that rgba.valid has been set to valid but
nextRgab is not called, when switching back to single display,
rgba.valid is still true.
Fix by rgba buffer, rgba texture and gpu texture using different messages.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-24 12:06:16 +08:00
bovirus
b26acde450
Update Italian language ( #8800 )
2024-07-24 09:41:43 +08:00
Mr-Update
2de81045ea
Update de.rs ( #8801 )
2024-07-24 09:41:25 +08:00
rustdesk
2ffc2ad85b
enhance https://github.com/rustdesk/rustdesk-server-pro/discussions/325
2024-07-23 22:26:23 +08:00
rustdesk
97f26f880b
default-connect-password option
2024-07-23 10:46:50 +08:00
お餅のCreeeper
b828768fa9
Update ja.rs and Add "About Rustdesk" ( #8784 )
...
* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Add 'About RustDesk'
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
---------
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
2024-07-23 08:58:48 +08:00
DiegoGZ
c4f3c0f133
Update ca.rs - Added new translation into Catalan and a few corrections ( #8777 )
...
Added new translation into Catalan and a few corrections
2024-07-22 09:58:04 +08:00
Bot_wxt1221
de375c91bb
fix: nixos's headless mode. ( #8774 )
2024-07-21 17:05:32 +08:00
dignow
d3454f07d3
fix: move some crates to rustdesk-org ( #8772 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: fufesou <linlong1266@gmail.com>
2024-07-20 23:49:40 +08:00
fufesou
cf8ef2533a
fix: keyboard, linux, repeated keys, #6793 ( #8757 )
...
* fix: keyboard, linux, repeat keys, #6793
Signed-off-by: fufesou <linlong1266@gmail.com>
* fix: keyboard, linux->linux, may also repeat keys with bad network
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-20 00:42:49 +08:00
お餅のCreeeper
6ad662260e
Update ja.rs ( #8758 )
...
* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Update README-JP.md
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
---------
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
2024-07-19 23:56:39 +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
fufesou
2be05608d8
fix: windows, headless, not work when exiting RDP ( #8753 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-18 22:23:45 +08:00
rustdesk
f0587796e2
OPTION_PRESET_STRATEGY_NAME, OPTION_PRESET_USERNAME
2024-07-17 20:11:30 +08:00
お餅のCreeeper
6821bef5e5
Update README-JP.md and ja.rs ( #8737 )
...
* Update README-JP.md
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Update ja.rs
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
* Fix README-JP.md
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
---------
Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
2024-07-17 19:11:04 +08:00
21pages
09466680d3
mobile virtual display, resolution menu, proxy setting ( #8717 )
...
1. Merge code of mobile and desktop virtual display menu.
2. Mobile add seperate resolution menu, only support changing
resolutions.
3. Android add proxy setting
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-15 18:53:14 +08:00
21pages
3f11d9cdb6
remove Instant sub ( #8714 )
...
which cause crash when connect to windows just startup
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-15 10:49:09 +08:00
fufesou
e2a7e38a39
fix: build ios ( #8709 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-14 15:05:56 +08:00
rustdesk
d0a54a6cc6
hc
2024-07-14 05:47:42 +08:00
fufesou
30afe4f779
refact: seperate audio device for voice call ( #8703 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-14 04:07:02 +08:00
21pages
821f7245b0
videotoolbox ram codec ( #8683 )
...
* h265 encoding: the second frame always fails, use repeat encoding to achieve real-time encoding
* h264 encoding: Not supported because encoding fails too frequently, about 50%, with one failure followed by another success.
* h264/h265 decoding: No issues found.
* Does not support dynamically changing the bitrate and changing the quality by resetting the encoder.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-12 11:08:51 +08:00
fufesou
b5a7165015
feat: android, controlled side, clipboard text ( #8677 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-11 12:02:19 +08:00