Commit Graph

11 Commits

Author SHA1 Message Date
f7966ce587 feat: Implement snooze functionality for notifications
- Added snooze duration setting in SettingsScreen.
- Created DebugNotificationsScreen to view pending notifications and logs.
- Integrated notification logging with NotificationDebugStore.
- Enhanced SimpleNotificationService to handle snooze actions and log notifications.
- Removed ProfileSetupScreen as it is no longer needed.
- Updated NotificationRouter to manage snooze actions without UI.
- Refactored settings provider to include snooze duration management.
2025-08-30 01:51:38 +02:00
6dccac6124 notification overhaul 2025-08-30 00:12:29 +02:00
31e04fe260 feat: adds RDA for intake of vitamins and certain elements based on
canada health values
2025-08-28 15:29:20 +02:00
e95dcf3322 feat: adds auto sync feature and fixes UI a bit up 2025-08-27 21:47:24 +02:00
2017fd097d feat adds proper syncing feature
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
2025-08-27 20:51:29 +02:00
709cf2cbd9 adds syncing 2025-08-27 16:17:21 +02:00
494b941277 feat: Add daily status refresh on supplements list screen pull-to-refresh 2025-08-27 10:20:20 +02:00
53dfd92cec feat: Implement pending notifications screen and enhance notification handling 2025-08-26 18:15:35 +02:00
2aec59ec35 feat: Add settings provider for theme and time range management
- Implemented SettingsProvider to manage user preferences for theme options and time ranges for reminders.
- Added persistent reminder settings with configurable retry intervals and maximum attempts.
- Created UI for settings screen to allow users to customize their preferences.
- Integrated shared_preferences for persistent storage of user settings.

feat: Introduce Ingredient model

- Created Ingredient model to represent nutritional components with properties for id, name, amount, and unit.
- Added methods for serialization and deserialization of Ingredient objects.

feat: Develop Archived Supplements Screen

- Implemented ArchivedSupplementsScreen to display archived supplements with options to unarchive or delete.
- Added UI components for listing archived supplements and handling user interactions.

chore: Update dependencies in pubspec.yaml and pubspec.lock

- Updated shared_preferences dependency to the latest version.
- Removed flutter_datetime_picker_plus dependency and added file dependency.
- Updated Flutter SDK constraint to >=3.27.0.
2025-08-26 17:19:54 +02:00
e6181add08 Refactor supplement intake handling to support fractional units and update notification service initialization for Linux 2025-08-26 01:35:43 +02:00
f8c19f9051 initial commit
Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
2025-08-26 01:21:26 +02:00