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
|
ae102980fc
|
refactor(core): read tray icon only on desktop, refactor Context (#6719)
|
2023-04-19 19:44:10 -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
|
8e46695b7e
|
Revert "feat(core): expose runtime_handle on AppHandle (#6727)"
This reverts commit 276e4a3fdb .
|
2023-04-18 08:30:25 -03:00 |
|
Lucas Fernandes Nogueira
|
cebd75261a
|
refactor(core): remove the clipboard APIs (#6728)
|
2023-04-17 15:35:12 -03:00 |
|
Lucas Fernandes Nogueira
|
276e4a3fdb
|
feat(core): expose runtime_handle on AppHandle (#6727)
|
2023-04-17 13:49:09 -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
|
22a7633816
|
feat(core): expose SafePathBuf (#6713)
|
2023-04-15 15:44:05 -03:00 |
|
Lucas Fernandes Nogueira
|
09376af594
|
refactor(core): remove cli feature (#6704)
|
2023-04-14 15:33:53 -03:00 |
|
Lucas Fernandes Nogueira
|
34b8f339a4
|
feat(core): add app method on PluginApi (#6705)
|
2023-04-14 15:33:41 -03:00 |
|
github-actions[bot]
|
06fdcc0edd
|
(NEXT) Apply Version Updates From Current Changes (#6701)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-04-13 19:43:17 -03:00 |
|
Lucas Fernandes Nogueira
|
ee2d3b971d
|
fix(cli): remove buildSrc from Android project gitignored paths (#6702)
|
2023-04-13 19:29:18 -03:00 |
|
Lucas Fernandes Nogueira
|
9de897919a
|
fix(core): iOS plugin freezing when receiving a bool parameter (#6700)
|
2023-04-13 18:26:45 -03:00 |
|
Lucas Fernandes Nogueira
|
abc5f91fa3
|
fix(cli): iOS Xcode script using incorrect library path (#6699)
|
2023-04-13 18:26:32 -03:00 |
|
github-actions[bot]
|
f3917e7ee8
|
(NEXT) Apply Version Updates From Current Changes (#6633)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-04-10 10:12:04 -03:00 |
|
Lucas Fernandes Nogueira
|
f0570d9fee
|
feat(core): improve run_mobile_plugin error handling (#6655)
|
2023-04-07 17:08:25 -03:00 |
|
Vilian Gerdzhikov
|
1eacd51d18
|
overloaded the open function for convenient type inference (#5619)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-04-07 12:40:25 -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 |
|
Amr Bashir
|
63f088e5fc
|
feat(cli): add --release for android dev (#6638)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
closes #6594
|
2023-04-05 16:10:43 -03:00 |
|
Amr Bashir
|
d03e47d141
|
fix: only build specified rust targets for aab/apk build (#6625)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-04-05 15:14:14 -03:00 |
|
Lucas Fernandes Nogueira
|
052c5822b5
|
feat(core): implement Clone for PluginHandle (#6644)
|
2023-04-05 12:32:10 -03:00 |
|
Lucas Fernandes Nogueira
|
5288a386f1
|
fix(cli): readd Cargo.toml to the plugin template (#6637)
|
2023-04-04 15:11:47 -03:00 |
|
Lucas Fernandes Nogueira
|
5769ee6d29
|
fix(ci): use ubuntu-20.04 to build the CLI (#6632)
|
2023-04-04 10:58:09 -03:00 |
|
Amr Bashir
|
7fec0f083c
|
fix(cli): use local ip addr for built-in server on mobile, closes #6454 (#6631)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
fix(cli): use local ip addr for built-in server on mobile, closes #6454
|
2023-04-04 09:59:29 -03:00 |
|
github-actions[bot]
|
29ee62342a
|
(NEXT) Apply Version Updates From Current Changes (#6622)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-04-03 16:19:10 -03:00 |
|
Lucas Fernandes Nogueira
|
a813792786
|
fix(core): compilation issues without execute or sidecar features (#6621)
|
2023-04-03 16:10:03 -03:00 |
|
Lucas Nogueira
|
e9482430ff
|
chore(changes): add changes for 1.3 release merge
|
2023-04-03 11:32:53 -03:00 |
|
github-actions[bot]
|
afc3237d0c
|
(NEXT) Apply Version Updates From Current Changes (#6593)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-04-03 10:56:08 -03:00 |
|
Lucas Nogueira
|
f992e7f58b
|
chore(changes): readd change file
|
2023-04-03 10:40:57 -03:00 |
|
Lucas Nogueira
|
55900a2968
|
Merge branch 'dev' into next
|
2023-04-03 09:58:27 -03:00 |
|
afa
|
7489f96697
|
fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 (#6615)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-04-03 08:37:50 -03:00 |
|
Miniontoby
|
a926b49a01
|
Fix Github Actions of Tauri Plugin with-api template (#6603)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
|
2023-04-03 08:12:49 -03:00 |
|
Lucas Fernandes Nogueira
|
4c3b9ecfdc
|
fix(build): iOS deployment target env var is IPHONEOS_DEPLOYMENT_TARGET (#6602)
|
2023-03-31 14:32:30 -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 |
|
Amr Bashir
|
eb1ec0416c
|
fix(core/updater): read and parse response after checking status code, closes #6192 (#6575)
|
2023-03-31 10:06:59 -03:00 |
|
Lucas Fernandes Nogueira
|
d788d23071
|
refactor(core): do not allow JS API to set additional browser args (#6216)
This was introduced in #5799, but it's dangerous to let the frontend set this option.
|
2023-03-31 10:05:18 -03:00 |
|
Lucas Fernandes Nogueira
|
adf4627b73
|
fix(core): adjust ProGuard rules (#6588)
|
2023-03-31 10:03:50 -03:00 |
|
Amr Bashir
|
a7ee5ca7c3
|
fix(cli): look for available ports for built-in dev server, closes #6511 (#6514)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-03-31 10:03:38 -03:00 |
|
Amr Bashir
|
ff4ea1eabb
|
fix: dispatch focus event to app.run on Windows, closes #6460 (#6504)
|
2023-03-31 10:03:25 -03:00 |
|
Lucas Fernandes Nogueira
|
cfdee00f2b
|
refactor(core): fix tls features, use rustls on mobile (#6591)
|
2023-03-30 10:59:08 -03:00 |
|
github-actions[bot]
|
249db9e49b
|
(NEXT) Apply Version Updates From Current Changes (#6586)
* apply version updates
* fix changelog
* typo
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
|
2023-03-29 16:11:42 -03:00 |
|
Lucas Nogueira
|
6b469c40c6
|
chore(changes): adjust change file for Android script execution fix
|
2023-03-29 16:01:09 -03:00 |
|
github-actions[bot]
|
1c7e5cae10
|
Revert "apply version updates (#6582)"
This reverts commit 3ad7414a3e .
|
2023-03-29 15:59:29 -03:00 |
|
github-actions[bot]
|
3ad7414a3e
|
apply version updates (#6582)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-03-29 15:56:38 -03:00 |
|