Skip to content

Releases: dimagi/commcare-android

CommCare 2.44.4 (LTS Only)

29 Nov 09:19
a9a14c6
Compare
Choose a tag to compare

LTS Only Release

Major Changes Over 2.44.3 -

  • Targets Android 8
  • Minor bug fixes and security improvements

CommCare 2.44.3

23 Jul 16:16
97b6e57
Compare
Choose a tag to compare

Fixes "Error reading Xform File" error on entering a form after taking an app update on CommCare 2.44. This only happens when the app update includes an XForm with changed namespace (xmlns) between the originally installed and new version of the app.

CommCare 2.44.2

17 Jul 20:04
fb6bcbc
Compare
Choose a tag to compare

Fixes crash occurring for some users when trying to enter a form after updating to CommCare 2.44

CommCare 2.44.1

09 Jul 17:28
521fa13
Compare
Choose a tag to compare

Fixes crash on login for some users after updating to CommCare 2.44

CommCare 2.44.0

17 Jul 20:03
Compare
Choose a tag to compare
  • Make external_id case property indexed
  • Bug Fixes
  • Improvements in DB infrastructure that store forms

CommCare 2.43.1

08 May 16:38
235dfd5
Compare
Choose a tag to compare

Fixes regression on Android 4 devices causing CommCare to crash at multiple places while loading vector images

CommCare 2.43.0

07 May 15:53
Compare
Choose a tag to compare
  • Adds a class of logs viewable on-device from the App Manager that record important “data change” actions which occur in CommCare (installs, updates, migrations, etc.)
  • Fixes an issue where image capture questions would result in a crash on Android M+ devices if camera permissions had not been granted to CommCare by the user
  • Improved UI/UX for users to view the error message when a CommCare app update or install fails
  • Better error message for when logic in a CommCare app results in trying to sort an empty list
  • Fixes 2 bugs that resulted in logins being blocked after updating CommCare from a much older version

CommCare 2.42.2

02 Apr 18:37
Compare
Choose a tag to compare

Fixes a regression in which a submitted form could contain invalid data in the scenario where the form gets resumed automatically after the user was auto-logged out.

CommCare 2.42.1

08 Mar 15:02
18cde42
Compare
Choose a tag to compare

Fixes a regression that caused forms on the Saved screen to display out of order.

Commcare 2.42.0

16 Feb 11:41
Compare
Choose a tag to compare
  • Primarily bug fixes and some error message changes
  • Completed forms in saved forms list are now sorted by submission ordering number (Order in which they are going to be submitted)
  • Introduces a developer option 'Allow spaces in Select choices' which can be disabled to throw error if a lookup used in select question contains space.