Łukasz Suski
Ł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....
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...
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...
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:...
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 *; }`...
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...
[TabLayout] Indicator with tabIndicatorFullWidth=false does not match label if label is not centered
**Description:** I have this style ``` false scrollable 0dp 16dp start 0dp 0dp ``` and it renders as this  **Expected behavior:** Indicator should match label width **Android API version:**...
### 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....