Wojciech Dziemianczyk
Wojciech Dziemianczyk
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...
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...
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...
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...
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...
### Step 2: Describe your environment * Android Studio version: Android Studio Iguana * Firebase Component: Messaging & Config * Component version: Firebase BOM 32.7.0 ### [REQUIRED] Step 3: Describe...