vault / meshtastic-android / 2.6.3
meshtastic-android @ 2.6.3
integrity
- size
- 3.1 MiB
- downloaded
- last checked
release notes
What's Changed
🛠️Fixes & Features
- feat: network module by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1905
- build: Add submodule checkout and Gradle setup to CodeQL workflow by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1911
- chore: update firmware releases list from Meshtastic API by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1908
- Generate more specific client ID for MQTT proxy by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1912
- Refactor: Move ApiModule to flavor specific directories by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1913
- chore(l10n): New Crowdin Translations by @github-actions in https://github.com/meshtastic/Meshtastic-Android/pull/1909
- Potential fix for code scanning alert no. 30: Improper verification of intent by broadcast receiver by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1914
- feat: filter visibility, add unmessageable toggle by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1915
- feat(#1755): Add setting to display time in 12h format by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1918
- chore(codeql): run only weekly by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1920
- chore: Upgrade minSdkVersion to 23 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1921
- refactor: Improved Node List Items by @RCGV1 in https://github.com/meshtastic/Meshtastic-Android/pull/1904
👷Dependencies
- chore(deps): update retrofit to v2.12.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1906
- chore(deps): update retrofit to v3 (major) by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1907
- chore(deps): update gradle to v8.14.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1910
- feat: Update osmdroid-android to 6.1.20 and adjust map view by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1922
- chore: Update zxing-core to version 3.5.3 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1923
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.2...2.6.3
download
unix · zip
curl -fL -o 2.6.3.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.3.zip
printf '%s %s\n' '5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578' '2.6.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.zip"
$out = "2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.3.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz
printf '%s %s\n' 'daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8' '2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz"
$out = "2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.zip
printf '%s %s\n' '5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578' '2.6.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.zip"
$out = "2.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz
printf '%s %s\n' 'daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8' '2.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz"
$out = "2.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.6.3.zip | zip | 3.1 MiB |
blake3-24 e2bed1fb3c8b157d5975297a8d8152bdf4ab27cb29eb6918
sha256 5588f8005c6f8d3e148b21b79eb0ea295ea6480d965e2c503ef2231d9b447578
sha1 823f5e0327df237d47cf9003fbbb3a70100392d0
|
| 2.6.3.tar.gz | tar.gz | 2.8 MiB |
blake3-24 7981f5d59525ba18d3c86b3f34e66eefee9c3cf1fcaa57c0
sha256 daab26b45a81f88a04f8509e34595d2affba21ee86ff8e06e388672811de1cd8
sha1 691e40a90a4f0ed9e857875bbf7e7be20a022199
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz"],
integrity = "sha256-2qsmtFqB+IoE+FCeNFldKv+6Ie6G/44G44hnKBHeHNg=",
strip_prefix = "meshtastic-android-2.6.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz"],
integrity = "sha256-2qsmtFqB+IoE+FCeNFldKv+6Ie6G/44G44hnKBHeHNg=",
strip_prefix = "meshtastic-android-2.6.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.3.tar.gz",