Skip to content

Releases: yashovardhan99/HealersDiary

Version 2.0.0-beta06

18 May 07:09
16b28b2
Compare
Choose a tag to compare
Version 2.0.0-beta06 Pre-release
Pre-release

Added

  • Added a brand new splash screen

Version 2.0.0-beta05

27 Feb 06:26
7fe34e0
Compare
Choose a tag to compare
Version 2.0.0-beta05 Pre-release
Pre-release

Added

  • Context menus on home screen to make it easier to edit and delete activities
  • Added shortcuts and integration with Google Assistant to make it easier to use the app!

Changed

  • Updated time handling across the app

Fixed

  • Fixed bug related to invalid time when exporting data

Dev Bytes

This update has major internal changes

  • Added static and dynamic shortcuts with Google Assistant capabilities.
  • Added a ton of new unit tests for utilities
  • Migrated away from java.util.Date and Calendar to use the modern java.time libraries.
  • Updated to gradle 7.0

Version 2.0.0-beta04

27 Nov 14:54
9618cf9
Compare
Choose a tag to compare
Version 2.0.0-beta04 Pre-release
Pre-release

Added

  • Added unlimited scrolling list on Dashboard!

Changed

  • Memory optimizations for different lists across app
  • Faster query for stats on dashboard

Version 2.0.0-beta03

01 Jun 19:15
861a372
Compare
Choose a tag to compare
Version 2.0.0-beta03 Pre-release
Pre-release

Added

  • Added local backup + restore (CSV) ability. (#47)

Version 2.0.0-beta02

12 Apr 13:44
a2e0583
Compare
Choose a tag to compare
Version 2.0.0-beta02 Pre-release
Pre-release

Added

  • Patient created events now show up in dashboard

Version 2.0.0-beta01

15 Mar 17:02
5491eeb
Compare
Choose a tag to compare
Version 2.0.0-beta01 Pre-release
Pre-release

Same as v2.0.0-alpha06. This is the first public beta for v2.0 of the app.

Version 2.0.0-alpha06

06 Mar 14:06
709e25c
Compare
Choose a tag to compare
Version 2.0.0-alpha06 Pre-release
Pre-release

Added

  • Edit implementation for healings and payments
  • Core module for common database, utils and more
  • Analytics event tracking
  • [META] Github actions workflow for regular builds and automated releases
  • Unit tests for CalendarUtils
  • Some database integration tests

Changed

  • Datastore refactor

Fixed

  • Fixed navigation graph and popup behaviour.

Version 2.0.0-alpha05

26 Feb 10:34
1f5d8e5
Compare
Choose a tag to compare
Version 2.0.0-alpha05 Pre-release
Pre-release

Added

  • Added Undo action for Snackbar on deleting Healing and Payment (#32)
  • A new material design for Progressbar, TimePicker, DatePicker (#31)

Changed

  • Switched to using transactions for deleting healings and payments. (#35)

Fixed

  • Fixed a bug where deleting multiple healings/payments did not correctly update the due amount. (#35)

Version 2.0.0-alpha04

21 Feb 10:16
5acc85c
Compare
Choose a tag to compare
Version 2.0.0-alpha04 Pre-release
Pre-release

Changed

  • Changed splash screen behaviour
  • Updated dependencies
  • Added separators for Healings and Payment list

Version 2.0.0-alpha03

16 Feb 15:53
497c33a
Compare
Choose a tag to compare
Version 2.0.0-alpha03 Pre-release
Pre-release

Added

  • Import from v1.0 and Clear all options in Settings