diff --git a/apk.html b/apk.html new file mode 100644 index 0000000000000000000000000000000000000000..799e65942f6c95409e7c3083f8c8651d05a4f0cc --- /dev/null +++ b/apk.html @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<html> +<head> + <link rel="stylesheet" type="text/css" href="css/styles.css" /> + <title>Briar</title> + <meta name="description" content="Secure messaging, anywhere"/> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="flattr:id" content="4pq200"> +</head> +<body id="download"> + + <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"> + <iframe id="signupframe" style="display: none" name="signupframe" src="about:blank"></iframe> + <div id="signup"> + <form id="signupform" action="https://lists.sourceforge.net/lists/subscribe/briar-announce" target="signupframe" method="post"> + <input placeholder="Email address" type="email" name="email" tabindex="2"></input> + <button name="submit" type="submit" id="signup-submit" onClick="_submit_form();">Keep me updated</button> + </form> + <div id="signupconf">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function _submit_form(){ + 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"> + <div class="full"> + <h2>Installing Briar via Direct Download</h2> + + <p>1) Open the <b>Settings</b> app, scroll down, and open the <b>Security</b> section.</p> + + <img src="img/apk/settings-cropped.png"> + + <p>2) Enable <b>Unknown sources</b> and confirm that you want to change the setting.</p> + + <img src="img/apk/unknown-sources-cropped.png"> + + <p>3) Open the web browser and go to <a href="https://briarproject.org/">https://briarproject.org/</a>, then go to <a href="https://briarproject.org/beta/briar.apk">https://briarproject.org/beta/briar.apk</a>.</p> + + <p>4) Confirm that you want to download the file.</p> + + <img src="img/apk/confirm-download-cropped.png"> + + <p>5) When the download completes, tap the notification to install Briar.</p> + + <img src="img/apk/download-complete-cropped.png"> + + <p>6) Go back to the <b>Settings</b> app and disable <b>Unknown sources</b>.</p> + + </div> <!-- full --> + </div> <!-- content --> + </div> <!-- container --> + </div> <!-- wrapper --> + + <div class="clearboth"></div> + + <div id="footer_container"> + <div id="footer"> + <div id="signup2"> + <form id="signupform2" action="https://lists.sourceforge.net/lists/subscribe/briar-announce" target="signupframe" method="post"> + <input placeholder="Email address" type="email" name="email" tabindex="2" ></input> + <button name="submit" type="submit" id="signup-submit2" onClick="_submit_form2();">Keep me updated</button> + </form> + <div id="signupconf2">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function _submit_form2(){ + 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> diff --git a/download.html b/download.html index 8c3cf4e4fefd07efb4f1f3d219d1016f97b6ad5d..f5ede835707fcce3bc2a86126cad4d7233fe1546 100644 --- a/download.html +++ b/download.html @@ -54,7 +54,7 @@ <p><a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.beta" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a></p> - <p>If you prefer not to use Google Play, you can <a href="fdroid.html">install the app via F-Droid</a> or <a href="manual/#installation">download the APK file</a> directly from our site.</p> + <p>If you prefer not to use Google Play, you can <a href="fdroid.html">install the app via F-Droid</a> or <a href="apk.html">download the APK file</a> directly from our site.</p> <p>If you'd like to be informed when the final app is available, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-announce">join the announcement mailing list</a>.</p> diff --git a/img/apk/confirm-download-cropped.png b/img/apk/confirm-download-cropped.png new file mode 100644 index 0000000000000000000000000000000000000000..4de6ff453ddac9f85d8fc434070f0cd5481e1c6b Binary files /dev/null and b/img/apk/confirm-download-cropped.png differ diff --git a/img/apk/download-complete-cropped.png b/img/apk/download-complete-cropped.png new file mode 100644 index 0000000000000000000000000000000000000000..b12c81e88e3c0f45b0c5c2b93e5ff5893e9f6ccb Binary files /dev/null and b/img/apk/download-complete-cropped.png differ diff --git a/img/apk/settings-cropped.png b/img/apk/settings-cropped.png new file mode 100644 index 0000000000000000000000000000000000000000..089a32a5fc184e356d91c47115246347c3c692a0 Binary files /dev/null and b/img/apk/settings-cropped.png differ diff --git a/img/apk/unknown-sources-cropped.png b/img/apk/unknown-sources-cropped.png new file mode 100644 index 0000000000000000000000000000000000000000..64662bbce60efd2c4fe7ab2594e58d605e66c7c6 Binary files /dev/null and b/img/apk/unknown-sources-cropped.png differ