Skip to content

Releases: clariusdev/mobileapi

Version 11.2.1

28 Mar 16:26
Compare
Choose a tag to compare
v11.2.1

update gradle script to take mobileapi v10.3.0

Version 11.2.0

28 Mar 16:27
Compare
Choose a tag to compare
v11.2.0

update gradle script to take mobileapi v10.3.0

Version 11.1.0

15 Jan 23:01
Compare
Choose a tag to compare
v11.1.0

update gradle script to take mobileapi v10.3.0

Version 11.0.0

15 Jan 23:00
Compare
Choose a tag to compare
v11.0

update gradle script to take mobileapi v10.3.0

Version 10.3.0

05 May 22:57
Compare
Choose a tag to compare

Update the Gradle dependency to:

// build.gradle
dependencies {
    implementation 'me.clarius.sdk:mobileapi:10.3.0'
}

Added:

  • MSG_SET_PATIENT_INFO: re-added after removal in previous release.
  • MSG_SET_SETTINGS_INFO: re-added after removal in previous release.
  • MSG_COMPLETE_EXAM: re-added after removal in previous release.
  • SettingsInfo: re-added after removal in previous release.
  • KEY_SETTINGS_INFO: re-added after removal in previous release.
  • KEY_COMPLETE_EXAM: re-added after removal in previous release.

Version 10.2.3

29 Mar 18:52
a0f3061
Compare
Choose a tag to compare

Release APK for access purposes

Version 10.1.1

02 Dec 23:54
Compare
Choose a tag to compare

Update the Gradle dependency to:

// build.gradle
dependencies {
    implementation 'me.clarius.sdk:mobileapi:10.1.1'
}

Removed:

  • MSG_3P_PACKAGE: replaced by Clarius Marketplace launcher.
  • MSG_SET_PATIENT_INFO: prevent setting the app state.
  • MSG_SET_SETTINGS_INFO: prevent setting the app state.
  • MSG_COMPLETE_EXAM: prevent setting the app state.
  • SettingsInfo: prevent setting the app state.
  • KEY_PACKAGE_NAME
  • KEY_SETTINGS_INFO
  • KEY_COMPLETE_EXAM

Version 9.4.0

23 Jun 21:55
Compare
Choose a tag to compare

With version 9.4.0, the Mobile API is now distributed as a Gradle dependency:

// build.gradle
dependencies {
    implementation 'me.clarius.sdk:mobileapi:9.4.0'
}

App version 9.4.0 is a Pilot only release, visit the Clarius website to enrol.

Changed:

  • The Mobile API is now distributed as an Android Package in the GitHub Gradle registry.
  • Renamed package from me.clarius.mobileapi to me.clarius.sdk.mobileapi.

Version 9.3.3-hotfix

09 Nov 18:11
Compare
Choose a tag to compare

Mobile API for 9.3.3-hotfix App

No change

Version 9.3.0

17 May 19:16
Compare
Choose a tag to compare

Mobile API for 9.3.0 App

Added:

  • MSG_RAW_DATA_AVAILABLE: signal that new data is available in the Clarius App.
  • MSG_COPY_RAW_DATA: request a copy of a raw data archive from the Clarius App.
  • MSG_RAW_DATA_COPIED: raw data copy completion.

Changed:

  • Modified how raw data is obtained: it must be obtained by doing a capture instead of requesting a download.

Removed:

  • Raw data download messages MSG_DOWNLOAD_RAW_DATA, MSG_RETURN_RAW_DATA, MSG_RAW_DATA_DOWNLOAD_PROGRESS.

Fixed:

  • Preventing crash when sending message MSG_SET_SETTINGS_INFO.