Releases: carp-dk/carp.sensing-flutter
Releases · carp-dk/carp.sensing-flutter
Release 1.4.0
Release 0.40.13
The last version in the 0.40.x series of releases before moving to the 1.x.x series of releases.
Release 0.40.x
Major upgrade of carp_mobile_sensing plus all packages. Main features include:
- Better support for app (re)start, especially when killed by the OS
- Better support for notifications for AppTasks, also when the app is in the background or even killed by the OS
- Better support for device management on runtime, especially device descriptors and reconnection
The has also be added support for the Polar devices via the carp_polar_package sampling package.
All the demo apps – CAMS Demo, Pulmonary Monitors and the CARP Study App - have all been updated and used for debugging.
Version 0.33.x
CAMS Core
- release of
carp_corev. 0.33.x incl. the device API - update of
carp_mobile_sensingto reflect carp_core domain and runtime models - improvements and bug fixing
- upgrading to recent Flutter plugins
Packages
- all packages updated to v. 0.33.x API
- fix of various bugs
- update to new
DeviceDescriptorfor- eSense package
- Movisens package
Utilities
- update to the
carp_study_generatorto 0.33.x API
Apps
carp_mobile_sensing_appupdated to v. 0.33.0 APIpulmonary_monitorapp- updated to v. 0.33.0 API
- included example of using
cognition_package
Version 0.30.x - null-safety
Release of null-safe version of the entire CAMS suite of products, including:
carp_corecarp_mobile_sensing- all
carp_XXX_packagesampling packages carp_webservicesandcarp_backendcarp_study_generatorcarp_mobile_sensing_app
Various bug fixes and PRs done as well. See the CHANGELOG of each package on pub.dev.
Version 0.21.0
CAMS Core
- release of
carp_corev. 0.21.x incl. the client sub-system - update of
carp_mobile_sensingto reflect carp_core domain and runtime models
Packages
- all packages updated to v. 0.21.x API
carp_webservicesupdated to v. 0.21.x APIcarp_backendsupports handling- custom protocols
- informed consent
- localization files
Utilities
- created the
carp_study_generatoras a CLI tool for uploading protocols, informed consent, and localization to CARP
Apps
carp_mobile_sensing_appupdated to v. 0.21.0 APIpulmonary_monitorapp updated to v. 0.21.0 API
Version 0.20.0
CAMS Core
- release of Dart implementation of
carp_core - complete re-writes of
carp_mobile_sensingto reflect carp_core domain and runtime models
Packages
- all packages updated to v. 0.20.0 API
carp_webservicesupdate to CARP web service and carp_core models (using study deployment ids)- support for download of custom protocols from CANS in
carp_backend
Apps
carp_mobile_sensing_appupdated to v. 0.20.0 APIpulmonary_monitorapp updated to v. 0.20.0 API
Version 0.12.0
CAMS Core
- feature: support for handling a
Deviceas part of a study configuration. - refactor: rename of
DevicetoDeviceInfo.
Packages
- all packages updated to v. 0.12.0 API
Version 0.11.0
CAMS core
- refactor: improved (de)serialization in the
Serializationclass. - refactor: named constructors in the
StudyandMeasureclasses. - feature: support for handling local settings on the phone in the
Settings. - feature: added
descriptionproperty toMeasure. - feature: added support for an
AppTaskcan expire, i.e. be removed from the queue. - fix: issue #139
- fix: issue #140
Packages
- all packages updated to v. 0.11.0 API
Apps
- all apps updated to version 0.11.0 API
Version 0.10.0
carp_mobile_sensing:
- breaking: a new
AppTaskmodel is implemented- see documentation on the CAMS wiki.
- see the Pulmonary app for an example on how to use this new model.
- fix: issue #98
- fix: issue #114
- fix: issue #113
Sampling Packages:
- update to
carp_survey_packageto reflect the new AppTask model - update to
carp_context_packageto support the newflutter_foreground_serviceplugin.
Demo Applications:
- update and release of the Pulmonary app as an example on how to use the new AppTask model.
All Flutter packages released to pub.dev.