AFS Native for Android Release Notes

19.0.1 - September 9, 2021

  • Fixed bug where onAdLeftApplication wasn't recording the clicks on ads.
  • Fixed bug where application would crash when attempting to load ads without a connection.

19.0.0 - June 17, 2021

  • Change in ad renderer. Ads in app now match preview shown in the AdSense editor. See the migration guide for more information.
  • Removed prefetch property from SearchAdOptions.
  • Deprecated classes & methods have been removed.

18.1.0 - September 08, 2020

  • Added support for IAB TCF v2 data collection.
  • Bug fix: Added option for publisher to set ad badge language.

18.0.0 - August 6, 2019

  • Added spaRestricts option to SearchAdRequest.java to set filter options for Sponsored Product Ads (SPA).
  • Added experimentVariantStatus() method to SearchAdController.java which can be used to check whether the served style is an experiment variant, an experiment control, or was not selected for an experiment.
  • Removed obsolete AD_TYPE_PLA_SINGLE value for AdType.
  • Improved error catching.
  • Bug fix: Containers with all children hidden are now hidden.
  • Bug fix: Fixed cases where inherited styles were not applied.

17.0.0 - June 17, 2019

  • Migration from Android Support Libraries to Jetpack (AndroidX) Libraries. You must make the following changes in your app:

    • Upgrade com.android.tools.build:gradle to v3.2.1 or later.
    • Upgrade compileSdkVersion to 28 or later.
    • Update your app to use Jetpack (AndroidX); follow the instructions in Migrating to AndroidX.
  • See corresponding Google Play services release notes.

16.0.0 - February 7, 2019

2.0.0 - December 21, 2018

  • Removed requirement for using only play-services:12.0.1
  • Support for styles that contain elements using absolute positioning.
  • Support for styles that contain elements using stretch alignment.

1.0.0 - July 26, 2018

  • Initial public release.