vault / meshtastic-android / 2.5.12
meshtastic-android @ 2.5.12
integrity
- size
- 2.6 MiB
- downloaded
- last checked
release notes
Features
- Add text/plain intent to send message by @remi-espie in https://github.com/meshtastic/Meshtastic-Android/pull/1389
- Copy message to clipboard by @draen in https://github.com/meshtastic/Meshtastic-Android/pull/1443
Bug fixes
- Clicking on notifications opened the wrong message (https://github.com/meshtastic/Meshtastic-Android/commit/1c42bd262f8168e4618d4370afd13d0a6cdccb84)
- Handle text messages sent from connected standalone devices (https://github.com/meshtastic/Meshtastic-Android/commit/6678df78b086d3d57bce7699da89d4c19bafe200)
- Enforce
SignalInfosingle-line layout (https://github.com/meshtastic/Meshtastic-Android/commit/f4c24dbfffbd3f9c7005acec6b7a0383220df204)
New Contributors
- @remi-espie made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1389
- @draen made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1443
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.11...2.5.12
download
unix · zip
curl -fL -o 2.5.12.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.12.zip
printf '%s %s\n' '2774c20b8f1312c8383bb2e5f5cd19e89abadcc65643d031bd54c2c0b985f327' '2.5.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.12.zip"
$out = "2.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2774c20b8f1312c8383bb2e5f5cd19e89abadcc65643d031bd54c2c0b985f327") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.12.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.12.tar.gz
printf '%s %s\n' '15f259cb9d0b1ca4c2ea0bb9b8f3f364e9650cb41d803872f11c581386e8ea2c' '2.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.12.tar.gz"
$out = "2.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15f259cb9d0b1ca4c2ea0bb9b8f3f364e9650cb41d803872f11c581386e8ea2c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.zip
printf '%s %s\n' '2774c20b8f1312c8383bb2e5f5cd19e89abadcc65643d031bd54c2c0b985f327' '2.5.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.zip"
$out = "2.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2774c20b8f1312c8383bb2e5f5cd19e89abadcc65643d031bd54c2c0b985f327") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.tar.gz
printf '%s %s\n' '15f259cb9d0b1ca4c2ea0bb9b8f3f364e9650cb41d803872f11c581386e8ea2c' '2.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.tar.gz"
$out = "2.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15f259cb9d0b1ca4c2ea0bb9b8f3f364e9650cb41d803872f11c581386e8ea2c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.12.zip | zip | 2.6 MiB |
blake3-24 b307a944c79614958b9b1c6c6b56d1628bd43dd9e0301e99
sha256 2774c20b8f1312c8383bb2e5f5cd19e89abadcc65643d031bd54c2c0b985f327
sha1 b79d32474e32d118504ba26a3b9ecfcec08b26ce
|
| 2.5.12.tar.gz | tar.gz | 2.2 MiB |
blake3-24 ff24d58aa1a0fed8e84c8e3866bdc49fbf0522d94245bb4e
sha256 15f259cb9d0b1ca4c2ea0bb9b8f3f364e9650cb41d803872f11c581386e8ea2c
sha1 1031d96151bb8e3087d0e9d840bb8b4d57fb7365
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.12.tar.gz"],
integrity = "sha256-FfJZy50LHKTC6gu5uPPzZOllDLQdgDhy8RxYE4bo6iw=",
strip_prefix = "meshtastic-android-2.5.12",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.12.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.tar.gz"],
integrity = "sha256-FfJZy50LHKTC6gu5uPPzZOllDLQdgDhy8RxYE4bo6iw=",
strip_prefix = "meshtastic-android-2.5.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.12.tar.gz",