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

[webview_flutter] Support for handling basic authentication requests (Platform Interface) #5362

Merged

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    517e9d4 View commit details
    Browse the repository at this point in the history
  2. Apply feedback

    JeroenWeener committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    967879b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8624c0 View commit details
    Browse the repository at this point in the history
  4. Format java files

    JeroenWeener committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4f3574d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7f785 View commit details
    Browse the repository at this point in the history
  6. Implement feedback

    JeroenWeener committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    131bc56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc01be4 View commit details
    Browse the repository at this point in the history
  8. Update example apps

    JeroenWeener committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    67aa00e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    32496d0 View commit details
    Browse the repository at this point in the history
  2. Apply feedback

    JeroenWeener committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    aeb8708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fffc4c7 View commit details
    Browse the repository at this point in the history
  4. Format java files

    JeroenWeener committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b455040 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aa9bfe View commit details
    Browse the repository at this point in the history
  6. Implement feedback

    JeroenWeener committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    db286ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    467feb3 View commit details
    Browse the repository at this point in the history
  8. Update example apps

    JeroenWeener committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dad8ae6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f3d802 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fef591 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2a4fbb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update packages/webview_flutter/webview_flutter_platform_interface/li…

    …b/src/types/http_auth_request.dart
    bparrishMines authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ce35d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc32898 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'webview-auth-request' of github.com:andreisas06/package…

    …s into webview-auth-request
    bparrishMines committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4673e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    580521a View commit details
    Browse the repository at this point in the history
  5. fix lints

    bparrishMines committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d1f305b View commit details
    Browse the repository at this point in the history
  6. fix tests

    bparrishMines committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a3f74be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed3798f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    154c1f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a0b5c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac132e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df4152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a387bb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e01f79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    389e9ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e1a41b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfb86aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bd194a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34bfa51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    290e816 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01b22d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1c0908 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5cac2e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Update packages/webview_flutter/webview_flutter_platform_interface/li…

    …b/src/types/webview_credential.dart
    
    Co-authored-by: Maurice Parrish <[email protected]>
    JeroenWeener and bparrishMines authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5f741ff View commit details
    Browse the repository at this point in the history
  2. Update packages/webview_flutter/webview_flutter_platform_interface/li…

    …b/src/types/http_auth_request.dart
    
    Co-authored-by: Maurice Parrish <[email protected]>
    JeroenWeener and bparrishMines authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e8737fc View commit details
    Browse the repository at this point in the history
  3. Fix typos

    JeroenWeener committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3b0c25f View commit details
    Browse the repository at this point in the history
  4. Update packages/webview_flutter/webview_flutter_platform_interface/li…

    …b/src/types/http_auth_request.dart
    
    Co-authored-by: Maurice Parrish <[email protected]>
    JeroenWeener and bparrishMines authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    06993a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f3ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    38a0319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4b4e0 View commit details
    Browse the repository at this point in the history