Merge routing with route rule#2189
Open
veto9292 wants to merge 39 commits into
Open
Conversation
- Migrate IconLauncher to liquid_glass to resolve icon fading/transparency issues. - Fix iOS build error on ARM64 simulators by correcting destination specifiers and architectures. - Update CocoaPods dependencies and sync Podfile.lock.
- Add notifiers and data layer for the chain system - Integrate chain options into config option repository and notifier - Update core service to handle chain-based generation - Connect chain preferences to application state
- Add conduitPairingId to Singbox Psiphon options for extra security and unblocker - Implement preferences and UI for Conduit pairing ID in psiphon section - Fix typo in extraSecurityProfileId preference key - Add localized translations for 'Conduit pairing ID' across 10 languages - Adhere to Material Design 3 style guide and preserve technical terms
…X; deprecating direct package selection in route rules
…ericListPage and notifier logic by eliminating the need for conversion during read/write
…utes as sub-routes of routingOptions. Also, move save logic from PopScope to onExit in the rule GoRoute.
…ify and bypass go_router limitations
…PopScope logic (moved to onExit in routing config notifier), and update navigation and route logic
…d expandable route general options, FAB menu, and empty state for rules list and more...
…ckAds and bypassLan
…uickSettings translations
…ion status changes Temporary hotfix to resolve fatal 'setState() called during build' errors caused by lazy evaluation of dirty provider dependency chains during high-frequency status transitions. - Establishes eager evaluation by listening to `activeProxyNotifierProvider` at the root container level during bootstrap to resolve dirty state flushes in microtasks. - Refactors `serviceRunningProvider` and all downstream dependent stream/future notifiers to execute synchronously to prevent build-phase timing hops. - Defers secondary state updates using `Future.microtask()`. Note: This is a temporary architectural patch to bypass Riverpod's lazy widget evaluation mechanics under high-frequency stream updates. A full core communication redesign is recommended for future maintenance to address this natively.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.