Skip to content

Releases: openmrs/openmrs-contrib-android-client

2.7.2

04 Jun 03:20
Compare
Choose a tag to compare
  • Added Kotlin dependency to app level build.gradle file (#581)
  • Add release folder to gitignore (#584)
  • Initailized SQLCipher, make app 64-bit compliant (#588)
  • Change Gradle to latest version (#587)
  • Fixed Play publisher not publishing to Play store (#602)

2.7.1

13 May 04:47
Compare
Choose a tag to compare
  • Fixed bug on showing/hiding the password during login
  • Fixed performance issues
  • Visit Notes can now correctly show details
  • Show Toast after logout, when app in foreground and when successfully connected to Internet
  • Use Codecov as the code coverage tool
  • Add privacy policy link to Settings page
  • Re-developed OpenMRSLogger - faster loading times
  • Most buttons now follow the material design guideline
  • User is now taken back to the completed form on clicking cancel during registration
  • Replace country selection with a country picker
  • Setup Android Room and create entities
  • Add Contextual Action Bar in Synced Patients to delete multiple patients at once

2.7

18 Apr 14:14
Compare
Choose a tag to compare
2.7
  • Implement RxJava in DAOs
  • Removed unused dialogs
  • Wrote new unit tests, and moved them in the correct folder. Code coverage is increased.
  • Fixed lint errors
  • Pick patient photo when registering
  • Do not require login locations when no locations are configured
  • Improve UI of login form
  • Migrate to AndroidX and upgraded dependency versions
  • Add data validation when registering patients
  • Replaced MaterialTabHost with Google's own TabLayout with ViewPager
  • Encrypted the database with BCrypt, derived from username and password
  • Added a PR template
  • Show toasts when toggling sync button
  • Fixed crash when updating non-synced patient
  • Added warning dialog when back button is pressed
  • Added validation on patients' name and postal code
  • Improved the progress dialog when starting visit
  • Fixed 'Bad Request' bug
  • Saving user input when device is rotated, or when app instance is lost
  • Removed unnecessary WIFI_STATE and READ_PHONE permissions
  • Annotate NotNull / Nullable on every Java class where needed
  • Added a Privacy Policy
  • Renewed GitHub API Key
  • Set a Custom Path to look for the Release APK

v2.6.2

02 Feb 14:32
Compare
Choose a tag to compare

Version 2.6.2:

  • Added Patient Image
  • Fixed bugs

v2.6.1

02 Feb 13:18
Compare
Choose a tag to compare
AC-366 handle camera&storage  permissions manually (#321)

v2.6

31 Jan 11:03
Compare
Choose a tag to compare
AC-283 - Fixed patient selection when changing orientation (#318)

v2.5

11 Jan 12:05
Compare
Choose a tag to compare

Bugfixes

v2.4.1

24 Nov 16:33
Compare
Choose a tag to compare
Merge pull request #223 from tmarzeion/master

Permission fixes

v2.4

22 Nov 15:16
Compare
Choose a tag to compare
Upgraded play-publisher version

v2.3

04 Sep 02:28
Compare
Choose a tag to compare

Contains all work done during GSoC 2016 and additional bug fixes for stability. Ready for release.