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
4989 commits behind the upstream repository.
akwizgran
authored
UI for reblogging and blog comments This MR wraps all blog posts inside a `CardView` and adds a reblog button to blog posts. When this button is pressed, a new activity opens that shows the blog post again and allows the user to reblog it into their own blog. An optional comment can be added. Also a new compound view `AuthorView` is introduced to display authors and their trust level in a consistent way. The `BlogController` has been refactored, so the `FeedController` can share most code through an abstract base class.  Closes #496, #437 See merge request !300