Commit Graph
992 Commits
Author SHA1 Message Date
Loren Eteval 544616f485 feat: align Home TUN availability label
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 19:53:01 +08:00
Loren Eteval f14dacec64 feat: expose subscription sync status
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 19:13:43 +08:00
Loren Eteval 3e849d9301 fix: avoid packaged Qt callback retention
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 19:13:43 +08:00
Loren Eteval 120583f6d6 Update Furious/Externals/AGENTS.md
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 18:56:33 +08:00
Loren Eteval 9c5a64acc6 docs: redesign repository guidance
Reconstruct the project operating model from source, tests, packaging, and runtime flows, then rewrite the AGENTS hierarchy around durable ownership, lifecycle, compatibility, and verification invariants.

Consolidate redundant UI and backend child guides, add evidence-based self-evolution rules, and keep specialized guidance only where local constraints materially differ.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 17:54:09 +08:00
Loren Eteval ec6d01e4b1 fix: preserve TUN switch animations
Keep user-initiated switch animation running when the shared settings controller echoes the committed TUN state, and animate the peer surface without emitting a recursive request. Preserve snap synchronization for initialization and rollback, with real Qt coverage for both directions and rapid toggles.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 17:29:31 +08:00
Loren Eteval be40bd1771 fix: avoid stale Qt signal teardown
Disconnect weak signal dispatch through Qt's opaque connection handle instead of retaining a sender SignalInstance until receiver destruction. This prevents a deleted asynchronous startup operation from causing a deterministic PySide6 access violation during application shutdown.

Add a child-process regression that destroys many senders before their shared receiver and verifies normal process termination.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 17:09:22 +08:00
Loren Eteval d9793286d1 refactor: make connection startup asynchronous
Replace GUI connection startup waits with a cancellable, staged Qt transaction. Observe core endpoints, DNS resolution, TUN device readiness, and runtime survival without nested event-loop waits while preserving the synchronous plugin compatibility path.

Commit runtimes only after every required stage succeeds, reject stale generations, and cover readiness, cancellation, rollback, platform ordering, and controller integration.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 17:09:05 +08:00
Loren Eteval 3844a8b9aa refactor: extract profile testing service
Move latency and download-speed scheduling out of ServerTableView into an identity-safe service. Add bounded Ping execution, a dedicated adaptive Qt TCPing thread, concurrent non-blocking core startup, and subscription-scoped cancellation with stale-result rejection. Cover scheduler behavior, cancellation races, repository reconciliation, and Qt resource cleanup.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-30 12:46:43 +08:00
Loren Eteval 2ead3fe06e refactor: simplify download speed menu
Expose a single Test Download Speed action backed by the multithreaded scheduler while retaining and documenting the single-threaded API for programmatic callers. Remove the obsolete translation and cover the menu label, shortcut, and dispatch behavior.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 21:59:54 +08:00
Loren Eteval 3888a6140e fix: exclude unsupported Linux Qt plugins
Keep the Essentials-only standalone bundle free of unused PDF, TIFF, WebP, and EGLFS plugins whose optional or host-specific dependencies break Flatpak verification. Assert that these plugins remain absent before running the complete native dependency scan.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 21:43:47 +08:00
Loren Eteval 0f8a792a6f feat: add smooth theme transitions
Apply resolved themes immediately beneath a 500 ms snapshot cross-fade shared by visible top-level windows. Keep interruption, resize, shutdown, and reduced-animation paths deterministic, with real Qt lifecycle coverage.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 21:05:58 +08:00
Loren Eteval aafd237db2 fix: harden Flatpak dependency verification
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 20:20:06 +08:00
Loren Eteval e0ea8f4614 fix: preserve Qt interaction semantics
Scope all server-table shortcuts, including nested menu actions, to the focused table. Preserve profile identity, selection, current index, active state, and focus across sorting and repository moves, and make the complete custom switch track clickable.

