Skip to content

Push_to_phone#493

Merged
frankmer merged 14 commits intomasterfrom
push_to_phone
Mar 5, 2026
Merged

Push_to_phone#493
frankmer merged 14 commits intomasterfrom
push_to_phone

Conversation

@frankmer
Copy link
Copy Markdown
Collaborator

@frankmer frankmer commented Mar 5, 2026

No description provided.

…enerated providers

- Updated 'sortable_notifier.g.dart', 'token_container_notifier.g.dart', 'token_folder_notifier.g.dart', and 'token_notifier.g.dart' to change provider declarations from 'const' to 'final'.
- Adjusted the runBuild method in token-related notifiers to use handleCreate instead of handleValue for better async handling.
- Updated pubspec.lock with new package versions and dependencies.
- Updated pubspec.yaml to reflect new dependency versions for flutter_local_notifications, home_widget, no_screenshot, riverpod_annotation, and riverpod_generator.
- Modified tests_app_wrapper.mocks.dart to improve mock implementations and adhere to best practices.
- Updated imports to use PushDefaultRequest instead of PushRequest.
- Modified test cases to create PushDefaultRequest instances with serial and nonce instead of id.
- Adjusted state creation and verification logic to align with the new request model.
- Enhanced legacy migration tests to ensure proper handling of push request states.
- Updated PushChoiceRequest constructor to use super.accepted directly.
- Added ForceBiometricOption enum to token.dart for better biometric handling.
- Enhanced Token class with clearer formatting and improved error handling in fromJson and fromOtpAuthMap methods.
- Refactored logger.dart for better readability and consistency in logging methods.
- Improved object_validator.dart with consistent formatting and enhanced error messages.
- Refactored delete_container_dialog.dart for better readability and structure in dialog presentation and actions.
…e safety and error handling

- Updated PrivacyideaIOClient to include detailed result types in PiServerResponse.
- Enhanced error handling in asPiServerResponse, asPiResponseSuccess, and asPiErrorResponse methods.
- Refactored PushRequestNotifier to use Mutex for thread safety and improved state management.
- Updated push request handling methods to return detailed responses instead of boolean values.
- Added logging for better debugging and error tracking.
- Updated dependencies in pubspec.lock for compatibility with Dart SDK 3.9.0 and Flutter 3.18.0.
- Added braces to conditional statements for better clarity in logger methods.
- Updated mutex handling in PushRequestNotifier to use a single mutex for updating requests.
- Introduced a new method to handle push request acceptance in PushDefaultDialog.
- Enhanced error handling and logging in push request dialogs.
- Improved formatting and readability in various widget files.
- Updated json_annotation dependency to version 4.11.0.
- Cleaned up unit tests by removing unnecessary print statements.
…ut and readability; streamline PushActionButton usage across dialogs
@frankmer frankmer merged commit 7bf92a9 into master Mar 5, 2026
3 checks passed
@frankmer frankmer deleted the push_to_phone branch March 5, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant