Skip to content

Releases: m1ga/ti.dfp

Android 4.0.0

22 Sep 19:56
a88bf1a
Compare
Choose a tag to compare
  • update to com.google.android.gms:play-services-ads:20.3.0
  • tested with Ti 10.0.x
  • clang all files
  • updated example

Version 2.0.1 (ios only)

17 Aug 12:59
Compare
Choose a tag to compare

This updates the Google Mobile Ads Framework to 7.22.0. You need this to avoid getting your app rejected by apple (#27)

Version 2.0.0

30 Jan 16:30
Compare
Choose a tag to compare

Updated for Ti SDK 6.0.x

1.2.2

31 Aug 16:26
Compare
Choose a tag to compare
  • PR#20 implemented testDevices for iOS (which were documented, but not actually implemented)
  • PR#20 improved build scripts to make build process more portable
  • PR#20 allow for use as a global module
  • PR#21 Android: fixed problem with parent views automatically scrolling to the adview when the ad loads in

Version 1.1.5

18 Aug 16:43
Compare
Choose a tag to compare

Updated Google Mobile Ads SDK for ios to version 7.4.1

Updated Google Play Services for android to 7.8

Version 1.1.4

06 May 20:19
Compare
Choose a tag to compare

Fix for issue #11; re-releasing version 1.1.4

Version 1.1.3

20 Apr 18:59
Compare
Choose a tag to compare

iOS: updated Google Mobile Ads SDK to 7.1.0

android: updated Google Play Services to 7.0

version 1.1.2

10 Apr 19:38
Compare
Choose a tag to compare

Added x86_64 support

1.1.1

05 Jan 18:01
Compare
Choose a tag to compare

Merged PR #8 from timanrebel

  • Added width/height to ad_received event, so it is easier to resize certain elements in the UI after loading an ad
  • adSizes now takes preference over adWidth/adHeight. Previously in 1.1.0 when no adWidth/Height, but adSizes were given, it would not work.

1.1.0

29 Dec 19:06
Compare
Choose a tag to compare
  • Merged pull request #5 from ddyy to make adWidth/adHeight work on iOS and to add smart banner size support for iOS
  • Merged pull request #6 from timanrebel to add support for multiple ad sizes on iOS and 64-bit support
  • Merged pull request #7 from timanrebel to add support for multiple ad sizes on android