Skip to content

Releases: woohyeok-choi/ABC-Logger

0.9.9-epsilon

26 Oct 03:28
Compare
Choose a tag to compare

0.9.9-delta

22 Oct 03:08
Compare
Choose a tag to compare

Fix Issue #72

  • A possible reason for this issue is due to multi-threading problem.
  • When flushing db files, a db session is closed at first; however, still there are some threads that want to write data into a the db.
  • To prevent such a problem, the previous implementation locked each write-operations with mutex.
  • However, when writing multiple entities, I found that ObjectBox actually put entities one by one, not at once.
  • Therefore, each write-operation is not thread-safe when writing multiple entities.
  • This version allow to write only one data with mutex.

0.9.9-gamma

21 Oct 23:54
Compare
Choose a tag to compare

Fix Issues: #71, #68, #74

0.9.9-beta

20 Oct 05:56
Compare
Choose a tag to compare

0.9.9-alpha

11 Oct 09:17
Compare
Choose a tag to compare
0.9.9-alpha

v0.9.9-c

22 Feb 08:18
Compare
Choose a tag to compare
  • Fix an app crashes after rebooting
  • Fix etc. texts are focusable/enabled even if a corresponding checkbox is not checked.

v0.9.9-b

21 Feb 00:07
Compare
Choose a tag to compare
  • Fix too many deliveries of Polar H10 error notifications
    • In details, any error is deferred for 5 minutes; the re-connection occurs during that time, error notification is gone.
  • Fix survey is unexpectedly removed during sync.
  • May fix that vibration of survey notification does not delivered during vibration ringer mode.

v0.9.9-a

17 Feb 05:28
Compare
Choose a tag to compare
  • Fix that Polar H10 is not correctly disconnected.

v0.9.9

15 Feb 08:25
Compare
Choose a tag to compare
  • Fix that the app become too slow during uploading a large amount of data.

v0.9.8-b

15 Feb 07:31
Compare
Choose a tag to compare
  • Fix a runtime crash when trying to start data collection
  • Fix a config is not correctly updated.