Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/wry

Cross-platform WebView library in Rust for Tauri.
https://github.com/tauri-apps/wry

perf: remove redundant `.clone()` calls and avoid unnecessary heap allocations (#812)

45f2b2127e73718b71f349eae1847d1764c748f5 authored about 2 years ago by Linda_pp <[email protected]>
feat(webview2): add theme API, closes #806 (#809)

563a497d7f842c760ad05a0017059e7781c2b810 authored about 2 years ago by Amr Bashir <[email protected]>
chore: remove unneeded changefile

4b27b0753008c7720d079f627f5ff17a9519652e authored about 2 years ago by amrbashir <[email protected]>
fix(bench): fix compile errors caused by breaking change in response body type (#810)

edb70d42b54fd015a67b995174fcf53c5e00ec80 authored about 2 years ago by Linda_pp <[email protected]>
chore: add 0.23.4 hotfix changelog

16ecfa1ccaa0392ed1ef7af3e8e2a2c38c6bf532 authored about 2 years ago by Lucas Nogueira <[email protected]>
fix(android): initialization scripts order (#808)

7f819c0ec3d3aaaf582d9eecde09f5e539c45743 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat: improve build script panic messages (#807)

5b9f21d38974881c2d6f4456990f5863484e7382 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
perf: Change return type of custom protocol handler from `Vec<u8>` to `Cow<'static, [u8]>`, closes #796 (#797)

* perf: Change return type of custom protocol handler from `Vec<u8>` to `Cow<'static, [u8]>`

...

ddd34614be8a0ba826eff8acbf4b06710ce2ba65 authored about 2 years ago by Linda_pp <[email protected]>
publish new versions (#802)

Co-authored-by: wusyong <[email protected]>

d458396d63edf29fb90f50e80a68777ad33e7caf authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix beep sound, closes #799 (#801)

* Beepfix attempt

* Add changefile

94256c3adb1d6c005e0386f8b20f01d597b52f28 authored about 2 years ago by Kasper <[email protected]>
Fix/bench results (#800)

* fix(bench): Include clone3 in thread count

It's a newer syscall interface and gets counted ...

e25c72e430bae8a63a28a86b8ff3fd237f2f92a5 authored about 2 years ago by Robin van Boven <[email protected]>
publish new versions (#793)

dedcdb66f8b7e9800d15c941b3554170f5886bd2 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Remove all keydown implementations (#798)

* Remove all keydown implementations

* Update example's js file

fee4bf2eb384d9c315530bd8f5af146909706cf6 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
feat(windows): Allow disabling browser-specific accelerator keys (#792)

6e622ffbdad2312bf3906d278a75956a3a6eeadd authored about 2 years ago by Linda_pp <[email protected]>
fix(macos): suppress `unused_variables` warning reported only in release build (#790)

4e23c0f84b5a954be78418d56e37366395de030f authored about 2 years ago by Linda_pp <[email protected]>
publish new versions (#789)

Co-authored-by: amrbashir <[email protected]>

5ab72b1d061a68b30829016c5ec8a10ffb04aeef authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: add missing changelog entry

fa0ddc2dc7b0f0c16746d9ef174d8b7e6c357df4 authored about 2 years ago by amrbashir <[email protected]>
chore: remove published change files

de46a436c0fa1dcb747c586ac5d952ad0f04d610 authored about 2 years ago by amrbashir <[email protected]>
chore(examples): add wasm exmaple to custom protocol

28074447cae15f29576f703a0b2cbd385ddea4f9 authored about 2 years ago by amrbashir <[email protected]>
fix(wry): correctly use the linux-headers feature

64a72ffd2369f51d36bdb00973f71326e8395016 authored about 2 years ago by Lucas Nogueira <[email protected]>
publish new versions (#773)

Co-authored-by: wusyong <[email protected]>

17b391d05e8455f797179a8d72ea8d2cbf920a7e authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
On macOS, revert content view to NSView (#782)

* On macOS, revert content view to NSView

* Fix iOS build

* Fix it again

* Fix error be...

04422bc1b579d9388ce03c2388b8f415dbc0747b authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
perf: reduce extra allocation at `WebViewBuilderExtWindows::with_additional_browser_args` argument (#783)

b0ff06aba5aea77f067aee1e9bf8ac8c245ac5e8 authored about 2 years ago by Linda_pp <[email protected]>
fix(windows): Fix typo in method name of `WebViewBuilderExtWindows` (#781)

* fix(windows): Fix typo in method name of `WebViewBuilderExtWindows`

* Update .changes/fix-m...

db1c290c0d8b58f6612ef9bef244a06261fb2a6e authored about 2 years ago by Linda_pp <[email protected]>
feat(android): validate custom protocol response status code (#779)

7f585c7dc947936387faf565f3f5cbe62148daaf authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat: add `Webiew::navigate_to_url`, closes #776 (#777)

* feat: add `Webiew::navigate_to_url`, closes #776

* revert example changes

* pub

* imp...

a2b9531b0e8397dcf74c049ccf6c7fa125288ca8 authored about 2 years ago by Amr Bashir <[email protected]>
fix(android): properly parse content-type for response mime type (#772)

1db5ea68c2028db77788ec8c78ee0ab75a7a5f7f authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
Add menu example (#771)

a8471974e2addfd1a175e44e380e081cf64085ec authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
publish new versions (#770)

Co-authored-by: wusyong <[email protected]>

538b17b4a62d844111671c3fdef97a89fe5ea08f authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
On macOS, fix arrow keys misprint texts (#769)

* On macOS, fix arrow keys misprint texts

* Update mod.rs

3005e5450339c6c3fbc1c7c67ab8008ed39ec864 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Publish New Versions (#768)

Co-authored-by: lucasfernog <[email protected]>

81818d7135596d6b5529c7a1b7a0c518319c6def authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
On Linux, add header feature flag to fix version regression (#766)

Co-authored-by: Wu Yu Wei <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]...

cf447f64451fd8345f21440df31601265e0fde86 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
publish new versions (#765)

Co-authored-by: wusyong <[email protected]>

0bb43cd3a029e0bbfecff75f8751f3f85f9198fe authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
On macOS, fix keyinput missing by calling super class methods (#764)

e40e55a41d8d65ceda5e182c8915d37b5698c7b0 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
publish new versions (#758)

Co-authored-by: wusyong <[email protected]>

afb75e47a7b6c9a0208a00ec2f3719cf6479cec7 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update gesture change file to patch (#763)

1a0ec19fd533c853b744c5e2346542d2e1e5805d authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
On macOS, pass key event to menu on key press (#760)

2e5e1381789c332654a5ffee47d578042a9be87b authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Add the ability to navigate with swipe gesture (#757)

* Add the ability to navigate with swipe gesture

On macOS, add an API to enable or disable
b...

487dff03a103df999e5e0c6286f75b4d1f419d25 authored about 2 years ago by pan93412 <[email protected]>
Publish New Versions (#753)

Co-authored-by: wusyong <[email protected]>

cf32c717ccc1088f254e95453dbb18c691edf47c authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(macos): download breaking app on macOS older than 11.3, closes #755 (#756)

* fix(macos): download breaking app on macOS older than 11.3, closes #755

* fix ci

e69ddc6943770aa8baa02431bb037bbdcb3cbd80 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
On macOS, remove webview from window's NSView before dropping (#754)

3d3ea80808a327c546d8bbd97e06ef4b8feb32d0 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(macos): fix `acceptFirstMouse` for subsequent webviews, closes #751 (#752)

* fix(macos): fix `acceptFirstMouse` for subsequent webviews, closes #751

* fix build

* un...

0647c0efe131566ffbab0729e9d74355155c3c32 authored about 2 years ago by Amr Bashir <[email protected]>
Publish New Versions (#698)

Co-authored-by: lucasfernog <[email protected]>

c7cd108c2e764457105920d191cf82e890d465d1 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): change tao to 0.15 (#748)

ab8eb2578d27c5b64a76030cf2bccb15ac2592f8 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
On macOS, add WKWebview as subview of existing NSView directly (#745)

008eca871155f393e5de1053bb1a9f63e1eafe82 authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(android): fix constructing jni jvalue (#746)

61b7fec97fef2c28f5753b84d5e82c2d4b6bfc85 authored about 2 years ago by Amr Bashir <[email protected]>
fix(macos): do not trigger unsupported key feedback sound on keypress (#742)

Ref https://github.com/tauri-apps/tauri/issues/2626

51c7f12d80e2b51a188fb644a323abaf5df1b3d1 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
Fix cross compilation. (#731)

* Fix cross compilation.

* Add .change file.

cd08410bce326c42e8fc25a74290d254468724fe authored about 2 years ago by David Craven <[email protected]>
fix(wkwebview): make webview first responder (#740)

e64ad21ad5ab9bf0b7fb15aec0065c20b61a5a80 authored about 2 years ago by Linda_pp <[email protected]>
feat: enable devtools in debug mode by default (#741)

* feat: enable devtools in debug mode by default

* fix docs

fea0638d9ad100c00b95468aa16fc44d6517ac0d authored about 2 years ago by Amr Bashir <[email protected]>
chore: cleanup examples

569057ad8383f2dd7d625654968a3df4ce687490 authored about 2 years ago by amrbashir <[email protected]>
docs: document `with_html` size requirements on Windows, closes #737

0e466be3305a202d31e776d33034ccce32f597a5 authored about 2 years ago by amrbashir <[email protected]>
fix: restore webview2 visibility upon restoring a maximized window (#738)

regression was introduce in https://github.com/tauri-apps/wry/pull/702

225d0c9715089a0ac42d5f85b966706739cffcbb authored about 2 years ago by Amr Bashir <[email protected]>
feat: add `WebView::url()` to access the current url (#732)

* feat: add `.url()`to access the current url

* fmt

* add url import

* fix linux and wi...

38e49bd5f1e26e9f9507d1f2af8b0b290aa515ad authored about 2 years ago by Jonas Kruckenberg <[email protected]>
fix(webview2): set response reason correctly, closes #733 (#734)

* fix(webview2): set response reason correctly, closes #733

* fmt

9d5595c9c723b3f8046d9582ac086ccebf460a83 authored about 2 years ago by Amr Bashir <[email protected]>
fix(deps): update rust crate dunce to 1.0.3 (#725)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

90ac06386e5f34c9308a89227d64b0104f630f4b authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update rust crate base64 to 0.13.1 (#729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

21460753efe21a51151735e1c74f9023f995b767 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: add windows 11 as supported version to readme (#730)

07c8e5ef06ce20d2896aff840bd88c9a080e0802 authored about 2 years ago by Vilian Gerdzhikov <[email protected]>
fix(deps): update rust crate anyhow to 1.0.66 (#728)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

01dc0bccc138651bec72c17770896a53d9d3c18b authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat: Add download started and download completed callbacks (#530)

* Add download handler to webview attributes

* Potentially implement download event for windo...

3691c4f6c88fe43e92597caf3003c8d57b447a7b authored about 2 years ago by Iain Laird <[email protected]>
fix(linux): adjust content type header logic, never panic

3183e9333831cc407d2f193995cfda366e7c38d5 authored about 2 years ago by Lucas Nogueira <[email protected]>
feat(linux): add headers to URL scheme request (#721)

Co-authored-by: Wu Yu Wei <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]...

2944d91c763ff105288aa6c1370ba42a54fa8caf authored about 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
chore(deps): use tao from git (#718)

17d324b70e4d580c43c9d4ab37bd265005356bf4 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(macos): add `accept_first_mouse` option, closes #714 (#715)

2c23440f9c194064caa907650df39bf9c96ed99c authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix: don't panic on invalid uri (#712)

* fix: don't panic on invalid uri

* fix macos & ios

818ce9989d816bf970ebcf93009b2d693384e436 authored about 2 years ago by Amr Bashir <[email protected]>
ci: fix bench please (#710)

* ci: fix bench please

* remove dot from benches scheme

* fix uri usages

* don't bench ...

74589525bd9b3deeebde533f7ce49cd10a6f66f1 authored about 2 years ago by Amr Bashir <[email protected]>
feat(webview2): add method to pass additional args, closes #415 (#711)

683f86665366bb333cb03e05a503a69d0f8eb734 authored about 2 years ago by Amr Bashir <[email protected]>
ci: fix bench (#709)

e8877e272f1fdd2e61950f98544c49a5671b5c6b authored about 2 years ago by Amr Bashir <[email protected]>
Fix: Remove extra soft prompt asking for media permission on every app launch in macOS (#694)

* Allow microphone usage to prevent double dialog

Fixes https://github.com/tauri-apps/tauri/i...

8aa7d61cdc9fc584805b46c3ffd700aabb633649 authored about 2 years ago by Mohamad <[email protected]>
ci: fix benches one more time

79744ec4e88f7ffb7cffee13210e5c44e5eea707 authored about 2 years ago by amrbashir <[email protected]>
ci: fix bench

45cdb5998cc353f1236aabca210465054460349a authored about 2 years ago by amrbashir <[email protected]>
refactor: use `http` crate primitives instead of a custom impl (#706)

* refactor: use `http` crate primitives instead of custom impl

* android

* macos

* fix ...

1510e452547a95af2e42ff5199640877beecdbd7 authored about 2 years ago by Amr Bashir <[email protected]>
fix(macos): remove IPC script message handler on drop (#700)

* fix(macos): remove IPC script message handler on drop

This prevents a segfault on the did_r...

8ec2b2ad958a48751f44505cf94496b8897d5019 authored about 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(webview2): disable smartscreen & allow disabling internal webview2 args, closes #704 (#705)

* feat(webview2): disable smartscreen & allow disabling internal webview2 args, closes #704

*...

a617c5b29da3d173d43aa814106e1c7ace08d27f authored about 2 years ago by Amr Bashir <[email protected]>
feat(webview2): hide the webview when the window is minimized (#702)

* feat(webview2): hide the webview when the window is minimized

* update covector readme

51b49c54e41c71d1c5f03b568094d43fb9dc32ac authored about 2 years ago by Amr Bashir <[email protected]>
ci: use the org-level `ORG_CRATES_IO_TOKEN`

6032594c44b0ab05fa3f75907f27c7be717b2b1e authored about 2 years ago by Amr Bashir <[email protected]>
fix(deps): update rust crate once_cell to 1.15 (#701)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f98d0093c0f2f0a875472e849ab6a9555828b12b authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(windows): focus webview on `WM_ENTERSIZEMOVE` and call `NotifyParentChanged` on `WM_WINDOWPOSCHANGED`. (#695)

a1001dd6361a0629cd1ce2f8063b7c983bf29616 authored over 2 years ago by Fabian-Lars <[email protected]>
chore(deps): pin anyhow to just 1.0

271dbb1b8cfb2c00257bf07dd8e8eef286058a31 authored over 2 years ago by amrbashir <[email protected]>
publish new versions (#693)

Co-authored-by: amrbashir <[email protected]>

4a81c6a9c85d2c87730ddea94e1ec7761af753b3 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(deps): update rust crate anyhow to 1.0.65 (#686)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

398b658ff57f08380350592b401e3cc8db7bd45d authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: fix transparency on Windows, closes #692

e31cd0adf4ba881a35dcccd9b5ee78bb5af8828a authored over 2 years ago by amrbashir <[email protected]>
Publish New Versions (#662)

Co-authored-by: amrbashir <[email protected]>

4aa109cb91b2ee2eb425e4e736be2cc257af3089 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): update tao to 0.14 (#691)

3a91376fa2c04783a32804e6f123722749ad595e authored over 2 years ago by Amr Bashir <[email protected]>
fix(deps): update rust crate url to 2.3 (#690)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

9e783b42e0d521c33d00c7f0c1784b515ca59a45 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat(android): JNI execution handle (#689)

* feat(android): JNI execution handle

* changefile

Co-authored-by: Amr Bashir <amr.bashir2...

2bfc6c3d2e0cc6c3922d125f678ab30c00b89483 authored over 2 years ago by Jeffrey Hutchins <[email protected]>
feat(android): implement webview_version (#687)

9183de4f9d3129e7cba332eebca2afc846f727d0 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
refactor: android environment variables are now optional (#688)

3624414faa53386660b9d066c00e91e240b7681d authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
chore: remove @since comment

4ee9e94fcf2235486970bde725c5162a4f216097 authored over 2 years ago by Lucas Nogueira <[email protected]>
feat(android): implement dialogs and permissions (#685)

bf39d9de1e997170e9efb3bb7392710b57c2ae1f authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat: allow setting webview bg color, closes #197 (#682)

* feat: allow setting webview bg color, closes #197

* update docs

* fix build

* Update ...

eb1b7234f731759b5e091f7c88ac18ce4b507017 authored over 2 years ago by Amr Bashir <[email protected]>
feat(android): enable storage, geolocation, media playback, window.open (#684)

9dfffcfe12199d7f28bf4b8a837e28253958ac17 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
refactor(android): use WebView's post function instead of Handler

e66f7bbff7f6844e32d212c8a2dc6832d5d15188 authored over 2 years ago by Lucas Nogueira <[email protected]>
fix(android): delay WebView#loadUrl call (#683)

b02cbd9279e2e23a7458224cd7f4ec8f119fa18e authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix(deps): update rust crate once_cell to 1.14 (#680)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

d67baeac1527a5370be83394218708309eef090d authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(android): inject initialization scripts in HTML (#674)

854d2226f4161d4fc783f64e79b6a8add31ac4eb authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
Update windows to 0.39.0 and webview2-com to 0.19.1 to match (#679)

* Update windows and webview2-com crates

* Add a change description

* Fix clippy warnings ...

c7d7e1f9c85a5db9c98aa5ded1e0eaf7fe697817 authored over 2 years ago by Bill Avery <[email protected]>
fix(deps): update rust crate anyhow to 1.0.63 (#646)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

317cb6b29dce21939aaa2c828f804c050e8bb21d authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat(windows): auto-focus the webview (#676)

f338df7a2716cbbde357b81d9baa108ce679eaa5 authored over 2 years ago by Amr Bashir <[email protected]>
chore: licenses (#675)

917bb4309a0b027c038f2bcfd338683acb2252e8 authored over 2 years ago by Amr Bashir <[email protected]>