rustdesk
|
a6deacb92b
|
remove alias and disable status in peer card sort
|
2023-03-10 15:25:19 +08:00 |
|
RustDesk
|
0fade39527
|
Merge pull request #3586 from 21pages/fix
open menubars only when clicked
|
2023-03-10 14:55:19 +08:00 |
|
21pages
|
d28aa6eeb0
|
not show menubar tooltip
Signed-off-by: 21pages <pages21@163.com>
|
2023-03-10 14:52:42 +08:00 |
|
21pages
|
bb201a47cb
|
separate menubars open only when clicked
Signed-off-by: 21pages <pages21@163.com>
|
2023-03-10 14:04:18 +08:00 |
|
RustDesk
|
04bd8e167a
|
Merge branch 'master' into sort-favorites
|
2023-03-10 13:05:24 +08:00 |
|
RustDesk
|
9fe5a75233
|
Merge pull request #3560 from Heap-Hop/refactor_file_manager
Refactor file manager
|
2023-03-10 12:51:07 +08:00 |
|
RustDesk
|
a807f4371f
|
Merge pull request #3583 from fufesou/refact/avoid_texture_neg_w_h
refact/avoid texture neg w h
|
2023-03-10 12:50:33 +08:00 |
|
fufesou
|
8a09abbf71
|
avoid w/h <= 0
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-10 10:53:41 +08:00 |
|
Kingtous
|
7833c7ce31
|
fix: window overflow & prevent setMaximize when fullscreen
|
2023-03-10 00:15:25 +08:00 |
|
csf
|
69d8498404
|
mobile new file SelectMode state
|
2023-03-09 22:51:42 +09:00 |
|
csf
|
00b1439f32
|
refactor mobile file manager page
|
2023-03-09 21:09:17 +09:00 |
|
fufesou
|
d19d4aacdb
|
avoid invalid texture width and height
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-09 19:38:47 +08:00 |
|
csf
|
f5d0275bf3
|
selectedItems use obs state
|
2023-03-09 19:55:38 +09:00 |
|
csf
|
5ae3d33f3c
|
move selectedItems to file controller model
|
2023-03-09 18:05:09 +09:00 |
|
fufesou
|
b566251986
|
fix peer online state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-09 13:07:56 +08:00 |
|
fufesou
|
812c0c7fe1
|
better interval
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-09 11:54:17 +08:00 |
|
csf
|
970dfa3c88
|
fix jobTable state can't update
|
2023-03-09 11:40:06 +09:00 |
|
rustdesk
|
08f9b3760f
|
fix #3562 set en as default language and add es for built-in Flutter context menu
text
|
2023-03-09 06:30:39 +08:00 |
|
NicKoehler
|
c307013325
|
fix bug fallback peer sort setting
|
2023-03-08 21:04:03 +01:00 |
|
NicKoehler
|
f042ed44bd
|
refactor strings in a separate class, added alias and remote host sort types
|
2023-03-08 20:10:08 +01:00 |
|
NicKoehler
|
bcfb649815
|
Fix conflicts
|
2023-03-08 16:57:51 +01:00 |
|
NicKoehler
|
2724c16e34
|
improved design and moved sort button
|
2023-03-08 16:40:35 +01:00 |
|
csf
|
a2f82b6ea6
|
restore jobTable state mode
|
2023-03-09 00:06:24 +09:00 |
|
csf
|
b7a0436aa3
|
fix close error
|
2023-03-08 23:14:52 +09:00 |
|
csf
|
a962e068f8
|
fix sendFiles wrong direction
|
2023-03-08 23:06:34 +09:00 |
|
csf
|
d867decd98
|
refactor Desktop file_manager_page.dart
|
2023-03-08 22:32:55 +09:00 |
|
csf
|
2dd4545be0
|
refactor file_model.dart
|
2023-03-08 21:05:55 +09:00 |
|
grummbeer
|
c28238542a
|
Fix. Mobile. Remove left label in RDP dialog
|
2023-03-08 10:52:59 +01:00 |
|
grummbeer
|
513feca03f
|
Translations. Add "RDP Settings"
|
2023-03-08 10:41:18 +01:00 |
|
fufesou
|
18ca4273be
|
better prompt
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-08 15:57:33 +08:00 |
|
fufesou
|
1d85d87b40
|
translate changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-08 12:52:55 +08:00 |
|
fufesou
|
ad32eec879
|
better install prompt
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-08 12:41:10 +08:00 |
|
fufesou
|
9bb9a74979
|
win, install cert
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-08 12:40:40 +08:00 |
|
fufesou
|
e00eaee4b5
|
win, install cert
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-08 12:39:30 +08:00 |
|
RustDesk
|
6859bfae98
|
Merge pull request #3552 from grummbeer/android-notification-exclamation-mark
Android. Remove exclamation mark from notification.
|
2023-03-08 11:00:34 +08:00 |
|
RustDesk
|
8d816ee0e8
|
Merge pull request #3544 from Heap-Hop/master
Fix Android bugs
|
2023-03-08 10:54:52 +08:00 |
|
grummbeer
|
39dba0c7af
|
Android. Remove exclamation mark from notification.
|
2023-03-07 21:20:30 +01:00 |
|
NicKoehler
|
43da918630
|
rounded tiles
|
2023-03-07 20:31:20 +01:00 |
|
NicKoehler
|
d40aed6ac2
|
Merge remote-tracking branch 'upstream/master' into sort-favorites
|
2023-03-07 19:50:29 +01:00 |
|
NicKoehler
|
a4ef60a250
|
reduced peer view type to one toggle, moved sorting button under peer view type
|
2023-03-07 19:27:39 +01:00 |
|
csf
|
8b46639ef6
|
refactor file_manager
|
2023-03-08 00:49:14 +09:00 |
|
Mr-Update
|
2108e5ea96
|
Update chat_page.dart
Ellipsis removed because no windows or dialogs open.
|
2023-03-07 14:07:20 +01:00 |
|
csf
|
93d196c2f8
|
mobile save config when disable input
|
2023-03-07 18:47:16 +09:00 |
|
Kingtous
|
617872761c
|
fix: prevent call minimize when on mobile
|
2023-03-07 10:56:38 +08:00 |
|
csf
|
9f69cf3d6e
|
fix mobile server event stream
|
2023-03-07 11:08:41 +09:00 |
|
csf
|
8a083f40b0
|
fix mobile change theme failure
|
2023-03-06 23:37:43 +09:00 |
|
fufesou
|
8032659841
|
Do not enable privacy mode if current display is not the primary one
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-06 17:31:38 +08:00 |
|
fufesou
|
507472e87e
|
show one display when privacy mode is on
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-06 17:31:37 +08:00 |
|
21pages
|
52970b0e58
|
recover addToFav in lan
Signed-off-by: 21pages <pages21@163.com>
|
2023-03-06 17:17:51 +08:00 |
|
NicKoehler
|
a04351baf4
|
implemented sorting in every tab except "recent sessions"
|
2023-03-06 09:46:21 +01:00 |
|