Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare project for AdMob integration (#327) * feat: add event handlers and adapters to deploy script, generate pom files * feat: edit pom files * fix(deploying): fix deploying of project with rendering Deploy script publishes rendering module as aar. Build script generates and saves aar files too. Fix Sonatype exception about javadoc and sources in OpenMeasument SDK. Fix possible exception in DemandFetcher. Move staging url to global build.gradle. * feat: make separate script for deploying Open Measurement SDK #318 * feat(AdMob): prepare project for AdMob integration #324 * feat(AdMob): corrected imports for staging releases * Introduce AdMob banner adapter (#334) * feat: add event handlers and adapters to deploy script, generate pom files * feat: edit pom files * fix(deploying): fix deploying of project with rendering Deploy script publishes rendering module as aar. Build script generates and saves aar files too. Fix Sonatype exception about javadoc and sources in OpenMeasument SDK. Fix possible exception in DemandFetcher. Move staging url to global build.gradle. * feat: make separate script for deploying Open Measurement SDK #318 * feat(AdMob): prepare project for AdMob integration #324 * feat(AdMob): corrected imports for staging releases * feat(AdMob): connect AdMob banner #323 Configure AdMob banner. Add example to PrebidDemoJava app. Show logs for uncorrect auto refresh time. * feat: new mediation delegate's architecture #323 Simplify mediation delegate. Rewrite MoPub adapters using new architecture. Check MoPub examples in PrebidKotlin app. * feat: rewrite MoPub examples and mediation utils with new architecture #323 Create new mediation utils files for MoPub. Rewrite examples. Fix instrumented test cases. * fix(UnitTests): rewrite unit tests with new architecture #334 Fix old tests. Create new ones to cover more cases. * feat: remove reflection calls in MoPub mediation utils #334 Add weak reference for views. Add logs in case of destroying WeakReference. * feat(AdMob): complete AdMob banner implementation #323 Create ParametersMatcher. Add ability to get bid keywords without pop. Remove PrebidAdMobRequest. * feat(AdMob): add working ids for AdMob #323 * feat(AdMob): add AdMob banner examples to InternalTestApp #323 Added 320x50, 300x250 and flexible examples. * feat(AdMob): add visibility check for AdMob banner #323 * Introduce AdMob rewarded adapter (#339) * feat: add event handlers and adapters to deploy script, generate pom files * feat: edit pom files * fix(deploying): fix deploying of project with rendering Deploy script publishes rendering module as aar. Build script generates and saves aar files too. Fix Sonatype exception about javadoc and sources in OpenMeasument SDK. Fix possible exception in DemandFetcher. Move staging url to global build.gradle. * feat: make separate script for deploying Open Measurement SDK #318 * feat(AdMob): prepare project for AdMob integration #324 * feat(AdMob): corrected imports for staging releases * feat(AdMob): connect AdMob banner #323 Configure AdMob banner. Add example to PrebidDemoJava app. Show logs for uncorrect auto refresh time. * feat: new mediation delegate's architecture #323 Simplify mediation delegate. Rewrite MoPub adapters using new architecture. Check MoPub examples in PrebidKotlin app. * feat: rewrite MoPub examples and mediation utils with new architecture #323 Create new mediation utils files for MoPub. Rewrite examples. Fix instrumented test cases. * fix(UnitTests): rewrite unit tests with new architecture #334 Fix old tests. Create new ones to cover more cases. * feat: remove reflection calls in MoPub mediation utils #334 Add weak reference for views. Add logs in case of destroying WeakReference. * feat(AdMob): complete AdMob banner implementation #323 Create ParametersMatcher. Add ability to get bid keywords without pop. Remove PrebidAdMobRequest. * feat(AdMob): add working ids for AdMob #323 * feat(AdMob): add AdMob banner examples to InternalTestApp #323 Added 320x50, 300x250 and flexible examples. * feat(AdMob): create AdMob rewarded adapter #329 Add example to Kotlin test app. * feat(AdMob): add visibility check for AdMob banner #323 * feat(AdMob): add rewarded examples to Internal test app #329 * Introduce AdMob interstitial adapter (#340) * feat: add event handlers and adapters to deploy script, generate pom files * feat: edit pom files * fix(deploying): fix deploying of project with rendering Deploy script publishes rendering module as aar. Build script generates and saves aar files too. Fix Sonatype exception about javadoc and sources in OpenMeasument SDK. Fix possible exception in DemandFetcher. Move staging url to global build.gradle. * feat: make separate script for deploying Open Measurement SDK #318 * feat(AdMob): prepare project for AdMob integration #324 * feat(AdMob): corrected imports for staging releases * feat(AdMob): connect AdMob banner #323 Configure AdMob banner. Add example to PrebidDemoJava app. Show logs for uncorrect auto refresh time. * feat: new mediation delegate's architecture #323 Simplify mediation delegate. Rewrite MoPub adapters using new architecture. Check MoPub examples in PrebidKotlin app. * feat: rewrite MoPub examples and mediation utils with new architecture #323 Create new mediation utils files for MoPub. Rewrite examples. Fix instrumented test cases. * fix(UnitTests): rewrite unit tests with new architecture #334 Fix old tests. Create new ones to cover more cases. * feat: remove reflection calls in MoPub mediation utils #334 Add weak reference for views. Add logs in case of destroying WeakReference. * feat(AdMob): complete AdMob banner implementation #323 Create ParametersMatcher. Add ability to get bid keywords without pop. Remove PrebidAdMobRequest. * feat(AdMob): add working ids for AdMob #323 * feat(AdMob): add AdMob banner examples to InternalTestApp #323 Added 320x50, 300x250 and flexible examples. * feat(AdMob): create AdMob rewarded adapter #329 Add example to Kotlin test app. * feat(AdMob): add visibility check for AdMob banner #323 * feat(AdMob): add rewarded examples to Internal test app #329 * feat(AdMob): create AdMob interstitial adapter #328 Add example to Kotlin test app. * feat(AdMob): add interstitial examples to Internal test app #328 * AdMob fixes (#351) * feat(AdMob): add display insterstitial examples #343 * feat(AdMob): indicate the status of interstitial ads #344 * fix(AdMob): fix listeners and confg ids for rewarded and interstitial #345 * feat: open measurement version #346 * fix: add additional size to AdMob flexible banner #349 * Introduce AdMob native adapter (#342) * feat: add event handlers and adapters to deploy script, generate pom files * feat: edit pom files * fix(deploying): fix deploying of project with rendering Deploy script publishes rendering module as aar. Build script generates and saves aar files too. Fix Sonatype exception about javadoc and sources in OpenMeasument SDK. Fix possible exception in DemandFetcher. Move staging url to global build.gradle. * feat: make separate script for deploying Open Measurement SDK #318 * feat(AdMob): prepare project for AdMob integration #324 * feat(AdMob): corrected imports for staging releases * feat(AdMob): connect AdMob banner #323 Configure AdMob banner. Add example to PrebidDemoJava app. Show logs for uncorrect auto refresh time. * feat: new mediation delegate's architecture #323 Simplify mediation delegate. Rewrite MoPub adapters using new architecture. Check MoPub examples in PrebidKotlin app. * feat: rewrite MoPub examples and mediation utils with new architecture #323 Create new mediation utils files for MoPub. Rewrite examples. Fix instrumented test cases. * fix(UnitTests): rewrite unit tests with new architecture #334 Fix old tests. Create new ones to cover more cases. * feat: remove reflection calls in MoPub mediation utils #334 Add weak reference for views. Add logs in case of destroying WeakReference. * feat(AdMob): complete AdMob banner implementation #323 Create ParametersMatcher. Add ability to get bid keywords without pop. Remove PrebidAdMobRequest. * feat(AdMob): add working ids for AdMob #323 * feat(AdMob): add AdMob banner examples to InternalTestApp #323 Added 320x50, 300x250 and flexible examples. * feat(AdMob): create AdMob rewarded adapter #329 Add example to Kotlin test app. * feat(AdMob): add visibility check for AdMob banner #323 * feat(AdMob): add rewarded examples to Internal test app #329 * feat(AdMob): create AdMob interstitial adapter #328 Add example to Kotlin test app. * feat(AdMob): add interstitial examples to Internal test app #328 * feat(AdMob): create AdMob native adapter #341 Create native example for Kotlin test app. Fix accessibility error with NativeAsset. Change PrebidNativeAd image parser. * feat(AdMob): add native examples to Internal test app #341 * feat(AdMob): migrate mediation logic to MediationNativeAdUnit #341 Renamed some samples of AdMod ads. * feat(AdMob): configure MediationNativeAdUnit for MoPubNativeMediationUtils #333 Fix PrebidNativeAd exception when listener is null. * feat(AdMob): rewrite MoPub native examples #341 Remove old renderer, wrapper and mediation utils. * feat(AdMob): native ads according to IAB specs #347 Make test for parsing NativeAd. * feat(AdMob): rewrite in-app AdMob native example using original API #331 * feat(AdMob): rewrite in-app AdMob native feed and links examples using original API #331 * feat(AdMob): rewrite in-app GAM native examples using original API #332
- Loading branch information