fufesou and GitHub
84dab0e96f
Fix/android keyboard map mode workaround ( #10064 )
...
* fix: Android, keyboard, map mode, workaround
The `KeyEvent.physicalKey.usbHidUsage` are wrong if using Microsoft
SwiftKey keyboard.
`window.addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM)` is a workaround for this issue.
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: clear callback on first image
Signed-off-by: fufesou <linlong1266@gmail.com >
* Android disable soft keyboard in remote page if not editing.
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-26 20:33:54 +08:00
314c93b210
Create empty dir on send files in local ( #9993 )
...
* feat: Add empty dirs on sendfiles
* Update connection.rs
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-11-23 23:09:11 +08:00
fufesou and GitHub
d3efcd4223
fix: mobile, soft keyboard ( #9860 )
...
Switching the input method, don't affect the canvas.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-08 15:01:36 +08:00
fufesou and GitHub
d0ef52e418
fix: touch input, ensure message orders ( #9855 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-07 21:23:41 +08:00
fufesou and GitHub
69277dd16b
fix: mobile, don't adjust canvas on gesture help show up ( #9846 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-07 14:58:10 +08:00
fufesou and GitHub
faf97c770c
fix: mobile, cursor mode, don't reset canvas ( #9843 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-06 21:59:23 +08:00
fufesou and GitHub
5cfd1701fb
fix: mobile input, touch mode, in display ( #9827 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-05 17:55:38 +08:00
fufesou and GitHub
12c1337b7b
fix: mobile mouse mode, cursor range ( #9811 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-04 22:37:21 +08:00
fufesou and GitHub
040253b319
fix: mobile cursor focus ( #9803 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-01 15:40:57 +08:00
fufesou and GitHub
44fa83d080
fix: android input, soft keyboard, mouse mode ( #9797 )
...
Cursor movement in the remote screen.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-11-01 11:25:38 +08:00
fufesou and GitHub
697dd87383
Refact/mobile remove adjust 4 soft keyabord ( #9787 )
...
* refact: remove adjust for soft keyboard
Signed-off-by: fufesou <linlong1266@gmail.com >
* mobile, do not set the view style after scale end
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-31 10:11:00 +08:00
fufesou and GitHub
0b8cccd8be
fix: mobile view style, on conn ( #9786 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-30 19:00:07 +08:00
fufesou and GitHub
a289eae07c
fix: mobile -> mobile, long press ( #9775 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-29 19:57:29 +08:00
fufesou and GitHub
f0450db203
refact: mobile reset canvas ( #9766 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-29 09:49:04 +08:00
21pages and GitHub
40e8f0d307
revert missing retry and opt keep session ( #9755 )
...
* Revert "fix missing retry (#8750 )"
If `hasRetry` is true: there is a retry timeout;
If `hasRetry` is false: there is no retry button;
In
https://github.com/rustdesk/rustdesk/discussions/8748#discussioncomment-10081038,when
doesn't want inactive to retry,
https://github.com/rustdesk/rustdesk/blob/cf0e3ec303990a48e0b3a6beedd3587079a6526c/flutter/lib/models/model.dart#L444 ,
1.2.3 always show retry no matter what `hasRetry` is.
This reverts commit c3c99ba107 .
* not keep session if there is no remote connection left.
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-26 22:05:54 +08:00
21pages and GitHub
445e9ac285
no password required for file transfer action in remote control menu ( #9731 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-24 17:20:48 +08:00
21pages and GitHub
e8187588c1
auto record outgoing ( #9711 )
...
* Add option auto record outgoing session
* In the same connection, all displays and all windows share the same
recording state.
todo:
Android check external storage permission
Known issue:
* Sciter old issue, stop the process directly without stop record, the record file can't play.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-21 14:34:06 +08:00
21pages and GitHub
53d11e99d7
web only decode the latest image ( #9689 )
...
1. web only decode the latest image
2. web/ios remove relay server config when import
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-18 08:45:16 +08:00
fufesou and GitHub
ae8dfe84a0
feat, web toast ( #9686 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-10-17 17:23:09 +08:00
21pages and GitHub
eb1ef0969c
web file transfer ( #9587 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-12 09:03:13 +08:00
21pages and GitHub
97f02ed25e
Web password source ( #9618 )
...
* ensure window init finish
Signed-off-by: 21pages <sunboeasy@gmail.com >
* web password source
Signed-off-by: 21pages <sunboeasy@gmail.com >
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-11 09:52:09 +08:00
21pages and GitHub
ffc73f86a0
fix ab peers view, all peer tab use global peers model ( #9475 )
...
Use ChangeNotifierProvider<Peers>.value, and each peer tab has a global unique `Peers` model, then `load peers` and `build
peers` will always be the same one.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-09-26 22:08:32 +08:00
fufesou and GitHub
75a14fea23
fix: keyboard, change mode, await, on input source changed ( #9434 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-09-23 17:31:37 +08:00
fufesou and GitHub
9380f33d7c
Refact/options ( #9318 )
...
* refact options
Signed-off-by: fufesou <linlong1266@gmail.com >
* Remove unused msg
Signed-off-by: fufesou <linlong1266@gmail.com >
* web, toggle virtual display
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-09-10 23:54:59 +08:00
fufesou and GitHub
13effe7f14
fix: web, switch display ( #9307 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-09-10 11:29:20 +08:00
fufesou and GitHub
7a1157f1b0
refact: quality status event ( #9268 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-09-05 22:37:14 +08:00
fufesou and GitHub
cf06d1028f
fix: web, reset cursor on disconn, back to main page ( #9192 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-08-27 23:58:04 +08:00
21pages and GitHub
8745fcbb6a
opt desktop file manager status list ( #9117 )
...
* Show delete file/dir log
* Show full path rather than base file name
* Show files count
* Opt status card layout
* Change selected color to accent
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-08-20 10:53:55 +08:00
1729ee337f
trust this device to skip 2fa ( #9012 )
...
* trust this device to skip 2fa
Signed-off-by: 21pages <sunboeasy@gmail.com >
* Update connection.rs
---------
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-08-12 18:08:33 +08:00
fufesou and GitHub
3c6ddd7403
fix: multi-displays, displays changed, switch idx ( #9006 )
...
Use init display index as the primary index.
But when displays changed, the primary display may also changes.
No need to change the old primary index.
But we need to make sure that the old primary index does not exceed the display number.
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-08-09 21:17:06 +08:00
fufesou and GitHub
2662abc5a3
fix: reset voice call state, on conn ( #8961 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-08-06 00:28:31 +08:00
rustdesk
764fbe2c9d
addressing https://github.com/rustdesk/rustdesk/issues/8883
2024-07-30 00:27:01 +08:00
dignow and GitHub
39dbd89287
fix: siwtching display, clear last old image ( #8810 )
...
* fix: siwtching display, clear last old image
1. Clear last old image.
2. Try refresh after switching display.
3. Add an interval check before refresh video service.
Signed-off-by: dignow <linlong1265@gmail.com >
* simple changes
Signed-off-by: dignow <linlong1265@gmail.com >
---------
Signed-off-by: dignow <linlong1265@gmail.com >
2024-07-24 17:35:06 +08:00
21pages and GitHub
57d1b1ecc4
fix nextRgba not called when switching to texture render ( #8792 )
...
Because rgba buffer render doesn't support multi display, when switch to
multi display, it is possible that rgba.valid has been set to valid but
nextRgab is not called, when switching back to single display,
rgba.valid is still true.
Fix by rgba buffer, rgba texture and gpu texture using different messages.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-07-24 12:06:16 +08:00
614086a216
fix: mobile, query onlines, on active ( #8796 )
...
* fix: mobile, query onlines, on active
Signed-off-by: dignow <linlong1265@gmail.com >
* Update peer_tab_page.dart
---------
Signed-off-by: dignow <linlong1265@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2024-07-23 23:28:03 +08:00
21pages and GitHub
3a0ece1447
mobile view mode menu ( #8707 )
...
* mobile add view mode menu, disable same menus as desktop
* show forbidden cursor when not view mode && no keyboard permission &&
not show remote cursor
* hide keyboard/mouse bottom action when keyboard disabled
* fix not listen keyboard permission change
* mobile missing changing resolution and http proxy setting, will add if
needed.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-07-14 15:04:35 +08:00
21pages and GitHub
d67afa49b4
portable service only run on main display ( #8525 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-06-29 14:17:24 +08:00
fufesou and GitHub
c5d3c7f390
Feat/android more actions ( #8496 )
...
* feat: android volume and power actions
Signed-off-by: fufesou <linlong1266@gmail.com >
* Add translations and refact action menus
Signed-off-by: fufesou <linlong1266@gmail.com >
* Remove divider
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: recover deleted translations
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-27 13:28:05 +08:00
fufesou and GitHub
40cb59336f
fix: mobile actions, position ( #8446 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-23 11:06:47 +08:00
fufesou and GitHub
42394fcbdd
fix: android, two finger pan, scale ( #8429 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-21 09:07:32 +08:00
fufesou and GitHub
82bf04da81
fix: android, touch mode, correct cursor input, on soft keyboard shows ( #8426 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-20 22:18:57 +08:00
RustDesk and GitHub
7956953669
Revert "fix: android, touch mode, move cursor ( #8419 )" ( #8421 )
...
This reverts commit dcba4615a2 .
2024-06-20 12:22:36 +08:00
fufesou and GitHub
dcba4615a2
fix: android, touch mode, move cursor ( #8419 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-20 08:29:07 +08:00
fufesou and GitHub
e50b72622c
fix: android, touch mode, soft keyboard, no pointer events ( #8409 )
...
* fix: android, touch mode, soft keyboard, no pointer events
Signed-off-by: fufesou <linlong1266@gmail.com >
* Reset lastIsBlocked on touch mode toggled
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: reset lastIsBlocked when updating keyHelpToolsRect
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-19 15:58:23 +08:00
fufesou and GitHub
92dd0ee1dd
fix: non texture, multi window, switch display ( #8353 )
...
* fix: non texture, multi window, switch display
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix build
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-14 17:55:03 +08:00
fufesou and GitHub
bc875a35b0
Refact/multi window soft rendering ( #8343 )
...
* refact: multi_window_soft_rendering
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: window pos, potential wait for image
Signed-off-by: fufesou <linlong1266@gmail.com >
* comments
Signed-off-by: fufesou <linlong1266@gmail.com >
* remove debug print
Signed-off-by: fufesou <linlong1266@gmail.com >
* explicitly set rgba_data.size_got to false after init
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: multi window, merge images, render with texture
Signed-off-by: fufesou <linlong1266@gmail.com >
* revert, flutter.rs, rgba valid
Signed-off-by: fufesou <linlong1266@gmail.com >
* Add displays index before sending capture msg
Signed-off-by: fufesou <linlong1266@gmail.com >
* refact: multi window, soft rendering
Signed-off-by: fufesou <linlong1266@gmail.com >
* fix: build
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-13 18:03:41 +08:00
fufesou and GitHub
964d4f1f87
try fix cursor id, int.parse, exceeds limit ( #8333 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-13 00:34:23 +08:00
rustdesk
50aa5880de
always call platformFFI.nextRgba no matter what to avoid dead lock because of unknown reason
2024-06-12 02:34:15 +08:00
fufesou and GitHub
fd045043a1
fix: flutter image pub, version 3 to 4, get bytes ( #8202 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-05-29 19:10:15 +08:00
21pages and GitHub
837382349e
fix the bottom of FFmpeg vram qsv encoding being cropped ( #8191 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-05-29 13:34:22 +08:00