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.
Forked from
briar / briar
5397 commits behind the upstream repository.
akwizgran
authored
Add Snackbar and Toolbar Button to Forum List This MR is a small change that replaces the custom UI elements in the forum list with a Snackbar and a Toolbar menu. It also fixes a background color that was still present with fragment from the NavDrawer. Before:  After:  It addresses one part (2b) of #305 and is part of #121. See merge request !163