Alessandro De Blasis
2c36fe85cb
Update flutter/lib/mobile/pages/remote_page.dart
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 11:13:54 +01:00
Alessandro De Blasis
f8d34ac40b
Merge branch 'fix/mobile-scale-custom-pr' of github.com:deblasis/rustdesk into fix/mobile-scale-custom-pr
2025-10-29 10:10:22 +01:00
Alessandro De Blasis
cbc9a512ed
chore: keep remote_toolbar.dart cleanup (remove dead code)
...
The dead code removed in 265d08fc3 hasn't been used since Aug 2023.
Only reverting toolbar.dart is needed for the mobile Scale custom fix.
2025-10-29 10:08:19 +01:00
Alessandro De Blasis
a6a149bf59
Revert "fix: mobile remove "Scale custom" ( #13323 )"
...
This reverts commit 265d08fc3b .
2025-10-29 09:48:44 +01:00
Alessandro De Blasis
86e5617c96
Merge remote-tracking branch 'upstream/master' into fix/mobile-scale-custom-pr
2025-10-29 09:48:13 +01:00
Alessandro De Blasis
91efbbf1c1
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 09:25:02 +01:00
Alessandro De Blasis
9e60bb7bc6
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 09:24:53 +01:00
Alessandro De Blasis
87f4ce98d2
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 09:24:45 +01:00
Alessandro De Blasis
7cf53a0fa9
Update flutter/lib/mobile/widgets/custom_scale_widget.dart
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 09:24:34 +01:00
alonginwind
d4410e78e2
feat(ui): show alias instead of peerId in terminal tab label ( #13332 )
2025-10-29 16:11:20 +08:00
fufesou
e3fcc6cce3
fix: file transfer, auto start on reconnect ( #13329 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-29 15:15:05 +08:00
fufesou
265d08fc3b
fix: mobile remove "Scale custom" ( #13323 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-28 20:25:33 +08:00
21pages
7c8329c5c6
fix mac hwcodec check ( #13320 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-28 16:29:42 +08:00
Alessandro De Blasis
0ae6e3c02f
fix: prevent custom scale dialog from closing when interacting with slider
...
Wrapped MobileCustomScaleControls in GestureDetector with opaque behavior
to prevent touch events from propagating to parent dialog's clickMaskDismiss
handler. The slider now works correctly without closing the dialog.
Signed-off-by: Alessandro De Blasis <alex@deblasis.net >
2025-10-28 06:27:31 +01:00
Kendall
d3947c9a19
Fix typo in Spanish translation for downloading message ( #13289 )
2025-10-27 17:09:42 +08:00
Luca-rickrolled-himself
cd99331668
Add Romanian Locale ( #13270 )
...
* Create CODE_OF_CONDUCT-RO.md
* Create CONTRIBUTING-RO.md
* Create SECURITY-RO.md
* Create README-RO.md
* Update README.md
2025-10-27 16:52:36 +08:00
Re*Index. (ot_inc)
472e18b10a
Update Japanese ( #13268 )
2025-10-27 16:52:22 +08:00
Ivan Beà
d443f5de28
Update catalan translation ca.rs ( #13267 )
...
Update catalan translation
2025-10-27 16:52:10 +08:00
21pages
3242d132f6
opt ui of Windows session dialog ( #13303 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-27 16:51:30 +08:00
Tomppaa
e66d2facd4
Create fi.rs ( #13212 )
...
Please add Finnish language rustdesk.
2025-10-26 21:28:56 +08:00
Tomppaa
f15b8dc0da
Update lang.rs ( #13259 )
...
added finnish language.
2025-10-26 21:28:35 +08:00
Nguyễn Quý Hy
3275824aec
Allow flipping sort order in mobile app's file transfer ( #13273 )
...
* Allow flipping sort order in mobile app's file transfer
Signed-off-by: Nguyen Quy Hy <nguyenquyhy@live.com.sg >
* Change ascending to be non-nullable
Signed-off-by: Nguyen Quy Hy <nguyenquyhy@live.com.sg >
* Revert file_model change
Signed-off-by: Nguyen Quy Hy <nguyenquyhy@live.com.sg >
---------
Signed-off-by: Nguyen Quy Hy <nguyenquyhy@live.com.sg >
2025-10-25 21:10:26 +08:00
21pages
965cb704ec
add try catch on android setCodecInfo in case of unexpected crash ( #13280 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-24 21:04:18 +08:00
fufesou
938e165470
fix: save frame, LateInitializationError ( #13265 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-24 17:20:56 +08:00
esterTion
9058ef3344
ios: Enable file sharing and document browser support ( #13226 )
2025-10-23 15:58:50 +08:00
fufesou
ed39cc3038
fix: video service, wait timeout ( #13208 )
...
Use multiple frame fetched notifiers.
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-22 13:19:08 +08:00
21pages
a77752c4cb
fix tab lable translation ( #13240 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-21 15:39:52 +08:00
21pages
c9940957f0
fix camera large error log ( #13227 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-20 13:23:41 +08:00
Andrzej Rudnik
c90d72d720
Update pl.rs ( #13210 )
2025-10-19 14:19:53 +08:00
XLion
2c30bd9d24
Update tw.rs ( #13203 )
2025-10-18 16:39:08 +08:00
rustdesk
f2dc8e21a8
build 61
2025-10-18 08:50:07 +08:00
fufesou
6a0da9cf09
fix: custom scale, dpi ( #13197 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
1.4.3
2025-10-18 00:35:43 +08:00
rustdesk
d55974c352
--terminal command line
2025-10-17 19:22:46 +08:00
Gyuris Gellért
a898c22f4b
Translation: Review and update hu.rs ( #13169 )
...
Some translation conventions, linguistic correctness, and spelling review.
2025-10-17 16:10:23 +08:00
solokot
b82e8bedfc
Update ru.rs ( #13168 )
2025-10-17 16:09:55 +08:00
VenusGirl❤
7453cefd94
Update ko.rs ( #13152 )
...
Update Korean
2025-10-17 16:09:30 +08:00
Lynilia
1ed6b958cb
Update fr.rs ( #13151 )
2025-10-17 16:09:16 +08:00
Alex Rijckaert
57896ab176
Update nl.rs ( #13150 )
2025-10-17 16:09:02 +08:00
Mr-Update
5c370b3914
Update de.rs ( #13149 )
...
* Update de.rs
* Update de.rs
2025-10-17 16:08:37 +08:00
rustdesk
182e35adc7
1.4.3
2025-10-17 13:58:08 +08:00
fufesou
d0a360fd80
refact: option, touch mode, move to local ( #13055 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-17 13:36:46 +08:00
21pages
2fbc0625de
fix macos low fps after installation ( #13185 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-16 17:27:23 +08:00
fufesou
d3d20a4e20
fix: Wayland, cpu 100, workaround ( #13179 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-10-15 21:59:48 +08:00
21pages
2c088d3504
fix can't run from cmd on win7 ( #13160 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-10-14 12:11:05 +08:00
bovirus
6f9728f2d4
Italian language update ( #13148 )
2025-10-13 20:43:07 +08:00
21pages
30552fd202
show peer note ( #13140 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com >
2025-10-12 14:59:42 +08:00
Mahdi Rahimi
9826c4e943
Update Arabic translation in ar.rs ( #13144 )
2025-10-12 14:55:51 +08:00
Mahdi Rahimi
bb9445bd0f
Updated Persian translations in fa.rs ( #13143 )
2025-10-12 14:55:37 +08:00
Mr-Update
1f7e66f4cb
Update de.rs ( #13138 )
2025-10-12 14:55:23 +08:00
bovirus
2a34e918a0
Italian language update ( #13136 )
2025-10-12 14:55:01 +08:00