Releases: mvojtkovszky/BillingHelper
Releases · mvojtkovszky/BillingHelper
1.3.1
- Disable minifying for release build types so javadoc can be created
1.3.0
- 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
- 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
- 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