Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from rustdesk:master #11

Open
wants to merge 538 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 30, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jul 30, 2024
fufesou and others added 29 commits October 14, 2024 11:46
* fix: wayland CapsLock

Signed-off-by: fufesou <[email protected]>

* unformat for less changes

Signed-off-by: fufesou <[email protected]>

* refact: input, LockModes, do not check evt.down

Remove `evt.down`(revert the change) to avoid potential bugs.

Signed-off-by: fufesou <[email protected]>

---------

Signed-off-by: fufesou <[email protected]>
* combine upload files/folder button

Signed-off-by: 21pages <[email protected]>

* web compress cache

Signed-off-by: 21pages <[email protected]>

---------

Signed-off-by: 21pages <[email protected]>
…an input (#9644)

* fix: TextFormField onChanged event triggered multiple times when Korean input

* logic fix for iOS

* add comments

* move 'onChanged' logic to handleSoftKeyboardInput
change LC_ALL from C.UTF-8 to C

Signed-off-by: 21pages <[email protected]>
1. web only decode the latest image
2. web/ios remove relay server config when import

Signed-off-by: 21pages <[email protected]>
New terms added
Signed-off-by: 21pages <[email protected]>
* 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 <[email protected]>
* Update pl.rs

* Update pl.rs

Updated quota chars.
* fix: win->macos, mouse events,  key flags

Signed-off-by: fufesou <[email protected]>

* comments

Signed-off-by: fufesou <[email protected]>

---------

Signed-off-by: fufesou <[email protected]>
rustdesk and others added 30 commits January 1, 2025 23:05
rather than the awful workaround
* Fix ffmpeg videotoolbox wrong log when changing bitrate
* Let qsv support abr, and it's safe for qsv to changing bitrate.

Signed-off-by: 21pages <[email protected]>
* hbb_common: simplify is_compressed_file

Signed-off-by: Xiaobo Liu <[email protected]>

* `exts` rename to `compressed_exts`

---------

Signed-off-by: Xiaobo Liu <[email protected]>
```shell
warning: elided lifetime has a name
   --> src/common/mod.rs:192:21
    |
187 |     pub fn to<'a>(
    |               -- lifetime `'a` declared here
...
192 |     ) -> ResultType<EncodeInput> {
    |                     ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default
```
Add the translation in tw.rs

Log: Add the translation in tw.rs
* fix(debian): makes `postinst` script idempotent

* fix(debian): makes `prerm` script idempotent
* Adjust bitrate and fps based on TestDelay messages.
* Bitrate is adjusted every 3 seconds, fps is adjusted every second and when receiving test lag.
* Latency optimized at high resolutions. However, when the network is poor, the delay when just connecting or sliding static pages is still obvious.

Signed-off-by: 21pages <[email protected]>
Signed-off-by: 21pages <[email protected]>
* bridge.yml: Explicitly install cargo-expand of certain version

@linsui spotted this trying to fix the build failure of 1.3.7
on f-droid:

https://gitlab.com/fdroid/fdroiddata/-/merge_requests/18766

* flutter-build.yml: drop workarounds for flutter 3.13

@fufesou has removed them from build_fdroid.sh in #10040 but
forgot to remove them in main flutter_build.yml. flutter 3.13
is not used anymore, and those who want to build the old version
using flutter 3.13 can happily check out the appropriate commit
from Git history.

* Bump vcpkg baseline to 2025.01.13

@linsui addressed the missing vcpkg-tools.json file inside vcpkg
revision (microsoft side, not rustdesk's!) by updating the vcpkg
baseline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.