ardevd

Results 20 issues of ardevd

Older Jacoco versions are incompatible with the Kotlin 1.5.x compiler. See [this](https://github.com/jacoco/jacoco/issues/1155) for more information. However, setting `jacocoVersion = '0.8.7'`seems to crash tests.

From my app I'm trying to upload a chunk of data. The app generates a byte array of the data to be uploaded and passes it to the Retrofit request....

Given the following code on v2.2.3: ```java new SingleDateAndTimePickerDialog.Builder(getContext()) //.bottomSheet() .curved() .mustBeOnFuture() .mainColor(ContextCompat.getColor(getContext(), R.color.primary)) //.minutesStep(15) .displayListener(picker -> { //retrieve the SingleDateAndTimePicker }) .title(getString(R.string.departures_add_set_departure_time)) .listener(date -> { timerDate = date; updateTimeIndicator();...

Currently it seems like the seekbar only supports integer values. Would be nice to be able to have decimals.

First of all, I believe by "process" you mean "progress"? Secondly, it would be very useful if it would be possible to define the minimum value.

Is remote capture GPS still on the to-do list? I know you can set a fixed position but if I have a GPS receiver plugged into the sensor it would...

Is there any way to make modifications to the alerts config and apply the changes without restarting Kismet?

The channel I had with `zero fee routing | CLN` was mysteriously force closed during that node's downtime following some technical issue over a week ago. After the force close...

lnd-compat

Would be nice to be able to specify device arguments through the UI.

enhancement
needsdesign

It seems like the console reported always prints out 0.0% coverage on the first run in a clean environment. Steps to produce: 1. Delete any previous reports directory. 2. Run...