Skip to content

Releases: cph-cachet/carp.sensing-flutter

Release 1.4.0

26 Nov 15:26
Compare
Choose a tag to compare

First major release of CARP Mobile Sensing based on CARP Core API level 1.x.

Release 0.40.13

27 Sep 15:12
cc276aa
Compare
Choose a tag to compare

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

31 Oct 17:55
d08f184
Compare
Choose a tag to compare

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

22 Mar 17:27
e7d8981
Compare
Choose a tag to compare

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 API
  • pulmonary_monitor app
    • updated to v. 0.33.0 API
    • included example of using cognition_package

Version 0.30.x - null-safety

11 Aug 20:59
a9c2472
Compare
Choose a tag to compare

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 and carp_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

27 May 15:43
87a1031
Compare
Choose a tag to compare

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 API
  • carp_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 API
  • pulmonary_monitor app updated to v. 0.21.0 API

Version 0.20.0

11 Apr 22:37
ee982f1
Compare
Choose a tag to compare

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 API
  • pulmonary_monitor app updated to v. 0.20.0 API

Version 0.12.0

19 Jan 21:33
851d0d7
Compare
Choose a tag to compare

CAMS Core

  • feature: support for handling a Device as part of a study configuration.
  • refactor: rename of Device to DeviceInfo.

Packages

  • all packages updated to v. 0.12.0 API

Version 0.11.0

21 Dec 20:28
b49d158
Compare
Choose a tag to compare

CAMS core

  • refactor: improved (de)serialization in the Serialization class.
  • refactor: named constructors in the Study and Measure classes.
  • feature: support for handling local settings on the phone in the Settings.
  • feature: added description property to Measure.
  • 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

07 Dec 12:43
00a929c
Compare
Choose a tag to compare

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:

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.