v3.1.2
| Fixed an issue where changes to the apiKey were not recognized.
Added missing libraries for 32-bit devices. |
v3.1.1
| Exception handling for errors occurring only on Android 13. |
v3.1.0
| The AI model has been upgraded to Highball, enabling two-person sleep tracking.
Added begin and end functions to manage foreground services within the SDK. |
v2.4.2
|
- Added AsleepLogger Interface: A new interface, AsleepLogger, has been introduced, featuring four methods: d, e, i, and w.
- Enhanced Configuration with Logging: The initAsleepConfig function has been updated to include an AsleepLogger parameter as its final argument.
- Removed Direct Android Log Outputs: In alignment with our new logging approach, direct usage of the Android Log class within the SDK has been removed.
|
v2.4.1
| Added an optional ‘isPrivacySensitive’ parameter to ‘startSleepTracking()’ to optionally select the privacy sensitive feature of the AudioRecord. The default is true. |
v.2.4.0
| Add snoring data to Report and Average Stats.
Add setPrivacySensitive during Recording. |
v2.3.0
| Average-stats, sleep_index are added.
Added functionality to continue the session.
Changed some functions to asynchronous processing. |
v2.2.2
| Android 14 compatibility has been addressed in the hotfix. |
v2.2.1
| Fixed obfuscation bug for sessionId in getTrackingStatus. |
v2.2.0
|
- Add Developer Mode Function.
- Add Error Codes related to audio processing- ERR_AUDIO_SILENCED, ERR_AUDIO_UNSILENCED3. Add Session Object parameter in Reports- createdTimezone, unexpectedEndTime, sleepCycle, sleepCycleCount, wasoCount, longestWaso, unstableBreathCount, lightLatency, remLatency, deepLatency.
|
v2.1.2
|
- Redefine errorCode.
- Add related to TrackingStatus.
- Add defensive logic to close the session when initAsleepConfig is called during SleepTracking.
|
v2.1.1
|
- Ensuring Visibility of AsleepErrorCode Interface.
- Implementing ERR_NETWORK Listener for Handing Internet Coneection Issues.
- Changing HTTP Keep-Alive Time to 10 Seconds.
|
v2.1.0
|
- The noise reduction processing has been modified.
- User-Agent has been added to HTTP.
|
v2.0.0
|
- Change Reports Structure.
|