Skip to content

Releases: dhis2/dhis2-android-sdk

Release 0.17.1

12 Jul 14:15
9217c69
Compare
Choose a tag to compare

Bugfix:

  • Propagate state after deletion of enrollments and events (ANDROSDK-893)

Release 0.17.0

08 Jul 14:16
c19c41f
Compare
Choose a tag to compare

New features:

Changes in D2:

  • User module callables to RxJava (ANDROSDK-852)
  • Remove trackedEntityInstance field in Event (ANDROSDK-160)
  • D2Manager methods become static (ANDROSDK-860)
  • Standarize observable calls in D2: remove asObservable() in aggregated data and trackedEntityInstance downloads (ANDROSDK-870)
  • Make metadataSync return Observable (ANDROSDK-877)

Bugfix:

  • Status propagation crashes in events without registration (ANDROSDK-875)
  • Default to status ACTIVE in new Events and Enrollments (ANDROSDK-871)
  • Fix paging key in DataSetReports (ANDROSDK-878)

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: