H1 Release Notes
Current Version
Version 1.7.3
Released on | November 16, 2023 |
---|---|
New features | None |
Bug fixes |
|
Known issues |
|
APK |
Planned Versions
Version 1.7.4
Released on | Expected: Late December 2023 |
---|---|
New features | None |
Bug fixes |
|
Known issues |
|
APK |
|
Previous Versions
Version 1.7.2
Released on | Expected: Late September 2023 |
---|---|
New features | None |
Bug fixing |
|
Known issues |
|
APK |
Version 1.7.1
Released on | Expected: Late August 2023 |
---|---|
New features | None |
Bug fixing |
|
Changes |
What is this change about
A problem has been present since Android Oreo (Android 8.0, 2017). https://developer.android.com/about/versions/oreo/background. Since that version, starting services from background was no longer possible using the services that HNQIS was using (IntentService & JobIntentService). They only worked on foreground. Background calls were producing silent crashes in the hundreds. Additionally, JobIntentService had already been labelled as deprecated in Android documentation: Solution: Android Support Library 26.0.0 (part of Android 8.0, 2017) introduced a new JobIntentService class, which provides the same functionality as IntentService but uses jobs instead of services when running on Android 8.0 or higher. The refactor implemented in HNQIS 1.7.X turns push procedure into a Worker, that can run in background and is now fully supported. Notes for testing:
|
Known issues |
|
APK |
Version 1.6.15
Released on | March 28, 2023 |
---|---|
New features | None |
Bug fixing |
|
Known issues |
|
APK |
Version 1.6.14
Released on | Jan 19, 2023 |
---|---|
New features |
|
Bug fixing |
|
APK |
Version 1.6.10
Released on | Aug 8, 2022 |
---|---|
New features |
|
APK |
Version 1.6.8
Released on | Aug 8, 2022 |
---|---|
New features |
|
APK |
Version 1.6.6
Released on |
|
---|---|
New features |
|
APK |