Skip to content

Releases: ShaishavGandhi/RxAds

1.0.2

02 Oct 04:44
Compare
Choose a tag to compare

Fix

  • Sources now import correctly

1.0.0

09 Aug 03:12
Compare
Choose a tag to compare

Moving RxAds to stable. APIs are now finalized.

Bug Fixes

06 Jun 00:05
0fa1342
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

#34 Fixes UndeliverableException

Kotlin Extensions

29 May 06:11
683bf73
Compare
Choose a tag to compare
Kotlin Extensions Pre-release
Pre-release
  • Add Kotlin extensions to AdLoader.Builder() to load native ads.
    Example:
val disposable = AdLoader.Builder(this, "ca-app-pub-3940256099942544/2247696110")
                .loadInstallAd(AdRequest.Builder().build())
                .subscribe({ installAd ->
                        
                    }, { error ->
                    
                })
  • withNativeAdOptions now is overriden and returns RxAdLoader which lets you use that operator and still reactively load ads.

UnifiedNativeAd

24 May 03:20
Compare
Choose a tag to compare
UnifiedNativeAd Pre-release
Pre-release
  • Support UnifiedNativeAd

Update to Play Services 15

16 May 03:37
2a6046b
Compare
Choose a tag to compare
Pre-release

Update Play Services

This will be particularly useful since play-services-ads releases will be independent of other play services releases. This will help RxAds in being in sync with ads part of play-services.

Alpha Release

07 Feb 04:54
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release
Release 0.1.0

Signed-off-by: shaishavgandhi05 <[email protected]>