Matthew Precious

Results 19 issues of Matthew Precious

Android 10 decided to add new exceptions for us to handle. ``` Caused by: android.security.KeyStoreException: System error at android.security.KeyStore.getKeyStoreException(KeyStore.java:1268) at android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi.generateKeystoreKeyPair(AndroidKeyStoreKeyPairGeneratorSpi.java:514) at android.security.keystore.AndroidKeyStoreKeyPairGeneratorSpi.generateKeyPair(AndroidKeyStoreKeyPairGeneratorSpi.java:470) at java.security.KeyPairGenerator$Delegate.generateKeyPair(KeyPairGenerator.java:727) at com.squareup.whorlwind.RealWhorlwind.prepareKeyStore(RealWhorlwind.java:149 ```

Needs a CLI flag and a web selector.

type: enhancement
frontend: cli
frontend: webapp
lib: protogram

type: enhancement
lib: protogram

If the field type is provided, we don't need to guess

type: enhancement
lib: protogram

type: enhancement
frontend: cli
frontend: webapp

type: enhancement
frontend: cli
frontend: webapp

Should omit the screenshot when an OOM error has occurred instead of crashing, or possibly re-try with an `ALPHA_8` bitmap.

For a more natural rain effect where the confetti do not suddenly appear in frame, I move the position slightly outside of the view bounds: ```kotlin Position.Absolute(-50f, -50f).between(Position.Absolute(width + 50f,...

This can be reproduced by using Coil's `AsyncImage` without disabling hardware rendering: ```kotlin AsyncImage( model = "https://picsum.photos/id/237/200/300", contentDescription = null, imageLoader = ImageLoader.Builder(it).build(), ) ``` Calling `allowHardware(false)` on the loader...