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 |
|
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 |
|
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 |
|
Lucas Fernandes Nogueira
|
59db76af4c
|
refactor(android): fix race conditions processing Android plugin project as dependency (#6968)
|
2023-05-16 10:22:46 -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 |
|
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
|
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
|
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 |
|
Amr Bashir
|
c4171152c1
|
fix: enable shadows by default, closes #6909 (#6916)
|
2023-05-09 15:56:13 +03:00 |
|
Chip Reed
|
19e60447d3
|
remove codegen feature flag
|
2023-05-08 18:46:40 +02:00 |
|
Lucas Fernandes Nogueira
|
29ce9ce2ce
|
refactor(core): move os endpoints to a dedicated plugin (#6902)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2023-05-08 12:05:12 -03:00 |
|
Lucas Fernandes Nogueira
|
3245d14b9e
|
refactor(core): remove app module (#6895)
|
2023-05-08 10:29:36 -03:00 |
|
Lucas Nogueira
|
4585a1cbb0
|
Merge branch 'dev' into next
|
2023-05-07 10:42:44 -03:00 |
|
Lucas Fernandes Nogueira
|
3188f37649
|
feat: update MSRV to 1.65 (#6883)
|
2023-05-06 17:16:52 -03:00 |
|
Lucas Fernandes Nogueira
|
41cb06172a
|
fix(ios): update wry, fix plugin config load (#6810)
|
2023-04-27 05:55:48 -07:00 |
|
Lucas Fernandes Nogueira
|
942249060e
|
refactor(core): generate TauriActivity on build script (#6783)
|
2023-04-24 11:17:59 -03:00 |
|
Amr Bashir
|
31444ac196
|
chore(deps): update wry to 0.28 (#6725)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-04-23 16:59:39 -03:00 |
|
Lucas Fernandes Nogueira
|
dfa407ffcb
|
feat(mobile): add plugin config to the Plugin class (#6763)
|
2023-04-23 09:15:13 -03:00 |
|
Lucas Fernandes Nogueira
|
41f49aeae6
|
fix(cli.js): adb commands not working, closes #6659 (#6708)
fix(cli.js): adb commands not working, closes #6659
|
2023-04-23 09:14:54 -03:00 |
|
Lucas Fernandes Nogueira
|
96639ca239
|
refactor(core): remove shell APIs (#6749)
|
2023-04-20 09:19:47 -03:00 |
|
Lucas Fernandes Nogueira
|
0c11023bcf
|
refactor(core): remove http-multipart Cargo feature (#6748)
|
2023-04-19 20:17:41 -03:00 |
|
Lucas Fernandes Nogueira
|
86488a6ad8
|
refactor(core): remove notification API (#6745)
|
2023-04-19 19:03:34 -03:00 |
|
Lucas Fernandes Nogueira
|
f78a378344
|
refactor(core): remove http features (#6742)
|
2023-04-19 11:47:29 -03:00 |
|
Lucas Fernandes Nogueira
|
2d5378bfc1
|
refactor(core): move dialog API to its own plugin (#6717)
|
2023-04-18 22:18:22 -03:00 |
|
Lucas Fernandes Nogueira
|
3f17ee82f6
|
refactor(core): remove global shortcut APIs (#6737)
|
2023-04-18 14:57:51 -03:00 |
|
Lucas Fernandes Nogueira
|
db9c12c1ad
|
refactor(runtime): remove clipboard APIs (#6735)
|
2023-04-18 09:11:27 -03:00 |
|
Lucas Fernandes Nogueira
|
e6e586ad75
|
chore(examples): update API example plugin usage (#6715)
|
2023-04-16 09:31:38 -03:00 |
|
Lucas Fernandes Nogueira
|
fc4d687ef0
|
refactor(core): move file system endpoints to its own plugin (#6716)
|
2023-04-16 09:20:58 -03:00 |
|
Lucas Fernandes Nogueira
|
09376af594
|
refactor(core): remove cli feature (#6704)
|
2023-04-14 15:33:53 -03:00 |
|
Lucas Fernandes Nogueira
|
055e9b3997
|
chore(deps): update wry, closes #6658 (#6671)
|
2023-04-10 09:55:24 -03:00 |
|
Lucas Fernandes Nogueira
|
be941b9719
|
feat(core): add path plugin, implement mobile APIs (#6339)
|
2023-04-07 12:48:14 -03:00 |
|
Amr Bashir
|
6ff801e27d
|
chore: rename config-schema to tauri-config-schema (#6250)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-04-07 12:11:05 -03:00 |
|
Lucas Fernandes Nogueira
|
db4c9dc655
|
feat(core): add option to configure Android's minimum SDK version (#6651)
|
2023-04-07 11:21:42 -03:00 |
|
thep0y
|
708efbd9b7
|
fix(core/tauri): upgrade open to 3.2 to fix a bug on Windows (#6441)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-04-06 12:08:32 -03:00 |
|
dependabot[bot]
|
6c7eac7288
|
chore(deps): bump openssl from 0.10.45 to 0.10.48 in /examples/api/src-tauri (#6551)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-03 10:05:45 -03:00 |
|
dependabot[bot]
|
901ce937d6
|
chore(deps): bump openssl from 0.10.45 to 0.10.48 in /examples/updater/src-tauri (#6550)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-03 10:05:36 -03:00 |
|
Lucas Nogueira
|
55900a2968
|
Merge branch 'dev' into next
|
2023-04-03 09:58:27 -03:00 |
|
filip
|
509d4678b1
|
Support sending raw byte data to the "data" event for child command's stdout and stderr (#5789)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-03-31 12:51:27 -03:00 |
|
Zeeshan Ali Khan
|
5fdc616df9
|
feat: Use the zbus-backed of notify-rust (#6332)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-03-31 12:36:59 -03:00 |
|
Lucas Fernandes Nogueira
|
1a24e4cafd
|
chore(deps): unpin dependencies from 1.59 MSRV (#6499)
|
2023-03-20 11:54:09 -03:00 |
|
Lucas Nogueira
|
9c324bae61
|
chore(examples): update tauri-plugin-log
|
2023-03-20 09:06:49 -03:00 |
|