David Vavra

Results 19 issues of David Vavra

Your action works great. I'm integrating it with Slack notification if the test on Test Lab fails. It would be useful to have a output variable with the test run,...

enhancement

Hello, can I use bulldozer as a service hosted somewhere? Or the only option is host it ourselves? David

question

If the app has Proguard/R8 turned on, generated code is removed and Showkase doesn't show any components. I workarounded it by adding an exception to Proguard rules - keep everything...

We are using `MdcTheme` for theme compatibility between our XML-UI and Compose UI. Clicking on section in Showkase UI crashes the app with this exception: ``` java.lang.IllegalArgumentException: createMdcTheme requires the...

help wanted

According to [GCM documentation](https://developers.google.com/cloud-messaging/http#response), implementations of GCM server should replace or remove some registrationTokens from database in some cases like when the app was uninstalled from user's phone. I looked...

Kotlin now has support for multiplatform projects. Common code is written in pure Kotlin (no Java dependencies are possible) and then developer creates modules like `common-jvm` and `common-js` which can...

:zap: enhancement
language: kotlin

Support library 22.1+ introduces dialog styling. It's no longer required to emulate that in this library. However this library has useful simple API for DialogFragments. We should remove the custom...

The attribute isLightTheme is strangely set to true for dark theme and false for light theme.

Hi, Chromecast support would be awesome! No.1 missing feature from Chromecast is playback of local videos with subtitles. And you can change that! I'm willing to pay for that feature,...

IntentService would be nicer, less likely to be killed and it's a recommended pattern in GCM 3.0 registration.

enhancement