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
andperiodFrom
filters in repositoryTrackedEntityInstanceFilterRepository
. - Removed
followUp
,enrollmentStatus
andenrollmentCreatedPeriod
inTrackedEntityInstanceFilter.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!