Matthew Runo

Results 20 issues of Matthew Runo

If you have a project using Kotlin 1.4.21 (and mockito-kotlin 2.2.0) and you turn on the new IR backend, the mocking behavior changes. Without IR, this mock seems to work...

It would be great if we could default items on the sidebar to be closed, rather than all expanded.

Gander-Persistance is using a pre-androidx version of Room. Is there a plan to update to the latest, or if not, at least an androidx version such that projects with Gander...

``` Caused by: java.lang.ClassCastException: Invalid int: "null" at com.securepreferences.SecurePreferences.getInt(SecurePreferences.java:389) ``` This is a valid (but bad practice) call: ``` Integer test = null; editor.putInt("key", test); ``` It results in "null"...

When you call clear() on your SecurePreferences instance, it also removes the encryption key used. This means that if you do the following, you can't read out the values you'd...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS macOS ### GPU cpu ### VRAM _No response_ ### What happened? After...

bug

**Is your feature request related to a problem? Please describe.** In a large project which makes use of version catalogs, it would be ideal if instead of suggestions like "add...

enhancement
help wanted
sponsorable

**Is your feature request related to a problem? Please describe.** It is very hard to write tests that need to interact with the MaterialDatePicker. This is made somewhat easier by...

feature request

### Expected behaviour Shot is usable without pulling in transitive dependencies that have CVE issues against them. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24614 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24613 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425 ### Actual behaviour Shot uses a very old version of...

When working with builds, sometimes we cannot control the names that variables have. For instance, when running a build from Android Studio a flag is passed called "android.injected.invoked.from.ide". It would...

waiting-for-feedback