Lukasz Kalnik
Lukasz Kalnik
Restore old BackstackReader.isInBackstack() implementation once AndroidX Fragment 1.2.1 is released
There is a bug in AndroidX Fragment 1.2.0 which crashes the app when changing orientation in fragments or when switching fragments. This is because of our `BackstackReader.isInBackstack()` hacky implementation. https://github.com/sockeqwe/mosby/issues/318#issuecomment-577660091...
When using the install script to copy code style to a specific project, after opening project in Android Studio 3.5 the code style file gets corrupted with several configuration options...
Currently the `DNSSD.queryRecord()` implementation called with `withTimeout` = `true` doesn't call the `operationFailed()` callback of provided `QueryListener` if a timeout occurs. Instead it just silently stops the scan and that's...
This is a small change, but it makes the user aggregation solution more Kotlin idiomatic and more semantically correct (it creates a map of login to a list of contributions...
Kotest version 5.6.2 coroutines-test version 1.7.2 Mockk version 1.13.5 I'm using `BehaviorSpec`. When executing suspending functions in viewmodel under test using `testCoroutineScheduler.advanceUntilIdle()` inside a `Given` block, the `shouldBe` assertion inside...
JUnit5's `@ParameterizedTest` annotation has a `name` parameter, where you can specify a display name for the test. There are placeholders to print also the value of the arguments passed to...
Kotest version 5.6.2 Coroutines version 1.7.3 Kotlin version 1.9.0 I have a ViewModel which exposes a `uiState`, mapped from a `MutableStateFlow` (containing the page number): ``` data class OnboardingUiState( val...
### PayPal Android SDK Version 0.0.13 ### Environment Sandbox ### Android Version & Device Android 13, Google Pixel 7 ### PayPal dependencies Demo app "as is" ### Describe the bug...