feat: add deep link intent-filter for com.orion.store scheme#97
Open
helloworld1312 wants to merge 29 commits into
Open
feat: add deep link intent-filter for com.orion.store scheme#97helloworld1312 wants to merge 29 commits into
helloworld1312 wants to merge 29 commits into
Conversation
- Added storefrontModules config (Curated Spotlight + Recommendation Bundles) - Modern UI with category tabs, compact cards, bundle previews - Developer mode with local data toggle and diagnostics - Performance: debounced search, code splitting, optimized workers - Fixed app drawer name, scroll sensitivity, startup data loading
7950975 to
d24a3b3
Compare
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.
The com.orion.store URL scheme was added to the main activity in OrionStoreActivity.java.
This change enables external applications to launch Orion Store and request an update dialog; without the intent-filter specifying the com.orion.store scheme defined in strings.xml, attempts to open Orion Store using scheme-based URLs would fail to identify valid parameters.
The AndroidManifest.xml file was updated to include an ACTION_VIEW intent-filter with category DEFAULT using the com.orion.store scheme.
As a result, external applications can now open Orion Store using the com.orion.store:// scheme and verify