-
Notifications
You must be signed in to change notification settings - Fork 877
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
Android using Desktop VPN credentials #14715
Conversation
001e8ce
to
9b0fec7
Compare
9b0fec7
to
995f45a
Compare
@@ -326,6 +326,8 @@ public boolean onMenuOrKeyboardAction(int id, boolean fromMenu) { | |||
} else if (id == R.id.brave_news_id) { | |||
openBraveNewsSettings(); | |||
} else if (id == R.id.request_brave_vpn_id || id == R.id.request_brave_vpn_check_id) { | |||
Log.e("BraveVPN", | |||
"purchased user : " + BraveVpnNativeWorker.getInstance().isPurchasedUser()); |
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.
why do we need that log on menu click?
android/java/org/chromium/chrome/browser/app/BraveActivity.java
Outdated
Show resolved
Hide resolved
InAppPurchaseWrapper.getInstance().processPurchases( | ||
activity, InAppPurchaseWrapper.getInstance().queryPurchases()); | ||
// InAppPurchaseWrapper.getInstance().processPurchases( | ||
// activity, InAppPurchaseWrapper.getInstance().queryPurchases()); |
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.
not needed?
I need to add a commit for the refactoring part. Sorry for the commented code. |
995f45a
to
6d0461a
Compare
Following best practices from BraveWalletRenderFrameObserver / JSSolanaProvider
6d0461a
to
18e07af
Compare
OK gave this a try with the latest code 👍
I think we're good to go here 😄👍 WDYT, @deeppandya? |
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.
lgtm
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.
++
Fixes brave/brave-browser#20374
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Refresh Brave VPN
. Click this