Skip to content

2.7

Compare
Choose a tag to compare
@f4ww4z f4ww4z released this 18 Apr 14:14
  • 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