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

Moved UI related code outside of Upgrader and into UpgradeAlert and UpgradeCard. #369

Merged
merged 18 commits into from
Jan 19, 2024

Commits on Dec 10, 2023

  1. BREAKING: Moved UI related code outside of Upgrader and into UpgradeA…

    …lert and UpgradeCard. Also, renamed the private methods to make them public.
    larryaasen committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    72a1eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93a111d View commit details
    Browse the repository at this point in the history
  3. Added two more unit tests.

    larryaasen committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    cffaaf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Added unit tests.

    larryaasen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e829617 View commit details
    Browse the repository at this point in the history
  2. Removed warnings.

    larryaasen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7b705fa View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fixed unit test.

    larryaasen committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    23acdaf View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. BREAKING: Moved UI related code outside of Upgrader and into UpgradeA…

    …lert and UpgradeCard. Also, renamed the private methods to make them public. Added and improved example code and README.
    larryaasen committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a978f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e654355 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Updated examples and docs.

    larryaasen committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0635af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15deb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a0e31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7f0e7d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Updated custom alert example. Changed currentAppStoreListingURL, curr…

    …entAppStoreVersion, and currentInstalledVersion from functions to getters.
    larryaasen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bd2c9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7161c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec838ba View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Updated unit test.

    larryaasen committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2ee99be View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. [371] Added the parameter dialogKey to UpgraderAlert that is used…

    … by the alert dialog.
    larryaasen committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    66f3766 View commit details
    Browse the repository at this point in the history
  2. Updated examples.

    larryaasen committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b3cbd83 View commit details
    Browse the repository at this point in the history