Skip to content

Releases: teads/TeadsSDK-android

v4.2.0

14 Feb 16:46
Compare
Choose a tag to compare
  • Add the method setAdContainerView in the InReadAdView to provide the ad container View to Teads in order to provide accurate stats and optimize your revenue
  • Add aditionnal log in the logcat to help find if the ad is hidden by an overlay and doesn’t start
  • Improve VPAID performances
  • Expose SDK version
  • Fix and minors improvements

Breaking change: The InReadAdView#setAdContainerView need to be implemented to have correct AdCall metrics. See the documentation.

v4.1.2

06 Dec 17:06
2d252cd
Compare
Choose a tag to compare
  • Disable SDK for API under 19
  • Fix ad view player size
  • Improve performances

v4.1.1

19 Nov 13:21
6ec9d39
Compare
Choose a tag to compare
  • fix CustomAdView & InReadAdView state restoration
  • fix onAdVolumeChange not fired on TeadsListener

v4.1.0

23 Oct 12:11
Compare
Choose a tag to compare
  • improve load performance
  • improve VPAID creative support
  • add userConsent api for MoPub and AdMob adapters

v4.0.47

09 Oct 13:34
2a08d51
Compare
Choose a tag to compare
  • Major API change. The SDK is now view based. The view can be added to your layout or inside a ViewHolder very easily without having to call unecessary method such as onResume. A migration guide will be published before final release.
  • New ad format supported and improved VPAID support
  • New logic behind the hood to reduce SDK update count
  • Official mediation adapter for AdMob and MoPub
  • GDPR compliant

v2.5.12

21 Jun 13:07
579851f
Compare
Choose a tag to compare
  • Bug fixes on custom integration

v2.5.11

24 May 13:11
b709799
Compare
Choose a tag to compare
  • Improvements and bug fixes

v2.5.10

10 Apr 09:41
0650b53
Compare
Choose a tag to compare
  • Improvements and bug fix

v2.5.9

03 Apr 07:33
ebf6916
Compare
Choose a tag to compare
  • Add support for brandsafety. If you have news content in your app, you should use teadsConfiguration.pageUrl = "https://news.com/myArticle"; where the url is you equivalent http url of your article. More information here.

v2.5.8

08 Mar 17:00
1098e76
Compare
Choose a tag to compare
  • Remove event service to prevent issue on Android 8.x