Release 0.10.0
Pre-release
Pre-release
josemp10
released this
06 Jul 12:39
·
10659 commits
to master
since this release
New features:
- Support login offline (ANDROSDK-274)
Bug fixes:
- TrackedEntityInstanceQuery: send an error when orgunit list is too long (ANDROSDK-247)
- Map event and enrollment coordinate as double on post (ANDROSDK-272)
- Tei last page download (ANDROSDK-270)
Changes in D2:
- In EventModel: rename enrollment_uid to enrollment (method name only).
- In ProgramTrackedEntityAttributeModel: rename allowFutureDates to allowFutureDate (method name only).
- In Enrollment: rename dateOfEnrollment to enrollmentDate, and dateOfIncident to incidentDate (method name only).
- New error codes for login offline (see D2ErrorCode): NO_AUTHENTICATED_USER_OFFLINE, DIFFERENT_AUTHENTICATED_USER_OFFLINE, DIFFERENT_SERVER_OFFLINE
Internal:
- Pojo-model prototype: User (ANDROSDK-253)