luscii_patient_actions_sdk_android 0.10.0+1
luscii_patient_actions_sdk_android: ^0.10.0+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.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.