thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/mobile
Apache License 2.0
11.05k stars 2.51k forks source link

Add billing client #8334

Closed wmontwe closed 1 month ago

wmontwe commented 1 month ago

This adds the billing client implementation. It is currently limited to one-time purchases. Due to issues with the connectivity state, disconnect is disabled.

To test this, you need to use the fullBeta version of the TB app and ensure that it's changed to debuggable = true and signed with the release key. Ensure that the account used for the play store app is the same as registered in the licence testing group.

I'm not happy with the current solution, but given the time constraints, it is in a should work state.

Resolves: #8162