Christian Brüggemann
Christian Brüggemann
This PR fixes the build in newer versions of Android Studio and adds a method `DatePickerDialog.setHighlightedDays(List)`. The supplied days are highlighted in orange. A use case: Highlighting days that have...
From the readme: > Note: you need to import these operators from kotlinx.collections.immutable package in order for them to take the precedence over the ones from the standard library. That...
I find myself restarting / resetting the emulation quite often to go back to my last save (i.e. an actual in-game save, not through Delta's save state feature). Currently this...
I'm experiencing issues possibly related to curly braces being on a new line instead of in the same line. For example: ```java for (int i = 0; i < colorSequence.length;...
Turbine offers a nice API for awaiting individual items of flows, which then allows for running assertions on them. This requires the test code to have knowledge about the sequence...