Jakob E. Bardram
Jakob E. Bardram
Right now it seems to not start, if not granted "always". ``` I/flutter (19417): [CAMS INFO] LocationServiceManager - Trying to connect to device of type: dk.cachet.carp.protocols.domain.devices.LocationService and id: location_service I/flutter...
When adding `detailText` to an `RPChoice` like below: ``` RPChoiceAnswerFormat _symptomsChoices = RPChoiceAnswerFormat( answerStyle: RPChoiceAnswerStyle.SingleChoice, choices: [ RPChoice( text: "No difficulties with day-to-day activities.", detailText: "For example: Your Parkinsons disease...
### Device / Emulator and OS - Device: Samsung G9 - OS: Android SDK 31 When calling the `requestAuthorization()` method on Android, the method never returns. So if awaiting this...
See this issue >> https://github.com/cph-cachet/carp-webservices-spring/issues/24 Need to add handling for this situation, because it bread here >> https://github.com/cph-cachet/carp-webservices-spring/issues/24
Create a trigger that triggers based on app life cycle events - like paused, resumed, etc. This would enable the collection of data when the app returns to the foreground,...
To reflect what is needed in `info.plist` and `manifest.xml` files.
There seems to be a need for handling permission differently on the two platforms (iOS / Android). Could make the list of Permission to a map, mapping to which permission...
When an eSense device is disconnected and reconnected, the sampling of sensor events (accelerometer & gyroscope) is not resumed. The sampling of the button press is working fine.
In the example app, the following timeout for 6 seconds seems to time out already after 1-2 secs: ``` final alcoholStep = RPQuestionStep( identifier: 'alcoholStep', title: 'When did you last...
It seems like the `AppTaskControlExecutor` runs multiple time, resulting in several tasks being enqued in the `AppTaskController`. Protocol: ``` // Add a task after deployment and make a notification. protocol.addTaskControl(...