Skip to content

Releases: ItamiOMW/CalorieTracker

v0.0.7

16 Jun 13:47
62300d1
Compare
Choose a tag to compare
  1. Updating user info and calorie intake
  2. AboutAppScreen, UserInfoScreen, CalorieIntakeScreen,
  3. Logout

v0.0.6

04 Jun 08:06
84555a8
Compare
Choose a tag to compare
  1. Added logo to splash screen;

v0.0.5

03 Jun 05:26
fa3d5bd
Compare
Choose a tag to compare
  1. Fixed crush in reports screen when adding new weight entity;
  2. Forgot to save consumed water locally when loading meals with consumed water in DiaryRepositoryImpl;

v0.0.4

02 Jun 17:25
89ee759
Compare
Choose a tag to compare
  1. Moved creating viewmodels from navigation graphs to screens;
  2. Screen sctucture now divided to Screen(viewModel, onNavigateBack) and ScreenContent(state, onAction)
  3. Now all on-screen Actions are processed by viewModel;

v0.0.3

01 Jun 07:21
5ac583a
Compare
Choose a tag to compare
  1. Implemented auth with email and password;
  2. Changed onBackgroundVariant color for dark theme;
  3. Updated some dependencies;

v0.0.2

20 May 13:11
8d6694b
Compare
Choose a tag to compare

Reports feature implemented.
In order to create an account with google oauth you should be added as one of the test users.
Authorization with email and password not implemented yet.

v0.0.1

02 May 06:48
5f80913
Compare
Choose a tag to compare

Implemented Google OAuth, Recipes feature, Diary feature and Profile Feature.
Currently app lacks Settings feature and authentication with email and password.