Benjamin Stürmer

Results 30 issues of Benjamin Stürmer

Navigation graph testing inside feature modules does not work! See details: https://issuetracker.google.com/issues/163573418

Is there a way to configure the publish target repository per variant? ```kotlin mavenPublish { androidVariantToPublish = "freeRelease" } mavenPublishing { publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.S01) } ``` Now I'm looking for a solution,...

In the issues #10 and #17 it is mentioned that it is possible to use RAW and JPEG at the same time but some adjustments are necessary. I would like...

add custom autofocus before _getPicture_ to adjust focus for each picture

Add translations for 'taking a photo' screen

These information is only documented in some issues right now. Could be extended in the future how to determine valid values.

changing the orientation with `TestButler.setRotation` doesn't ``` // landscape TestButler.setRotation(Surface.ROTATION_90); // Thread.sleep(5000);

bug

With Kotlin 1.3 the support for `raspberry` was added (which is a `linuxArm32Hfp` plattform). It would be great to extend the project for this platform. I already compiled the libui...

When using either `withLocale` or `where("locale"` with an unknown locale. An error appears instead of returning the default locale. ``` client.observeAndTransform(MyDataClass::class.java).withLocale("es-PT").all().blockingForEach { } ``` ``` Message: null Stacktrace: FAILED REQUEST:...