Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@LuGO0 LuGO0 released this 12 Aug 19:07
· 97 commits to master since this release

Version 3.0.0

  1. [AC-574] - Android Client cannot update provider password
  2. [AC-575] - Password Reset
  3. [AC-584] - Renew GITHUB API key to deploy to Play store
  4. [AC-657] - Adding an about section
  5. [AC-717] - updating the PR template so that someone dosent forgets the JIRA workflow
  6. [AC-722] - after starting a Visit replace the start button with an end button
  7. [AC-821] - Fix deprecation warnings
  8. [AC-869] - Full name of languages should be used.
  9. [AC-926] - Using View Binding Architecture component in various packages.
  10. [AC-945] - android.viewBinding.enabled is obsolete and should be replaced
  11. [AC-951] - Migrate matchingpatients package from Java to Kotlin & ViewBinding
  12. [AC-958] - Correcting app screenshots' aspect ratio in README.md file
  13. [AC-962] - Stay on the SyncedPatientsActivity after deleting synced patient(s)
  14. [AC-973] - Feature of setting system default theme
  15. [AC-984] - Delete Operation Offline support for Allergy Repository
  16. [AC-985] - Offline Strategy for Patient Repository
  17. [AC-543] - Delay while inflating layout of Find Patients and Form Entry
  18. [AC-545] - Loss of Data after Logout and re-login with same username,password & url
  19. [AC-581] - Failed to resolve variable '${project.groupId}'
  20. [AC-613] - Job 'generateReleasePlayResources' failed
  21. [AC-616] - Encrypt play store files earlier in CI build
  22. [AC-669] - Implementing a method to show detailed server error
  23. [AC-774] - Travis CI fails to detect failed tests
  24. [AC-775] - Theme bug causing glitch when opening register patient
  25. [AC-792] - The Intent is not implemented properly
  26. [AC-800] - Redesign register patient form as a multi step form
  27. [AC-862] - On tapping email us in contact page, the recipient of mail is not correct
  28. [AC-864] - The GetProviders method seems incorrect in the providerRepository
  29. [AC-865] - We should avoid the use of appContext inside repository layer
  30. [AC-866] - The title of action bars is not translated to Hindi.
  31. [AC-883] - QuickFix for patientIdentifier Service omission
  32. [AC-887] - Memory leak in Fragments
  33. [AC-889] - An improvement is needed in the login page as in dark mode the username,password and especially the server url text colours make it not visible correctly.
  34. [AC-890] - An improvement is needed in the Settings page UI. The language button English option text is not displayed correctly in some of the devices.
  35. [AC-946] - Bug in the language switching feature.
  36. [AC-961] - Buttons of alert dialog are not clearly visible in dark mode.
  37. [AC-965] - Form Entry TextView Overlap with Image
  38. [AC-967] - App Crashes after registering patient
  39. [AC-968] - Provider name is not correctly saved in server when switching from offline to online mode
  40. [AC-969] - Add Provider Worker is called even after syncing provider when switching from offline to online mode
  41. [AC-970] - Client fails to edit or delete a newly created Provider
  42. [AC-983] - After Deleting Providers the parent screen still holds old data untill a refresh.
  43. [AC-986] - The Provider fetch function duplicates data in the feed
  44. [AC-982] - NPE in Patient Photo Activity
  45. [AC-981] - Application Rehaul for the Library code encapsulation
  46. [AC-798] - Add and view supervised patients for the current provider
  47. [AC-834] - Migrate room Entity classes to Kotlin
  48. [AC-842] - Add Repository Abstraction for AddEditPatient Package
  49. [AC-879] - Migrate Form List Package to Kotlin
  50. [AC-888] - Migrate Login Screen to Kotlin
  51. [AC-892] - Migrate Add Provider Screen to Kotlin
  52. [AC-898] - Convert Java classes of Model Package to Kotlin
  53. [AC-929] - Provider Manager in the Dashboard Screen is redirecting to wrong activity
  54. [AC-948] - Migrate Logs Screen from MVP Architecture to MVVM architecture
  55. [AC-950] - Migrate Provider Dashboard Package from Java to Kotlin.