-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Licensing service #2069
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4770884
Licensing service
fynngodau 4485f34
Replace hardcoded auth token with auth token fetched via account
fynngodau 78c9404
Notify is user not signed in to any Google account
fynngodau 305d30e
Don't provide most negative results in V2 licensing
fynngodau a18c534
Improve license notification icon & sound
fynngodau b88aace
Query licenses from multiple Google accounts in a row
fynngodau ac265d8
Dismiss all notifications if user wants to sign in
fynngodau 141843f
Always request `android.permission.GET_ACCOUNTS`
fynngodau 884050c
Target JVM 1.8 instead of 17 in fakestore
fynngodau a46daa3
Require permission to check license
fynngodau fff18c7
Apply review
fynngodau 8934281
Check preference from within Licensing service
fynngodau 4fe9bb9
Load device profile data for licensing user agent
fynngodau b65aaee
Apply review
fynngodau e84bdce
Use Google androidId for Licensing
jonathanklee 30feaa2
Check preference from within Licensing service
fynngodau 9fbaf2e
Fix swapped docstrings
fynngodau 224f822
Fix Ignore on notification not working
fynngodau da7bb3d
Enable multidex
fynngodau 92e38d1
Check for `POST_NOTIFICATIONS` permission
fynngodau 46e8aac
Use big text style so that the text is displayed fully
1632e54
Disable `GetLocales` lint
fynngodau d4f0b56
Enable postprocessing in vending-app
fynngodau 137a521
Revert "Enable multidex"
fynngodau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not one bit of an idea why, in my emulator tests, the
INTENT_KEY_IGNORE_PACKAGE_NAME
extra doesn't reach the receiver whenFLAG_IMMUTABLE
is set.