Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Current Version

Version 1.

...

7.

...

3

Released on

March 28,

Expected: Late October 2023

New features

None

Bug fixing

  • Survey Deletion bug fixed

Known issues

  • The App encounters an error when attempting to pull metadata from DHIS2 on certain servers.

  • Sometimes, the logout process does not execute properly, and the session can remain open.

APK

1.7.3

Planned Versions

Version 1.7.3

Released on

Expected: Late October 2023

New features

None

Bug fixing

Calculated scores now include all decimal points. Although the UI only shows 2 decimal points, up to 8 (TBC) decimal digits are sent during sync with DHIS2.
  • Survey Deletion bug fixed

Known issues

  • The App encounters an error when attempting to pull metadata from DHIS2 on certain servers.

  • Sometimes, the logout process does not execute properly, and the session can remain open.

APK

1.7.3

Previous Versions

Version 1.7.2

Released on

Expected: Late September 2023

New features

None

Bug fixing

  • Upgrade SDK level to API 33, to make the app compliant with Google Play Store requirements

Known issues

APK

PSI’s google store

Planned Versions

Version 1.7.1

Released on

Expected: Late August 2023

New features

None

Bug fixing

  • App crashes when sharing the action plan in other languages

  • Overlapped text in assessment when no survey is found

  • Duplicated label when no there is no survey to display

Changes

  • Event sync feature background services refactor.

  • Push service

What is this change about

  • Up to version 1.6.15, there were three type of services used in HNQIS.
    SurveyService (technically using what's called an IntentService in Android): used to actions related to surveys (retrieve sent surveys, retrieve unsent surveys, create Survey …)

  • PlannedSurveyService (also using an IntentService). They are there to load planned surveys in the first tab

  • PushService (technically using what's called a JobIntentService in Android). This one was in charge of sending surveys to dhis2 when the app is in background

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:
https://developer.android.com/reference/androidx/core/app/JobIntentService

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:
The screens listed below are now using the re-written service, hence testing should focus on those screens:

  • Planned surveys screen

  • Planned survey by org unit

  • In progress surveys

  • Sent surveys

  • Feedback

  • Survey creation

  • Monitoring

  • New survey

Known issues

  • The deprecated services were producing several background app crashes. This change should eliminate most of those crashes once the application is deployed. Hence, the number of crashes recorded in HNQIS’ Firebase logs should be significantly reduced after the deployment of the app.

APK

1.7.1

...

Version 1.6.15

Released on

March 28, 2023

New features

None

Bug fixing

  • Calculated scores now include all decimal points. Although the UI only shows 2 decimal points, up to 8 (TBC) decimal digits are sent during sync with DHIS2.

Known issues

APK

PSI’s google store

Version 1.6.14

Released on

Jan 19, 2023

New features

  • 2.38 DHIS2 compatibility

  • Scores round on front-end

  • Android SDK level upgraded to 31

Bug fixing

  • Top 10 crashes fixed

APK

1.6.14

Version 1.6.10

Released on

Aug 8, 2022

New features

  • Compatibility added with Android 10+

  • Top 10 background crashes fixed

APK

1.6.10

Version 1.6.8

Released on

Aug 8, 2022

New features

  • Share images/videos

  • Some texts rephrasing

  • Dynamic servers URL list

  • New monitoring, composed by old and new monitoring features

  • Pull of observation and action plans

  • New scoring classification based on POEditor server's term (SCORING vs COMPETENCIES)

  • Message when authority is missing from the user

  • Firebase crashlytics and analytics support

  • Pie charts represent only the classification depending on the server, without A/B/C notation

  • HNQIS learning center URL modified

APK

1.6.8

Version 1.6.6

Released on

New features

  • Firebase crashlytics and analytics support

  • Pie charts represent only the classification depending on the server, without A/B/C notation

  • HNQIS learning center URL modified

APK

1.6.6