vault / meshtastic-android / 2.5.18
meshtastic-android @ 2.5.18
integrity
- size
- 3.4 MiB
- downloaded
- last checked
release notes
Autogenerated by github action, developer should edit as required before publishing...
What's Changed
- [DevEx] Update project name and icon by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1601
- Graphs Blue Color by @Robert-0410 in https://github.com/meshtastic/Meshtastic-Android/pull/1597
- chore(deps): update io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.8 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1599
- chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.8 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1600
- Fixes #1561: Accommodate large font for node filter by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1602
- Fixes #1604: Stop overriding surface/onSurface in theme by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1605
- Include image/video tag examples in PR Template comment by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1606
- feat: Introduce Version Catalog for Dependency Management by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1607
- chore: Unused code cleanup by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1612
- chore(deps): update gradle to v8.13 - autoclosed by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1614
- chore(deps): update androidx.constraintlayout:constraintlayout to v2.2.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1617
- chore(deps): update androidx.datastore:datastore to v1.1.3 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1618
- chore(deps): update com.android.tools.build:gradle to v8.8.2 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1619
- chore(deps): update com.google.devtools.ksp to v2.1.10-1.0.31 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1622
- chore(deps): update navigation to v2.8.8 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1620
- chore(deps): update com.google.firebase:firebase-bom to v33.10.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1623
- fix: New message notifications now correctly show the receive time in the notification drawer by @Kealper in https://github.com/meshtastic/Meshtastic-Android/pull/1628
- fix: Refactor NodeDetail.kt to use has*() functions by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1627
- fix #1616 (a11y): Use SP font size for marker labels on the map by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1630
- fix #1615: Add explicit signed int editing preference by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1629
- fix #1554 (a11y): Add content description to tabs for screen reader support by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1631
- fix #1616: Calculate DP to pixel value for map label offset by @jsoberg in https://github.com/meshtastic/Meshtastic-Android/pull/1637
- chore(deps): update com.android.tools.build:gradle to v8.9.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/1639
- feat #1611: Add confirmation dialog when changing to router role by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1636
- feat: Show ALERT_APP notifications and override DND by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1515
- fix: Update Paxcount display condition by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1635
- 2.5.18 by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1643
- fix: add crashlytics version reference by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1644
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.17...2.5.18
download
unix · zip
curl -fL -o 2.5.18.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.18.zip
printf '%s %s\n' 'b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51' '2.5.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.18.zip"
$out = "2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.18.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz
printf '%s %s\n' 'f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a' '2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz"
$out = "2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.zip
printf '%s %s\n' 'b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51' '2.5.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.zip"
$out = "2.5.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz
printf '%s %s\n' 'f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a' '2.5.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz"
$out = "2.5.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.18.zip | zip | 3.4 MiB |
blake3-24 5b8ff539db20c8050ff49908a57b26abd1e7408a3d474926
sha256 b2587ce3486eeae6582a5d419c49428f0c17a7528572f305f2bfb93105658d51
sha1 0ed90c3f52d1f2f7dfc16ea65fc3b01974811a51
|
| 2.5.18.tar.gz | tar.gz | 3.0 MiB |
blake3-24 24f1e8d3fa667720358bc91c638ab437d68a37088f518514
sha256 f6012061b5a616bfcb758a2df2bf58e53fd1af975d83ab8e8c44cf98256eed8a
sha1 32ca9cd0c9a8c9f0e6f4575cb5047586e4979230
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz"],
integrity = "sha256-9gEgYbWmFr/LdYot8r9Y5T/Rr5ddg6uOjETPmCVu7Yo=",
strip_prefix = "meshtastic-android-2.5.18",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.18.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz"],
integrity = "sha256-9gEgYbWmFr/LdYot8r9Y5T/Rr5ddg6uOjETPmCVu7Yo=",
strip_prefix = "meshtastic-android-2.5.18",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.18.tar.gz",