1244 Commits

Author SHA1 Message Date
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
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
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
rustdesk
6ae2fbdbc8 change "temporary password" to "one-time password" 2023-03-06 11:25:49 +08:00
21pages
3015a23e3d fix dark theme menubar
Signed-off-by: 21pages <pages21@163.com>
2023-03-06 11:00:10 +08:00
RustDesk
9031f8cbd4
Merge pull request #3513 from grummbeer/fix-shared-dialog-change-id
fix. Mobile. Style of input on "changeID" dialog
2023-03-05 11:14:07 +08:00
grummbeer
0392fc0c84 fix. Mobile style of input on "changeId" dialog 2023-03-04 23:54:05 +01:00
grummbeer
2c88e492e2 fix input style of whitelisting for mobile 2023-03-04 22:45:19 +01:00
RustDesk
aed8a72bd1
Merge pull request #3498 from grummbeer/file-manager-file-basename
File Manager. Show filename instead of path in tranfer list
2023-03-04 14:36:15 +08:00
rustdesk
122f0f9611 small light theme redesign 2023-03-04 14:28:43 +08:00
rustdesk
c11f1b3a51 remove id input card background 2023-03-04 13:23:35 +08:00
RustDesk
0b8326afa9
Merge pull request #3497 from grummbeer/file-manager-time-overflow
File Manager. Textoverflow for column file time
2023-03-04 12:03:58 +08:00
grummbeer
dd4c80a779 File Manager. Show filename instead of path in tranfer list 2023-03-03 20:26:13 +01:00
grummbeer
63b72598c4 File Manager. Textoverflow for column file time 2023-03-03 19:33:55 +01:00
grummbeer
88bab7c2d0 Fix. Android settings theme always show "Dark theme" 2023-03-03 18:43:57 +01:00
rustdesk
e30f690f9c fix desktop id padding 2023-03-03 16:50:45 +08:00
rustdesk
b8941c15c0 refactor DST_STRIDE_RGBA 2023-03-03 14:02:49 +08:00
RustDesk
29abda56df
Revert "Fix/macos texture stride align" 2023-03-03 13:18:34 +08:00
RustDesk
a35e0a1d84
Merge pull request #3478 from fufesou/fix/session_state_reset_on_init
reset session shared state on init
2023-03-03 11:56:03 +08:00
fufesou
6f6d42570d reset session shared state on init
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-03 11:51:33 +08:00
fufesou
c8ae6a3ba3 update flutter pub 'texture_rgba_renderer'
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-03 10:22:24 +08:00
RustDesk
9388837c42
Update pubspec.lock 2023-03-02 17:18:12 +08:00
NicKoehler
ab4ef977f4
Merge branch 'master' into modern-dialog 2023-03-01 18:00:56 +01:00
NicKoehler
55831948f8
prefere MaterialStatePropertyAll to MaterialStateProperty.all and other fixes 2023-03-01 16:35:51 +01:00
NicKoehler
fd8829f08e
added icon to dialogButton, reverted some design changes. The outline buttons now rely on theme data 2023-03-01 14:50:50 +01:00
NicKoehler
18339cf343
password dialog 2023-02-28 16:36:44 +01:00
NicKoehler
7bf728bdad
restart device dialog 2023-02-28 15:57:25 +01:00