Releases: ItamiOMW/CalorieTracker
Releases · ItamiOMW/CalorieTracker
v0.0.7
- Updating user info and calorie intake
- AboutAppScreen, UserInfoScreen, CalorieIntakeScreen,
- Logout
v0.0.6
- Added logo to splash screen;
v0.0.5
- Fixed crush in reports screen when adding new weight entity;
- Forgot to save consumed water locally when loading meals with consumed water in DiaryRepositoryImpl;
v0.0.4
- Moved creating viewmodels from navigation graphs to screens;
- Screen sctucture now divided to Screen(viewModel, onNavigateBack) and ScreenContent(state, onAction)
- Now all on-screen Actions are processed by viewModel;
v0.0.3
- Implemented auth with email and password;
- Changed onBackgroundVariant color for dark theme;
- Updated some dependencies;
v0.0.2
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
Implemented Google OAuth, Recipes feature, Diary feature and Profile Feature.
Currently app lacks Settings feature and authentication with email and password.