Commit Graph

13 Commits

Author SHA1 Message Date
1be01a0a72
[backport] refactor clipboard pasteboard fix (#55) to release/v1.1.5 (#60)
* refactor: replace super_clipboard with pasteboard, drop cargokit/Rust

super_clipboard pulled in super_native_extensions (a Rust native layer
built via cargokit), whose precompiled-binary download from GitHub
release assets has been intermittently failing the build ("Connection
closed while receiving data"). It was used for exactly one feature -
reading a clipboard image into the composer - in a single file; the
other 12 imports were dead.

- Swap super_clipboard -> pasteboard (platform-channel, no Rust).
- Rewrite readClipboardImageAsXFileInternal() on Pasteboard.image
  (PNG bytes), collapsing three helpers into one.
- Remove 12 unused super_clipboard imports.
- Regenerated plugin registrants / lockfiles drop super_native_extensions.

Removes the Rust toolchain requirement and the flaky download entirely.
Text copy/paste already used Flutter's built-in Clipboard and is
unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
(cherry picked from commit 6e31064cd2)

* ci: keep TestFlight package release-only

(cherry picked from commit bd500d66c7)

* ci: refresh release validation for #55 backport

---------

Co-authored-by: Haitao Pan <manbuzhe2009@qq.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:24:48 +08:00
Haitao Pan
81ecfba85a feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +08:00
Haitao Pan
3dbace66ca ci: build linux runner with cxx17 2026-05-03 19:55:53 +08:00
Haitao Pan
041fb8869e Add desktop background-run lifecycle hooks 2026-03-26 18:42:11 +08:00
Haitao Pan
0ae901babd feat(assistant): paste clipboard images as attachments 2026-03-24 13:02:01 +08:00
Haitao Pan
170fd3ee0f Rebuild desktop persistence as file stores 2026-03-23 21:45:36 +08:00
Haitao Pan
5ea9b639f5 fix(linux): unblock parity desktop builds 2026-03-21 01:28:33 +08:00
Haitao Pan
1e403db0be Merge branch 'codex/linux-desktop-parity' into main
# Conflicts:
#	lib/app/app_controller.dart
#	test/features/settings_page_test.dart
#	test/test_support.dart
2026-03-18 18:15:09 +08:00
Haitao Pan
d524c74047 Finish secure settings storage and refresh workspace UI 2026-03-18 17:04:00 +08:00
Haitao Pan
910fd3fedc feat: add linux desktop parity scaffolding 2026-03-16 17:58:37 +08:00
Haitao Pan
51e225ffc0 Add global language toggle and app localization 2026-03-11 15:15:47 +08:00
Haitao Pan
ce21360a59 Add assistant access controls and maximize desktop windows 2026-03-11 14:04:29 +08:00
Haitao Pan
9720b1fc65 Initial Flutter workspace shell 2026-03-11 07:32:52 +08:00