Register icon indicating copy to clipboard operation
Register copied to clipboard

Android Library and App for testing Play Store billing

Results 12 Register issues
Sort by recently updated
recently updated
newest added

The last version of Google Play Billing Library, 3.0.1, currently used in the lib is 2.2

Debugging the app is a bit difficult when in Flipper for example. Both Register's and a client's application could have "MainActivity" be the name of the Launcher activity. Lets rename...

Library
Enhancement

Currently, BillingContextWrapper will crash when onBindService is called, because package manager returns queryIntentServices w/ a list of size 0. We should be able to recover from this gracefully and show...

Library
Bug

All resources in a library default to public. To make all resources implicitly private, you must define at least one specific attribute as public. Resources include all files in your...

Companion
Enhancement

The Play Store's purchase UI has moved to a bottom sheet from the old dialog. We currently display as a dialog. It would be nice to make ours look the...

Enhancement

Tests that were removed due to Play-Billing library: - [GetPurchasesAndSkuDetailsConnectionTest.java](https://github.com/nytimes/Register/pull/49/files#diff-d04dfa9926d3eef7e6023c7ea869cc29) - [BuyServiceConnectionTest.java ](https://github.com/nytimes/Register/pull/49/files#diff-969464a9d2458e9f87b4869ccef5e6c2) Let's see what we can do to try and cover what was lost in the above tests...

Library

It seems like a user has to manually configure the separate app to test different flows. Is it possible to set the desired value programmatically in the context of an...

Discussion

**Pain points** of having the app separate from the library: 1. We have to maintain 2 projects 2. We have to provide a different APK every time 3. Huge possibility...

Library
Companion
Discussion

Work is being done in: `feature/products_edit` Prelim work is being done in feature/products_edit. This work would require use `register.json` as a seed file for a database. - Since we store...

Companion
Feature