David Llewellyn-Jones

Results 26 issues of David Llewellyn-Jones

Changes needed to get the project to build on the Application SDK 3.3.0. This isn't intended to be merged, but the commit can be added/removed as needed for building on...

Issue #78 and PR #81 introduced automatic daily sync, but the app has to be open for this to work. In a comment on that issue @dimpflmoser made the [nice...

The Jolla 1 uses bluez 4, so the way contrac accesses the BLE API will need to be re-written. The Jolla C runs bluez 5, but has a more restricted...

As a developer I'd like to recompile the source for other platforms, so that I can make the app available as widely as possible. Currently the app has a dependency...

This is premature right now, but eventually translations will be needed. German being the obvious one, but hopefully others later.

Each time diagnosis keys are downloaded the date is stored. On future downloads this date is used to choose where to start the next download at. A more robust approach...

It turns out the official download servers don't support the S3 protocol that the test servers use. Instead they have a REST protocol the details of which can be found...

Currently a local test server is being used for diagnosis key downloads. This needs to be switched to use the proper official servers, ideally allowing the details to be configured...

So far all of the BLE testing has been done either with the app talking to itself, or using a genericBluetooth scanner on Android, Testing is still needed against a...

The S3 client access code needs cleaning up and converting from C to C++.