vault / meshtastic-android / 2.5.16
meshtastic-android @ 2.5.16
integrity
- size
- 3.3 MiB
- downloaded
- last checked
release notes
Features
- Implement excluded modules validation by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1460
- Add Serbian (sr) locale and translations by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1499
- Line Breaks According to the TimeFrame by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1502
- Scrollable Signal Chart by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1505
Refactors
- Remove
getString()fromRadioConfigViewModelby @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1481 - Improve device details layout by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1489
- Use case version of Heltec V3 and RAK4631 board images by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1497
- Refactor 24H and 48H intervals by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1500
- Add Gradle
configuration-cacheencryption key by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/1508 - Replace message chip with user avatar (https://github.com/meshtastic/Meshtastic-Android/commit/e73a67909aa7501bd640d52e6e0a5ce46600e451)
Bug fixes
- Allow auto-capitalization for message input field (https://github.com/meshtastic/Meshtastic-Android/commit/e924f274f150487a13e386a3774729b4edca93bf)
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.15...2.5.16
download
unix · zip
curl -fL -o 2.5.16.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.16.zip
printf '%s %s\n' 'be2c92c29b332363899bf023ef92dc7ac7b868450a70adad1a522f4f5e83ba95' '2.5.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.16.zip"
$out = "2.5.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be2c92c29b332363899bf023ef92dc7ac7b868450a70adad1a522f4f5e83ba95") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.16.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.16.tar.gz
printf '%s %s\n' 'f54736c36983c0747f3702b37cb5579b5098ee6dca54ca2e78395baaff7f7d13' '2.5.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.16.tar.gz"
$out = "2.5.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f54736c36983c0747f3702b37cb5579b5098ee6dca54ca2e78395baaff7f7d13") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.zip
printf '%s %s\n' 'be2c92c29b332363899bf023ef92dc7ac7b868450a70adad1a522f4f5e83ba95' '2.5.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.zip"
$out = "2.5.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be2c92c29b332363899bf023ef92dc7ac7b868450a70adad1a522f4f5e83ba95") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.tar.gz
printf '%s %s\n' 'f54736c36983c0747f3702b37cb5579b5098ee6dca54ca2e78395baaff7f7d13' '2.5.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.tar.gz"
$out = "2.5.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f54736c36983c0747f3702b37cb5579b5098ee6dca54ca2e78395baaff7f7d13") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.16.zip | zip | 3.3 MiB |
blake3-24 289b23f08756e2259f72e41955b9ce276d4253c68f1c7db2
sha256 be2c92c29b332363899bf023ef92dc7ac7b868450a70adad1a522f4f5e83ba95
sha1 432b9758269d7b6c2980dc1194e078c1a421a782
|
| 2.5.16.tar.gz | tar.gz | 2.9 MiB |
blake3-24 fa6e5a1069f04336e92a02e55bca58def7194fedab337627
sha256 f54736c36983c0747f3702b37cb5579b5098ee6dca54ca2e78395baaff7f7d13
sha1 20daf4adea7d1d602b342c7edfb2d470298ef214
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.16.tar.gz"],
integrity = "sha256-9Uc2w2mDwHR/NwKzfLVXm1CY7m3KVMoueDlbqv9/fRM=",
strip_prefix = "meshtastic-android-2.5.16",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.16.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.tar.gz"],
integrity = "sha256-9Uc2w2mDwHR/NwKzfLVXm1CY7m3KVMoueDlbqv9/fRM=",
strip_prefix = "meshtastic-android-2.5.16",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.16.tar.gz",