Łukasz Suski

Results 19 issues of Łukasz Suski

### Description On Pixel 3 (this is probably android 10 specific issue but I've tested it only on Pixel 3) simple clicking on dialog button immediately after it is shown...

**Is your feature request related to a problem? Please describe.** Currently to achieve with `HorizontalPager` displaying partially next/previous page we have to define `contentPaddings`. However it is not always desirable....

enhancement
waiting on dependency

This PR fixes #1208. I'm aware that adding such thing to general purpose jvm coverage tool seems strange. Ideally there should be some extension mechanism in JaCoCo which allows adding...

type: enhancement
component: core.filters

Hi, I wasn't able to reproduce this error in simple sample project but it happens in my scenario. Usually Proguard keeps name of `DefaultImpls` class and e.g. `com.sample.SomeInterface$DefaultImpls` obfuscates as...

kotlin-support
needs-more-info

Hi, I've tested fix for #84 with proguard 7.0.1 and It does not work for me. I have lots of warnings for in my opinion simple cases like ``` Warning:...

bug
kotlin-support
confirmed

Hi, i couldn't find general solution to keep public methods/classes but obfuscate internal ones. Are the any plans to support it explicitly, e.g. `keep class ..... { !internal *; }`...

enhancement
kotlin-support

Hi, I need dexmaker-mockito-inline to run tests on Android 9.0, but I still want to run tests on older apis. Currently I have this error: ` Caused by: java.io.IOException: Requires...

I don't know if this is plugin issue or AGP but with plugin 2.0 and AGP 3.0.0 only single variant is published. `publishNonDefault=true` does not work anymore because AGP should...

**Description:** I have this style ``` false scrollable 0dp 16dp start 0dp 0dp ``` and it renders as this ![Screenshot_20200617-110524](https://user-images.githubusercontent.com/3774524/84879078-05a71480-b08b-11ea-8ab6-6cf98826ce2b.png) **Expected behavior:** Indicator should match label width **Android API version:**...

bug
Widget: Tab

### Description According to Android SystemClock documentation: ``` /** * Returns milliseconds since boot, not counting time spent in deep sleep. * * @return milliseconds of non-sleep uptime since boot....