alonginwind
3384eda8b7
feat(terminal): add two-row floating keyboard buttons for common commands (mobile only) ( #13876 )
...
* feat(terminal): add two-row floating keyboard buttons for common commands (mobile only)
* Fix missing newline at end of pl.rs
Add missing newline at the end of the file.
2025-12-28 15:41:25 +08:00
alonginwind
ef62f1db29
Fix terminal clear command to remove residual output ( #13531 )
...
* Fix terminal clear command to remove residual output
* Update flutter/lib/models/terminal_model.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update flutter/lib/desktop/pages/terminal_page.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix: Prevent "Build scheduled during frame" in terminal resize
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-18 23:31:54 +08:00
21pages
5ff1740b5b
set allowMalformed to true when decode utf8 ( #12693 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-08-20 14:55:52 +08:00
fufesou
61194182eb
fix: debug, terminal web ( #12375 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-22 19:26:50 +08:00
fufesou
555bb66668
fix: terminal, handle newline ( #12342 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-19 11:14:14 +08:00
fufesou
bdd3bb946e
refact: restore terminals ( #12334 )
...
Signed-off-by: fufesou <linlong1266@gmail.com >
2025-07-18 11:51:53 +08:00
RustDesk
5faf0ad3cf
terminal works basically. ( #12189 )
...
* terminal works basically.
todo:
- persistent
- sessions restore
- web
- mobile
* missed terminal persistent option change
* android sdk 34 -> 35
* +#![cfg_attr(lt_1_77, feature(c_str_literals))]
* fixing ci
* fix ci
* fix ci for android
* try "Fix Android SDK Platform 35"
* fix android 34
* revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0
* refactor, but break something of desktop terminal (new tab showing loading)
* fix connecting...
2025-07-01 13:12:55 +08:00