Releases: clariusdev/mobileapi
Releases · clariusdev/mobileapi
Version 11.2.1
Version 11.2.0
v11.2.0 update gradle script to take mobileapi v10.3.0
Version 11.1.0
v11.1.0 update gradle script to take mobileapi v10.3.0
Version 11.0.0
v11.0 update gradle script to take mobileapi v10.3.0
Version 10.3.0
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
Release APK for access purposes
Version 10.1.1
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
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
tome.clarius.sdk.mobileapi
.
Version 9.3.3-hotfix
Mobile API for 9.3.3-hotfix App
No change
Version 9.3.0
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
.