rustdesk
e3b0cdaf69
Merge branch 'ios_1.2.2'
2023-09-03 11:28:21 +08:00
RustDesk
c61cbfc581
Merge pull request #5589 from 21pages/ios_1.2.2_chat
...
fix ios setting page show chat title
2023-09-03 10:46:19 +08:00
21pages
58073484fe
fix ios setting page show chat title
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-03 08:07:14 +08:00
rustdesk
5b802e9edd
Merge branch 'ios_1.2.2'
2023-09-03 00:16:08 +08:00
rustdesk
a9308dd992
higher build
2023-09-03 00:06:32 +08:00
RustDesk
937a3e7fd6
Merge pull request #5576 from fufesou/fix/mobile_enable_actions_before_first_image
...
mobile, enable bottom actions before first image is reached
2023-09-02 23:05:12 +08:00
RustDesk
d6950c680f
Merge pull request #5573 from sahilyeole/ios_1.2.2
...
Fix ios draggable chat window
2023-09-02 17:50:38 +08:00
fufesou
96d9604fe1
enable bottom actions before first image is reached
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-09-01 23:55:43 +08:00
Sahil Yeole
d9160f9126
Merge branch 'rustdesk:ios_1.2.2' into ios_1.2.2
2023-09-01 17:14:18 +05:30
RustDesk
1d93de8628
Merge pull request #5571 from 21pages/ios_1.2.2
...
mobile add display settings
2023-09-01 15:23:39 +08:00
21pages
54de5b0300
mobile add default display, merge set server and custom quality code
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-01 15:04:36 +08:00
21pages
b7145959a7
impl Default for PeerConfig, fix default dispaly not work when ab has password
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-01 14:57:15 +08:00
RustDesk
1d32a96b01
Merge pull request #5569 from 21pages/ios_1.2.2
...
replace SettingsTile.navigation with SettingsTile()
2023-09-01 14:57:12 +08:00
Sahil Yeole
9cc02d6fcb
fix ios draggable chat window
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-09-01 12:08:33 +05:30
21pages
5d18c04661
replace SettingsTile.navigation with SettingsTile()
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-01 12:49:57 +08:00
RustDesk
e88e17a4b0
Merge pull request #5557 from 21pages/fix
...
fix ios build
2023-08-31 09:49:58 +08:00
21pages
a75d73b8ac
fix ios build
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 22:40:55 +08:00
RustDesk
bbac6b55d2
Merge pull request #5555 from 21pages/ios_1.2.2
...
ios add settings tab
2023-08-30 22:10:30 +08:00
21pages
3eeed39f52
ios add settings tab
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 22:04:15 +08:00
RustDesk
7356b7a104
Merge pull request #5554 from 21pages/elevate
...
close elevation request dialog on submit
2023-08-30 20:58:47 +08:00
21pages
54310b925d
close elevation request dialog on submit to avoid frequent request
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 20:50:42 +08:00
RustDesk
85b5c60d60
Merge pull request #5551 from 21pages/android
...
mobile reset waitForImage
2023-08-30 20:02:08 +08:00
RustDesk
ab48ae6ca6
Merge pull request #5550 from 21pages/ios_1.2.2
...
Ios 1.2.2 waitForImage and login menu
2023-08-30 20:01:41 +08:00
21pages
7a62eb0ebf
mobile reset waitForImage
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 19:46:47 +08:00
21pages
c9423509a9
ios show login/logout
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 19:26:15 +08:00
21pages
0c77d6d918
mobile reset waitForImage
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 18:58:05 +08:00
rustdesk
a0cc6afa7e
iOS deploy can run
2023-08-30 18:25:50 +08:00
RustDesk
8a08a0211f
Merge pull request #5547 from dignow/refact/ios_1.2.2_dummy_session_get_rgba
...
use get to call translate()
2023-08-30 14:59:46 +08:00
dignow
2c044d7262
use get to call translate()
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-30 14:56:55 +08:00
RustDesk
9ff3160808
Merge pull request #5546 from dignow/refact/ios_1.2.2_dummy_session_get_rgba
...
ios add dummy call and remove some lookup functions
2023-08-30 14:03:18 +08:00
dignow
7671ed857d
ios add dummy call and remove some lookup functions
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-30 13:49:10 +08:00
RustDesk
b9bbe7a432
Merge pull request #5544 from 21pages/hide_cm
...
remove hide_cm
2023-08-30 11:56:48 +08:00
21pages
76a18f5ed3
remove hide_cm
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 11:48:42 +08:00
RustDesk
0ee2b02700
Merge pull request #5528 from fufesou/refact/remove_virtual_display_tmp
...
remove virtual display
2023-08-28 10:48:13 +08:00
fufesou
173984ffd4
remove virtual display, beccause it sometimes unable to install(with the exclamation) and there's an connecting bug
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-28 10:44:24 +08:00
RustDesk
f309ae0c67
Merge pull request #5516 from iAbdullah/master-ar
...
Add Arabic translation
2023-08-27 20:22:34 +08:00
Abdullah Ibrahim
26ef2539df
Update lang.rs
...
Replace strange Unicode character ';' with Semicolon
2023-08-27 14:43:46 +03:00
RustDesk
bc7df4c841
Merge pull request #5526 from FastAct/patch-19
...
Update nl.rs
2023-08-27 19:35:07 +08:00
Abdullah Ibrahim
26c95bab66
Update lang.rs
2023-08-27 11:14:29 +03:00
FastAct
95b588f58e
Update nl.rs
2023-08-27 09:33:13 +02:00
RustDesk
15e8f6ffb7
Update lang.rs
2023-08-27 13:03:22 +08:00
RustDesk
10cdd7640e
Merge pull request #5523 from fufesou/fix/win_try_awake_os_if_locked
...
win, try awake the os by mouse movement and right click
2023-08-27 13:00:28 +08:00
RustDesk
f216287aee
Merge pull request #5524 from 21pages/fix
...
fix decrypt unicode string
2023-08-27 13:00:11 +08:00
RustDesk
38871a98b4
Merge pull request #5525 from fufesou/fix/better_way_to_detect_no_displays
...
better way to detect no displays
2023-08-27 12:59:33 +08:00
21pages
9158bdfcf9
fix decrypt unicode string
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-27 11:39:06 +08:00
fufesou
4dd694ab05
better way to detect no displays
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-27 11:12:02 +08:00
fufesou
553e3ee758
win, try awake the os by mouse movement and right click
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-27 10:28:16 +08:00
Abdullah Ibrahim
a470bf127e
Merge branch 'rustdesk:master' into master-ar
2023-08-26 16:11:55 +03:00
Abdullah Ibrahim
52adf51d33
Complete arabic translation
2023-08-26 16:04:50 +03:00
RustDesk
d688e34521
Merge pull request #5514 from 21pages/cm
...
Do not start cm if file permission not allowed
2023-08-26 19:07:25 +08:00