Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CW-782: Show error report popup without cooldown #1739

Merged
merged 14 commits into from
Nov 28, 2024

Commits on Oct 10, 2024

  1. improve exception throwing on broken wallets

    - put _lastOpenedWallet to avoid issues on windows (file is currently open by)
    - don't throw corruptedWalletsSeed - instead store it inside of secureStorage
    - await ExceptionHandler.onError calls where possible to makse sure that popup won't be canceled by some UI element
    - adjust BaseAlertDialog to be scrollable if the text is too long
    - add ExceptionHandler.resetLastPopupDate - that can be called when we want to show error report screen (bypassing cooldown)
    MrCyjaneK committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    212e59b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    8ab7f73 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. await the alerts to be sure that each one of them is being shown

    fix typo in secure storage
    MrCyjaneK committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d7327ce View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b612eb1 View commit details
    Browse the repository at this point in the history
  2. Update lib/core/backup_service.dart

    Co-authored-by: Omar Hatem <[email protected]>
    MrCyjaneK and OmarHatem28 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb959d0 View commit details
    Browse the repository at this point in the history
  3. address comments on github

    MrCyjaneK committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    159f433 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    13a0e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df99707 View commit details
    Browse the repository at this point in the history
  3. fix wallet password

    MrCyjaneK committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f3441d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. update monero_c

    update corrupted seeds UI
    prevent app from crashing when wallet is corrupted
    MrCyjaneK committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d4b9c98 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. show alert with seeds

    MrCyjaneK committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    409d44b View commit details
    Browse the repository at this point in the history
  2. Update corrupted wallet UI

    Fix wallet opening cache
    MrCyjaneK committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9fd5b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d398c View commit details
    Browse the repository at this point in the history
  4. remove unused code

    MrCyjaneK committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a315a31 View commit details
    Browse the repository at this point in the history