Skip to content

Releases: mvojtkovszky/BillingHelper

1.3.1

03 Nov 23:34
Compare
Choose a tag to compare
  • Disable minifying for release build types so javadoc can be created

1.3.0

03 Nov 22:48
Compare
Choose a tag to compare
  • Renamed endBillingClientConnection() to endClientConnection() to stay persistent with initClientConnection()
  • Added isOwnedPurchasesChange to BillingEvent
  • isBillingReady() is now billingReady
  • Added purchasesQueried and skuDetailsQueried to determine if queries have been completed yet
  • Added isPurchasedAnyOf()
  • Added Javadoc support

1.2.0

14 Oct 10:30
Compare
Choose a tag to compare
  • added response code parameter to the billing listener
  • added more public extensions to Purchase and SkuDetails
  • added startConnectionImmediately to constructor
  • renamed queryForSkuDetailsOnInit to querySkuDetailsOnConnected and queryForOwnedPurchasesOnInit to queryOwnedPurchasesOnConnected
  • added option to call initClientConnection() manually, so it's now added as public method
  • better documentation
  • bump google billing to 3.0.1
  • bump core kotlin dependency to 1.3.2, gradle to 4.1.0

1.1.0

24 Sep 12:44
Compare
Choose a tag to compare
  • solve bug where cancelled flow gets reported incorrectly
  • invoke listeners in try/catch block
  • add support for obfuscatedAccountId, obfuscatedProfileId and setVrPurchaseFlow
  • bump Kotlin to 1.4.10