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

[local_auth_darwin] MacOS Support #6267

Open
wants to merge 119 commits into
base: main
Choose a base branch
from

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    532ed7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb64ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ca34e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c57ac02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00bd678 View commit details
    Browse the repository at this point in the history
  6. Adjusted format

    alexrabin-sentracam committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    509708f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd6c539 View commit details
    Browse the repository at this point in the history
  8. Removed duplicated analysis_options.yaml

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    44dd8c8 View commit details
    Browse the repository at this point in the history
  9. Removed unnecessary widget_test in darwin

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4f68b52 View commit details
    Browse the repository at this point in the history
  10. Added license blocks in macos example files

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8646867 View commit details
    Browse the repository at this point in the history
  11. Changed iOSAuthMessages to DarwinAuthMessages

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    676b0eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcee2e7 View commit details
    Browse the repository at this point in the history
  13. Added macos comment

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4aab9d8 View commit details
    Browse the repository at this point in the history
  14. Changed macOS capitalization

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1bded66 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7335837 View commit details
    Browse the repository at this point in the history
  16. Removed prettier ignore

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    849c07b View commit details
    Browse the repository at this point in the history
  17. Reset upgrade version

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c810eb4 View commit details
    Browse the repository at this point in the history
  18. Revert "Changed iOSAuthMessages to DarwinAuthMessages" and add MacOSA…

    …uthMessages
    
    This reverts commit 676b0eb.
    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6867b3a View commit details
    Browse the repository at this point in the history
  19. Changed podspec to use ios deployment_target

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    995f41d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ab5d09 View commit details
    Browse the repository at this point in the history
  21. Shows correct window for registrar

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    507470e View commit details
    Browse the repository at this point in the history
  22. Changed wording

    Alex Rabin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    05b52ae View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8f35101 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Combined @available statements and renamed keywindow

    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b0e6d6 View commit details
    Browse the repository at this point in the history
  2. Created initWithRegistrar initializer

    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c808c82 View commit details
    Browse the repository at this point in the history
  3. Moved runner tests

    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    64bd0b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dab5b4 View commit details
    Browse the repository at this point in the history
  5. Fixed format issues

    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7ff9871 View commit details
    Browse the repository at this point in the history
  6. Revert "Moved runner tests"

    This reverts commit 64bd0b7.
    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    04f6a76 View commit details
    Browse the repository at this point in the history
  7. Fixed tests and platform available check

    Alex Rabin committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    04c8f12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64366dd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    7babc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71f172 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    cfabac0 View commit details
    Browse the repository at this point in the history
  2. Added macos tests

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5bc080e View commit details
    Browse the repository at this point in the history
  3. Fixed format

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d794eb9 View commit details
    Browse the repository at this point in the history
  4. Added info.plist key and added license heading

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    74ae648 View commit details
    Browse the repository at this point in the history
  5. Added xml language to readme

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2374375 View commit details
    Browse the repository at this point in the history
  6. Upgraded project settings

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f053fce View commit details
    Browse the repository at this point in the history
  7. Reset example macos project

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    04049a3 View commit details
    Browse the repository at this point in the history
  8. Fixed macos tests

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9be16c3 View commit details
    Browse the repository at this point in the history
  9. Removed settings button on macos due to no native support from Apple …

    …to open settings
    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ff533bc View commit details
    Browse the repository at this point in the history
  10. Added @available check

    Alex Rabin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    783b0cc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    5e9b627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1748039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdb5f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    6ca1476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69db0ec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    a39e82a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ce98a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54c7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    b8ca53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018fe8f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 25, 2024

  1. Addressed additional feedback

    Alex Rabin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e76f6bc View commit details
    Browse the repository at this point in the history
  2. Fixed plugin tests

    Alex Rabin committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    72b8212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113195e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    7525f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6330a9e View commit details
    Browse the repository at this point in the history
  3. Made initWithRegistrar the designated initializer

    Alex Rabin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    79ebae9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'macos-support' of https://github.com/alexrabin-sentraca…

    …m/packages into macos-support
    Alex Rabin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0c84f2b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 29, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c33ed13 View commit details
    Browse the repository at this point in the history
  2. Updated messaging

    Alex Rabin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    186d89c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 18, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce1fa37 View commit details
    Browse the repository at this point in the history
  2. Adjusted format

    Alex Rabin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad83e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8beb6dd View commit details
    Browse the repository at this point in the history
  4. Added initWithContextFactoryAndRegistrar since tests failing due to m…

    …issing context factory
    Alex Rabin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    067a0c0 View commit details
    Browse the repository at this point in the history
  5. Fixed mock test error

    Alex Rabin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e3e89d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a9167cc View commit details
    Browse the repository at this point in the history
  2. Created base StubAlertFactory

    Alex Rabin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0f56ad6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'macos-support' of https://github.com/alexrabin-sentraca…

    …m/packages into macos-support
    Alex Rabin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    17bd1c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2441440 View commit details
    Browse the repository at this point in the history
  5. Added overridemacosmessages

    Alex Rabin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8af7ec7 View commit details
    Browse the repository at this point in the history
  6. Removes default false for overrideUseMacOSAuthMessages

    Alex Rabin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4fcbc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    44e5ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b3b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0684f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca5789f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    11e6991 View commit details
    Browse the repository at this point in the history
  2. Updated method names

    Alex Rabin committed May 8, 2024
    Configuration menu
    Copy the full SHA
    316bb68 View commit details
    Browse the repository at this point in the history
  3. Fixed comment format

    Alex Rabin committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3728490 View commit details
    Browse the repository at this point in the history
  4. Fixed macos tests

    Alex Rabin committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5b72aea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd9092 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 15, 2024

  1. Merge branch 'main' of https://github.com/flutter/packages into macos…

    …-support
    Alex Rabin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dd545e5 View commit details
    Browse the repository at this point in the history
  2. Upgraded version to 1.4.0

    Alex Rabin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    85678af View commit details
    Browse the repository at this point in the history
  3. Removed copy property

    Alex Rabin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    679854a View commit details
    Browse the repository at this point in the history
  4. Checks parent window correctly and uses nsa;ert object

    Alex Rabin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    464ae48 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    d3ce499 View commit details
    Browse the repository at this point in the history
  2. Added nonnulll keyword

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    57c50d3 View commit details
    Browse the repository at this point in the history
  3. Updated format

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    860d198 View commit details
    Browse the repository at this point in the history
  4. Added nonnull

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9224412 View commit details
    Browse the repository at this point in the history
  5. Added non null to create alert

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9c345f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a2824 View commit details
    Browse the repository at this point in the history
  7. Updated elif check

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0d420c5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'macos-support' of https://github.com/alexrabin-sentraca…

    …m/packages into macos-support
    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3415984 View commit details
    Browse the repository at this point in the history
  9. Added target conditionals import

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    09236d6 View commit details
    Browse the repository at this point in the history
  10. Added declaration comments

    Alex Rabin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b0de86c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    23305d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2293ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46ce252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f7dac8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fixed swift tests

    Alex Rabin committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a91e4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c9b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f90387f View commit details
    Browse the repository at this point in the history