Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@vgarciabnz vgarciabnz released this 27 Apr 08:42
· 4770 commits to master since this release
738b1dd

New features:

  • Database encryption (ANDROSDK-3)
  • Download and consume parameters from Android Settings App (ANDROSDK-1078)
  • Event notes (ANDROSDK-187)
  • User assignment: add "assignedUser" to Events; add "enableUserAssignment" to ProgramStages (ANDROSDK-1042); add "assignedUserMode" to TEI search (ANDROSDK-1050)
  • Add "geometry" property in OrganisationUnit (ANDROSDK-1045)
  • Add "orderBySortOder" in options (ANDROSDK-1053)
  • Add DataSetInstanceSummary to get aggregated data (specially adapted to home screen)
  • Add OrderBy clauses in Event, Enrollment and TrackedEntityInstance (ANDROSDK-1082)
  • Helper method to get summary of reserved values (ANDROSDK-1075)
  • Helper method to create period from a periodId (ANDROSDK-1104)
  • Option repository performance (ANDROSDK-1123)

Minor breaking changes:

  • DatabaseAdapter: method "query" renamed to "rawQuery". Some method remove unused arguments.
  • SQLiteDatabase: use new methods "query", "insert" and "update" in DatabaseAdapter instead of those in SQLiteDatabase.

See full list at DHIS2 JIRA.