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

Conversation

github-actions[bot]
Copy link
Contributor

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

wry

[0.24.4]

simonhyll and others added 30 commits January 12, 2023 18:56
* Added instruction for installing the emulator

* Added instruction for Windows
* feat: add file drop position

* Update src/webview/mod.rs

* Update src/webview/mod.rs
* fix(macos): convert macOS dnd position

* cast to `id`

* wrap in unsafe
* 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]>
* 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
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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]>
…) (#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]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update mod.rs

* Added fixes
amrbashir and others added 21 commits May 22, 2023 18:16
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(android): support navigation handler (#972)

* use property

---------

Co-authored-by: Lucas Nogueira <[email protected]>
* Add request body on Linux

* Replace linux-headers with linux-body

* Add change file
* fix(windows): Ignore resize events when minimized

* Update ignore-resize-when-minimized-windows.md

---------

Co-authored-by: ahodesuka <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
* 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]>
* fix: clippy warnings

* Update mod.rs

---------

Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: lucasfernog <[email protected]>
…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

--------
@github-actions github-actions bot requested a review from a team as a code owner August 15, 2023 15:02
@amrbashir amrbashir changed the title Publish New Versions Publish New Versions (0.24) Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.