18 Commits

Author SHA1 Message Date
8a9ef2a883 finale anpassungen und schicken der richtigen daten + aufmerksam machen der nutzer auf den zustand dass es aktuell nur cash gibt 2025-08-09 14:45:07 +02:00
52dc491ba5 Update API endpoint for setting app user type 2025-08-09 11:01:08 +02:00
5c3e0b87c5
Merge pull request #4 from MaxMa04/develop
Remove secure text entry setting for iOS and add launch configuration…
2025-07-22 16:04:09 +02:00
0ee468ef8c Remove secure text entry setting for iOS and add launch configuration for .NET MAUI 2025-07-22 16:01:12 +02:00
5556cc97aa
Merge pull request #3 from MaxMa04/develop
dfg
2025-07-22 14:36:25 +02:00
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
601181b541 Final Release Version 2025-07-20 14:06:23 +02:00
0e7db09d33 Update terms acceptance logic and improve accessibility
- Initialize `_acceptedTermsMangopay` to `true` in
  `AddPaymentUserViewModel.cs` and `BecomeWalkerViewModel.cs`.
- Set `AcceptedTermsMangopay` to `true` on refresh.
- Add `AutomationId` attributes to email and password
  `Entry` elements in `LoginFormView.xaml` for better
  accessibility.
- Comment out a `Grid` element and remove the `Switch`
  control for `AcceptedTermsMangopay` in
  `AddPaymentUserView.xaml` and `BecomeWalkerView.xaml`.
2025-07-20 13:50:02 +02:00
fb0e7978ee Implement PaymentInfoPopup with ViewModel and acknowledgment functionality 2025-07-15 13:05:23 +02:00
1c44f686ab Refactor XAML and ViewModel code to comment out not needed UI elements and logic for mangopay 2025-07-15 11:19:46 +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
4478fa2457 Update visual assets and refactor codebase
This commit includes a complete replacement of the binary content of the image files, significantly updating the visual assets of the application to enhance user experience and align with new design standards.

Key changes include:
- Resetting session state for the subscription offer popup in `App.xaml.cs`.
- Replacing buttons with touch-friendly labels in `Step2ExternalControl.xaml` and `Step3Control.xaml`.
- Updating image sources and bindings in `WalkerListControl.xaml` to reflect premium subscription status.
- Adding a new converter class `PremiumToChatImageConverter` in `CommonConverters.cs`.
- Modifying various view models to manage premium user status and subscription offers.
- Enhancing UI layouts across multiple XAML files for improved visibility and functionality.
- Updating localized strings in `Text.Designer.cs` and incrementing the app version in `Info.plist`.

These changes aim to improve the overall functionality, maintainability, and user experience of the application.
2025-07-01 15:53:21 +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
0e2f734c21 .gitattributes und .gitignore hinzufügen. 2025-04-28 10:32:31 +02:00