Commit Graph

3712 Commits

Author SHA1 Message Date
Chip Reed
45fd181727 Merge branch 'next' into feat/pipeline 2023-05-26 10:13:42 +02:00
chip
160489454d fix clippy errors on macOS (#7064)
* fix clippy errors on macOS

* cargo clippy --fix
2023-05-26 15:24:23 +08:00
Chip Reed
7d079de9e1 Merge branch 'fix/clippy-macos' into feat/pipeline 2023-05-26 08:29:42 +02:00
Chip Reed
3ad59d27b8 cargo clippy --fix 2023-05-26 08:04:44 +02:00
Chip Reed
88dce4429f fix clippy errors on macOS 2023-05-26 08:03:52 +02:00
Lucas Nogueira
ba61754cfe apply desktop cfg fix on multiwindow example 2023-05-26 00:12:02 -03:00
Lucas Nogueira
84b2dcfe3c remove __TAURI_WORKSPACE__ workaround 2023-05-26 00:10:50 -03:00
Lucas Nogueira
a3c22e9216 fix mobile build 2023-05-26 00:06:34 -03:00
Lucas Nogueira
eee7252bef add license headers 2023-05-26 00:01:31 -03:00
Lucas Nogueira
21d2ef3d9c do not expose CodegenContext 2023-05-25 23:58:40 -03:00
Lucas Nogueira
4cd1faf5c8 Merge branch 'next' into feat/pipeline 2023-05-25 23:58:26 -03:00
Lucas Nogueira
0fba85a1ee fix tauri::utils usage in codegen 2023-05-25 23:50:48 -03:00
Lucas Nogueira
4061d1c878 fix info_plist usage 2023-05-25 23:49:56 -03:00
Amr Bashir
a28fdf7ec7 feat(cli/mobile/init): skip installing already installed targets, closes #7044 (#7058)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
closes #7044
2023-05-25 23:36:06 -03:00
Amr Bashir
e0f0dce220 feat: add window effects api (#6442)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-05-23 15:29:46 -03:00
Lucas Fernandes Nogueira
7e5905ae1d feat(cli): plugin add command (#7023) 2023-05-23 11:39:42 -03:00
Philipp Renoth
9770032860 feat(cli): improve logic to copy Rust library to iOS project Externals folder (#6610)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-05-22 13:54:44 -03:00
Amr Bashir
3f4c4ce88b fix(cli/android): fallback to all targets (#7028)
fix regression introduced in d03e47d141
2023-05-22 19:00:18 +03:00
Flysoft
aa6c9164e6 fix(cli): don't build library when building desktop targets, closes #7007 (#7014)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-05-22 11:32:20 -03:00
Andzej Korovacki
8e85576506 fix: default log path for linux and windows updated (fix: #6809) (#6827)
* fix: default log path for linux and windows updated (fix: #6809)

* fix impl after reset
2023-05-21 16:38:20 +03:00
Lucas Fernandes Nogueira
3256a37263 fix(build): inject Android proguard rules, closes #7016 (#7017) 2023-05-21 13:03:20 +08:00
Lucas Fernandes Nogueira
b0f947752a feat(cli): add migrate command (#7008) 2023-05-20 20:28:46 -03:00
github-actions[bot]
d1304ffa12 (NEXT) Apply Version Updates From Current Changes (#6707)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
cli.rs-v2.0 api-v2.0 tauri-runtime-wry-v0.13.0-alpha.5 tauri-codegen-v2.0.0-alpha.5 tauri-bundler-v2.0.0-alpha.5 tauri-utils-v2.0.0-alpha.5 cli.rs-v2 tauri-v2.0.0-alpha.9 tauri-build-v2.0.0-alpha.5 tauri-macros-v2.0.0-alpha.5 api-v2.0.0-alpha.4 api-v2 cli.js-v2.0.0-alpha.9 cli.rs-v2.0.0-alpha.9 tauri-runtime-v0.13.0-alpha.5
2023-05-18 09:10:12 -03:00
Lucas Fernandes Nogueira
8ce32e74b5 feat(core): expose default_window_icon on App and AppHandle (#6986) 2023-05-17 19:54:15 -03:00
Lucas Fernandes Nogueira
2344aea176 fix(ci): use workflow-dispatch action to trigger next branch workflow (#6977) 2023-05-16 20:44:52 -03:00
Amr Bashir
994e4fd6d9 chore: reuse defaultArchList (#6978) 2023-05-17 02:08:05 +03:00
Lucas Fernandes Nogueira
e5bd34cb34 refactor(core): remove init scripts related to plugin APIs (#6975) 2023-05-16 11:46:32 -03:00
Lucas Fernandes Nogueira
59db76af4c refactor(android): fix race conditions processing Android plugin project as dependency (#6968) 2023-05-16 10:22:46 -03:00
Lucas Fernandes Nogueira
6fb5734d2f feat(mobile): add event APIs for plugins (#6946) 2023-05-15 11:36:25 -03:00
Lucas Fernandes Nogueira
6d25c4d07f fix(config): properly reference updater configuration on ToTokens impl (#6957) 2023-05-13 10:30:35 -03:00
Amr Bashir
e1e85dc2a5 chore: fix ci and cleanup leftovers (#6925)
* chore: fix ci and cleanup leftovers

1. removed leftover feature flags
2. remove zip/extract apis which are not used anymore
3. removed leftoever scopes
4. removed leftover allowlist and updater options
5. updated the example api

* remove leftover updater structs

* move updater under bundle and remove uneeded options

* fix cli on linux

* remove create_proxy

* clippy

* more clippy

* clippppy

* readd path api

* fix api example

* remove window allowlist

* remove window from allowlist config

* remove `all` allowlist option

* remove file_move

* lint

* fix windows build

* remvoe unused deps

* remvoe allowlist config option, move protocol to `security > asset_protocol`

* fix diffing features

* fmt and test

* fix scope alias

* change files

* android lint

* simplify allow_file impl

* Revert "simplify allow_file impl"

This reverts commit b8882f2fd0.

* expose scopes

* remove unused error variants

* protocol-asset on docs.rs

* ignore reqwest on udeps

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-05-13 13:48:28 +03:00
Lucas Fernandes Nogueira
9a79dc0858 refactor(core): remove window endpoints (#6947) 2023-05-12 08:18:00 -03:00
Amr Bashir
5a9307d11c feat(cli): update android template to gradle 8.0 (#6890)
* feat(cli): update android template to gradle 8.0

* update java in CI to 17

* updat to latest tauri-mobile
2023-05-12 14:06:50 +03:00
Lucas Fernandes Nogueira
39f1b04f7b refactor(core): move event JS API to a core plugin (#6943) 2023-05-12 07:55:39 -03:00
Chip Reed
f85362b2fe fix clippy warning 2023-05-11 17:52:56 +02:00
Chip Reed
87b5c54deb Revert "fix clippy warning"
This reverts commit 0c38bc9805.
2023-05-11 17:49:51 +02:00
Chip Reed
8e32c14b26 fix unused imports in pattern 2023-05-11 17:30:14 +02:00
Chip Reed
425795cd33 Merge branch 'next' into feat/pipeline 2023-05-11 17:21:59 +02:00
Chip Reed
0ff7832f19 remove generate_context!() 2023-05-11 17:16:57 +02:00
Lucas Fernandes Nogueira
0ab5f40d3a feat(core): add IPC channel (#6813) 2023-05-11 07:25:32 -03:00
Lucas Fernandes Nogueira
b072daa3bd refactor(core): move updater to a plugin (#6919) 2023-05-09 16:43:31 -07:00
Chip Reed
0c38bc9805 fix clippy warning 2023-05-09 21:19:06 +02:00
Chip Reed
ec00d0437e rename tauri_build_context to build_script_context 2023-05-09 21:18:39 +02:00
Chip Reed
fc96771172 Merge branch 'next' into feat/pipeline 2023-05-09 21:07:26 +02:00
Lucas Fernandes Nogueira
60cf9ed2fc refactor(core): move process endpoints to plugins-workspace (#6905) 2023-05-09 12:00:41 -03:00
Amr Bashir
c4171152c1 fix: enable shadows by default, closes #6909 (#6916) 2023-05-09 15:56:13 +03:00
Chip Reed
0fc28118b7 remove plist argument from Context 2023-05-08 19:18:37 +02:00
Chip Reed
d8fbdf489a perform codegen during tauri-build::build 2023-05-08 19:04:47 +02:00
Chip Reed
d557bcf1c4 only rebuild on plist change if there is a plist 2023-05-08 19:01:08 +02:00
Chip Reed
19e60447d3 remove codegen feature flag 2023-05-08 18:46:40 +02:00