Commit Graph

1329 Commits

Author SHA1 Message Date
github-actions[bot] f946a7cf1f publish new versions (#1680)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
haptics-v2.0.0-rc.2 store-v2.0.0-rc.2 barcode-scanner-v2.0.0-rc.2 clipboard-manager-v2.0.0-rc.2 biometric-v2.0.0-rc.2 shell-v2.0.0-rc.2 log-plugin-v2.0.0-rc.1 notification-v2.0.0-rc.2 nfc-v2.0.0-rc.2 dialog-v2.0.0-rc.2 geolocation-v2.0.0-rc.2
2024-08-19 21:36:15 -03:00
Lucas Fernandes Nogueira b914775898 fix: explicitly set a minimum macOS version for older Swift versions (#1679)
ref https://github.com/tauri-apps/tauri/pull/10687
2024-08-19 16:29:22 -03:00
renovate[bot] 66b9eaa0e5 fix(deps): update rust crate win7-notifications to 0.4.5 (#1676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:41:50 +02:00
renovate[bot] e2fa6d3a1b chore(deps): lock file maintenance (#1675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:33:05 +02:00
renovate[bot] 6c823ae31a chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.4 (#1670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 11:01:50 +02:00
renovate[bot] f4c9e13250 chore(deps): update dependency rollup to v4.21.0 (#1672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 10:59:10 +02:00
github-actions[bot] 121f68b449 publish new versions (#1616) notification-v2.0.0-rc.1 barcode-scanner-v2.0.0-rc.1 biometric-v2.0.0-rc.1 shell-v2.0.0-rc.1 deep-link-v2.0.0-rc.1 updater-v2.0.0-rc.1 haptics-v2.0.0-rc.1 window-state-v2.0.0-rc.1 http-js-v2.0.0-rc.1 store-v2.0.0-rc.1 nfc-v2.0.0-rc.1 fs-js-v2.0.0-rc.1 global-shortcut-v2.0.0-rc.1 clipboard-manager-v2.0.0-rc.1 dialog-v2.0.0-rc.1 geolocation-v2.0.0-rc.1 2024-08-17 07:55:31 -03:00
Lucas Nogueira ec067a5997 chore: trigger CI 2024-08-17 07:50:48 -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] 4dd7f5ddd8 chore(deps): update rust crate specta to v2.0.0-rc.20 (v2) (#1617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16 14:34:59 -03:00
Fabian-Lars 998f86371c chore(deps): Update iota-crypto (removing patch) (#1664) 2024-08-15 15:14:45 +03:00
Twilight 84f8bd5e1e fix(http): properly invoke abort (#1662)
Co-authored-by: amrbashir <github@amrbashir.me>
2024-08-14 19:18:32 +03:00
renovate[bot] af943db6f8 chore(deps): update dependency typescript-eslint to v8.1.0 (#1655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-14 12:51:59 +02:00
mikoto2000 bc7eecf420 feat(dialog): Implemented android save dialog. (#1657)
* Implemented android save dialog.

* small cleanup

* lint

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-08-13 08:41:30 -03:00
Amr Bashir 5081f30daf fix(shell): fix inlined docs for scope (#1656)
* fix(shell): fix inlined docs for scope

* Update plugins/shell/guest-js/index.ts

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2024-08-13 07:55:55 -03:00
Lucas Fernandes Nogueira 584eb61f16 fix: docs.rs (#1654)
* fix: docs.rs

* fix updater docs

* update build script
2024-08-12 15:53:27 -03:00
Lucas Nogueira 7b053ba6f6 fix(log): update log directory in documentation ref #1637 2024-08-12 15:05:12 -03:00
Lucas Fernandes Nogueira 7701392500 fix(updater): linux not retaining AppImage permissions, enhance tests (#1636)
* fix(updater): linux not retaining AppImage permissions, enhance tests

- adds a test for migration from v1 to v2
- extends the existing integration test to actually verify if the app was updated

* remove test framework

* fix macos test

* fix windows

* wait on windows

* fix wix

* typo

* fmt

* install webkit2gtk-4.0 on ci

* fix npm command on windows

* fix test on windows

* ubuntu-22.04

---------

Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>
2024-08-12 14:59:53 -03:00
Miniontoby e4e19e001b [log] Fix typo in docs of lib.rs (#1637)
* [log] Fix typo in docs of lib.rs

* [lib] Fix typo in docs of lib.rs
2024-08-12 14:59:16 -03:00
renovate[bot] 78061c3455 chore(deps): update unocss monorepo to ^0.62.0 (#1652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 12:35:29 +02:00
AHQ 6b079cfdd1 refactor(android): Remove targetSdk = 34 from every gradle build files (#1649)
* remove targetSdk

* changelog

* fix md file

* Add the -js ones as well

* remove -js ones
2024-08-12 07:11:04 -03:00
Lucas Fernandes Nogueira 5f68990297 chore(fs): update API documentation (#1645)
* chore(fs): update API documentation

* fmt

---------

Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com>
2024-08-12 00:54:29 -03:00
renovate[bot] 94678051df chore(deps): lock file maintenance (#1651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 11:15:53 +08:00
mikoto2000 59644c5d22 docs: add Contributing Guide link in root README. (#1647) 2024-08-10 19:55:10 +02:00
renovate[bot] edde2dedf1 chore(deps): update eslint monorepo to v9.9.0 (#1643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-10 10:03:17 +08:00
renovate[bot] 05aaad3aec chore(deps): update tauri monorepo (#1639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:35:55 +08:00
renovate[bot] 279698700a chore(deps): update tauri monorepo (#1633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 09:21:25 +08:00
Fabian-Lars 2c00c0292c fix: use _ as word boundary in IIFE var names (#1630)
* fix: use `_` as word boundary in IIFE var names

* Revert "fix: use `_` as word boundary in IIFE var names"

This reverts commit 396ed3fa56.

* Reapply "fix: use `_` as word boundary in IIFE var names"

This reverts commit f31de7dab3.
2024-08-07 14:14:17 +02:00
renovate[bot] 901dd560be chore(deps): update dependency typescript-eslint to v8.0.1 (#1629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 09:50:02 +02:00
Fabian-Lars b867127329 chore: Remove geolocation and haptics from list of mirrors 2024-08-05 10:25:15 +02:00
renovate[bot] 132c58f80d chore(deps): lock file maintenance (#1628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 09:30:30 +02:00
Tony f8925b9687 Run prettier (#1627) 2024-08-04 12:24:25 +02:00
renovate[bot] 1e60a9888d chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.1 (#1618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-04 17:08:29 +08:00
renovate[bot] 788989aa60 chore(deps): update dependency rollup to v4.20.0 (#1621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-03 13:08:37 +02:00
Lucas Nogueira 096b152731 chore: add contributors 2024-08-03 00:32:14 -03:00
Lucas Nogueira ad03b8e035 fix(geolocation): plugin does not have a execute command 2024-08-02 21:01:41 -03:00
Lucas Nogueira d13e6bcb78 chore: update API example 2024-08-02 13:24:15 -03:00
Lucas Nogueira 0f34919c9c fix: add repository information for gelocation and haptics process-js-v2.0.0-rc.0 notification-js-v2.0.0-rc.0 store-js-v2.0.0-rc.0 nfc-js-v2.0.0-rc.0 shell-js-v2.0.0-rc.0 haptics-js-v2.0.0-rc.0 stronghold-v2.0.0-rc.0 sql-v2.0.0-rc.0 window-state-v2.0.0-rc.0 stronghold-js-v2.0.0-rc.0 upload-js-v2.0.0-rc.0 global-shortcut-v2.0.0-rc.0 global-shortcut-js-v2.0.0-rc.0 notification-v2.0.0-rc.0 updater-js-v2.0.0-rc.0 updater-v2.0.0-rc.0 positioner-js-v2.0.0-rc.0 websocket-v2.0.0-rc.0 log-plugin-v2.0.0-rc.0 upload-v2.0.0-rc.0 http-js-v2.0.0-rc.0 nfc-v2.0.0-rc.0 store-v2.0.0-rc.0 persisted-scope-v2.0.0-rc.0 haptics-v2.0.0-rc.0 http-v2.0.0-rc.0 positioner-v2.0.0-rc.0 log-js-v2.0.0-rc.0 geolocation-js-v2.0.0-rc.0 window-state-js-v2.0.0-rc.0 os-js-v2.0.0-rc.0 localhost-v2.0.0-rc.0 single-instance-v2.0.0-rc.0 process-v2.0.0-rc.0 shell-v2.0.0-rc.0 sql-js-v2.0.0-rc.0 websocket-js-v2.0.0-rc.0 os-v2.0.0-rc.0 2024-08-02 12:16:12 -03:00
Lucas Nogueira 4899895479 fix: add missing crate metadata geolocation-v2.0.0-rc.0 2024-08-02 12:12:24 -03:00
Lucas Nogueira 4db635f19b feat: bump to RC deep-link-v2.0.0-rc.0 barcode-scanner-js-v2.0.0-rc.0 fs-js-v2.0.0-rc.0 autostart-v2.0.0-rc.0 dialog-v2.0.0-rc.0 autostart-js-v2.0.0-rc.0 clipboard-manager-js-v2.0.0-rc.0 biometric-js-v2.0.0-rc.0 clipboard-manager-v2.0.0-rc.0 authenticator-js-v2.0.0-rc.0 biometric-v2.0.0-rc.0 dialog-js-v2.0.0-rc.0 cli-js-v2.0.0-rc.0 authenticator-v2.0.0-rc.0 fs-v2.0.0-rc.0 barcode-scanner-v2.0.0-rc.0 deep-link-js-v2.0.0-rc.0 cli-v2.0.0-rc.0 2024-08-02 12:05:44 -03:00
Fabian-Lars 9606089b2a feat: Add geolocation and haptics plugins (#1599)
* init geolocation plugin

* ios impl (w/o js api)

* generate ts api

* use newer tauri commit

* add temporary postinstall

* include src in files

* guest-js

* just ship dist-js for now

* fix watcher

* fix android compile error

* fix android build for real

* fix heading type

* initial getCurrentPosition android impl (wip)

* prevent panics if errors (strings) are sent over the channel

* Add android watchPosition implementation

* init haptics plugin (android)

* ios and new apis (ANDROID IS LIKELY BROKEN - MAY NOT EVEN COMPILE)

* use tauri-specta that accounts for raw fn arg idents

* add complete android support (it's not working great due to random soft-/hardware support)

* fix(haptics): Fix the NotificationFeedbackType::Success and Version (#1)

* Fix success feedback and version

* Apply suggestions from code review

* Update package.json

---------

Co-authored-by: Fabian-Lars <118197967+FabianLars-crabnebula@users.noreply.github.com>

* android: improve permission callback handling

* keep track of ongoing perms requests

* rebuild

* license headers

* rm sqlite feat

* fmt

* what diff u talkin bout?

* ignore dist-js again

* fix audits

* dedupe api.js

* clippy

* changefiles

* readmes

* clean up todos

* rm dsstore

* rm wrong feats

* mirror

* covector

* rebuild

* ios requires the wry feature

* lint

* update lock

---------

Co-authored-by: fabianlars <fabianlars@fabianlars.de>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Co-authored-by: Naman Garg <155433377+naman-crabnebula@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
2024-08-02 10:45:47 -03:00
Lucas Fernandes Nogueira 34df132fb1 feat(shell): enhance regex validators to match on entire string (#1603) 2024-08-02 10:03:35 -03:00
Fabian-Lars b1e5cae5a0 chore(deps): Update typescript-eslint from v8 alpha to stable (#1612) 2024-08-01 12:35:00 +02:00
renovate[bot] da308af3d9 chore(deps): update dependency rollup to v4.19.2 (#1610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 12:19:52 +02:00
renovate[bot] bc85babc87 fix(deps): update rust crate indexmap to 2.3.0 (v2) (#1609)
* fix(deps): update rust crate indexmap to 2.3.0

* Aktualisieren von Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2024-08-01 12:13:49 +02:00
FabianLars 0c1077f6d5 chore: Add repository field to package.json upload-v2.0.0-beta.10 positioner-v2.0.0-beta.10 authenticator-js-v2.0.0-beta.8 localhost-v2.0.0-beta.9 shell-v2.0.0-beta.10 log-js-v2.0.0-beta.9 biometric-v2.0.0-beta.9 barcode-scanner-v2.0.0-beta.10 notification-v2.0.0-beta.12 updater-v2.0.0-beta.12 clipboard-manager-js-v2.1.0-beta.6 upload-js-v2.0.0-beta.9 stronghold-js-v2.0.0-beta.8 clipboard-manager-v2.1.0-beta.7 biometric-js-v2.0.0-beta.8 autostart-js-v2.0.0-beta.8 global-shortcut-v2.0.0-beta.9 deep-link-js-v2.0.0-beta.10 os-js-v2.0.0-beta.8 dialog-v2.0.0-beta.12 single-instance-v2.0.0-beta.12 process-v2.0.0-beta.9 process-js-v2.0.0-beta.8 log-plugin-v2.0.0-beta.10 dialog-js-v2.0.0-beta.8 shell-js-v2.0.0-beta.9 sql-js-v2.0.0-beta.8 cli-v2.0.0-beta.9 updater-js-v2.0.0-beta.8 store-v2.0.0-beta.11 global-shortcut-js-v2.0.0-beta.8 stronghold-v2.0.0-beta.9 autostart-v2.0.0-beta.10 persisted-scope-v2.0.0-beta.12 fs-v2.0.0-beta.12 nfc-v2.0.0-beta.9 deep-link-v2.0.0-beta.10 window-state-v2.0.0-beta.12 os-v2.0.0-beta.9 nfc-js-v2.0.0-beta.8 store-js-v2.0.0-beta.8 http-js-v2.0.0-beta.9 websocket-v2.0.0-beta.10 positioner-js-v2.0.0-beta.8 sql-v2.0.0-beta.11 cli-js-v2.0.0-beta.8 http-v2.0.0-beta.13 websocket-js-v2.0.0-beta.8 notification-js-v2.0.0-beta.8 window-state-js-v2.0.0-beta.9 barcode-scanner-js-v2.0.0-beta.8 fs-js-v2.0.0-beta.8 2024-07-31 17:53:36 +02:00
github-actions[bot] 518b529a19 publish new versions (#1590)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
authenticator-v2.0.0-beta.10
2024-07-31 14:27:45 +02:00
Tony 6de87966ec chore: add missing tauri beta 25 change file (#1597)
* Add tauri beta 25 change file

* Generate schema
2024-07-31 14:25:53 +02:00
Fabian-Lars 99d6ac0f95 chore: Use range specifier for api.js version (#1606) 2024-07-31 14:25:19 +02:00
Lucas Fernandes Nogueira 95da90f82e fix: clippy warnings, add missing wry feature on examples (#1604)
* fix: clippy warnings, add missing wry feature on examples

* schema feat does not exist

* also add compression
2024-07-31 07:14:05 -03:00