Releases: woohyeok-choi/ABC-Logger
Releases · woohyeok-choi/ABC-Logger
0.9.9-epsilon
0.9.9-delta
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
0.9.9-beta
0.9.9-alpha
0.9.9-alpha
v0.9.9-c
- Fix an app crashes after rebooting
- Fix etc. texts are focusable/enabled even if a corresponding checkbox is not checked.
v0.9.9-b
- 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
- Fix that Polar H10 is not correctly disconnected.
v0.9.9
- Fix that the app become too slow during uploading a large amount of data.
v0.9.8-b
- Fix a runtime crash when trying to start data collection
- Fix a config is not correctly updated.