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

Update tauri to 2.0 #121

Merged
merged 45 commits into from
Mar 30, 2023
Merged

Update tauri to 2.0 #121

merged 45 commits into from
Mar 30, 2023

Commits on Mar 18, 2023

  1. Update tauri.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e1eb454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eae8c5 View commit details
    Browse the repository at this point in the history
  3. Remove useless schema path.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e3232cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    969649e View commit details
    Browse the repository at this point in the history
  5. Fix package-lock.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c7165b3 View commit details
    Browse the repository at this point in the history
  6. Try to build for mobile.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    255a59d View commit details
    Browse the repository at this point in the history
  7. Adapt to mobile dev.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    bfe2a33 View commit details
    Browse the repository at this point in the history
  8. Update deps.

    Berrysoft committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    1b8b8e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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

Commits on Mar 20, 2023

  1. Update tauri interop API.

    Berrysoft committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    59b00dd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Ignore .DS_Store

    Berrysoft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2a3c1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f2958 View commit details
    Browse the repository at this point in the history
  3. Update tauri.

    Berrysoft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3725cf7 View commit details
    Browse the repository at this point in the history
  4. Add build_ios target.

    Berrysoft committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7424091 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    908cbe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    e48fba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bd00c View commit details
    Browse the repository at this point in the history
  3. Set dialog parent.

    Berrysoft committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    20eba61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f601cc9 View commit details
    Browse the repository at this point in the history
  5. Add run mobile target.

    Berrysoft committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7542d29 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Add a file picker for ios.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0a692f3 View commit details
    Browse the repository at this point in the history
  2. Use file-picker-ios in ios.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fb61eb0 View commit details
    Browse the repository at this point in the history
  3. Fix warnings.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e550e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    466d2e3 View commit details
    Browse the repository at this point in the history
  5. Fix closure.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5541461 View commit details
    Browse the repository at this point in the history
  6. Neat: use StreamExt.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a638901 View commit details
    Browse the repository at this point in the history
  7. Copy buffer on iOS.

    Berrysoft committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    765ec81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61963e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    f09ba02 View commit details
    Browse the repository at this point in the history
  2. Move file-picker-ios.

    Berrysoft committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    85f319f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Fix webview access to fs.

    Berrysoft committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    23130ad View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    8e8d530 View commit details
    Browse the repository at this point in the history
  2. Save settings at running.

    Berrysoft committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2c5cf0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1833abc View commit details
    Browse the repository at this point in the history
  4. Make app run on Android.

    Berrysoft committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e9865c8 View commit details
    Browse the repository at this point in the history
  5. Add file-picker-android.

    Berrysoft committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2b46b72 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    427dbe7 View commit details
    Browse the repository at this point in the history
  2. Fix ayaka-gui

    Berrysoft committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    22ff7ca View commit details
    Browse the repository at this point in the history
  3. Add context builder.

    Berrysoft committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    579487b View commit details
    Browse the repository at this point in the history
  4. Add docs for builders.

    Berrysoft committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    41bcc96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    792d495 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Add ios project.

    Berrysoft committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b8f7938 View commit details
    Browse the repository at this point in the history
  2. Update iOS assets.

    Berrysoft committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c03b8a6 View commit details
    Browse the repository at this point in the history
  3. Add android project.

    Berrysoft committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bda12e6 View commit details
    Browse the repository at this point in the history
  4. Add release-android target.

    Berrysoft committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    adcbaab View commit details
    Browse the repository at this point in the history