Add real QTest coverage for keyboard and mouse dispatch, proxy mapping, shared Home and Settings state, menu lifetimes, and transient editor keyboard behavior. Document the logic, Qt integration, and small-workflow test layers.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 19:59:43 +08:00
Loren Eteval 4d27d5f027 fix: register benchmark baseline module
Register the dynamically executed LogManager baseline in sys.modules so dataclass processing can resolve its defining namespace. Restore any previous module entry after loading to keep the benchmark isolated.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 19:11:20 +08:00
Loren Eteval 2055c0a8db feat: add searchable translated UI workflows
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 19:11:20 +08:00
Loren Eteval 15cb2c3b01 feat: expand server organization actions
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 19:11:20 +08:00
Loren Eteval 2703f3db39 feat: synchronize Home network controls
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 19:11:20 +08:00
Loren Eteval 2846e1a8c6 fix: bundle Flatpak native Qt dependency
Build double-conversion into the Flatpak runtime so QtCore does not depend on a host library unavailable inside the sandbox. Install each finished Flatpak in CI and fail when packaged native dependencies cannot be resolved in the application sandbox.

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-29 12:05:15 +08:00
Loren Eteval 17c03c9fd5 Update project README.md
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 22:13:49 +08:00
Loren Eteval c9b4900a32 fix: align External Core timeout row
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 11:11:16 +08:00
Loren Eteval 0c65ecaf97 chore: refresh bundled Xray routing assets
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 09:22:03 +08:00
Loren Eteval a178172a91 fix: verify Xray asset downloads before replacement
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 09:21:52 +08:00
Loren Eteval aa3216f32a fix: avoid logging credential-bearing inputs
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 09:21:43 +08:00
Loren Eteval c03d5f255b test: isolate exit confirmation translation
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 07:53:40 +08:00
Loren Eteval 753c73714a docs: evolve agent guidance hierarchy
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 07:51:40 +08:00
Loren Eteval e1e336af49 fix: confirm exit when system tray is unavailable
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-28 07:33:15 +08:00
Loren Eteval a294619c61 Disable TUN mode in Flatpak settings
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 22:01:01 +08:00
Loren Eteval 7bbece2818 Update .github/workflows/deploy-pypi.yml
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 21:49:20 +08:00
Loren Eteval 1193eea7f2 Update Furious/Application/DesktopApplication.py
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 21:46:02 +08:00
Loren Eteval dd185d3a20 Harden Qt callbacks and subscription diagnostics
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 16:43:01 +08:00
Loren Eteval 16637ec545 Preserve runtime ownership after start failure
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 16:40:04 +08:00
Loren Eteval 74cbd6f4f9 docs: evolve agent guidance hierarchy
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-27 15:34:37 +08:00
Loren Eteval 1e6c77a4bf Use dynamic translation for log page labels 2026-08-27 14:58:39 +08:00
Loren Eteval e0098f55d0 Refactor incremental log delivery and rendering 2026-08-27 14:58:39 +08:00
Loren Eteval fbd28c48d4 Implement generation-based log storage 2026-08-27 14:58:38 +08:00
Loren Eteval 89b18fd01e Fix persistence of unshown window geometry
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-26 17:00:27 +08:00
Loren Eteval 4599c57188 Update application icons
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-26 10:30:10 +08:00
Loren Eteval ffebf6e185 Refine external core editor guidance
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-26 10:14:20 +08:00
Loren Eteval abf35f9bcd Update Furious/Service/ConnectionManager.py
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-26 09:52:40 +08:00
Loren Eteval 562e590b59 Refine Xray routing rule editor
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-26 07:14:34 +08:00
Loren Eteval d87a69bcb0 Refine External Core editor layout
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 19:56:51 +08:00
Loren Eteval f37d1501ac Align External Core editor spacing
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 15:51:11 +08:00
Loren Eteval 4bc5923960 Harden cleanup rollback
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 15:40:08 +08:00
Loren Eteval 9e33ec63ac Stabilize application lifecycle tests
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 14:46:37 +08:00
Loren Eteval adfb5e1151 Unify asynchronous dialog ownership
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 14:21:36 +08:00
Loren Eteval 471fdbbd98 Refine repository guidance
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 13:52:25 +08:00
Loren Eteval bdc32aaf72 Keep navigation state session-local
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 11:09:02 +08:00
Loren Eteval cf0ed3045e Reorganize general settings actions
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 09:49:55 +08:00
Loren Eteval a8c100a987 Fix subscription auto-update lifecycle
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
2026-08-25 09:32:32 +08:00