* feat: android deeplinks
* feat: explicit app link declarations
* feat: add ios code
* fix: add ios deeplink adaptation
* feat: ios working
(some swift plugin api improvements needed)
* fix: revert ios to prior logic
* fix(cleanup): regen android files with old names
* fix: web link criteria
* fix: conditional auto verify intent filter for android app links
* fix: default to true
* fix: typo
* fix: pnpm version
* cleanup
* fix: web link regression
* trim androidmanifest update
* fix deep link validation broken due to appLink=true default
* implement update_info_plist
from https://github.com/tauri-apps/tauri/pull/13888
* fix: remove old patch crates
* fix: use latest patch tauri
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* chore(deps): update tauri monorepo to v2.6.0
* Regenerate api-iife.js
* Bump rust tauri
* Tweak all examples to match the new features
* Bump workspace min tauri version
* Bump `@tauri-apps/api` to ^2.6
* Add change file
* Update lock file
* missing `"`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
* Make deep link optional for single instance
* Add change file
* Add deep-link feature to example
* Update plugins/deep-link/README.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* format
* [skip ci] update readme
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* 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
* chore: adjust prettier config, .gitignore and use taplo to format toml files
This brings the plugins-workspace repository to the same code style of the main tauri repo
* format toml
* ignore examples gen dir
* add .vscode/extensions.json
* remove packageManager field
* fmt
* fix audit
* taplo ignore permissions autogenerated files
* remove create dummy dist
* fix prettier workflow
* install fmt in prettier workflow
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>