21pages
bc211c8031
A=b, A case insensitive ( #9976 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-11-20 19:44:24 +08:00
fufesou
72a1f1161e
refact: flutter 3.24.4 ( #9874 )
...
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-11-10 11:18:08 +08:00
RustDesk
912f5265f1
Revert "Refact/flutter 3.24.4 ( #9870 )" ( #9871 )
...
This reverts commit 5eb2c31207
.
2024-11-09 23:32:18 +08:00
fufesou
5eb2c31207
Refact/flutter 3.24.4 ( #9870 )
...
* Update pubspec.lock
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: flutter 3.24.3
Signed-off-by: fufesou <linlong1266@gmail.com>
* fix: workaround Autocomplete options
Signed-off-by: fufesou <linlong1266@gmail.com>
* Replace engine with rustdesk custom flutter engine
* Update flutter-build.yml to use RustDesk flutter engine
* Fix the problem of missing extraction file directory windows-x64-release
* Update pubspec.lock.3.22.3
Signed-off-by: fufesou <linlong1266@gmail.com>
* remove pubspec.lock.3.22.3
Signed-off-by: fufesou <linlong1266@gmail.com>
* upgrade flutter android to 3.24.4
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: vitoway <vitoway@email.com>
Co-authored-by: vitoway <167743630+vitoway@users.noreply.github.com>
2024-11-09 20:51:47 +08:00
rustdesk
a277b022ff
bump to 1.3.3
2024-11-08 15:00:49 +08:00
rustdesk
d4184fd865
bump to 1.3.2
2024-09-26 23:07:53 +08:00
rustdesk
3db55a718c
build 48
2024-09-21 11:22:33 +08:00
21pages
a4cd64f0d5
fix qsv memory leak by updating ffmpeg ( #9266 )
...
* fix qsv memory leak by updating ffmpeg
* Memory leaks occur when destroying FFmpeg QSV VRAM encoders. This issue is resolved with FFmpeg version 7.
* FFmpeg requires ffnvcodec version 12.1.14.0 or higher, and an NVIDIA driver version greater than 530. For more details, https://github.com/FFmpeg/nv-codec-headers/tree/n12.1.14.0 .
* The code of NVIDIA VRAM encoder is not changed, still use Video Codec SDK version 11, which is unaffected by FFmpeg. Drivers newer than 470 can support this, but we may consider an update later, as the support check by sdk code may not be accurate for FFmpeg RAM encoders.
* The issue is related to FFmpeg, not libmfx. FFmpeg version 7 recommends using libvpl, but vcpkg currently lacks ports for libvpl. We can add these in the future.
* D3D11 Texture Rendering: The "Shared GPU Memory" in the task manager continue increasing when using D3D11 texture render, which can exceed the GPU memory limit (e.g., reaching up to 100GB). I don't know what it is and will try to find it out.
* Roughly tests on Windows, Linux, macOS, and Android for quick fix. Further testing will be performed, and I will share the results in this pr.
Signed-off-by: 21pages <sunboeasy@gmail.com>
* update flutter_gpu_texture_render, fix shared gpu memory leak while
rendering
Signed-off-by: 21pages <sunboeasy@gmail.com>
---------
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-09-07 10:20:52 +08:00
21pages
a946d4d0c9
file transfer status text overflow at start ( #9166 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-08-25 20:46:21 +08:00
rustdesk
d400999b9c
bump to 1.3.1
2024-08-24 19:02:04 +08:00
rustdesk
529e70910d
build 47
2024-08-21 18:29:43 +08:00
21pages
4fec8abad4
update repo to rustdesk-org ( #8905 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-31 17:25:10 +08:00
fufesou
541d9c6b86
feat: clipboard, multi formats ( #8733 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-07-28 17:26:54 +08:00
rustdesk
1d59a7fe5f
adjust uni_link_desktop version to make work with old flutter
2024-07-12 18:07:27 +08:00
rustdesk
ed3fb1efa4
bump to 1.2.7
2024-06-28 09:59:10 +08:00
rustdesk
cb5fa85ac2
build 45
2024-06-26 09:59:35 +08:00
rustdesk
1a69d525af
fix tile type droplist and change to build 44
2024-06-23 11:39:44 +08:00
rustdesk
baeee642dd
build 43
2024-06-22 20:51:41 +08:00
rustdesk
1cb0e1ce7b
try out 3.22.2
2024-06-21 12:33:24 +08:00
rustdesk
0b32e741f7
test 3.13.9 on master for android
2024-06-21 01:29:00 +08:00
rustdesk
e95823f543
for try out flutter 3.22.2
2024-06-21 01:00:46 +08:00
rustdesk
70151e3dd8
add Push Notifications capability though we do not use it explictly, but our dep used it, have to enable it, otherwise review will refuse us
2024-06-17 12:50:29 +08:00
rustdesk
e933f0baf2
build 41
2024-06-17 11:16:33 +08:00
rustdesk
2dcd9f02cd
bump to 1.2.6
2024-06-03 21:01:41 +08:00
rustdesk
123a45149d
bump to 1.2.5
2024-05-28 17:14:55 +08:00
21pages
67bc26ed57
remove address book operation code, as it duplicates the the functionality of web console ( #7451 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-03-21 14:01:18 +08:00
21pages
41da6d552f
shared address book ( #7229 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-03-20 15:05:54 +08:00
21pages
61279752e2
upgrade uni link desktop ( #7307 )
...
* fix macos uni not work since flutter 3.16, upgrade uni_links_desktop
Signed-off-by: 21pages <pages21@163.com>
* Connect when clicking enter (drop-down is not considered)
Signed-off-by: 21pages <pages21@163.com>
---------
Signed-off-by: 21pages <pages21@163.com>
2024-03-03 17:31:21 +08:00
21pages
5581248a1e
fix startup crash on windows without adapter ( #7093 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-02-09 16:53:15 +08:00
rustdesk
44e6b7dbb0
2fa for unattended access
2024-01-19 15:35:58 +08:00
21pages
89150317e1
add zero copy mode hareware codec for windows ( #6778 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-02 16:58:10 +08:00
rustdesk
f8a4b8de51
fix ci
2023-11-01 17:14:44 +08:00
rustdesk
eaa64d7b70
bump bridge to 1.80.1
2023-11-01 17:04:32 +08:00
rustdesk
af4f84a84b
fix ios ci
2023-11-01 15:16:33 +08:00
21pages
f1f3d288cd
upgrade desktop_drop to fix windows close on crash on flutter 3.13
...
https://github.com/MixinNetwork/flutter-plugins/pull/276
Signed-off-by: 21pages <pages21@163.com>
2023-11-01 15:09:02 +08:00
fufesou
8f202fd70d
fix flutter_rust_bridge pub version
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-01 10:08:35 +08:00
rustdesk
c2703d215b
bump flutter to 3.13.9 and bridge to 1.79
2023-10-31 21:10:23 +08:00
ClSlaid
505b73d20e
patch: try fix flutter paste
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-23 20:17:36 +08:00
rustdesk
5e616dd502
bump to 1.2.4
2023-10-14 11:07:08 +08:00
21pages
70c0edcbe7
mobile peer tab right actions dropdown
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-03 09:27:35 +08:00
21pages
3eeb0628f5
adjust scrollbar style, peers view support touch pad scroll, settings tab
...
remove horizontal touch pad scroll
Signed-off-by: 21pages <pages21@163.com>
2023-09-27 10:25:49 +08:00
21pages
167bf70cd6
mobile: limited height scroll tags/users, and scrollable peers
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-25 16:18:01 +08:00
21pages
0c6aa381c5
replace Wrap with builder in PeerView for efficiency
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-19 20:33:35 +08:00
Sahil Yeole
048e97e1ee
use modified dashchat to fix ios chat window safe area
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-09-05 17:40:11 +05:30
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
a0cc6afa7e
iOS deploy can run
2023-08-30 18:25:50 +08:00
rustdesk
28c0e15058
bump to 1.2.3
2023-08-23 12:56:33 +08:00
21pages
b27c3ff169
change tag color
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-22 19:07:01 +08:00
rustdesk
be11c7127d
flutter 3.13.0 for fixing flutter sluggish caused by combination of
...
offstage and loading animation in ab, issue #5410
2023-08-18 12:09:52 +08:00