Skip to content

Release 2022.4.23

Choose a tag to compare

@avaidyam avaidyam released this 23 Apr 19:38
· 371 commits to master since this release
83d8f92

Features & Improvements

  • [LAMP-core-android] Added support for Battery Saver (i.e. Low Power Mode on iOS) detection to assist with imputation of missing sensor data.
  • [LAMP-core-android] Reduced background callbacks when sensor data collection is disabled to preserve battery life.
  • [LAMP-core-android] Eliminated App Not Responding issues; the app now crashes instead of hanging indefinitely and slowing down the phone.
  • [LAMP-core-android] Added user-facing crash report to allow users to quickly screenshot or screen record bugs and app crashes.
  • [LAMP-core-android] Added support for a new schedule repeat-type every two weeks.

Bug Fixes

  • [LAMP-core-android] Resolved an issue where local notifications (i.e. offline non-push without server involvement) sent notifications with an incorrect timezone.
  • [LAMP-core-android] Resolved an issue where toggling battery saver mode when not logged into the mindLAMP app would crash the app.
  • [LAMP-core-android] Resolved an issue where if no sensors were configured, all sensor data would be collected for a user.
  • [LAMP-core-android] Resolved an issue where sensor data collection maximum frequencies were not the same between iOS and Android.
  • [LAMP-core-android] Resolved an issue where the WearOS app would be out-of-date with the Android app due to a GitHub workflow issue.
  • [LAMP-core-android] Resolved an issue where Android analytics data would not match the format of the iOS analytics data.
  • [LAMP-core-android] Resolved an issue where lamp.device_state data did not match the same data format as iOS.
  • [LAMP-core-android] Resolved a SIGNIFICANT issue where tapping on an activity from a notification would lead to a white screen.

What's Changed

Full Changelog: 2022.0.27...2022.4.23