- 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).
- Fix a UrlHandler to handle a click of privacy icon with deeplink properly.
- Fix a bug of a click of privacy icon.
- 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.
- Receive
FinalLandingUrlfrom Adserver. - Add
landingUrlto the arguments ofhandleResolvedUrlonUrlHandler.- You should reimplement
UrlHandlerif you want to apply this version.
- You should reimplement
- Fill the device info on the ad request. This enables to send the device info to Moloco ad server.
- Add an interface
UrlHandlerfor client.
- Enable to set keywords on a MolocoView.
- Make JAVA 7 compatible for a whole SDK project.