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

Publish New Versions (0.24) #1007

Closed
wants to merge 92 commits into from
Closed

Publish New Versions (0.24) #1007

wants to merge 92 commits into from

Commits on Jan 12, 2023

  1. Hide actionbar (#841)

    simonhyll committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c622799 View commit details
    Browse the repository at this point in the history
  2. docs: added instruction for installing the emulator (#842)

    * Added instruction for installing the emulator
    
    * Added instruction for Windows
    simonhyll committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da55344 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 17, 2023

  1. feat: add file drop position (#847)

    * feat: add file drop position
    
    * Update src/webview/mod.rs
    
    * Update src/webview/mod.rs
    amrbashir committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    bce39e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix(macos): convert macOS dnd position (#850)

    * fix(macos): convert macOS dnd position
    
    * cast to `id`
    
    * wrap in unsafe
    amrbashir committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0a3e007 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Bump gtk version 0.15 -> 0.16 (#851)

    * Update to gtk 0.16 and webkit2gtk 4.1
    
    * chore: update dependencies to fit gtk 0.16
    
    * fix(example): menu should create after event loop created (gtk::init)
    
    * chore: add changelog
    
    * chore: update Cargo dependencies version
    
    * Update CI
    
    * Update README.md
    
    Co-authored-by: Wu Yu Wei <[email protected]>
    pewsheen and Wu Yu Wei committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c5f3b36 View commit details
    Browse the repository at this point in the history
  2. publish new versions (#845)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6562ece View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. feat(android): add on_webview_created hook, expose find_class (#855)

    * feat(android): add `on_webview_created` hook
    
    * expose package_name, simplify find_class
    
    * do not error out on webview created hook
    
    * Revert "expose package_name, simplify find_class"
    
    This reverts commit e2e6c1e.
    
    * add change files
    lucasfernog committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    08c0156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ab9fa View commit details
    Browse the repository at this point in the history
  3. Update MOBILE.md

    wusyong committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    0911a61 View commit details
    Browse the repository at this point in the history
  4. Update bench.yml

    wusyong committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4c6fd17 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f546c44 View commit details
    Browse the repository at this point in the history
  2. Enable dox feature when building docs (#861)

    Co-authored-by: Wu Yu Wei <[email protected]>
    wusyong and Wu Yu Wei committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c6e53c6 View commit details
    Browse the repository at this point in the history
  3. publish new versions (#857)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6f30a3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8d9bff View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Fix: WebViewBuilder.with_url crash in widows release when used with m…

    …imalloc (fix #863) (#865)
    
    * Fix #863
    
    * Add ChangeLogFile
    IllusionPerdu committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    67dd971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f7cef View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    a9e186c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496bfb5 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update rust crate once_cell to 1.17 (#743)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    83ff4e3 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update rust crate anyhow to 1.0.69 (#852)

    * fix(deps): update rust crate anyhow to 1.0.69
    
    * less specific anyhow version
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Amr Bashir <[email protected]>
    renovate[bot] and amrbashir committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a27082d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9613a08 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    8e576e7 View commit details
    Browse the repository at this point in the history
  2. fix(android): restore asset loading functionality to android (fix: #846

    …) (#854)
    
    * fix(android): restore asset loading functionality to android
    
    Implements WebViewAssetLoader to load assets from the asset folder in Android when `with_asset_loader` is called in the builder. The function also sets the desired protocol for use in `with_url`, although the url must always be `<protocol>://assets/<path>`.
    
    Refs: #846
    
    * docs(changes): document changes for android's fix-asset-loading patch
    
    * Refactor to prevent additional allocation
    
    * Fix merge conflict
    
    * Disable default target to android
    
    * Pass zero parameter to android fns
    
    ---------
    
    Co-authored-by: Wu Wayne <[email protected]>
    lily-mosquitoes and wusyong committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    077eb3a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. publish new versions (#869)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0af1dcb View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    wusyong committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d0d5f63 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    wusyong committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fc113d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9975dda View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix(deps): update rust crate http to 0.2.9 (#886)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    272380d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. fix: WryDownloadDelegate call after first time

    * Update mod.rs
    
    * Added fixes
    colin99d committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7795356 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix(deps): update rust crate tempfile to 3.4.0 (#893)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    44cd6a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. chore: fix typo (#894)

    pewsheen committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7b2f490 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. feat(win&linux): implement the option to control gesture navigation (#…

    …896)
    
    * feat(Windows): add option to control swipe navigation, closes #895
    
    * Update swipe-navigation.md
    
    * implement `back_forward_navigation_gestures` on Linux and Windows
    
    * Restore src/webview/wkwebview/mod.rs
    amrbashir committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    15b4ddf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. fix(linux): disable system appearance for scrollbars (#897)

    * fix(linux): disable system appearance for scrollbars
    
    * Update mod.rs
    
    * Update src/webview/webkitgtk/mod.rs
    
    Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
    
    ---------
    
    Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
    amrbashir and wusyong committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    530a8b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6618b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Mar 23, 2023

  1. feat: support callback function in eval (#778)

    * feat: support callback fn in eval
    
    * chore: enable javascriptcore-rs feature v2_28
    
    * chore: add more example to eval
    
    * feat(eval): add public fn evaluate_script_with_callback
    
    * fix(linux): use ValueExt trait to convert JSValue to JSON
    
    * fix(windows): return eval result directly
    
    * chore: add changelog
    
    * chore(eval): add exception example and doc to the function
    
    * Update src/webview/mod.rs
    
    Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
    pewsheen and wusyong committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2647731 View commit details
    Browse the repository at this point in the history
  2. publish new versions (#887)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e3ca886 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fix(windows): Ignore resize event when minimizing frameless windows (#…

    …909)
    
    * fix(windows): Do not toggle webview visibility when minimizing
    
    * Update .changes/frameless-minimize-windows.md
    
    ---------
    
    Co-authored-by: ahodesuka <[email protected]>
    ahodesuka and ahodesuka committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f76568a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix(android): use correct method signature (#917)

    * fix(android): use correct method signature
    
    * Update android-url.md
    amrbashir committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c22744a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    fc232a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f54880 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat: Add setting to enable autoplay (#913)

    * feat: Add setting to enable autoplay.
    
    * android specific notes and browser_args warning
    
    * revert macos
    
    * apply code review
    
    * wording
    
    * implement android
    
    ---------
    
    Co-authored-by: amrbashir <[email protected]>
    FabianLars and amrbashir committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6a523cc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. publish new versions (#912)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1daccc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. feat: Add a way to launch WebViews as incognito `WebView::as_incognit…

    …o`, closes #908 (#916)
    
    * impl Incognito for WebKitGTK and WebView2
    
    * Fix broken commit
    
    * i hate objc
    
    * Mark Android as unsupported
    
    * fix broken webview2 module
    
    * better example
    
    * example currently broken
    
    * forgot change file
    
    * update
    
    * Fix WebKitGTK
    
    * Share same code when creating context
    
    * Cargo fmt
    
    * Clean gitignore
    
    * Simply more code
    
    * Small patches to WKWebView, thank you pewsheen!
    
    * Fix example on Windows
    
    * Fix an oversight on WKWebView
    
    * Fix webkit2gtk implementation
    
    * Rename to with_incognito
    
    * Fix WKWebView type annotations
    
    * Fix warnings on wkwebview
    
    * Remove examples
    
    We can test with existing sites instead.
    
    * Update docs
    
    * Cargo fmt
    
    ---------
    
    Co-authored-by: Wu Yu Wei <[email protected]>
    Co-authored-by: Wu Wayne <[email protected]>
    3 people committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8698836 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 10, 2023

  1. Publish New Versions (#919)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8c680ef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. refactor: rename TauriActivity to WryActivity (#926)

    * refactor: rename `TauriActivity` to `WryActivity`
    
    * use `WryActivity` instead of `AppCompatActivity`
    
    * update to tao 0.19
    amrbashir committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d560981 View commit details
    Browse the repository at this point in the history
  2. feat: generate proguard rule file for android (#927)

    * feat: generate proguard rule file for android
    
    * remove `AppCompatActivity` from `proguard-wry.pro`
    amrbashir committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ced4c0b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. feat: add Webview::clear_browsing_data (#915)

    * feat: add `Webview::clear_browsing_data`
    
    * add android impl
    
    * fix build
    
    * unsafe
    
    * Fix wkwebview code
    
    * add logging
    
    * fix imports
    
    ---------
    
    Co-authored-by: Wu Wayne <[email protected]>
    amrbashir and wusyong committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5f0c9e4 View commit details
    Browse the repository at this point in the history
  2. publish new versions (#929)

    Co-authored-by: wusyong <[email protected]>
    github-actions[bot] and wusyong committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    73da402 View commit details
    Browse the repository at this point in the history
  3. feat: synthesize forward/backward mouse button on Linux and macOS (#900)

    * feat: synthesize forward/backward mouse button on Linux
    
    * organize into files
    
    * add macOS implementation
    
    * missing imports
    
    * fix modifiers
    
    * borrow
    
    * more missing imports and such
    
    * add ivar webview
    
    * dereference
    
    * unsafe
    
    * unasfe again
    
    * fix button numbers and y position
    
    * remove unused variable
    
    * pass to nextResponder if not 3/4 buttons
    
    * implement `event.button`
    
    * fix macOS build
    
    * typo
    
    * use associated method
    
    * u64
    
    * fix: buttons on mac
    
    * fix(mouse-event): pass other mouse events to responder's superclass on macOS
    
    * fix linux `event.buttons` impl for back/forward buttons
    
    * Update .changes/linux-mouse-backward-forward.md
    
    ---------
    
    Co-authored-by: Jason Tsai <[email protected]>
    amrbashir and pewsheen committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6ef820b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. feat(android): add support modifying user agent string (#933)

    * feat(android): add support modifying useragent string, closes #928
    
    * change file
    amrbashir committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4a320b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2b43a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Publish New Versions (#931)

    Co-authored-by: wusyong <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8118409 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. refactor(build): adjust rerun-if-changed instruction for Android files (

    #940)
    
    * refactor(build): adjust rerun-if-changed instruction for Android files
    
    Tauri will also need to write to the `WRY_ANDROID_KOTLIN_FILES_OUT_DIR` path, so watching for changes in the entire directory will result in unnecessary builds being triggered (always). Changing the instruction to be per file fixes this problem.
    
    * fix println
    lucasfernog committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cc934fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed155b View commit details
    Browse the repository at this point in the history
  3. Publish New Versions (#941)

    Co-authored-by: amrbashir <[email protected]>
    github-actions[bot] and amrbashir committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3e6e4c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix(macos): remove webview ivar in WryWebView (#943)

    * fix(mac): remove redundant webview ivar
    
    * chore: add change log
    
    * Update .changes/remove-webview-ivar.md
    pewsheen committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c9002c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Publish New Versions (#944)

    Co-authored-by: amrbashir <[email protected]>
    github-actions[bot] and amrbashir committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    61f7aa3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 6, 2023

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

Commits on May 8, 2023

  1. fix: fix all clippy warnings and enable clippy on CI (#953)

    * fix all clippy warnings
    
    * run clippy on CI
    
    * use `Swatinem/rust-cache@v2` in fmt.yml workflow
    rhysd committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5193e73 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 22, 2023

  1. fix(deps): update rust crate tempfile to 3.5.0 (#930)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f723025 View commit details
    Browse the repository at this point in the history
  2. fix(linux):fix fcitx input method wrong positioning (#955)

    * fix(linux):fix fcitx input method wrong positioning
    
    * remove unsafe
    33671 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f7dded4 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update rust crate base64 to v0.21.1 (#803)

    * fix(deps): update rust crate base64 to v0.21.1
    
    * Update Cargo.toml
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Amr Bashir <[email protected]>
    renovate[bot] and amrbashir committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ce9b96d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ddaa48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e79ac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fix(deps): update rust crate url to 2.4 (#965)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a32f2a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. fix(deps): update rust crate tempfile to 3.6.0 (#967)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d3cab06 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 12, 2023

  1. feat(android): support navigation handler (#972) (#973)

    * feat(android): support navigation handler (#972)
    
    * use property
    
    ---------
    
    Co-authored-by: Lucas Nogueira <[email protected]>
    jhutchins and lucasfernog committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6b4a958 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. feat: add request body on Linux (#969)

    * Add request body on Linux
    
    * Replace linux-headers with linux-body
    
    * Add change file
    wusyong committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d2c1819 View commit details
    Browse the repository at this point in the history
  2. publish new versions (#957)

    Co-authored-by: Wu Yuwei <[email protected]>
    github-actions[bot] and wusyong committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5d08eb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 26, 2023

  1. fix(windows): ignore resize events when minimized (#978)

    * fix(windows): Ignore resize events when minimized
    
    * Update ignore-resize-when-minimized-windows.md
    
    ---------
    
    Co-authored-by: ahodesuka <[email protected]>
    ahodesuka and ahodesuka committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    87b331a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    a47e36b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e04e2 View commit details
    Browse the repository at this point in the history
  3. Publish New Versions (#981)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7631c68 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. feat: on page load handler (#980)

    * Add new API
    
    * Implement for Android
    
    * Implement for Linux
    
    * Implement for Windows
    
    * Update API to take a Url instead of String
    
    * Implement for MacOS/iOS
    
    * Android fixes
    
    * Add change file
    
    * Address feedback
    
    * Update change file
    
    * Update src/webview/mod.rs
    
    Co-authored-by: Amr Bashir <[email protected]>
    
    * Change method name
    
    * Goodbye navigaation started handler
    
    * Update src/webview/webview2/mod.rs
    
    Co-authored-by: Amr Bashir <[email protected]>
    
    * Fix the android build
    
    * Fix memory leak and refactor wkwebview navigation handlers
    
    * Fix clippy lint and change public API
    
    * unify on page load handlers
    
    * fix macos
    
    * fix cast
    
    * return directly
    
    ---------
    
    Co-authored-by: Amr Bashir <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7a353c7 View commit details
    Browse the repository at this point in the history
  2. fix: clippy warnings (#988)

    * fix: clippy warnings
    
    * Update mod.rs
    
    ---------
    
    Co-authored-by: Amr Bashir <[email protected]>
    lucasfernog and amrbashir committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c1f6c85 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 13, 2023

  1. chore: update to [email protected] (#997)

    Co-authored-by: Lucas Nogueira <[email protected]>
    Co-authored-by: Lucas Nogueira <[email protected]>
    3 people committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b0a08b1 View commit details
    Browse the repository at this point in the history
  2. Publish New Versions (#989)

    Co-authored-by: lucasfernog <[email protected]>
    github-actions[bot] and lucasfernog committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9c080f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a99cf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. refactor(windows): use http scheme by default for custom protocols …

    …and add option to change it(#994)
    
    * feat(windows): Add option to use `http` scheme for custom protocols
    
    * Update src/webview/mod.rs
    
    
    * enabled by default
    
    * docs: remove "warnings"
    
    * wording
    
    * split change files
    
    * http_scheme -> https_scheme
    
    * fix logic
    
    --------
    FabianLars committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b5e1875 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    70d8ae0 View commit details
    Browse the repository at this point in the history
  2. publish new versions

    lucasfernog committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2d5027c View commit details
    Browse the repository at this point in the history