Commit Graph

1702 Commits

Author SHA1 Message Date
Asura dde6df82e8 Refector: handline dead keys in translation mode 2022-08-07 18:52:32 +08:00
Asura b2cf11f2df Send caps lock key 2022-08-07 10:50:31 +08:00
Asura 2d0cdd83a2 Update lang for keyboard mode 2022-08-04 21:02:00 +08:00
Asura 05b157af45 Fix right ctrl #1166 2022-08-04 17:26:06 +08:00
Asura f1402a14a2 Merge branch 'translate_mode' 2022-08-04 01:21:46 -07:00
Asura 3b8032e5ec Merge translate mode 2022-08-04 16:11:37 +08:00
rustdesk 8b56a1a271 https://github.com/rustdesk/rustdesk/issues/1177 2022-08-04 09:26:15 +08:00
Asura 12129ebf3e Update dependencies 2022-08-03 15:33:16 +08:00
Asura b3b50829f5 Fix sycn of CapsLock 2022-08-03 14:52:08 +08:00
Asura d0702ddfd9 Add translate mode in UI 2022-08-03 14:34:05 +08:00
RustDesk 70507e442b Merge pull request #1165 from SuoDizzy/patch-1
Grammatical errors in README Finnish translation fixed
2022-08-03 14:11:30 +08:00
SuoDizzy 84f737067c Grammatical errors in README Finnish translation
Replaced some words to be more sensible (such as from "aja" to "suorita")  and fixed some grammar errors. ("Kirjoittaa" not "Kirjoita")
Previously a finnish person could easily tell it wasnt by a finnish person.
2022-08-03 09:05:53 +03:00
Asura 0695d50b9f Fix Shift release failed 2022-08-02 11:04:36 -07:00
Asura 90b36795ea Listening for char in Linux 2022-08-02 10:48:56 -07:00
Asura 5dfc41a7b8 Ignore dead keys in Linux 2022-08-02 06:07:44 -07:00
RustDesk 159dbacf6b Merge pull request #1152 from MaySoMusician/feature/add-ja-language
Add Japanese translation of the app
2022-08-02 20:32:27 +08:00
MaySoMusician 7a9d1007c5 Add Japanese translation file
Signed-off-by: MaySoMusician <maysomusician@gmail.com>
2022-08-02 21:26:41 +09:00
MaySoMusician 3c2abf9704 Add Japanese option
Signed-off-by: MaySoMusician <maysomusician@gmail.com>
2022-08-02 21:26:23 +09:00
Asura 1996a27c72 Merge branch 'translate_mode' of github.com:asur4s/rustdesk into translate_mode 2022-08-02 03:48:16 -07:00
Asura 7775a14c9e Use keycode mapping table 2022-08-02 03:47:29 -07:00
RustDesk d1eda57b2a Merge pull request #1148 from 21pages/restart
fix: hide restart menu item if version < 1.1.10
2022-08-02 11:37:16 +08:00
21pages de923fdd2e fix: hide restart menu item if version < 1.1.10
Signed-off-by: 21pages <pages21@163.com>
2022-08-02 11:29:48 +08:00
RustDesk c27882456e Merge pull request #1140 from fufesou/fix_privacy_mod_on_login
fix_privacy_mod_on_login: set some options after login
2022-08-01 23:57:12 +08:00
RustDesk 5baed21fce Merge pull request #1116 from Heap-Hop/opt_mobile_ui
Opt mobile UI
2022-08-01 22:39:31 +08:00
fufesou a9f40df2bc fix_privacy_mod_on_login: set some options after login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-08-01 22:31:10 +08:00
csf 747cc794f8 fix flutter3 warning upgrade dependencies 2022-08-01 22:28:54 +08:00
csf 2d90946a4d fix mobile UI overflowed 2022-08-01 15:56:28 +08:00
csf 2b07c97c08 fix mobile readableFileSize 2022-08-01 12:17:38 +08:00
RustDesk 2762f541e2 Merge pull request #1128 from Kingtous/bugfix/connection_peer_version
fix: add version key to detect specific send/recv logic
2022-08-01 10:43:32 +08:00
Kingtous 3458c164fb fix: add version key to detect specific send/recv logic 2022-08-01 09:50:23 +08:00
Asura ee4fd58b3f Merge branch 'translate_mode' of github.com:asur4s/rustdesk into translate_mode 2022-08-01 00:52:21 +08:00
Asura 92c4ee1560 Fix character generation, altgr only takes effect locally 2022-08-01 00:52:07 +08:00
rustdesk aabe08d657 fix compile 2022-07-31 22:41:24 +08:00
RustDesk 6fbf6ba30b Merge pull request #1119 from fufesou/fix_proto_defs
fix_proto_defs: fix protobuf definitions
2022-07-31 22:34:11 +08:00
fufesou 2a6cd5853e fix_proto_defs: fix protobuf definitions
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-31 22:31:17 +08:00
csf 5658ce807e add mobile switch language 2022-07-31 20:42:56 +08:00
csf 93e79b5234 fix translate empty bug 2022-07-31 20:08:49 +08:00
csf 859e292e1b add mobile_ffi.rs 2022-07-31 15:45:29 +08:00
RustDesk 1ad1480cfc Merge pull request #1100 from Kxvish/patch-1
Update README.md
2022-07-31 12:11:45 +08:00
RustDesk eec17579f1 Merge pull request #1117 from sirtemporary/patch-1
Update linux.rs
2022-07-31 12:11:10 +08:00
sirtemporary f3f48d3cf4 Update linux.rs 2022-07-30 15:19:41 -04:00
sirtemporary f9d0974fc5 Update linux.rs
Fix for #921 
in mx linux, when started with non-systemd init, loginctl returns null string to stdout (and an error message to stderr).  this patch will use XDG_SESSION_TYPE and XDG_SESSION_ID environment variables if the loginctl code fails to determine these.
2022-07-30 15:03:49 -04:00
csf eec26e5c70 add mobile restart remote device 2022-07-30 22:13:38 +08:00
csf e53119a01a add mobile quality monitor 2022-07-30 21:12:08 +08:00
csf 86cc71f4d2 opt: mobile UI 2022-07-30 13:51:06 +08:00
rustdesk 1a4f0507a2 fix on last refactory 2022-07-30 09:29:01 +08:00
rustdesk 040267e7f2 remove key_pair pub attr 2022-07-30 02:27:03 +08:00
rustdesk 125f6dd810 refactor password deadlock and password_security 2022-07-30 02:01:40 +08:00
RustDesk cf88ca2bce Merge pull request #1112 from Heap-Hop/android_password
Android refactor password
2022-07-29 22:22:08 +08:00
csf 67a3db7378 UI optimization 2022-07-29 22:17:55 +08:00