PEConn

Results 18 issues of PEConn

Hey, Repro steps: 1. Install GitJournal. 2. Go to Hamburger Menu -> Settings -> Storage & File Formats -> enable Store Repo Externally. 3. Give GitJournal the storage permission. 4....

confirmed

Hey, I was wondering if anywhere there is an example of using `web-test-runner` to run a test that: 1. Serves a website (from `src/` or `demo/` or anywhere in your...

Using postMessage is pretty confusing, we should add a demo for it. (This is for CCTs, not for TWAs)

enhancement

Implementation involves: - [x] Changes to `getDetails`. - [x] Add `introductory price cycles`, `type` and `icon url`. - [x] Add tests. - [x] Changes to `listPurchases`. - [x] Remove everything...

Investigate providing a WebView fallback when the device does not have a TWA provider. * Have a look at current usage. * Consider APK size increase. * Consider WebView Web...

enhancement

Allow apps to launch the [Price Change Confirmation Flow](https://developer.android.com/google/play/billing/subscriptions#price-change-launch) by adding a flag in the payment request data, eg: ``` const supportedInstruments = [{ supportedMethods: 'https://play.google.com/billing', data: { sku: "my.sku.here",...

All the other BillingWrapper methods take a callback except for `launchPaymentFlow`. This is because when the class was originally designed, it adhered closely to the Play Billing API. We should...

This bug is just a grab bag place for me to collect small code cleanup opportunities that I come across. - [ ] Split DigitalGoodsTests into multiple tests (one for...

enhancement

This bug tracks the remaining work for adding Play Billing support to TWAs. Work: - [ ] Remove the currency symbol from the `value` field. - [ ] Update the...