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

[pigeon] Swift implementation for ProxyApis #6602

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    a71727b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82211af View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    303b50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87cb78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3da4b View commit details
    Browse the repository at this point in the history
  4. add instancemanagerapi

    bparrishMines committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    52f81cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c1dfa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    59dfe0e View commit details
    Browse the repository at this point in the history
  2. fix name

    bparrishMines committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ee74764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05afe22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23f1338 View commit details
    Browse the repository at this point in the history
  5. add teardown to codec

    bparrishMines committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ae9f0fa View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix api references

    bparrishMines committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    684fa86 View commit details
    Browse the repository at this point in the history
  2. use safe names

    bparrishMines committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    204815a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd1c31e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca6118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0753ce View commit details
    Browse the repository at this point in the history
  4. formatting

    bparrishMines committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cbcdfeb View commit details
    Browse the repository at this point in the history
  5. use inner classes

    bparrishMines committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    45d7425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d18949 View commit details
    Browse the repository at this point in the history
  7. change some class names

    bparrishMines committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4b9be7f View commit details
    Browse the repository at this point in the history
  8. change names again

    bparrishMines committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    17b9463 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. start of implementation

    bparrishMines committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3547d2f View commit details
    Browse the repository at this point in the history
  2. add template

    bparrishMines committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a0db47f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. get api math working

    bparrishMines committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2c46e5e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    072e469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3adbd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    452fe21 View commit details
    Browse the repository at this point in the history
  2. generate api delegatge

    bparrishMines committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    952a09b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86bd465 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b22028a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea16d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6308dc6 View commit details
    Browse the repository at this point in the history
  4. fix

    bparrishMines committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    399ff98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84c6c7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d44a62c View commit details
    Browse the repository at this point in the history
  7. finish flutter methods

    bparrishMines committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ee4ffdf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. implement the apis

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a974f7b View commit details
    Browse the repository at this point in the history
  2. compile and fix tests

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f52c9a7 View commit details
    Browse the repository at this point in the history
  3. add integration tests

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d08fd27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47f10a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f95e682 View commit details
    Browse the repository at this point in the history
  6. only test on swift

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b8e1ff0 View commit details
    Browse the repository at this point in the history
  7. move class declarations

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e237475 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b258d04 View commit details
    Browse the repository at this point in the history
  9. update macos

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eed62f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6039d27 View commit details
    Browse the repository at this point in the history
  11. fix implementations

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    702ecea View commit details
    Browse the repository at this point in the history
  12. undo change i guess

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    cdf155e View commit details
    Browse the repository at this point in the history
  13. fix integration tests

    bparrishMines committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    410cac9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    5d2f968 View commit details
    Browse the repository at this point in the history
  2. fix merge

    bparrishMines committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6eba0ca View commit details
    Browse the repository at this point in the history