diff --git a/content/news/2021-briar-1.4-released.md b/content/news/2021-briar-1.4-released.md new file mode 100644 index 0000000000000000000000000000000000000000..800ac6c854ad5769377093d2ee168cd5dbd31b6a --- /dev/null +++ b/content/news/2021-briar-1.4-released.md @@ -0,0 +1,53 @@ +--- +aliases: +- /news/2021-briar-1.4-released.html +date: 2021-11-04T00:00:00+00:00 +title: 'Briar 1.4 released - offline app sharing, message transfer via SD cards and USB sticks' +--- + +### Press release + +##### November 4 2021 + +The Briar Project released version 1.4 of its Android app today. This release adds a couple of new features, highlighted below. + +First of all, users can now share the app offline. Prior to this release, the only way to get the app was to to download it from the internet, which requires an internet connection. Now, it is possible to share the app offline to others who don't have it installed. When this option is selected from within the app, it opens a local hotspot and provides a website where others can download the Briar app without an internet connection. This feature might be useful during internet shutdowns or natural disasters. A single device with Briar installed can share the app to bootstrap Briar connectivity in a community. + +This release also adds a way to connect using removable drives. Android devices can store data using SD cards or flash drives. Briar makes use of this capability to store encrypted messages that can be physically transported to the recipient, and then imported and decrypted upon arrival. Messages delivered through this means arrive just like they would over Wi-Fi, Bluetooth or Tor. See [this presentation slide](https://grobox.de/presentations/2017-12-30_Briar_at_34c3.html#/24) for more information on how it works. + +Another feature we want to mention, even though it was released a while back in Briar 1.3.8, is a new way of connecting via Bluetooth. Recent versions of Android limit access to Bluetooth for privacy reasons, so Briar can't connect via Bluetooth automatically on newer Android devices. We've added a "Connect via Bluetooth" feature that can be used to make a Bluetooth connection between two devices for the first time. After the first connection has been made using this feature, subsequent connections are automatic. + +Work on these features was supported by [eQualit.ie](https://equalit.ie/). + +### Media +{{< screenshots + "14_connect_via_bluetooth_intro.png" + "14_connect_via_bluetooth_progress.png" + "14_connect_via_drive_intro.png" + "14_connect_via_drive_receive.png" + "14_share_app_intro.png" + "14_share_app_qr_code.png" + >}} + +### About Briar + +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. + +{{% funding %}} + +{{< contact >}} + +Twitter: [@BriarApp](https://twitter.com/BriarApp) + +Mastodon: [@Briar](https://fosstodon.org/@briar) + + + diff --git a/static/img/screenshots/14_connect_via_bluetooth_intro.png b/static/img/screenshots/14_connect_via_bluetooth_intro.png new file mode 100644 index 0000000000000000000000000000000000000000..d68abf6d8276dd2bae6e4f716c8c7e52ae400836 Binary files /dev/null and b/static/img/screenshots/14_connect_via_bluetooth_intro.png differ diff --git a/static/img/screenshots/14_connect_via_bluetooth_progress.png b/static/img/screenshots/14_connect_via_bluetooth_progress.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a98af029909819fdf68cf6b5d9c3b6fb64042b Binary files /dev/null and b/static/img/screenshots/14_connect_via_bluetooth_progress.png differ diff --git a/static/img/screenshots/14_connect_via_drive_intro.png b/static/img/screenshots/14_connect_via_drive_intro.png new file mode 100644 index 0000000000000000000000000000000000000000..9af4d4a2fb50240bb8e4d99c13871112f659cf64 Binary files /dev/null and b/static/img/screenshots/14_connect_via_drive_intro.png differ diff --git a/static/img/screenshots/14_connect_via_drive_receive.png b/static/img/screenshots/14_connect_via_drive_receive.png new file mode 100644 index 0000000000000000000000000000000000000000..b46c5f3559b3f582ad89ecc001ffe1c736b3194a Binary files /dev/null and b/static/img/screenshots/14_connect_via_drive_receive.png differ diff --git a/static/img/screenshots/14_share_app_intro.png b/static/img/screenshots/14_share_app_intro.png new file mode 100644 index 0000000000000000000000000000000000000000..75b1f1995e6cc55e11dcffdcd4d0257521050c60 Binary files /dev/null and b/static/img/screenshots/14_share_app_intro.png differ diff --git a/static/img/screenshots/14_share_app_qr_code.png b/static/img/screenshots/14_share_app_qr_code.png new file mode 100644 index 0000000000000000000000000000000000000000..85f72fd8cd822183d17e4605b455f434a6a0943c Binary files /dev/null and b/static/img/screenshots/14_share_app_qr_code.png differ