-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Migrate brave-core changes from Android Ads #5160
Comments
Fixes brave/brave-browser#5160 * Added id to NotificationInfo data structure * Refactored debug logging * Refactored TabUpdated/TabClosed * Refactored unseen ads to available ads and decoupled frequency capping * Refactored background helper and fixed linter errors * Implemented background helper for Android * Refactored locale helper * Implemented locale helper for Android * Implemented notification helper * Refactored OnMediaPlaying/OnMediaStopped * Only show ad notifications on mobile if the app is in the foreground * Bumped Challenge Bypass Ristretto dependencies * Refactored GenerateGUID to use base::GenerateGUID * Enabled Brave ads for Android * Allow reinitialization of the bundle state database if the file was removed from storage * Refactored check for network connection * Implemented ChangeLocale * Stop collecting activity, delivering notifications and sustaining ad interaction when destroying AdsImpl * Refactored Client to use callbacks * Implemented notifications state * Refactored Initialize and RemoveAllHistory to use callbacks * Implemented close notification * Implemented My First Ad * Refactored notifications * Updated README.md * General refactoring
@tmancey the cases outlined under brave/brave-core#2947 are valid for desktop correct? Just double checking before QA starts verifying the issue. |
These tests are for desktop to make sure mobile changes did not break anything |
Verification passed on
Verified passed with
Verification passed on
|
Migrate brave-core changes from Android Ads
The text was updated successfully, but these errors were encountered: