Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.16 KB

File metadata and controls

33 lines (23 loc) · 1.16 KB

Moloco Android SDK - Changelog

Version 1.1.9 (Nov 21, 2019)

  • Enable to set location, IP address, and carrier on a MolocoView and a MolocoNative.
  • Fix a bug on the WebView scaling for Android API (< 19).

Version 1.1.8 (Nov 7, 2019)

  • Fix a UrlHandler to handle a click of privacy icon with deeplink properly.

Version 1.1.7 (Oct 31, 2019)

  • Fix a bug of a click of privacy icon.

Version 1.1.6 (Oct 01, 2019)

  • Modify the algorithm of scaling a webview of banner.
  • Fill the OS version on the ad request. This enables to send the OS version to Moloco ad server.

Version 1.1.5 (Sep 09, 2019)

  • Receive FinalLandingUrl from Adserver.
  • Add landingUrl to the arguments of handleResolvedUrl on UrlHandler.
    • You should reimplement UrlHandler if you want to apply this version.

Version 1.1.4 (August 30, 2019)

  • Fill the device info on the ad request. This enables to send the device info to Moloco ad server.

Version 1.1.3 (August 21, 2019)

  • Add an interface UrlHandler for client.

Version 1.1.2 (July 15, 2019)

  • Enable to set keywords on a MolocoView.

Version 1.1.1 (June 03, 2019)

  • Make JAVA 7 compatible for a whole SDK project.