5 Commits

Author SHA1 Message Date
hans 2e703c6722 Refactor environment variable handling and update build instructions
- Introduced a Makefile for building the release APK with `make build release`.
- Updated README to reflect new build command and usage of `--dart-define-from-file=.env`.
- Removed dotenv dependency and switched to using Dart's `--dart-define` for API key management.
- Adjusted ForexRateAPI key loading logic to improve error handling and clarity.

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-20 09:55:07 +01:00
hans 477ca0ee07 Add backup and restore functionality for rental data in settings
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-20 09:32:02 +01:00
hans e6c16967f9 Refactor ForexRateAPI integration to load API key from .env file and enhance error handling
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-19 23:48:26 +01:00
hans ed1cfca214 Initial commit
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-19 20:29:31 +01:00
hans f050d10a1d Initial commit
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-19 20:29:22 +01:00