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

Use ClientException instead of try catch block in sample app #24

Merged
merged 12 commits into from
Jun 14, 2024

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. update displayAccount()

    Yuki-YuXin committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    02ed65a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb76ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077bc17 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Remove ClientExceptionError from when is branch. Use error.exception?…

    ….message ?: error.errorMessage instead of error.toString() when displaying dialog.
    Yuki-YuXin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9d334c0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update the sample app

    Yuki-YuXin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    379f269 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Revert unintended changes

    Yuki-YuXin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7006b2d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e74502c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb7e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524c3a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into yuki/wrap-exception

    # Conflicts:
    #	app/src/main/java/com/azuresamples/msalnativeauthandroidkotlinsampleapp/AccessApiFragment.kt
    Yuki-YuXin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    baf7625 View commit details
    Browse the repository at this point in the history
  2. Remove try finally block

    Yuki-YuXin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ebcc1c4 View commit details
    Browse the repository at this point in the history