Łukasz Mariański
4d10acee61
feat(deep-link): Add more AssociatedDomain attributes (android) ( #993 )
...
Co-authored-by: FabianLars <github@fabianlars.de >
2025-04-30 21:51:38 +02:00
Simon Laux
dc84f8d8bb
single-instance: fix cwd in single instance on macOS ( #2609 )
...
* single-instance: fix `cwd` in single instance on macOS
which was the `cwd` of the first instance, instead of the second how it should be and is on windows and linux.
also add rustfmt.toml to enforce the correct formatting (4 spaces for indent)
* use split_once
* remove rustfmt
* fix indentation
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-04-18 10:14:52 -03:00
Tony
38deef43dc
fix(deep-link): local machine registry handling ( #2483 )
...
* fix(deep-link): local machine registry handling
* typo
* Wrong version bump
* return false if registry open fails
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2025-03-18 09:18:43 -03:00
renovate[bot]
71f95c9f05
chore(deps): update rust crate windows to 0.60 (v2) ( #2445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-02-27 11:45:55 +01:00
Amr Bashir
a3b553ddb4
feat(http): add request and response tracing behind feature flag ( #2079 )
2024-11-21 17:08:34 +02:00
Fabian-Lars
b2aea04567
fix(deep-link): Remove getCurrent call in onOpenUrl ( #2008 )
2024-11-09 10:05:46 -03:00
Tony
41fe9053a0
fix(deep-link): is_registered check on windows
2024-09-19 19:58:13 +08:00
Austin Bennett
3168e17603
Added quotes for cmd ( #1806 )
...
* Added quotes for cmd
* Add change file
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2024-09-19 09:59:54 +08:00
Lucas Fernandes Nogueira
6f3f66794a
feat(deep-link): add on_open_url Rust API ( #1780 )
2024-09-14 21:35:31 -03:00
Lucas Fernandes Nogueira
984110a978
fix(deep-link): emit new-url event on app load ( #1770 )
2024-09-12 11:20:16 -03:00
Lucas Nogueira
949e2d6c45
chore: update docs
2024-09-10 16:02:38 -03:00
Lucas Fernandes Nogueira
64a6240f79
feat(deep-link): implement getCurrent on Windows/Linux ( #1759 )
...
* feat(deep-link): implement getCurrent on Windows/Linux
checks std::env::args() on initialization, also includes integration with the single-instance plugin
* fmt
* update docs, fix event
* add register_all function
* expose api
* be nicer on docs, clippy
2024-09-10 16:00:42 -03:00
Lucas Fernandes Nogueira
4654591d82
fix(deep-link): allow empty config values ( #1732 )
2024-09-04 08:18:42 -03:00
Lucas Fernandes Nogueira
5d170a5444
chore(deps): tauri 2.0.0-rc.3 ( #1671 )
...
* chore(deps): tauri 2.0.0-rc.3
* fix builds
* fix deep link [skip ci]
2024-08-17 07:40:57 -03:00
renovate[bot]
37cb9a6681
fix(deps): update rust crate sqlx to 0.8 (v2) ( #1575 )
...
* fix(deps): update rust crate sqlx to 0.8
* fix build
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-07-23 13:40:59 +02:00
Lucas Fernandes Nogueira
22a17980ff
feat: update to tauri beta.24 ( #1537 )
...
* feat: update to tauri beta.24
* remove .tauri
* pnpm build
2024-07-12 17:59:17 -03:00
renovate[bot]
76daee7aaf
chore(deps): update tauri monorepo (v2) ( #1512 )
...
* fix(deps): update tauri monorepo
* Create tauri-beta-23.md
* fix clippy - regen permissions
* revert accidental cargo.toml change
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-07-02 11:23:48 +02:00
Fabian-Lars
db45dfaab3
fix(deep-link): prevent duplicate ; in .desktop files on Linux ( #1357 )
2024-05-21 20:00:41 +03:00
Fabian-Lars
021d23bef3
feat(deep-link): Add deep link support for desktop ( #916 )
2024-05-10 07:44:06 -03:00
Naman Garg
8d7689f6f9
Add WebviewWindow to code docs and template ( #1144 )
...
* Add WebviewWindow to code docs
* Shorten the WebView Name
* Apply suggestions from code review
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-04-09 11:56:00 -03:00
Lucas Fernandes Nogueira
a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true ( #1071 )
...
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
2024-03-19 15:03:20 -03:00
Ahmed Elkhoudiry
22f5acf240
feat(store): Add android & iOS support ( #1011 )
...
* update cli
* init android module
* upgdate gitignore
* add desktop and mobile
* android
* ios
* lib
* remove comment
* cargo fmt
* skip empty file creation
* android comments
* apple path
* Discard changes to plugins/store/ios/README.md
* stop auto directories creation
* Update README.md
2024-03-04 21:02:17 +02:00
Amr Bashir
aa25c91bb0
feat(dialog): allow setting canCreateDirectories on macOS ( #978 )
...
* feat(dialog): allow setting `canCreateDirectories` on macOS
closes #949
* Discard changes to plugins/log/src/api-iife.js
* Discard changes to plugins/store/src/api-iife.js
* Discard changes to plugins/window-state/src/api-iife.js
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/lib.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-02-23 21:05:29 +02:00
Lucas Nogueira
dbc0c0757e
dist
2024-02-19 17:16:06 -03:00
Lucas Nogueira
9dd1d09797
rebuild
2024-02-19 17:15:24 -03:00
Tillmann
d198c01486
feat: update to tauri beta, add permissions ( #862 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-02-03 15:14:41 -03:00
Lucas Fernandes Nogueira
8b1d821a37
fix(deep-link): issue with tauri alpha.20 emit breaking change ( #844 )
2023-12-20 14:05:24 -03:00
Fabian-Lars
387c2f9e0c
chore: Update Tauri to alpha.18 ( #802 )
2023-12-11 15:41:42 -03:00
Amr Bashir
1b98b85a1f
refactor: simplify rollup config and match @tauri-apps/api output style ( #722 )
...
* refactor: simplify rollup config and match `@tauri-apps/api` output style
* add license headers
* update api-iife.js [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-11-14 21:09:53 +02:00
Lucas Fernandes Nogueira
e438e0a62d
feat: update to alpha.17, typed mobile plugin IPC arguments ( #676 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-29 16:06:44 -03:00
Lucas Fernandes Nogueira
5c137365c6
chore: update to tauri alpha.16, api alpha.9 ( #673 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-20 13:50:18 -03:00
Fabian-Lars
eccd6f977a
feat: Add deep link plugin for mobile ( #504 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-09-14 08:55:51 -03:00