vault / bitchat-android / 0.8.2
bitchat-android @ 0.8.2
integrity
- size
- 500.3 KiB
- downloaded
- last checked
release notes
A lot of housekeeping:
- UI fixes
- Mention users by typing "@"
- "/" button for quick access to system commands
- Remove system messages for connecting and disconnecting users
What's Changed
- fix(ui): prevent sender color of past messages by @whflima in https://github.com/permissionlesstech/bitchat-android/pull/201
- fix(readme): Fix link to GitHub Discussions by @Savio-Sou in https://github.com/permissionlesstech/bitchat-android/pull/208
- Feature/mentions by @fhello23 in https://github.com/permissionlesstech/bitchat-android/pull/197
- Disable overlay bakground animation by @tobioyelekan in https://github.com/permissionlesstech/bitchat-android/pull/170
- Disabled ripple effect from grey overlay in SidebarOverlay by @moehamade in https://github.com/permissionlesstech/bitchat-android/pull/167
- Add MainViewModelTest by @tobioyelekan in https://github.com/permissionlesstech/bitchat-android/pull/163
- Add Real-Time Bluetooth State Monitoring to OnboardingFlowScreen by @iAmEben in https://github.com/permissionlesstech/bitchat-android/pull/55
- Add PeerManager unit tests by @shubertm in https://github.com/permissionlesstech/bitchat-android/pull/171
- Make Sidebar react to the nickname and RSSI changes. by @tairrzayev in https://github.com/permissionlesstech/bitchat-android/pull/228
- f-droid: add metadata folder by @mwarning in https://github.com/permissionlesstech/bitchat-android/pull/134
- Add CommandSuggestionsBox quick access by @hector6872 in https://github.com/permissionlesstech/bitchat-android/pull/146
- remove system messages for connect / disconnect by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/241
- 0.8.2 by @callebtc in https://github.com/permissionlesstech/bitchat-android/pull/242
New Contributors
- @whflima made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/201
- @Savio-Sou made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/208
- @fhello23 made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/197
- @tobioyelekan made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/170
- @iAmEben made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/55
- @tairrzayev made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/228
- @mwarning made their first contribution in https://github.com/permissionlesstech/bitchat-android/pull/134
Full Changelog: https://github.com/permissionlesstech/bitchat-android/compare/0.8.1...0.8.2
download
unix · zip
curl -fL -o 0.8.2.zip https://ratatoskr.space/pkg/bitchat-android/0.8.2.zip
printf '%s %s\n' '07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433' '0.8.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/bitchat-android/0.8.2.zip"
$out = "0.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.2.tar.gz https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz
printf '%s %s\n' '095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1' '0.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz"
$out = "0.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.8.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.zip
printf '%s %s\n' '07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433' '0.8.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.zip"
$out = "0.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz
printf '%s %s\n' '095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1' '0.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz"
$out = "0.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.8.2.zip | zip | 495.4 KiB |
blake3-24 4d6cd03c0e08e89a21b4be5b505bea0398303743743dae35
sha256 07442667c893d42494e4f74fcadc133acd8637cdc4c8536228df9c6a2a243433
sha1 d70b9ed2b9e113df5305963bda37314a6bbe6e64
|
| 0.8.2.tar.gz | tar.gz | 398.4 KiB |
blake3-24 b33f2d859776d8dc6ebf6940c2c7ad80fa9a1ef4db0a417f
sha256 095b4a970b06a556a71ea5031b0076c93005e8dc5692d9fee3c5ded9899432c1
sha1 af03f617e3f67279e9cc17d3f93287991f64c525
|
install
bazel
http_archive(
name = "bitchat-android",
urls = ["https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz"],
integrity = "sha256-CVtKlwsGpVanHqUDGwB2yTAF6NxWktn+48Xe2YmUMsE=",
strip_prefix = "bitchat-android-0.8.2",
)
zig
.url = "https://ratatoskr.space/pkg/bitchat-android/0.8.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "bitchat-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz"],
integrity = "sha256-CVtKlwsGpVanHqUDGwB2yTAF6NxWktn+48Xe2YmUMsE=",
strip_prefix = "bitchat-android-0.8.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/bitchat-android/0.8.2.tar.gz",