9 Commits
Author SHA1 Message Date
Sanders 6da0da45b7 Adds category management feature
Adds the ability to manage categories in the settings page. This includes:
- Registers CategoryCubit in the dependency injection container.
- Introduces a new CategoryListPage for editing categories.
- Adds translations for category management related text.
- Adds unselected icon color to the theme.
- Updates the date format in the transaction dialog.
2025-06-30 15:59:43 +03:00
Sanders 829ca93d9b Adds SMS reading functionality
Implements SMS reading functionality to automatically track expenses.

- Adds necessary permissions for reading SMS messages in AndroidManifest.xml.
- Registers SmsService and SmsCubit in the dependency injection container.
- Adds a new SMS page to the bottom navigation bar.
- Introduces new localization strings for the SMS page title and permission denied message.
- Sets minSdk to 23.
2025-06-30 13:40:52 +03:00
Sanders e0cb2d1e2c Fix summary 2025-06-29 13:07:39 +03:00
Sanders 14a69200d3 Small fixes 2025-06-28 00:02:41 +03:00
Sanders 5856b59b54 Language 2025-06-27 18:42:02 +03:00
Sanders b2c8189cb2 Add bloc 2025-06-27 16:42:12 +03:00
Sanders 75c3b4c69a Small fix 2025-06-09 17:03:41 +03:00
Sanders 4eb3e1f700 Small fix 2025-06-09 16:27:01 +03:00
Sanders b524625b79 Sample 2025-06-08 22:45:16 +03:00