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

Initial Uri navigation #23

Merged
merged 21 commits into from
Oct 12, 2023
Merged

Initial Uri navigation #23

merged 21 commits into from
Oct 12, 2023

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    d58180d View commit details
    Browse the repository at this point in the history
  2. Instructions refactor

    BurkusCat committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7cfe228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebda9c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd35df9 View commit details
    Browse the repository at this point in the history
  5. Add alternative Navigate implementation

    This version looks better since the navigation happens in one go. OnNavigatedTo is only called on the one page you are going to and OnNavigatedFrom only happens on the page you are leaving (rather than every page in between). It probably is possible to make these events happen on the in-between pages if that would be the best behaviour.
    BurkusCat committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a790a28 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    b15c020 View commit details
    Browse the repository at this point in the history
  2. Improve app styles

    BurkusCat committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e89fc48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae73fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aaa896 View commit details
    Browse the repository at this point in the history
  5. URI testing page

    BurkusCat committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    406a0be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1a791e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    a090ca7 View commit details
    Browse the repository at this point in the history
  2. Redesigned URI navigation

    This new design still won't call OnNavigatedFrom/To etc. events for more than two pages.
    
    The new method handles absolute and go back a lot cleaner. The end visual result doesn't look as nice though.
    BurkusCat committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0ab17bb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. URI lifecycle events

    BurkusCat committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4d3fc1a View commit details
    Browse the repository at this point in the history
  2. BurkusMvvmException

    Fixes #22
    BurkusCat committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b74d978 View commit details
    Browse the repository at this point in the history
  3. Fix OnNavigatedFrom trigger

    BurkusCat committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a859f38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0439ae4 View commit details
    Browse the repository at this point in the history
  5. Lifecycle event unit tests

    BurkusCat committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bc82d40 View commit details
    Browse the repository at this point in the history
  6. UriUtility unit tests

    BurkusCat committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5b61d53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8fd9f5 View commit details
    Browse the repository at this point in the history