100 Commits
Author SHA1 Message Date
rustdesk 0365c94407 remove IsWow64Process2 2024-04-20 19:24:44 +08:00
rustdesk c81c4f9114 visual studio 2019 -> 2022 2024-04-20 18:20:09 +08:00
rustdesk f02a2e44d8 remove temp support_windows_specific_session 2024-04-20 15:13:04 +08:00
rustdesk 25eb8dc9b0 typo 2024-04-19 14:35:50 +08:00
rustdesk 40067f5aa2 no countdown in scam warning of android for custom build 2024-04-19 13:49:45 +08:00
rustdesk 1ffc10e44f flutter 19.6 2024-04-19 13:25:02 +08:00
rustdesk ae23f0de03 Improve android threading, https://github.com/rustdesk/rustdesk/issues/4118#issuecomment-1515666629
todo: should we add some condition to assure imageReader not be closed
while callback is running?
2024-04-18 22:38:32 +08:00
rustdesk edb5529df3 flutter_icons does not generate mipmap-ldpi, so I drop it also 2024-04-18 17:32:15 +08:00
rustdesk 24ac7c1626 remove google-services.json 2024-04-18 15:23:12 +08:00
rustdesk 4e8cbe3db1 buildPresetPasswordWarning for android 2024-04-17 22:01:09 +08:00
rustdesk bdf8bbe26f custom android 2024-04-17 12:49:25 +08:00
rustdesk 7bb4e22a77 fix ci 2024-04-16 22:53:01 +08:00
rustdesk 736503df1b fix ci 2024-04-16 22:38:47 +08:00
rustdesk 414455a8fb fix ci 2024-04-16 22:25:10 +08:00
rustdesk bc0ab88e74 do not load empty custom_client_config 2024-04-16 22:17:05 +08:00
rustdesk 01ec539065 load android custom client for jvm startServer 2024-04-16 21:46:54 +08:00
rustdesk b9792fc17d bridge rust version 2024-04-16 20:18:17 +08:00
rustdesk c656c3c087 typo 2024-04-16 18:46:46 +08:00
rustdesk a6c1d2d486 customClientConfig in dart 2024-04-16 18:42:35 +08:00
rustdesk 44bce59777 more java_ffi_FFI 2024-04-16 18:22:36 +08:00
rustdesk e9a6ca8ebc typo 2024-04-15 21:19:46 +08:00
rustdesk 28340c80dd fix me 2024-04-15 15:58:07 +08:00
rustdesk 05f6fde467 ffi.RustDesk -> ffi.FFI 2024-04-15 15:49:37 +08:00
rustdesk 56d353cb64 fix me 2024-04-15 15:39:25 +08:00
rustdesk 260d0cdc67 fix me 2024-04-15 15:37:33 +08:00
rustdesk cdd92303b8 refactor android ffi 2024-04-15 15:20:27 +08:00
rustdesk 71c4d74759 fix typo 2024-04-13 14:43:27 +08:00
rustdesk d8875f381b protobuf 3.4 2024-04-12 11:38:19 +08:00
rustdesk 7ea5a9bba3 devices.py 2024-04-11 18:39:46 +08:00
rustdesk 178d33155f fix check_process for empty arg since on mac, p.cmd() get "/Applications/RustDesk.app/Contents/MacOS/RustDesk", "XPC_SERVICE_NAME=com.carriez.RustDesk_server" 2024-04-09 20:38:07 +08:00
rustdesk 07ab8e508c fix me 2024-04-09 19:48:58 +08:00
rustdesk ea1d4adfa6 fix check_process on mac since normal user can not get system's
process's command line arguments
2024-04-09 19:33:39 +08:00
rustdesk f34a8ef0e5 fix me 2024-04-09 19:02:17 +08:00
rustdesk 07eca00bd5 feat: allow-only-conn-window-open https://github.com/rustdesk/rustdesk/discussions/7033 2024-04-09 18:34:44 +08:00
rustdesk cf8386aa50 remove useless code in is_installed windows 2024-04-09 16:33:03 +08:00
rustdesk e884bdbbc4 fix https://github.com/rustdesk/rustdesk/pull/7654 2024-04-08 16:41:46 +08:00
rustdesk 22da14e3f7 fix https://github.com/rustdesk/rustdesk/discussions/7628, https://github.com/rustdesk/rustdesk/discussions/7490 2024-04-07 11:31:51 +08:00
rustdesk 33eaf2e05c bump to flutter 3.19.5 for wrong cpu instruction used in flutter 3.16 -> 3.19.4, which cause not running on some CPU 2024-04-03 14:25:09 +08:00
rustdesk 57510980ed move pkill tray to execstop of the service for linux 2024-04-01 17:07:10 +08:00
rustdesk 6186b41e3f modify comment 2024-03-28 11:52:43 +08:00
rustdesk 1fa3837bb0 revert back to async_trait since having to use 1.75 because of win7
support
2024-03-27 03:36:33 +08:00
rustdesk 5aec5b084a refactor --service/--server start time check (my stupid to restart
--server)
2024-03-27 03:02:36 +08:00
rustdesk b77add97db change to nightly-2023-10-13, the day of 1.2.3 2024-03-27 02:22:38 +08:00
rustdesk b306d808fb change to nightly-2023-12-28, the day of 1.75.0 2024-03-27 02:13:25 +08:00
rustdesk 1729c3f76d have to use nightly for win32 2024-03-27 02:05:54 +08:00
rustdesk 2eb591391e fix ci 2024-03-27 01:48:34 +08:00
rustdesk 075194fea8 x86 rust toolchain 2024-03-27 01:45:17 +08:00
rustdesk 28b376d2d2 stick to rust 1.75 for win7/8, https://github.com/rustdesk/rustdesk/discussions/7503 2024-03-27 01:33:01 +08:00
rustdesk 85f387bfb9 improve https://github.com/rustdesk/rustdesk/discussions/5631#discussioncomment-8916273 2024-03-27 00:38:13 +08:00
rustdesk 81aec8402b Temp solution for https://github.com/rustdesk/rustdesk/discussions/5631 2024-03-26 22:31:58 +08:00
rustdesk d407dfed0a remove main.cc since not found the way to code sign it since g++ no ENABLE_HARDENED_RUNTIME 2024-03-26 21:27:02 +08:00
rustdesk dcd4d0886e Close -> "Toggle tags" 2024-03-26 16:57:29 +08:00
rustdesk 9ad240951e fix uni link when mac service started, by use
applicationShouldOpenUntitledFile delegate
2024-03-26 14:11:02 +08:00
rustdesk d36e33a7cf rustdesk -> RustDesk in agent/daemon process since in App, the exe is
RustDesk rather than lowercase
2024-03-25 21:18:45 +08:00
rustdesk 3dc6e576df check isDisableAccount and isDisableAb before pull ab / group 2024-03-25 20:14:34 +08:00
rustdesk 00152e0db4 upload unsigned dmg since tar.gz does not work app failure 2024-03-25 15:43:18 +08:00
rustdesk 1964203848 fix unsigned mac 2024-03-25 15:04:34 +08:00
rustdesk 495444abd0 fix ci 2024-03-25 12:28:27 +08:00
rustdesk 09ec0b6325 fix https://github.com/rustdesk/rustdesk/discussions/7501 2024-03-25 12:15:51 +08:00
rustdesk cad0f15a83 fix ci 2024-03-25 12:06:49 +08:00
rustdesk b087dcd328 upload unsigned macos app 2024-03-25 11:21:01 +08:00
rustdesk 30f84e78e1 fix custom tray of mac 2024-03-24 22:17:40 +08:00
rustdesk 30af020ba8 fix config::is_incoming_only 2024-03-24 20:28:27 +08:00
rustdesk ef27cd6c5c custom.txt and tray for mac 2024-03-24 20:09:37 +08:00
rustdesk 770289cd67 replace Assets.xcassets/AppIcon.appiconset with AppIcon.icns for custom
client
2024-03-24 15:23:24 +08:00
rustdesk 25b5c96648 remove default create-dmg in build.py 2024-03-24 14:04:05 +08:00
rustdesk 05969c2f99 Hostname -> Server 2024-03-23 17:10:52 +08:00
rustdesk 1c3a2e475d safer handle_intranet 2024-03-23 00:56:18 +08:00
rustdesk f421a14659 fix lang 2024-03-21 11:18:48 +08:00
rustdesk 21e4679b6c improve tfa 2024-03-20 20:00:29 +08:00
rustdesk 87da2a165d fix ci 2024-03-17 11:20:25 +08:00
rustdesk 130deb8e22 add build arm64 macos 2024-03-17 11:17:23 +08:00
rustdesk b65d65cb12 fix ci 2024-03-17 00:56:59 +08:00
rustdesk 6cbbb6498f init_log once 2024-03-16 22:20:50 +08:00
rustdesk fb12ee7f2a fix loadLogo 2024-03-16 21:55:21 +08:00
rustdesk 0808672b6e modify warn 2024-03-16 11:59:12 +08:00
rustdesk fe0de47805 preset password warning 2024-03-16 11:52:48 +08:00
rustdesk 077569dd5d better option save 2024-03-16 01:51:16 +08:00
rustdesk a3f79065c5 better error handle in job.py 2024-03-16 00:30:30 +08:00
rustdesk fbfcf862cb add divider of statusbar back and add quit button for qs 2024-03-16 00:24:18 +08:00
rustdesk b3adbc1110 move outgoing_only_desk_tip to end 2024-03-15 10:12:58 +08:00
rustdesk 2bbc13ccf6 adjust logo and statusbar 2024-03-15 09:04:49 +08:00
rustdesk a9b0bc0409 fix some minors of custom client 2024-03-15 00:26:53 +08:00
rustdesk 175f185cb1 fix https://github.com/rustdesk/rustdesk/discussions/7381 2024-03-14 20:38:57 +08:00
rustdesk 56f27ec356 fix ci 2024-03-14 11:45:16 +08:00
rustdesk a314f59db9 fix https://github.com/rustdesk/rustdesk/issues/7377 2024-03-14 11:03:47 +08:00
rustdesk da4e268e63 fix job 2024-03-14 06:59:56 +08:00
rustdesk 482bb5f64f fix CI 2024-03-13 09:41:28 +08:00
rustdesk be301b825f load tray icon from asset 2024-03-12 22:13:28 +08:00
rustdesk fc875f7ad6 more on custom client 2024-03-12 21:47:29 +08:00
rustdesk f644053811 fix hostname for mac 2024-03-11 01:36:43 +08:00
rustdesk c0e5e78d2b no sign for build ci 2024-03-10 15:49:07 +08:00
rustdesk d103872c61 avoid upload debug file 2024-03-10 15:39:49 +08:00
rustdesk d47104f3f3 new sign 2024-03-10 15:06:49 +08:00
rustdesk d4288f89d3 fix ci 2024-03-10 14:03:28 +08:00
rustdesk 7060257051 Remove some arc, and add some custom client 2024-03-10 12:48:00 +08:00
rustdesk 262814391a fix ci 2024-03-08 00:47:21 +08:00
rustdesk b32cf403e6 overwrite config 2024-03-08 00:22:52 +08:00
rustdesk 921ee34779 unify winres 2024-03-07 17:00:32 +08:00
rustdesk 75a871c437 format 2024-03-07 16:37:51 +08:00