Releases: dimagi/commcare-android
CommCare 2.44.4 (LTS Only)
LTS Only Release
Major Changes Over 2.44.3 -
- Targets Android 8
- Minor bug fixes and security improvements
CommCare 2.44.3
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
Fixes crash occurring for some users when trying to enter a form after updating to CommCare 2.44
CommCare 2.44.1
Fixes crash on login for some users after updating to CommCare 2.44
CommCare 2.44.0
- Make
external_id
case property indexed - Bug Fixes
- Improvements in DB infrastructure that store forms
CommCare 2.43.1
Fixes regression on Android 4 devices causing CommCare to crash at multiple places while loading vector images
CommCare 2.43.0
- 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
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
Fixes a regression that caused forms on the Saved screen to display out of order.
Commcare 2.42.0
- 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.