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

Restore action handling state #1489

Merged
merged 18 commits into from
May 16, 2024
Merged

Commits on May 16, 2024

  1. Add AndroidX Startup dependency

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a687eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46bdb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88cb37d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a850d0f View commit details
    Browse the repository at this point in the history
  5. Remove AndroidX startup library

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1bb2952 View commit details
    Browse the repository at this point in the history
  6. Add unit test

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    98cbf53 View commit details
    Browse the repository at this point in the history
  7. Add release note

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1d02cb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b792ed View commit details
    Browse the repository at this point in the history
  9. Try to restore state of DefaultVoucherDelegate

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    eebda82 View commit details
    Browse the repository at this point in the history
  10. Try to restore state of DefaultAwaitDelegate

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    215914f View commit details
    Browse the repository at this point in the history
  11. Try to restore state of DefaultQRCodeDelegate

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    30dfdab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59ee90a View commit details
    Browse the repository at this point in the history
  13. Don't save action in DefaultGenericActionDelegate

    The specific action delegates should do this since they share a SavedStateHandle and
    are also responsible for removing it.
    
    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    98236be View commit details
    Browse the repository at this point in the history
  14. Clear state when flow is final in await

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    93c3900 View commit details
    Browse the repository at this point in the history
  15. Split restoring qr and redirect action state restoration for DefaultQ…

    …rCodeDelegate
    
    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    616c080 View commit details
    Browse the repository at this point in the history
  16. Clear state when flow is final in qr code

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    189e0e4 View commit details
    Browse the repository at this point in the history
  17. Clear state when flow is final in voucher

    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f197ee1 View commit details
    Browse the repository at this point in the history
  18. Make naming consistent between action delegates

    Not for 3ds2 and WeChat though, because they are too specific.
    
    COAND-857
    OscarSpruit committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ce91061 View commit details
    Browse the repository at this point in the history