Commit Graph

6 Commits

Author SHA1 Message Date
DK Liao
ad168a22df Update license to 2023 (#835) 2023-01-07 14:28:40 +08:00
Linda_pp
ddd34614be 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]>`

to allow returning static resources without heap allocation

* chore(examples): Fix some comments

following the review https://github.com/tauri-apps/wry/pull/797#pullrequestreview-1210580935

* fix(android): Change return type of response to `Cow`
2022-12-12 14:31:58 +02:00
Ngo Iok Ui (Wu Yu Wei)
fee4bf2eb3 Remove all keydown implementations (#798)
* Remove all keydown implementations

* Update example's js file
2022-12-10 00:20:12 +08:00
Ngo Iok Ui (Wu Yu Wei)
04422bc1b5 On macOS, revert content view to NSView (#782)
* On macOS, revert content view to NSView

* Fix iOS build

* Fix it again

* Fix error beep sound
2022-12-05 18:31:42 +08:00
Lucas Fernandes Nogueira
1db5ea68c2 fix(android): properly parse content-type for response mime type (#772) 2022-11-28 10:22:48 +08:00
Ngo Iok Ui (Wu Yu Wei)
a8471974e2 Add menu example (#771) 2022-11-25 20:45:50 +08:00