Giter VIP home page Giter VIP logo

billingx's People

Contributors

jakewharton avatar rharter avatar slavkoder avatar syarihu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

billingx's Issues

BillingX with BillingClient 3.0.x

One of the apps I work on can't be upgraded to BillingClient 4 at the moment for a bunch of reasons.

BillingX 0.9.0 breaks with GPBL 3.0.3 (and would with all 3.0.x versions) because the release requires breaking API changes from the GPBL 3->4 change.

Just FYI, what I did instead was:

maven {
    url 'https://jitpack.io'
}

and

debugImplementation 'com.github.pixiteapps:billingx:c268ca13c3c07bba3a57c0e92b80ac046a9f9d0a'

I assume similar could be done to "support" GPBL 2 via pointing to the merge of PR #12, albeit less useful because support for GPBL 2 is going to be pulled on November 1 2021 anyway.

Either way happy to write up and add a section to the readme for this approach if you'd accept a PR.

Use Context in DebugBillingClient constructor

First of all thanks for the library, it comes in handy for me right now. ๐Ÿ‘

Correct me if I'm wrong, but I think DebugBillingClient could use Context in its constructor. I checked where Activity is used and I think it could be replaced with application context instead. That would be closer to Google's BillingClient implementation and would help with dependency injection.

Thanks again.

BillingClient should be invalid after calling endConnection

Currently the library allows for calling endConnection and then startConnection on the same instance of BillingClient. But the actual Google Play Billing library makes BillingClient invalid after calling endConnection on its instance. By invalid I mean that it's unusable and a new instance of BillingClient has to be created.

I think billingx should work the same way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.