diff --git a/img/screenshots/11_app_lock.gif b/img/screenshots/11_app_lock.gif new file mode 100644 index 0000000000000000000000000000000000000000..395cfec276812bae0da33c2714963b27c023e777 Binary files /dev/null and b/img/screenshots/11_app_lock.gif differ diff --git a/img/screenshots/11_dark_theme.png b/img/screenshots/11_dark_theme.png new file mode 100644 index 0000000000000000000000000000000000000000..27cf90e63aa4230229e59391d9796dfb2eaef12b Binary files /dev/null and b/img/screenshots/11_dark_theme.png differ diff --git a/img/screenshots/11_emoji_dark.png b/img/screenshots/11_emoji_dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cad2dc4b74d24cff0f3d56c93e6f2624d65ba79c Binary files /dev/null and b/img/screenshots/11_emoji_dark.png differ diff --git a/img/screenshots/11_emoji_light.png b/img/screenshots/11_emoji_light.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec0f8766ff312ac6c4373c73ce5b831a1d38eba Binary files /dev/null and b/img/screenshots/11_emoji_light.png differ diff --git a/img/screenshots/11_sign_in_reminder.png b/img/screenshots/11_sign_in_reminder.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2f88102d7f58d03efa309d92d28651502ca677 Binary files /dev/null and b/img/screenshots/11_sign_in_reminder.png differ diff --git a/img/screenshots/11_tor_settings.png b/img/screenshots/11_tor_settings.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb3abb80697c906c38d4cb22a09bc2d72eda92f Binary files /dev/null and b/img/screenshots/11_tor_settings.png differ diff --git a/index.html b/index.html index 11b043df3872293fc91e1f9eaffc1f91b5f85d18..80c40ad954637c4f0415d11792965f4504f2f73b 100644 --- a/index.html +++ b/index.html @@ -54,8 +54,8 @@ <p> <strong>Latest News:</strong> - <a href="news/2018-1.0-released-new-funding.html"> - Briar 1.0 released, new support from OTF + <a href="news/2018-briar-1.1-released.html"> + Briar 1.1 released with dark theme, new emoji and more </a> </p> diff --git a/news/2018-briar-1.1-released.html b/news/2018-briar-1.1-released.html new file mode 100644 index 0000000000000000000000000000000000000000..4ade51f28f17b2993cb3c91da801ee0d28a4a878 --- /dev/null +++ b/news/2018-briar-1.1-released.html @@ -0,0 +1,172 @@ +<!DOCTYPE html> +<html> +<head> + <title>Briar 1.1 released with dark theme, new emoji and more</title> + <meta charset="utf-8" /> + <meta name="description" content="Secure messaging, anywhere"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="../css/styles.css" /> +</head> +<body id="news"> + + <div id="wrapper"> + <div id="header_container"> + <div id="header"> + <a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a> + <div id="nav"> + <div id="signup"> + <div id="twitter"> + <a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer"><img class="twitterbutton" src="../img/twitter.png"/></a> + </div> <!-- twitter --> + <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()"> + <input placeholder="Email address" type="email" name="email" tabindex="2"></input> + <button name="submit" type="submit" id="signup-submit">Keep me updated</button> + </form> + <div id="signupconf">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function submitForm(){ + document.getElementById('signupform').style.display = 'none'; + document.getElementById('signupconf').style.display = 'block'; + return true; + } + //--> + </script> + </div> <!-- signup --> + <label for="menu-toggle"><img src="../img/menu.png"></label> + <input type="checkbox" id="menu-toggle"/> + <ul id="menu"> + <li><a href="../index.html" id="indexnav">Home</a></li> + <li><a href="../download.html" id="downloadnav">Download</a></li> + <li><a href="../how-it-works.html" id="hownav">How it Works</a></li> + <li><a href="../about.html" id="aboutnav">About Us</a></li> + <li><a href="../get-involved.html" id="involvednav">Get Involved</a></li> + </ul> + </div> <!-- nav --> + </div> <!-- header --> + </div> <!-- header_container --> + + <div id="container"> + <div id="content" class="news"> + <h3>Press Release</h3> + <h2>Briar 1.1 released with dark theme, new emoji and more</h2> + <h5>September 13 2018</h5> + + <p> + The Briar Project released version 1.1 of its Android app today. + This release adds new features following the app's + <a href="2018-1.0-released-new-funding.html">first public release</a> + in May. + </p> + + <p> + Thanks to support from the + <a href="https://www.opentech.fund/" target="_blank" rel="noopener noreferrer">Open Technology Fund</a>, + the new release has a dark theme + designed by <a href="http://www.ura.design/" target="_blank" rel="noopener noreferrer">Ura Design</a>. + Users can switch between the light and dark themes, + or use an automatic mode that activates the dark theme at night. + The conversation screen has also been redesigned, + with rounded message bubbles and a new color scheme. + </p> + + <p> + This release also adds lots of new emoji + and the ability to modify emoji skin tones. + Illustrative screenshots are available below. + </p> + + <p> + To protect the user's privacy when other people are using the device, + this release makes it possible to lock Briar without signing out. + The device's PIN or password is needed to unlock the app. + On recent versions of Android, the app can also be unlocked with a fingerprint. + </p> + + <p> + Briar now reminds the user to sign back in after restarting the device + or upgrading the app. + </p> + + <p> + Briar uses the Tor network to connect users with their contacts. + But in some countries, <a href="http://grobox.de/tor" target="_blank" rel="noopener noreferrer">access to Tor is blocked</a>. + Briar will now try to detect this + and use bridges to access the Tor network when needed. + Bridges are computers run by volunteers around the world + that help to provide access to the Tor network when it's blocked. + </p> + + <p> + Work on the next big release is already under way. + Among other things, + the Briar Project is working on a new way to add contacts securely + without meeting in person, + and support for attaching images to messages. + </p> + + <h3>Media</h3> + + <div id="screenshots"> + <a href="../img/screenshots/11_dark_theme.png"><img src="../img/screenshots/11_dark_theme.png"/></a> + <a href="../img/screenshots/11_emoji_light.png"><img src="../img/screenshots/11_emoji_light.png"/></a> + <a href="../img/screenshots/11_emoji_dark.png"><img src="../img/screenshots/11_emoji_dark.png"/></a> + <a href="../img/screenshots/11_sign_in_reminder.png"><img src="../img/screenshots/11_sign_in_reminder.png"/></a> + <a href="../img/screenshots/11_app_lock.gif"><img src="../img/screenshots/11_app_lock.gif"/></a> + <a href="../img/screenshots/11_tor_settings.png"><img src="../img/screenshots/11_tor_settings.png"/></a> + </div> + + <h3>About Briar</h3> + <p> + 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. + </p> + <p> + Briar has received funding from <a href="https://smallmedia.org.uk/" target="_blank" rel="noopener noreferrer">Small Media</a>, + the <a href="https://web.archive.org/web/20160413063937/https://www.openitp.org/" target="_blank" rel="noopener noreferrer">Open Internet Tools Project</a>, + <a href="https://accessnow.org/" target="_blank" rel="noopener noreferrer">Access</a>, the <a href="https://www.opentech.fund/" target="_blank" rel="noopener noreferrer">Open Technology Fund</a>, + and the <a href="https://prototypefund.de/" target="_blank" rel="noopener noreferrer">Prototype Fund</a>. + </p> + <h3>Contact</h3> + <p>Torsten Grote <<a href="mailto:torsten@briarproject.org">torsten@briarproject.org</a>> [<a href="https://grobox.de/gpg/0x74DCA8A36C52F833.asc" target="_blank" rel="noopener noreferrer">PGP key</a>]</p> + <p>Michael Rogers <<a href="mailto:contact@briarproject.org">contact@briarproject.org</a>> [<a href="../keys/contact.asc">PGP key</a>]</p> + <p>Twitter: <a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer">@BriarApp</a></p> + </div> + </div> <!-- container --> + + </div> <!-- wrapper --> + + <div class="clearboth"></div> + + <div id="footer_container"> + <div id="footer"> + <div id="signup2"> + <div id="twitter2"> + <a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer"><img class="twitterbutton" src="../img/twitter.png"/></a> + </div> <!-- twitter2 --> + <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()"> + <input placeholder="Email address" type="email" name="email" tabindex="2"></input> + <button name="submit" type="submit" id="signup-submit2">Keep me updated</button> + </form> + <div id="signupconf2">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function submitForm2(){ + document.getElementById('signupform2').style.display = 'none'; + document.getElementById('signupconf2').style.display = 'block'; + return true; + } + //--> + </script> + </div> <!-- signup2 --> + <ul> + <li><a href="../copyright.html">Copyright</a></li> + <li><a href="../privacy.html">Privacy</a></li> + <li>Site design by Reflective Spaces</li> + </ul> + </div> <!-- footer --> + </div> <!-- footer_container --> +</body> +</html>