Zsolt Kocsi
Zsolt Kocsi
onSaveInstanceState and onRestoreInstanceState are not implemented. Any changes made to the color picker are not persisted upon a configuration / orientation change and they are lost.
I'm trying to implement my own ColorAdapter, and I found that sometimes the arc is incomplete. I'm guessing this is because in the implementation of `LobsterPicker.getAngle(int position)` `segmentWidth` is calculated...
Documentation: [Overpass_QL#By_polygon](http://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_polygon_.28poly.29) Implementation guidelines: - create `class OverpassPolygonFilter extends AbstractOverpassSubQuery` - add method `public OverpassPolygonFilter polygon()` to `OverpassFilterQuery` (by the same logic as `OverpassFilterQuery` is embedded in `OverpassQuery.filterQuery()` - add...
This works for unit tests, but has no effect on instrumentation tests: ``` groovy testOptions.unitTests.all { testLogging { events 'passed', 'skipped', 'failed', 'standardOut', 'standardError' outputs.upToDateWhen { false } showStandardStreams =...
We need to decide what to do in `Bootstrapper` based in the initial state quite often. Right now this needs to be passed manually to implementation constructor, which is quite...
Add some new checks inside DefaultFeatureTest for: - Bootstrapper - PostProcessor
## Description * Creates a `:samples:common` module to share images / colors / resources / etc. * Adds profile images * Extracts common profile-related classes and composables * Adds `Cards`...
Reproduce: https://bumble-tech.github.io/appyx/components/experimental/#puzzle-15 - Play around, drag tiles - On occasion, it's possible that the drag starts affecting another tile