vault / meshtastic-android / 2.6.4
meshtastic-android @ 2.6.4
integrity
- size
- 3.2 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- refactor: add tooltips, unmessageable tweaks by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1925
- chore: Update workflow files to update workflows to 'main' by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1927
- fix: Distinguish between an empty response and a network error by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1938
- chore: update firmware releases list from Meshtastic API by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1937
- fix : prevent crash on geo: intent when no compatible map app is inst… by @emp3r0r7 in https://github.com/meshtastic/Meshtastic-Android/pull/1936
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1931
- refactor: Support Meshtastic URL deep link scheme in HTTPS only by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1942
- feat(node): consolidate node chip and menu by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1941
- chore(build): Refactor Gradle build scripts to Kotlin DSL by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1944
👷Dependencies
- chore(deps): update app/src/main/proto digest to 9148453 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1935
New Contributors
- @emp3r0r7 made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1936
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.3...2.6.4
download
unix · zip
curl -fL -o 2.6.4.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.4.zip
printf '%s %s\n' 'a14c32fba736d3706272753a1d7554bcdffada7fb5c7c59409848df5d4e1769f' '2.6.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.4.zip"
$out = "2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a14c32fba736d3706272753a1d7554bcdffada7fb5c7c59409848df5d4e1769f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.4.tar.gz
printf '%s %s\n' '39212a08ca764057f756204bb4d2b504e96bf2cd8339609a63a0348ff43d0b81' '2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.4.tar.gz"
$out = "2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39212a08ca764057f756204bb4d2b504e96bf2cd8339609a63a0348ff43d0b81") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.zip
printf '%s %s\n' 'a14c32fba736d3706272753a1d7554bcdffada7fb5c7c59409848df5d4e1769f' '2.6.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.zip"
$out = "2.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a14c32fba736d3706272753a1d7554bcdffada7fb5c7c59409848df5d4e1769f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.tar.gz
printf '%s %s\n' '39212a08ca764057f756204bb4d2b504e96bf2cd8339609a63a0348ff43d0b81' '2.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.tar.gz"
$out = "2.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39212a08ca764057f756204bb4d2b504e96bf2cd8339609a63a0348ff43d0b81") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.4.zip | zip | 3.1 MiB |
blake3-24 e1b051a9096a3c102129bf6a6cdb92bc44804ec2190a7077
sha256 a14c32fba736d3706272753a1d7554bcdffada7fb5c7c59409848df5d4e1769f
sha1 13ed17c63907a1f0fe80b59cff39369d6145ee22
|
| 2.6.4.tar.gz | tar.gz | 2.8 MiB |
blake3-24 36c2dec26cbf29c24963d01616d0dfb8b14430f941958c56
sha256 39212a08ca764057f756204bb4d2b504e96bf2cd8339609a63a0348ff43d0b81
sha1 c4c8e1f37c8e3445465606c43e2e01c182b9a42d
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.4.tar.gz"],
integrity = "sha256-OSEqCMp2QFf3ViBLtNK1BOlr8s2DOWCaY6A0j/Q9C4E=",
strip_prefix = "meshtastic-android-2.6.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.tar.gz"],
integrity = "sha256-OSEqCMp2QFf3ViBLtNK1BOlr8s2DOWCaY6A0j/Q9C4E=",
strip_prefix = "meshtastic-android-2.6.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.4.tar.gz",