Current Version
The current version is available at PSI’s google store
Version 1.6.15 | March 28, 2023 |
New Features
Changes
Known Issues | |
APK link |
Planned Versions
Version 1.7 | Expected: Late May 2023 |
New Features
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
|
Previous Versions
Version 1.6.14 | XX |
New FeaturesChangesKnown Issues | |
APK link |