Jon Poulton
Jon Poulton
By adding `app:cpv_selectOnClick="true"` to the XML declaration, you can now enable single-tap selection of colours in a preset window. If this is enabled, the "SELECT" dialog button is replaced by...
Addresses issue #283. I applied an (arbitrary!) upper limit of 5 to recursion when finding licenses, but this is obviously subject to change if you reckon so. Also applied the...
Attached the two offending POMs inside the ZIP below. Basically: 1. the plugin attempts to find licenses (with `LicenseReportTask.findLicenses`) for `commons-codec:commons-codec:1.15` 2. no licenses are found, so it runs the...
**Is your feature request related to a problem? Please describe.** If I'm searching for multiple file types over multiple fsearch windows and I want to close one of them, I...
I've found myself needing to access the list of `EmergencyAlert` objects from a plugin, but I don't have access to the list of them, nor the class itself! So I've...
##### Summary Made a change to the swagger YAML file so it now correctly describes the format of the response to the `api/v1/alarms` endpoint. The `alarms` parameter in this response...
Basically, this adds a flag to the CLI tool and the Gradle plugin to disable auto-insertion of blank lines between blocks of different configurations. So currently it will generate something...
# Summary This is a functional extension and slight reworking of the behaviour of the `SuspendFunSwallowedCancellation` rule [from this PR](https://github.com/detekt/detekt/pull/5666). That PR mentioned that this kind of thing could be...
Big fan of this project - thought I'd add a bit more configurability. The actual change is just an if statement in `CatalogWriter`, the rest is just passing the config...
As mentioned in https://github.com/ComposeGears/Valkyrie/issues/28, there hasn't yet been a gradle plugin to add to this project. Main use case for me is to help automate the generation logic. Here's my...