Add Galaxy Store#2900
Merged
Merged
Conversation
fire-at-will
commented
Dec 8, 2025
| AMAZON_STORE, | ||
|
|
||
| @SerialName("galaxy_store") | ||
| GALAXY_STORE, |
Contributor
Author
There was a problem hiding this comment.
Named this GALAXY_STORE instead of galaxy since the string is literally "Galaxy Store" to match the name of the store
MarkVillacampa
approved these changes
Dec 8, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## samsung-dev #2900 +/- ##
============================================
Coverage 78.46% 78.46%
============================================
Files 332 332
Lines 12880 12885 +5
Branches 1749 1749
============================================
+ Hits 10106 10110 +4
- Misses 2040 2041 +1
Partials 734 734 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tonidero
reviewed
Dec 9, 2025
| /** | ||
| * For entitlement granted via the Galaxy store. | ||
| */ | ||
| GALAXY, |
Contributor
There was a problem hiding this comment.
A bit late but should we mark this enum value as Experimental? I guess it could still be considered a small breaking change for devs using switch-case statements... NABD for now since we're merging to an integration branch though :)
This was referenced Mar 12, 2026
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.
Description
Adds the
GALAXYto the list of supported Store types.