Łukasz Wasylkowski

Results 24 issues of Łukasz Wasylkowski

For some classes, like `ViewInteraction` or `RootViewPicker`, IDE reports that library source doesn't match the byte code: ![image](https://user-images.githubusercontent.com/3951580/74951921-57eb6800-5400-11ea-866a-a1ef3903b43a.png) This makes it quite difficult to debug issues step by step Espresso...

### Description When using `ActivityScenario`, backstack doesn't work as expected when launching deeplinks. ### Steps to Reproduce Please see the repro project at https://github.com/lwasyl/activity-scenario-navigation-issue. 1. Navigation library is set up...

This is output for diffuse when comparing APK before and after adding a big library with native libs and whatnot (unique numbers are way off because of R8): ``` │...

I'm facing some weird behavior, which I'm not even sure if it's a bug or intended behavior. If the second, I'm curious what's the reasoning. I have two different queries,...

:question: Type: Question
:file_cabinet: Normalized cache

Originally reported on [Google issue tracker](https://issuetracker.google.com/issues/168869401), but was redirected here. >Framework [NumberPicker](https://developer.android.com/reference/kotlin/android/widget/NumberPicker) is highly problematic: there's couple of serious issues with it (e.g. https://issuetracker.google.com/issues/36952035) and fixing them in framework will...

New component
feature request

Right now the following test for `MarshmallowNetworkObservingStrategy` will fail: ```java @Test public void shouldAllowMultipleConnectivityObservers() { // given TestObserver observer = strategy.observeNetworkConnectivity(context).test(); TestObserver observer2 = strategy.observeNetworkConnectivity(context).test(); ConnectivityManager.NetworkCallback networkCallback = strategy.createNetworkCallback(context); //...

bug
help wanted

When developing for Android, developers can use desugaring to enable `java.time` APIs that will be used for kotlinx-datetime implementation on JVM. However, Android doesn't allow developers to provide their own...

timezone
breaking change

Sentry CLI allows uploading proguard mappings by specifying application id, version name and version code manually, without pointing it to manifest file. This request is to provide the same configuration...

enhancement
Platform: Cocoa
Status: Backlog

It would be insanely helpful to understand how to optimize the build — how many workers to use, how much memory to assign to e.g. `Test` tasks, and to understand...

Investigation
Request Feature

I've wanted to use this great library in my project, alas I have been extremely annoyed with the white flash after animation finished. It couldn't have been my phone, because...