918 Commits

Author SHA1 Message Date
github-actions[bot]
c77b28dae1 publish new versions (#501)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.22.2
2026-01-15 12:31:42 +01:00
renovate[bot]
0395169d63 chore(deps): update rust crate freedesktop_entry_parser to v2 (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
2026-01-15 12:26:25 +01:00
sftse
a47ecb963f refactor: remove once-cell-regex from dependencies (#500)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2026-01-15 11:57:09 +01:00
github-actions[bot]
4071325984 publish new versions (#498)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.22.1
2025-10-16 09:27:50 -03:00
Lucas Nogueira
3a85ff8062 feat: add ConnectionStatus::Authorizing 2025-10-16 09:26:20 -03:00
Lucas Nogueira
c2e2f6c62f fix(android): add missing timeout on adb shell usage
follow-up for #493
2025-10-16 09:05:29 -03:00
github-actions[bot]
8cd9707357 publish new versions (#497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.22.0
2025-10-16 08:21:40 -03:00
Lucas Fernandes Nogueira
bac9260deb refactor(android): include disconnected devices on adb::device_list (#495)
follow-up for #493
this allows the Tauri CLI to detect stale emulators and restart them

since we need to match on the emulator name, i also added a new method to get the device name via the emulator console: https://developer.android.com/studio/run/emulator-console

to properly restart the emulator we need to pass `-no-snapshot-load` so that's why the new start_detached_with_options was added
2025-10-16 08:18:29 -03:00
github-actions[bot]
51967ce39d publish new versions (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.21.2
2025-10-16 07:42:01 -03:00
Lucas Fernandes Nogueira
eba82833d1 fix(android): prevent adb::device_list deadlock due to shell stuck (#493)
* fix(android): prevent adb::device_list deadlock due to shell stuck

when an emulator gets in a weird state and disconnects from adb, `adb shell` gets stuck and never resolves; we're now adding a timeout to prevent the CLI from appear in a deadlock state, and return the error instead

* import
2025-10-16 07:36:54 -03:00
Lucas Fernandes Nogueira
33428c9465 fix: rustdoc (#494) 2025-10-15 15:26:06 -03:00
github-actions[bot]
03b77f8631 publish new versions (#492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.21.1
2025-10-10 13:43:07 -03:00
Lucas Fernandes Nogueira
1f95eba097 fix(apple): build with iOS 26 SDK on macOS with Intel chip (#491)
closes https://github.com/tauri-apps/tauri/issues/14233
2025-10-10 13:25:08 -03:00
github-actions[bot]
87d1bdb922 publish new versions (#490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.21.0
2025-10-09 08:18:14 -03:00
Lucas Fernandes Nogueira
3c49271d73 feat(apple): enhance opening Xcode (#489)
* feat(apple): enhance opening Xcode

detect the selected Xcode path with `xcode-select -p` so a custom Xcode path like `/Applications/Xcode-26.app` can work

closes http://github.com/tauri-apps/tauri/issues/14238

* clippy
2025-10-09 08:13:55 -03:00
Lucas Fernandes Nogueira
3b23d9c653 refactor: add more context to IO errors (#485)
* refactor: add more context to IO errors

* fix linux build, fmt
2025-10-09 08:00:42 -03:00
github-actions[bot]
813630ea34 publish new versions (#484)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.20.7
2025-08-30 08:08:11 -03:00
Lucas Fernandes Nogueira
68771b0355 fix(apple): ignore errors when checking outdated dependencies (#483)
closes https://github.com/tauri-apps/tauri/issues/11244
2025-08-30 08:06:51 -03:00
github-actions[bot]
da4ee56c73 publish new versions (#482)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.20.6
2025-08-29 11:41:05 -03:00
Lucas Fernandes Nogueira
2da2b57e7f fix(android): empty Device::name for emulator (#481) 2025-08-29 11:39:32 -03:00
github-actions[bot]
f45fc4eec1 publish new versions (#480)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.20.5
2025-08-28 17:58:35 -03:00
Lucas Nogueira
9001559102 chore: clippy 2025-08-28 17:57:26 -03:00
Lucas Fernandes Nogueira
60cf1eae5c fix(apple): simulator build on Intel machines (#479)
* fix(apple): simulator build on Intel machines

ref https://github.com/tauri-apps/tauri/issues/13456

* ARCHS instead of -arch

* use iphone 13 for swiftCompatibilityConcurrency?

* change file
2025-08-28 17:56:53 -03:00
github-actions[bot]
c0c0738a05 publish new versions (#476)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cargo-mobile2-v0.20.4
2025-08-05 14:06:02 +02:00
Fabian-Lars
09ef2e2e7e ci: update create-pull-request action 2025-08-05 14:01:22 +02:00
Fabian-Lars
32a7747e8d ci: delete unused ignore.yml workflow 2025-08-05 14:00:52 +02:00
renovate[bot]
90a3c1652a chore(deps): update rust crate rstest to 0.26 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 13:47:51 +02:00
Fabian-Lars
c942e7d195 fix(ios): Allow simulator versions newer than sdk (#474) 2025-08-05 13:43:16 +02:00
renovate[bot]
6fc449169e chore(deps): update dependency gradle to v8.14.3 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 13:29:02 +02:00
github-actions[bot]
6e26a8ca37 publish new versions (#472)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
cargo-mobile2-v0.20.3
2025-07-31 00:41:45 -03:00
Oleh Dolhov
3f12118594 catch simulator from platform value. (#471) 2025-07-31 00:40:54 -03:00
Lucas Nogueira
a5febb9e87 feat(apple): add Device::is_paired getter 2025-07-31 00:38:14 -03:00
github-actions[bot]
0edc169de6 publish new versions (#469)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
cargo-mobile2-v0.20.2
2025-07-10 10:04:45 -03:00
Lucas Nogueira
94c5b740d6 chore: update to toml 0.9 2025-07-10 10:02:55 -03:00
Lucas Fernandes Nogueira
5fc06d1710 fix(apple): install dependencies before running iOS app (#468)
currently deps are only installed on init, which might not be executed on someone's machine if the xcode project is commited to the repo. we need to ensure dependencies are installed before running them
2025-07-10 09:59:04 -03:00
renovate[bot]
901286491d chore(deps): update rust crate which to v8 (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
2025-06-25 22:55:39 +02:00
renovate[bot]
f803652df6 chore(deps): update dependency gradle to v8.14.2 (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 22:21:05 +02:00
Lucas Fernandes Nogueira
dbd1cd0835 fix: typo on error message 2025-06-25 16:00:35 -03:00
github-actions[bot]
d0bb8d7750 publish new versions (#461)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
cargo-mobile2-v0.20.1
2025-06-03 16:42:48 +02:00
renovate[bot]
fe51b7deaf chore(deps): update dependency gradle to v8.14.1 (#462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-03 16:35:38 +02:00
Niklas Eicker
fa0c2acd34 fix(template): fix and update Bevy templates (#463)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-06-03 16:25:43 +02:00
Lukas Rieger
8bc00deb68 fix(template): add screenSize|screenLayout to configChanges (#458) 2025-05-27 15:15:01 +02:00
renovate[bot]
4158942e1d chore(deps): update rust crate rstest to 0.25 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 18:08:18 +02:00
renovate[bot]
1d29d4109b chore(deps): update rust crate rstest to 0.25 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 18:06:44 +02:00
renovate[bot]
71c2cb8359 chore(deps): update dependency gradle to v8.14 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-16 17:50:14 +02:00
renovate[bot]
1a6b8acfc0 chore(deps): update rust crate windows to 0.61 (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-05-16 17:48:48 +02:00
Fabian-Lars
19107115b8 chore: Communicate maintenance status in readme 2025-05-16 17:30:26 +02:00
renovate[bot]
84d08e66f5 chore(deps): update rust crate duct to v1 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-05-16 17:13:59 +02:00
github-actions[bot]
323e45ae0a publish new versions (#454)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
cargo-mobile2-v0.20.0
2025-04-14 14:21:55 -03:00
Lucas Fernandes Nogueira
fcd6fcf81f feat: validate iOS SDK installation, fix build for older simulator OS (#453)
also enhance simulator prompt by displaying iOS version
2025-04-14 14:19:18 -03:00