Kingtous
|
a04980fa13
|
refactor: remove audio mode
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
45b93100d6
|
feat: add voice call proto
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
b335d2c828
|
fix: import
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
efa4530c97
|
feat: add chat svg
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
2452a58eaa
|
opt: rename and move audio transmission mode
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
ebec8811c2
|
opt: add microphone permission tip
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
038d660e60
|
fix: android build
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
60925057f0
|
fix: poison error on setting sound input
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
7e5c5b50e5
|
feat: set to default input device when in dual-way
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
cab1fc719a
|
feat: add audio mode in sciter
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
05822991bf
|
opt: rename to dual-way
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
8ab49d11d1
|
feat: add audio mode config
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
393e0e9afb
|
add: divider
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
cb228bef2b
|
feat: add audio switch ui
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
95d06e160b
|
fix: latency
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
9134c2826e
|
feat: set audio only mode
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
3b34e2ea45
|
feat: run local audio server at start
|
2023-02-07 16:20:37 +08:00 |
|
Kingtous
|
4f3c5b42ae
|
opt: send audio format and data after login successfully.
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
e7e8e1a18b
|
opt: send audio frame when connected
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
45a6fc3618
|
opt: remove latency detector on single audio
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
8e2d6945d0
|
feat: add audio thread in server being controlled
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
65ab43aa4a
|
opt: compile
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
1f40963b5d
|
wip: connection
|
2023-02-07 16:20:36 +08:00 |
|
Kingtous
|
28ad271693
|
wip: dual audio transmission server
|
2023-02-07 16:20:36 +08:00 |
|
rustdesk
|
e0f73ccc28
|
remove docs/SECURITY.md to disable security report which is not the
report we imagine
|
2023-02-07 16:17:00 +08:00 |
|
RustDesk
|
e9ffe504fa
|
Merge pull request #3102 from 21pages/fix-elevate
Fix elevation
|
2023-02-07 16:00:20 +08:00 |
|
21pages
|
8aba51c120
|
fix cm push_event
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-07 15:39:46 +08:00 |
|
21pages
|
cf3ddb2a18
|
filter foreground window to avoid frequent prompts
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-07 15:16:49 +08:00 |
|
21pages
|
e1a9cfcf7f
|
fix flink
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-07 12:47:07 +08:00 |
|
RustDesk
|
086bef41f4
|
Merge pull request #3097 from jimmyGALLAND/patch-1
Update fr.rs
|
2023-02-07 09:04:20 +08:00 |
|
RustDesk
|
0bccfc2733
|
Merge pull request #3096 from BestiaPL/patch-1
Updated Polish language
|
2023-02-07 09:04:02 +08:00 |
|
RustDesk
|
208d6a4e62
|
Merge pull request #3094 from Kingtous/master
fix: uni links failed to be invoked with --cm running on macOS
|
2023-02-07 09:00:12 +08:00 |
|
jimmyGALLAND
|
bcbc1573aa
|
Update fr.rs
|
2023-02-06 22:45:27 +01:00 |
|
Andrzej Rudnik
|
564b35d4c2
|
Update pl.rs
|
2023-02-06 21:29:36 +01:00 |
|
Kingtous
|
9d391d3801
|
opt: format and name
|
2023-02-07 01:35:38 +08:00 |
|
Kingtous
|
1426771ec9
|
fix: uni links failed to be invoked with --cm running on macOS
|
2023-02-07 01:31:23 +08:00 |
|
rustdesk
|
b2afde4b27
|
tmp workaround of '-cm' not exit cause rustdesk not launchable from
finder
|
2023-02-07 00:18:25 +08:00 |
|
RustDesk
|
4965ecda12
|
Merge pull request #3086 from 21pages/peer_tab_model
refactor peer tab with Provider, make it scrollable
|
2023-02-06 13:50:48 +08:00 |
|
21pages
|
40d0ea016b
|
refactor peer tab with model, make it scrollable
Signed-off-by: 21pages <pages21@163.com>
|
2023-02-06 12:54:32 +08:00 |
|
RustDesk
|
c94081ce13
|
Merge pull request #3085 from fufesou/refact/remote_menu
refactor remote menu
|
2023-02-06 11:54:28 +08:00 |
|
fufesou
|
74dc2b2538
|
refactor remote menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-02-06 11:27:42 +08:00 |
|
RustDesk
|
182f0510fc
|
Merge pull request #3084 from botanicvelious/master
Use same rust version for windows
|
2023-02-06 10:07:07 +08:00 |
|
botanicvelious
|
41c50c4c51
|
Merge branch 'rustdesk:master' into master
|
2023-02-05 17:42:49 -07:00 |
|
botanicvelious
|
bb0f481df3
|
update rust build action to use the same on all
|
2023-02-05 17:00:22 -07:00 |
|
rustdesk
|
133fba573b
|
confirmed issue #2935 is false report, set_bitrate was called, and
bandwidth has obvious change if you watch car game video
|
2023-02-05 18:20:22 +08:00 |
|
rustdesk
|
255c58ef7b
|
opt: close button color and corner on tab
|
2023-02-05 17:29:54 +08:00 |
|
rustdesk
|
3462756a11
|
optimize dialog margin, fix password eye icon color
|
2023-02-05 16:56:13 +08:00 |
|
RustDesk
|
438ff17acb
|
Merge pull request #3082 from mehdi-song/patch-11
Update README-FA.md
|
2023-02-05 14:55:21 +08:00 |
|
mehdi-song
|
afb76c6326
|
Update README-FA.md
|
2023-02-05 10:20:05 +03:30 |
|
RustDesk
|
4b5724fa76
|
Merge pull request #3076 from Kingtous/master
feat: add url scheme handler for macos
|
2023-02-05 12:38:01 +08:00 |
|