Releases: cph-cachet/carp.sensing-flutter
Releases · cph-cachet/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_core
v. 0.33.x incl. the device API - update of
carp_mobile_sensing
to 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
DeviceDescriptor
for- eSense package
- Movisens package
Utilities
- update to the
carp_study_generator
to 0.33.x API
Apps
carp_mobile_sensing_app
updated to v. 0.33.0 APIpulmonary_monitor
app- 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_core
carp_mobile_sensing
- all
carp_XXX_package
sampling packages carp_webservices
andcarp_backend
carp_study_generator
carp_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_core
v. 0.21.x incl. the client sub-system - update of
carp_mobile_sensing
to reflect carp_core domain and runtime models
Packages
- all packages updated to v. 0.21.x API
carp_webservices
updated to v. 0.21.x APIcarp_backend
supports handling- custom protocols
- informed consent
- localization files
Utilities
- created the
carp_study_generator
as a CLI tool for uploading protocols, informed consent, and localization to CARP
Apps
carp_mobile_sensing_app
updated to v. 0.21.0 APIpulmonary_monitor
app 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_sensing
to reflect carp_core domain and runtime models
Packages
- all packages updated to v. 0.20.0 API
carp_webservices
update 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_app
updated to v. 0.20.0 APIpulmonary_monitor
app updated to v. 0.20.0 API
Version 0.12.0
CAMS Core
- feature: support for handling a
Device
as part of a study configuration. - refactor: rename of
Device
toDeviceInfo
.
Packages
- all packages updated to v. 0.12.0 API
Version 0.11.0
CAMS core
- refactor: improved (de)serialization in the
Serialization
class. - refactor: named constructors in the
Study
andMeasure
classes. - feature: support for handling local settings on the phone in the
Settings
. - feature: added
description
property toMeasure
. - feature: added support for an
AppTask
can 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
AppTask
model 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_package
to reflect the new AppTask model - update to
carp_context_package
to support the newflutter_foreground_service
plugin.
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
.