Nick Price
Nick Price
Currently, the "deviceName" is sent as the Title of the stream. This change creates a new property for the Tunnel with the name of the client, defaulted to AirSonos, as...
Currently, the stat `oldest_start_time_seconds` can be used to display the start time of the (oldest) process in a group. However, there's no way to use this in a graph and...
**Describe the bug** The `RequestBuilder` has a method `gzip` implemented as follows: ``` public RequestBuilder gzip() { header("Accept-Encoding", "gzip"); return this; } ``` This method is marked as `@deprecated this...
**Describe the bug** Using the latest version of the QRScanner library (https://github.com/codenameone/QRScanner) On iOS, when triggering a scan, the UI presents a "Cancel" button. Tapping this dismisses the scanning dialog,...
**Is your feature request related to a problem? Please describe.** I'm trying to set up a CI/CD build for my CodenameOne app. Unfortunately, when I run the Maven build for...
I've added functionality to handle the proper Login and Device Registration procedures documented in the Pushover Open Client API: https://pushover.net/api/client Initially, the user should save the userEmail and userPassword in...
This package was originally written (I assume) by reverse engineering the Desktop client. There's now a public Open Client API - which requires a proper User Login process See https://pushover.net/api/client#login
This package was originally written (I assume) by reverse engineering the Desktop client. There's now a public Open Client API - which provides a proper Device Registration process. See https://pushover.net/api/client#register
With the current version, MetaData support is not detected in (for example) AirSonos This is because the 'icy-metadata' header appears to be a String value of "1", rather than a...