Commit Graph

392 Commits (enhance/fs/improve-error-debug)

Author SHA1 Message Date
Amr Bashir 44273b9889
fix(shell): fix schema requiring `sidecar` property even though it is optional (#1839)
8 months ago
Jacob Bolda 2f7e32b5e0
[positioner] handleIconState in JS (#1822)
8 months ago
Fabian-Lars 30bcf5dcc2
refactor(sql): Allow multiple drivers at the same time (#1838)
8 months ago
Amr Bashir 68579934c9
fix(cli): expose hidden structs (#1856)
8 months ago
Tony 04459afbb6
refactor(dialog)!: use enum instead of label for buttons (#1842)
8 months ago
Fabian-Lars fc9b189e83
fix(fs): ignore OS specific paths in scope deserialization (#1837)
8 months ago
Amr Bashir 04a0aea0ab
feat(updater)!: add option to use insecure transport protocol (#1814)
8 months ago
Amr Bashir 221f50f53b
fix(updater): encode version when making requests (#1816)
9 months ago
renovate[bot] 6bf1bd8d44
fix(deps): update rust crate rfd to 0.15 (v2) (#1805)
9 months ago
Austin Bennett 3168e17603
Added quotes for cmd (#1806)
9 months ago
github-actions[bot] 3cbb55aa7b
publish new versions (#1796)
9 months ago
Lucas Fernandes Nogueira 60765694f5
refactor(geolocation): simplify API, defer permission checks (#1773)
9 months ago
github-actions[bot] d8efd3cd20
Publish New Versions (v2) (#1794)
9 months ago
Tony c078f57a09
Revert "Publish New Versions (v2)" (#1792)
9 months ago
github-actions[bot] dc5721ac13
Publish New Versions (v2) (#1788)
9 months ago
Felix Salazar 1d9741b52b
[upload - http-extra] fix: download content to file when unsuccessful response (and test) #1750 (#1783)
9 months ago
Tony 7a37355e17
fix(window-state): deadlock when trying to restore window states on initial load (#1787)
9 months ago
github-actions[bot] 5cbd593e76
publish new versions (#1772)
9 months ago
Lucas Fernandes Nogueira fb85e5dd76
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
9 months ago
Lucas Fernandes Nogueira 6f3f66794a
feat(deep-link): add `on_open_url` Rust API (#1780)
9 months ago
FabianLars 79d6e19c4b
chore: Add changefile for #1777
9 months ago
Lucas Fernandes Nogueira 341a5320c3
fix(clipboard): Android warnings and build on SDK under 28 (#1771)
9 months ago
Lucas Fernandes Nogueira cc03ccf5e0
fix(fs): app scopes not properly enabling paths (#1774)
9 months ago
Tony 204e5aacad
fix(window-state)!: saving minimized state (#1743)
9 months ago
github-actions[bot] 8a45c35160
publish new versions (#1764)
9 months ago
Lucas Fernandes Nogueira 984110a978
fix(deep-link): emit new-url event on app load (#1770)
9 months ago
Lucas Fernandes Nogueira 2b898f0786
fix(dialog): update asset protocol scope on directory open, closes #1553 (#1769)
9 months ago
Tony b2269333e3
chore(single-instance): put deep link integration behined a feature (#1766)
9 months ago
SRutile 9291e4d2ca
fix(fs): support any UTF-8 path in writeFile (#1640)
9 months ago
github-actions[bot] 253ae66210
publish new versions (#1761)
9 months ago
Lucas Nogueira 949e2d6c45
chore: update docs
9 months ago
Lucas Fernandes Nogueira 64a6240f79
feat(deep-link): implement getCurrent on Windows/Linux (#1759)
9 months ago
github-actions[bot] 77680f6ed8
publish new versions (#1740)
9 months ago
Lucas Fernandes Nogueira 8c3a6a253d
feat(barcode-scanner): validate missing Info.plist configuration (#1758)
9 months ago
Olivier Lemasle 713c54ef83
chore(barcode): remove unused Android dependencies (#1749)
9 months ago
Kauan Curbani 0dd97d9115
feat(sql): added uuid type in postgres decoder (#1375)
9 months ago
Lucas Fernandes Nogueira 3d301c654e
fix(notification): body should be optional on iOS (#1737)
9 months ago
github-actions[bot] 12e80ffe00
Publish New Versions (v2) (#1736)
9 months ago
Amr Bashir a2fe55512f
refactor: add methods and implement traits for `FilePath` and `SafeFilePath` (#1727)
9 months ago
Fabian-Lars d00519e3e3
chore: Add missing changefile for updater rust changes (#1735)
9 months ago
github-actions[bot] c565a08d09
publish new versions (#1711)
9 months ago
Lucas Fernandes Nogueira 4654591d82
fix(deep-link): allow empty config values (#1732)
9 months ago
Lucas Fernandes Nogueira feb1e93fcb
feat(dialog): implement save API on iOS (#1707)
9 months ago
Fabian-Lars ff134a8ca4
Remove authenticator plugin (#1723)
9 months ago
Amr Bashir f8255e1db5
feat(updater): allow passing headers & timeout in `Update.download*` methods (#1661)
9 months ago
Lucas Fernandes Nogueira 51819c601f
fix(fs): writeFile command implementation on Android (#1708)
9 months ago
Tony f7280c8830
fix(fs): can't use Windows path (#1710)
9 months ago
Lucas Fernandes Nogueira 0cb99bdaf1
fix(dialog): iOS file picker default to file selection instead of photo (#1706)
9 months ago
Tony 17e8014b69
fix(window-state): saving a minimized window's state changes its position to -32000 (#1702)
9 months ago
github-actions[bot] de732d0ab0
publish new versions (#1683)
9 months ago
Lucas Fernandes Nogueira e2e97db519
feat: use PermissionState type from tauri, closes #979 (#1701)
9 months ago
Lucas Fernandes Nogueira 9ea9e05944
chore(deps): update to tauri rc.7 (#1699)
9 months ago
Lucas Fernandes Nogueira 0c040bcc9a
fix(store): remove Android and iOS plugins, closes #1256 (#1695)
9 months ago
Lucas Fernandes Nogueira 0d5e7e2892
feat(fs): `scope-*-recursive` permission allows read dir, closes #1307 (#1696)
9 months ago
mikoto2000 448846b834
feat(fs): resolve content URIs on Android (#1658)
10 months ago
Amr Bashir 3c52f30ea4
chore(deps): update windows-sys crate to `0.59` and global-hotkey to `0.6` (#1665)
10 months ago
Amr Bashir f690777a91
refacator(dialog): mark `FileResponse` as `#[non_exhaustive]` (#1660)
10 months ago
github-actions[bot] f946a7cf1f
publish new versions (#1680)
10 months ago
Lucas Fernandes Nogueira b914775898
fix: explicitly set a minimum macOS version for older Swift versions (#1679)
10 months ago
github-actions[bot] 121f68b449
publish new versions (#1616)
10 months ago
Lucas Nogueira ec067a5997
chore: trigger CI
10 months ago
Lucas Fernandes Nogueira 5d170a5444
chore(deps): tauri 2.0.0-rc.3 (#1671)
10 months ago
Twilight 84f8bd5e1e
fix(http): properly invoke abort (#1662)
10 months ago
mikoto2000 bc7eecf420
feat(dialog): Implemented android save dialog. (#1657)
10 months ago
Lucas Fernandes Nogueira 7701392500
fix(updater): linux not retaining AppImage permissions, enhance tests (#1636)
10 months ago
AHQ 6b079cfdd1
refactor(android): Remove targetSdk = 34 from every gradle build files (#1649)
10 months ago
Lucas Fernandes Nogueira 5f68990297
chore(fs): update API documentation (#1645)
10 months ago
Fabian-Lars 2c00c0292c
fix: use `_` as word boundary in IIFE var names (#1630)
10 months ago
Lucas Nogueira 4db635f19b
feat: bump to RC
10 months ago
Fabian-Lars 9606089b2a
feat: Add geolocation and haptics plugins (#1599)
10 months ago
Lucas Fernandes Nogueira 34df132fb1
feat(shell): enhance regex validators to match on entire string (#1603)
10 months ago
github-actions[bot] 518b529a19
publish new versions (#1590)
10 months ago
Tony 6de87966ec
chore: add missing tauri beta 25 change file (#1597)
10 months ago
Fabian-Lars 99d6ac0f95
chore: Use range specifier for api.js version (#1606)
10 months ago
Tony e847cedc1f
fix(deps): use no default features on tauri (#1402)
10 months ago
Fabian-Lars 2b269f1b6d
fix(fs): Apply requireLiteralLeadingDot config (#1585)
11 months ago
github-actions[bot] 647d8894fe
publish new versions (#1580)
11 months ago
Jacob Bolda 5ec310199f
remove cargo package, publish without verification (#1581)
11 months ago
Jacob Bolda bb09c7ca6e
ci: npm publish with provenance (#1582)
11 months ago
Lucas Fernandes Nogueira 20a1d24ee0
feat(log): add Builder::split to get the raw logger implementation (#1579)
11 months ago
FabianLars d8bfdc73a6
ci: Fix covector getPublishedVersion url config
11 months ago
github-actions[bot] 22bb0e5b61
publish new versions (#1551)
11 months ago
renovate[bot] 37cb9a6681
fix(deps): update rust crate sqlx to 0.8 (v2) (#1575)
11 months ago
Fabian-Lars 725ff4295e
fix(notification/windows): Grant permission without invoking backend (#1556)
11 months ago
FabianLars 93bdb6d133
Revert "fix(notification/windows): Grant permission without invoking backend"
11 months ago
FabianLars 4c120d4176
fix(notification/windows): Grant permission without invoking backend
11 months ago
Jacob Bolda 8824a24e15
covector published pkg check with built-in API call (#1541)
11 months ago
Tony f83b9e9813
enhance(updater): use named tempfile on Windows (#1544)
11 months ago
github-actions[bot] 7d926ee5b9
publish new versions (#1517)
11 months ago
Lucas Fernandes Nogueira 22a17980ff
feat: update to tauri beta.24 (#1537)
11 months ago
Naman Garg 08243e94c7
feat(biometrics): Improve Rust API docs (#1532)
11 months ago
Amr Bashir ac9a25cc12
fix(http): use tokio oneshot channel for detecting abort (#1395)
11 months ago
Amr Bashir 381a466db3
refactor(global-shortcut): enhance `un/register` to accept an array, remove `un/registerAll` (#1117)
11 months ago
Amr Bashir a66549329c
fix(http): set headers on resposne manually (#1526)
11 months ago
Fynn Tang 40ef9a818f
Update package versions and modify OS plugin (#1514)
11 months ago
github-actions[bot] 8f6d341e45
publish new versions (#1479)
11 months ago
renovate[bot] 76daee7aaf
chore(deps): update tauri monorepo (v2) (#1512)
11 months ago
Fabian-Lars 955ed6aec6
fix(updater): Start app after update via msi (#1498)
11 months ago
Tony acce342fcc
chore(deps): migrate `dirs-next` to `dirs` for updater plugin (#1506)
11 months ago
Emin Yilmaz 99d125d86b
feat(clipboard-manager): implement `clear` on iOS and Android (#1462)
11 months ago