Skip to content

Android build (dev-0.2.150)

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 13:46
eb9f24c
Dark mode, database, mood recording and heatmaps (#187)

* Dark mode changes

* Dark mode changes - home page

* Dark mode changes

* Implementing multiple changes including:
 - Dark Mode changes to screens
 - Adding new screen for adding emotional updates

* Implementing multiple changes including:
 - Dark Mode changes to screens
 - Adding new screen for adding emotional updates

* Save Moods to database, WIP on screen showing records of moods

* Emotions now work with database and are no longer hardcoded.
Currently it is only possible to add emotions.

* Fixed saving of emotions, made separate DAO for emotions.

* Last updates