vault / meshtastic-android / 2.6.1
meshtastic-android @ 2.6.1
integrity
- size
- 3.5 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- fix #1567: Allow using a different TCP port than default 4403 by @slush0 in https://github.com/meshtastic/Meshtastic-Android/pull/1861
- fix: M3 bug squashing by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1872
- Create a resend option for failed messages by @RCGV1 in https://github.com/meshtastic/Meshtastic-Android/pull/1876
- Refactor: Move "provide location" preference to DataStore by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1877
- feat: Add Contact Sharing via QR code by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1859
- feat: Unmessageable by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1858
- Channel Configuration by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1873
- Refactor: Improve shared contact import dialog by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1888
- Refactor: Remove "include unmessageable" filter by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1889
- fix: Ensure handleReceivedUser is called when adding contacts by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1886
- fix(#1874): Check that Meshtastic URL is for a channel set by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1890
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1870
- feat: Use node colors for contact chip by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1891
- 2.6.1 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1892
👷Dependencies
- chore(deps): update androidx.compose:compose-bom to v2025.05.01 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1881
- chore(deps): update androidx.fragment:fragment-compose to v1.8.7 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1882
- chore(deps): update com.google.firebase:firebase-bom to v33.14.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1885
- chore(deps): update androidx.fragment:fragment-ktx to v1.8.7 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1883
- chore(deps): update datastore to v1.1.7 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1884
- chore(deps): update app/src/main/proto digest to 0b32ce2 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1887
New Contributors
- @slush0 made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1861
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.0...2.6.1
download
unix · zip
curl -fL -o 2.6.1.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.1.zip
printf '%s %s\n' 'ea879d59d28d2f38e52548a6281fb54c73f038a4c005aece7064c8890d61b9d3' '2.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.1.zip"
$out = "2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea879d59d28d2f38e52548a6281fb54c73f038a4c005aece7064c8890d61b9d3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.1.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.1.tar.gz
printf '%s %s\n' 'e99be198f765b4845afd75c72eedf4801dde44774a8917bad399354c0960eeee' '2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.1.tar.gz"
$out = "2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e99be198f765b4845afd75c72eedf4801dde44774a8917bad399354c0960eeee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.zip
printf '%s %s\n' 'ea879d59d28d2f38e52548a6281fb54c73f038a4c005aece7064c8890d61b9d3' '2.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.zip"
$out = "2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ea879d59d28d2f38e52548a6281fb54c73f038a4c005aece7064c8890d61b9d3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.tar.gz
printf '%s %s\n' 'e99be198f765b4845afd75c72eedf4801dde44774a8917bad399354c0960eeee' '2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.tar.gz"
$out = "2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e99be198f765b4845afd75c72eedf4801dde44774a8917bad399354c0960eeee") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.1.zip | zip | 3.5 MiB |
blake3-24 ef29a1934aa899a3d77ddaf25eea684af42480198ad97c85
sha256 ea879d59d28d2f38e52548a6281fb54c73f038a4c005aece7064c8890d61b9d3
sha1 8e694ff2ec5c0e6a5ad975cd7cfe7b8dd8a009bc
|
| 2.6.1.tar.gz | tar.gz | 3.1 MiB |
blake3-24 6255724a162f8aec98cbf4cf3bf57310666a7279fa8271e5
sha256 e99be198f765b4845afd75c72eedf4801dde44774a8917bad399354c0960eeee
sha1 24e52cc63af5025c7e6263226037ac55d8058b9e
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.1.tar.gz"],
integrity = "sha256-6ZvhmPdltIRa/XXHLu30gB3eRHdKiRe605k1TAlg7u4=",
strip_prefix = "meshtastic-android-2.6.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.tar.gz"],
integrity = "sha256-6ZvhmPdltIRa/XXHLu30gB3eRHdKiRe605k1TAlg7u4=",
strip_prefix = "meshtastic-android-2.6.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.1.tar.gz",