André Cipriani Bandarra

Results 182 comments of André Cipriani Bandarra

Adding the image from the tweet @FluorescentHallucinogen mentioned. The icon is looking very off in this image. Another point to consider here is internationalisation, which doesn't seem to be supported...

To confirm my understanding: The request would be to allow `init` to generate an application from a Web Manifest located in the local filesystem. In order to generate a valid...

@AlexDev404 currently, the content of the Trusted Web Activity is required to be available on the open web. There is a feature-request [crbug.com/816798](https://crbug.com/816798) to allow an application to ship with...

The feature-request to load icons specified in `twa-manifest.json` from the local file system is tracked in #225. I do think #225 needs to be implemented before this one (you could...

Code looks good to me. I wonder if we'd like to have this behind a feature flag, since Android 13 is still beta and APIs might change. @PEConn and @nohe427...

This seems like an issue with SSL certificates. Would you mind sharing the URL to the web manifest so I can try reproducing?

Can you check if using `bubblewrap init --manifest="https://invoicify.netlify.app/manifest.json" --fetchEngine="node-fetch"` on your PWA change anything? This should change from using the `fetch-h2` to `node-fetch`.

I'm not sure exactly what the issue is - any chance there's a proxy or a VPN that could be interfering with the connection?

Hi @amrutha95, This comes from the Gradle command that builds the Android app. I'm not sure it's memory lead related for two reasons: - The process is not a daemon,...