DHIS2 Android SDK 1.6.2 has been officially released

Dear DHIS2 community,

We are glad to inform you that the version 1.6.2 of the DHIS2 Android Software Development Kit (SDK) has been officially released.

This patch release is our response to challenges and bugs reported by the community. Specifically, this version has fixed some issues related to removing incomplete relationships (if the user removes the “from” or the “to” components of a relationship), adapting trackedEntityInstanceFilters to the new fields in 2.38, adding the missing support to Event Data Items for the local analytics engine, and several other improvements. You can see the list of bugs solved and improvements in jira.

It also contains 2 minor breaking changes in the repository TrackedEntityInstanceFilterRepository, specifically:

  • Removed periodTo and periodFrom filters in repository TrackedEntityInstanceFilterRepository.
  • Removed followUp, enrollmentStatus and enrollmentCreatedPeriod in TrackedEntityInstanceFilter.Builder.

The functionality of the SDK including code examples is fully documented . You can also download and check out the SDK code in the following GitHub repository .

This is the latest stable release for version 1.6. Don’t forget to have a look at the DHSI2 android skeleton app

The SDK 1.6.2 is being used by the latest DHIS2 Android Capture application (version 2.6.2).

Happy coding!

8 Likes

Thanks for your information.

1 Like