Jakob E. Bardram

Results 56 issues of Jakob E. Bardram

When a polar device is turned off - either by the user pressing the on/off button or when running out of battery, we get this exception from polar: `PlatformException(com.polar.androidcommunications.api.ble.exceptions.BleDisconnected, null,...

bug
duplicate

A sampling package that connects to a "Gardener Device". - [ ] specify URL scheme @yuanchen233 * `https://localhost:8444/wearables/api/authorize/withings/userid?scopes=user.metrics,user.activity&deploymentId=deploymentId` or * `https://localhost:8444/wearables/api/authorize/withings/deployment?deploymentId=1234&deviceRoleName=FathersPhone` Replace * `localhost` * `withings` with name of services...

enhancement

When creating a `RecurrentScheduledTrigger` like this for daily recurrence occurring at 18:40: ``` protocol ..addTaskControl( RecurrentScheduledTrigger(type: RecurrentType.daily, time: const TimeOfDay(hour: 18, minute: 40)), d1, phone) ... ``` The `AppTaskController` enqueues...

bug

- [ ] consistent use of naming - what is a "controller" versus a "manager"? - [x] Upper-case executor state names for consistency w. Core - [ ] check that...

enhancement
documentation

Our packages need to be upgraded to the latest Gradle version (8.11): - [ ] serializable - [ ] core - [ ] mobile sensing - [ ] ...

Right now, when CAWS is returning a list of items (like invitations), the RPC method converts this into a JSON map with just one item, called `items`. https://github.com/cph-cachet/carp.sensing-flutter/blob/a2c21b05a2cb8e921767e4c78d2cc973e8ca9fc0/backends/carp_webservices/lib/carp_services/carp_base_service.dart#L131-L182 This is...

enhancement

In `carp_webservices` version 3.8.0, when clicking the "LOGIN" button, the login web page on dev.carp.dk is not shown, and you can't log in.

bug

In `carp_webservices` version 3.8.0, when clicking the "SCAN" button, the web page on dev.carp.dk shows that you are already logged in, and you can't log in. And there is no...

bug
enhancement
help wanted

We should allow for video recording in the background while the user is doing a task. For example, while doing a cognitive test, collect video data from the front camera....

enhancement

- [x] iOS coverage - [x] Android coverage - [x] iOS comparing phone to server - [x] Android comparing phone to server - [x] Make blog post on homepage

testing