luscii_patient_actions_sdk_android 0.10.2+1
luscii_patient_actions_sdk_android: ^0.10.2+1 copied to clipboard
Android implementation of the luscii_patient_actions_sdk plugin
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.10.2+1 - 2026-07-06 #
Fixed #
- Made Android
initializeidempotent in the plugin: if already initialized, it now returns success without creating a new SDK instance. - Made Android authentication idempotent in the plugin: if already authenticated,
authenticatenow returns success without calling the native SDK again. - Reset tracked authentication state on first
initializeand when native calls returnUnauthenticatedException.
Changed #
- Updated platform interface dependency constraint to
^0.10.2.
0.10.1+1 - 2026-06-29 #
Changed #
- Bumped package version to
0.10.1+1to align with the federated package release. - Updated platform interface dependency constraint to
^0.10.1.
0.10.0+1 - 2026-05-12 #
Changed #
- Updated com.luscii:sdk to 0.10.0
- Removed conditional SDK selection based on Gradle properties.
- Updated Hilt from
2.57.2to2.58.
0.9.0+1 - 2026-03-23 #
Added #
- Added caching layer, improving the speed of
launchActionby keeping action objects in memory.
0.8.1+1 - 2026-01-23 #
Fixed #
- Fixed bug where
isPlanned,isSelfCareandisExtrawere null. - Renamed
getSelfcareActionstogetSelfCareActions.