Android Native Libraries Released - April 27, 2022
Android Full Library v1.14.0
Android Aggregator Library v1.14.0
Android LifeScan OneTouch Library v1.14.0
Android Native Changes
General
Support for Android 5 (Lollipop) - 7.x (Nougat) has ended and with this release all dependencies and special handling for these lower Android versions have been removed from the Validic Mobile SDK. The minSDKVersion is now API 26 (Android Oreo/8). All users must now use devices running Android 8 and above.
Updated
relationshipToMeal
to now send an empty string when meal relationship is none for consistency with the native iOS SDK.
Google Fit
Improved behavior by unsubscribing from a
DataType
if a request to read it fails with anAPIException
.Fixed case where
Weight
records would be duplicated when restarting the appMerged
aggregator
module intoaggregator_fit
module. It is no longer a separate dependency.
Bluetooth
Added support for the v2 Zewa 21300 weight scale (peripheral ID 44).
Added
ACCESS_BACKGROUND_LOCATION
permission to manifest for devices running Android 10 and 11.Fixed devices not being added to in memory map of devices after pairing or reading.
Added
PassiveBluetoothManager.monitoredDevices
read-only property to list theBluetoothDevice
s that have Background Monitoring enabled by enqueueing aMonitoredDeviceRequest
Increased precision for the A&D Weight scale readings when converting from
lbs
tokg
.Removed Pairing Notification/popup when interacting with the Nonin 3230 Pulse Oximeter.
Samsung Health
Extended Historical Fetch overloads to support Calendar to/from params.
iOS Native Libraries Released - April 27, 2022
iOS Full Library v1.13.1
iOS Aggregator Library v1.13.1
iOS LifeScan OneTouch Library v1.13.1
iOS Native Changes
Bluetooth
Added support for the v2 Zewa 21300 weight scale (peripheral ID 44).
Fixed (original) Zewa 21300 weight scale read behavior to prevent premature disconnects.
Increased precision for the A&D Weight scale readings when converting from
lbs
tokg
.
Apple Health
Historical fetch now includes any data captured in the current day for consistency with the native Android aggregators. Previously, today’s data was excluded from historical fetch.
Validic Mobile release completed - 04/27/2022
(Release to pre-production on 4/27/2022. Release to production scheduled for 5/4/2022)
New features and updates
N/A
Resolved defects
N/A
(Release to pre-production on 04/13/2022. Release to production scheduled for 04/20/2022)
New features and updates
N/A
Resolved defects
Resolved issue that was causing the notifications table to cut off/displace text and inputs during enrollment. Enrollment notifications content now appears above the notifications table to allow the table to run the full width of the page.
Note: This change was also applied to the goals step of the enrollment workflow.