7 Commits

Author SHA1 Message Date
931d126e8e
Merge branch 'features/paymenttype-cash' into develop 2025-07-22 14:36:15 +02:00
f87a467a6a
Merge pull request #1 from MaxMa04/master
Master
2025-07-22 14:24:32 +02:00
130f7c804b Update project references to point to the new backend directory 2025-07-22 14:23:10 +02:00
3acf2644f4 Implement Sponsor on LoadingView 2025-07-14 14:47:14 +02:00
e6671d19fb Add PaymentType column to Walks table in migration 20250706144607
- Introduced a new column 'PaymentType' of type INTEGER to the 'Walks' table.
- Set default value for 'PaymentType' to 0.
- Implemented migration methods to handle the addition and removal of the column.
2025-07-14 14:01:34 +02:00
1a18eea28a Update configuration, enhance UI, and add new features
This commit includes significant updates to the application, focusing on configuration changes, UI enhancements, and new features:

- Updated `appsettings.json` to change the database name and add a new connection string for encryption.
- Modified `launchSettings.json` to allow the application to listen on all network interfaces.
- Introduced new image assets and SVG icons to improve visual elements.
- Added `UserPreferencesService` to manage user acceptance of terms and conditions.
- Expanded `OnboardingViewModel` to manage onboarding steps and user interactions.
- Created new popup ViewModels for managing user agreements and subscription offers.
- Restructured various XAML files to improve layout consistency and data binding.
- Updated project files to reflect version changes and improve organization.
- Introduced a new `SubscriptionModel` class to manage subscription data in the UI.

Overall, these changes enhance the application's structure, usability, and responsiveness.
2025-06-19 21:20:21 +02:00
8615c39200 Projektdateien hinzufügen. 2025-04-28 10:32:37 +02:00