vault / meshtastic-android / 2.6.7
meshtastic-android @ 2.6.7
integrity
- size
- 3.2 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- refactor: use
is_unmessagableflag by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1965 - fix: update LoraSignalIndicator GOOD color by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1966
- Fix: Handle null or empty release list in
getLatestReleaseby @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1967 - fix: respect keyboard, edgeToEdge tweaks by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1968
- feat: add Host Metrics Log screen by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1969
- feat: host metrics part 2 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1972
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1974
👷Dependencies
- chore(deps): update app/src/main/proto digest to 24c7a3d by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1970
- chore(deps): update protobuf.kotlin to v4.31.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1973
- chore(deps): update com.android.tools.build:gradle to v8.10.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1971
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.6...2.6.7
download
unix · zip
curl -fL -o 2.6.7.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.7.zip
printf '%s %s\n' '568a4a1dfa0e63e0a16d25f96f2579d8b633c84fa272c329af0e52dd52372ef2' '2.6.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.7.zip"
$out = "2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "568a4a1dfa0e63e0a16d25f96f2579d8b633c84fa272c329af0e52dd52372ef2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.7.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.7.tar.gz
printf '%s %s\n' '88d7d4048afa80b5e63b382bcb275705269abe4b0b30def5896d65e444bd631b' '2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.7.tar.gz"
$out = "2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "88d7d4048afa80b5e63b382bcb275705269abe4b0b30def5896d65e444bd631b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.zip
printf '%s %s\n' '568a4a1dfa0e63e0a16d25f96f2579d8b633c84fa272c329af0e52dd52372ef2' '2.6.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.zip"
$out = "2.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "568a4a1dfa0e63e0a16d25f96f2579d8b633c84fa272c329af0e52dd52372ef2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.tar.gz
printf '%s %s\n' '88d7d4048afa80b5e63b382bcb275705269abe4b0b30def5896d65e444bd631b' '2.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.tar.gz"
$out = "2.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "88d7d4048afa80b5e63b382bcb275705269abe4b0b30def5896d65e444bd631b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.7.zip | zip | 3.1 MiB |
blake3-24 4fad533e78f9ed419fcb5a59f3ec3120ab22477c3f0fcb62
sha256 568a4a1dfa0e63e0a16d25f96f2579d8b633c84fa272c329af0e52dd52372ef2
sha1 595e73cc151dd208ffb06aa3abf9f72de1d11a4c
|
| 2.6.7.tar.gz | tar.gz | 2.8 MiB |
blake3-24 bac23679b2379d4fbfd8b14e927cf69ea5ad763d05e05594
sha256 88d7d4048afa80b5e63b382bcb275705269abe4b0b30def5896d65e444bd631b
sha1 1b6dd429cddfb70c2bb11b0ef2658ec56aaf5195
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.7.tar.gz"],
integrity = "sha256-iNfUBIr6gLXmOzgryydXBSaavksLMN71iW1l5ES9Yxs=",
strip_prefix = "meshtastic-android-2.6.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.tar.gz"],
integrity = "sha256-iNfUBIr6gLXmOzgryydXBSaavksLMN71iW1l5ES9Yxs=",
strip_prefix = "meshtastic-android-2.6.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.7.tar.gz",