Skip to content

Releases: dhis2/dhis2-android-sdk

0.16.4

25 Jun 11:29
4f2ad92
Compare
Choose a tag to compare

Bugfix:

Release 0.16.3

31 May 12:30
ca8b5dc
Compare
Choose a tag to compare

Bugfix:

  • Persist dataSet and program links in search orgunits (ANDROSDK-847)

Release 0.16.2

27 May 13:58
09f1f28
Compare
Choose a tag to compare

Bugfix:

Release 0.16.1

23 May 06:45
66c9a67
Compare
Choose a tag to compare

Bugfix:

  • Do not update tracker events in single events post call (ANDROSDK-832)

Release 0.16.0

22 May 10:23
aea368e
Compare
Choose a tag to compare

New features:

Changes in D2:

  • New data state: WARNING (ANDROSDK-421)
  • Tracker data call as observable: replace d2.trackedEntityModule().downloadTrackedEntityInstances(2, false).call() by d2.trackedEntityModule().downloadTrackedEntityInstances(2, false).asObservable().subscribe() (ANDROSDK-771)
  • Aggregated data call as observable: replace d2.aggregatedModule().data().download().call() by d2.aggregatedModule().data().download().asObservable().subscribe() (ANDROSDK-783, ANDROSDK-791)

Bugfix:

Release 0.15.5

06 May 06:53
ac1d96b
Compare
Choose a tag to compare

Bugfixing:

  • Data source with order by and paging not working (ANDROSDK-804)

Release 0.15.4

26 Apr 13:45
1d75f05
Compare
Choose a tag to compare

Changes in D2:

  • Database: unique constraint in TrackedEntityDataValue (event, dataelement) (ANDROSDK-768)
  • Database: unique constraint in TrackedEntityAttributeValue (trackedentityinstance, trackedentityattribute) (ANDROSDK-775)

Release 0.15.3

26 Apr 13:44
ae85087
Compare
Choose a tag to compare

Changes in D2:

Release 0.15.2

12 Apr 14:50
66c9ad2
Compare
Choose a tag to compare

Bugfix:

Release 0.15.1

08 Apr 15:52
9b243bf
Compare
Choose a tag to compare

New features:

Bugfixing:

  • Order by error when filter by date (ANDROSDK-766)
  • Method to filter CategoryOptionCombo by a list of CategoryOption uids (ANDROSDK-760)
  • Delete Relationship causing NullPointerException (ANDROSDK-764)