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

Flutter uniFFI #202

Merged
merged 13 commits into from
Oct 1, 2024
Merged

Flutter uniFFI #202

merged 13 commits into from
Oct 1, 2024

Commits on Sep 25, 2024

  1. Flutter uniffi

    Fix the setServiceLogger call
    dangeross authored and erdemyerebasmaz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4d967c4 View commit details
    Browse the repository at this point in the history
  2. Add development team for NotificationService

    (cherry picked from commit 655c000)
    erdemyerebasmaz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e8f3b5e View commit details
    Browse the repository at this point in the history
  3. Set compile sources and link binary

    * Add notification plugin resources to Compile Sources
    * Remove breez_sdk on-demand resources
    
    Co-Authored-By: Ross Savage <551697+dangeross@users.noreply.github.com>
    erdemyerebasmaz and dangeross committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f46fde9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b20f9 View commit details
    Browse the repository at this point in the history
  5. Remove production Podfile

    dangeross authored and erdemyerebasmaz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    01af468 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    e9c7f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94b296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00d375 View commit details
    Browse the repository at this point in the history
  4. Set code sign entitlements

    dangeross authored and erdemyerebasmaz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f79ed9b View commit details
    Browse the repository at this point in the history
  5. Refactor app session log logic

    * Reorder bootstrap initialization order
    
    * chore: melos pub-upgrade
    dangeross authored and erdemyerebasmaz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    18dd2bf View commit details
    Browse the repository at this point in the history
  6. Display SDK initialization errors on BootstrapErrorPage

    Constraint error & stack trace containers and make them scrollable
    erdemyerebasmaz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    be7476d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Link C Headers before generating FFI bindings

    Wait for libraries to be built first.
    erdemyerebasmaz committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6bddb3a View commit details
    Browse the repository at this point in the history
  2. chore: refactor workflow files

    * formatting consistency changes
    * clearer step titles
    erdemyerebasmaz committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f30ac5d View commit details
    Browse the repository at this point in the history