Skip to content

Releases: oliexdev/openScale-sync

openScale-sync development build

05 Jan 11:16

Choose a tag to compare

Pre-release

Commits

  • 6726202: This change updates how metadata is built for Health Connect synchronization. Instead of using the measurement's timestamp for clientRecordVersion, it now uses the current timestamp (Instant.now()). This ensures that each synchronization attempt is treated as a unique version, forcing an update of the record in Health Connect. (oliexdev)

openScale sync 0.4.4 release

06 Oct 11:01

Choose a tag to compare

  • Adds support for Home Assistant discovery messages.
  • Updates the Home Assistant payload to use default(none) for missing sensor values.
  • Refactors the MQTT connection process for improved robustness.
  • Sets MQTT messages to be retained, ensuring accurate sensor reporting in clients like Home Assistant.

openScale sync 0.4.3 release

25 Aug 06:58

Choose a tag to compare

  • introduces logging capabilities
  • added support for syncing with openScale 3.0 beta build.

openScale sync 0.4.2 release

06 Aug 05:51

Choose a tag to compare

  • complete rewritten in Kotlin
  • show info if openScale version is too old for real time sync
  • build configuration updated to enhance compatibility with F-Droid
  • added option to disable SSL/TLS for MQTT connections
  • fixed correct threading for LiveData updates in MQTTService

openScale sync 0.4.1 release

22 Jun 10:18

Choose a tag to compare

  • complete rewritten in Kotlin
  • small bug fixes after closed beta test

openScale sync 0.4 release

10 May 14:00

Choose a tag to compare

  • complete rewritten in Kotlin

openScale sync 0.3.5 release

18 Aug 16:37

Choose a tag to compare

  • updated Android API target level to 34

openScale sync 0.3.4 release

15 May 09:52

Choose a tag to compare

  • fixed MQTT bug for Android 12

openScale sync 0.3.3 release

08 May 10:49

Choose a tag to compare

  • upgraded to support Android 12

openScale sync 0.3.2 release

21 Feb 14:18

Choose a tag to compare

v0.3.2:

  • synchronization with wger the workout manager (https://wger.de/)
  • support for round launcher icons
  • minor bug fixes