...
Released on | Expected: Late May 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 |
...