Commit Graph

656 Commits

Author SHA1 Message Date
RustDesk
1054715891
Merge pull request #2605 from Heap-Hop/other_user_peers
request other user's peers in same group
2022-12-19 23:56:24 +08:00
csf
c5ad9893ff request other user's peers in sam
e group
2022-12-19 22:38:33 +09:00
Jimmy GALLAND
15bebcf45b add tab about translate 2022-12-17 20:17:05 +01:00
RustDesk
40f1e855d5
Merge pull request #2577 from 21pages/fix
fix theme and peer tab
2022-12-17 12:41:23 +08:00
21pages
747318827b fix peer tab translation and visibility
Signed-off-by: 21pages <pages21@163.com>
2022-12-17 12:28:11 +08:00
21pages
895d339d86 fix theme sync
Signed-off-by: 21pages <pages21@163.com>
2022-12-17 12:27:31 +08:00
csf
3e8c1c46b6 fix logOut failing, add invoking logOut before id server change 2022-12-16 23:18:30 +09:00
csf
9d2364b307 fix Android cannot get id 2022-12-16 23:15:26 +09:00
RustDesk
dca3d3ebc2
Merge pull request #2541 from 21pages/group_card
fix group card
2022-12-14 12:52:06 +08:00
21pages
099029f5e2 add group peer card mobile compatibility like address book
Signed-off-by: 21pages <pages21@163.com>
2022-12-14 12:47:08 +08:00
21pages
e1bfd73ca1 fix group model pull error
Signed-off-by: 21pages <pages21@163.com>
2022-12-14 12:27:57 +08:00
Kingtous
03af5042ec opt: jump to selected item 2022-12-14 11:57:11 +08:00
Kingtous
7a938ace02 feat: add list file search listener 2022-12-14 11:57:11 +08:00
RustDesk
ac14e462f6
Merge pull request #2538 from 21pages/group_card
add group peer card
2022-12-14 11:42:33 +08:00
21pages
880a0d4209 add group peer card
Signed-off-by: 21pages <pages21@163.com>
2022-12-14 11:25:31 +08:00
fufesou
47658667d6 Merge branch 'master' into keyboard 2022-12-14 11:12:55 +08:00
fufesou
98e085419c move rdev grab from main page to remote page
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-12 21:46:58 +08:00
kingtous
46a6df86ea refactor: use latest custom cursor api 2022-12-11 14:17:29 +08:00
rustdesk
1424cbeb44 Merge branch 'master' into keyboard 2022-12-09 19:51:15 +08:00
Kingtous
d3d4c7dac4 opt: enable debug stacktrace output & add json serde check 2022-12-09 10:49:47 +08:00
Kingtous
7dadf3ba2f opt: remove redundant restore job 2022-12-08 17:41:14 +08:00
Asura
3b60304d14 refactor: keyboard of client 2022-12-08 09:03:41 +08:00
fufesou
da08400fe5 remote menu, draggable hide widget
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-07 15:17:21 +08:00
21pages
6f7eb17c48 ab: read respectively and sync when set
Signed-off-by: 21pages <pages21@163.com>
2022-12-06 12:12:10 +08:00
21pages
5616b20879 opt add ab id
Signed-off-by: 21pages <pages21@163.com>
2022-12-06 12:12:08 +08:00
csf
bbddbde6a0 mobile skipping info & fix mobile breadCrumbScroller has no client error 2022-12-05 21:57:08 +09:00
Kingtous
97066080bf feat: skip status for flutter 2022-12-05 20:11:08 +08:00
21pages
251ce41d36 fix menu padding mistake
Signed-off-by: 21pages <pages21@163.com>
2022-12-05 09:33:01 +08:00
RustDesk
b798e7415d
Merge pull request #2449 from Heap-Hop/fix_ft
Fix file transfer bugs
2022-12-04 23:04:09 +08:00
csf
763c314253 opt file transfer Windows BreadCrumbScroll 2022-12-04 23:51:48 +09:00
csf
c79b6eb0bb fix file transfer local Windows path can't split 2022-12-04 23:44:03 +09:00
csf
5b9a76f8a5 fix file transfer load/save config, opt breadCrumbScroll 2022-12-04 22:41:44 +09:00
21pages
9788f3684f judge attribute when parse ab json
Signed-off-by: 21pages <pages21@163.com>
2022-12-04 20:03:35 +08:00
21pages
5a7f610b59 fix cm elevate button visibility of different conn type
Signed-off-by: 21pages <pages21@163.com>
2022-12-04 20:03:35 +08:00
21pages
9bbe236651 peer tab recorder
Signed-off-by: 21pages <pages21@163.com>
2022-12-04 20:03:35 +08:00
21pages
be74f90334 right menu to show/hide peer card
Signed-off-by: 21pages <pages21@163.com>
2022-12-04 20:03:32 +08:00
21pages
fb0c75f188 fix theme sync
Signed-off-by: 21pages <pages21@163.com>
2022-12-04 19:55:48 +08:00
rustdesk
3f009a3bc7 wayland tip 2022-12-04 18:39:59 +08:00
fufesou
f2a6a8a88b do not show privacy action if peer does not support
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-02 21:37:10 +08:00
fufesou
387a7f2df4 ios get data dir
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-01 21:48:19 +08:00
RustDesk
89e6f431b2
Merge pull request #2403 from fufesou/fix_connect_on_subwindow
fix connect on subwindow, notify main window
2022-12-01 13:56:50 +08:00
fufesou
7c09e66902 fix connect on subwindow, notify main window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-01 13:52:12 +08:00
rustdesk
ac33924a9c remove flutter tray 2022-12-01 11:19:51 +08:00
fufesou
c0cf6c3173 fix image blurry
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-30 22:57:16 +08:00
Kingtous
10e1336221 opt: preserve addon buttons 2022-11-30 14:05:49 +08:00
Kingtous
85529105be fix: sdkInt fallback to 0 2022-11-30 13:57:46 +08:00
Kingtous
c6e658e256 opt: fix win7 crash on latest device_info_plus 2022-11-30 13:56:22 +08:00
fufesou
767950d429 remove unneccessary ??
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-11-30 10:43:15 +08:00
Kingtous
8a4f8e202d opt: ui & cursor
- opt: win7 frameless
- opt: disable cursor output & macos free cache
- opt: main window, set location before show/hide
2022-11-29 23:03:16 +08:00
rustdesk
6e1f8f0294 new fetchID and periodic_immediate 2022-11-29 22:36:35 +08:00