Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the Internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.
"...android/git@code.briarproject.org:goapunk/briar.git" did not exist on "054a0d467c09833980d672e248defd26ed30a239"
Forked from
briar / briar
5093 commits behind the upstream repository.
akwizgran
authored
Prevent empty state messages from showing briefly When we clear a list in `onPause()`, the proper behavior is that the empty state message is shown, because the list is indeed empty. However, we will reload the list content again in `onResume()`, so the fix chosen in this MR is to force showing the progress bar right after clearing the list. Closes #576 See merge request !267