Marcel Schnelle

Results 16 issues of Marcel Schnelle

I'm not entirely sure if https://github.com/square/leakcanary/pull/1871 is back in Android 12, but I've been seeing this leak from `AppOpsManager` reaching down towards `mAutofillClient` on certain screens in my application. ###...

type: leak

Hotlinking https://github.com/junit-team/junit5/issues/2054 for visibility here.

At the moment, the example project only takes care of service discovery. It needs to be extended to demonstrate service broadcasts as well.

enhancement

#### Describe your problem or use case [Kotlin Symbol Processing (KSP)](https://github.com/google/ksp) is a joint effort by Google & JetBrains and seeks to provide an API for building compiler plugins. Compared...

O-Community

### Problem There is currently no way to bypass the usage of kapt for Kotlin projects using Realm. The plugin's code has [a pending TODO comment](https://github.com/realm/realm-java/blob/master/gradle-plugin/src/main/groovy/io/realm/gradle/Realm.groovy#L48-L49) about allowing the configuration...

T-Enhancement
O-Community

Hello! I've built [aurae/chuck](https://jitpack.io/#aurae/chuck/feature~android-o-v1.0.2-g7f51caa-58) from a feature branch, but the resulting artifact `com.github.aurae:chuck:feature~android-o-v1.0.2-g7f51caa-58` can't be resolved using the Jitpack repository. Could it have something to do with the `/` character...

This PR introduces `roborazzi-junit5`, a newly proposed artifact for extending the capabilities of this fantastic library with the newest version of JUnit. It refactors how Roborazzi's file name generation works...

Follow up from https://github.com/mannodermaus/android-junit5/issues/234#issuecomment-2129321386

I have yet to dive deep into what causes this, but here is a side effect I have observed with Espresso assertions running in a JUnit 5 context that uses...

bug