Skip to content
Snippets Groups Projects
Commit 68fbadb8 authored by akwizgran's avatar akwizgran
Browse files

Added instructions for downloading APK file.

parent f30ee770
No related branches found
No related tags found
No related merge requests found
apk.html 0 → 100644
<!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&nbsp;it&nbsp;Works</a></li>
<li><a href="about.html" id="aboutnav">About&nbsp;Us</a></li>
<li><a href="get-involved.html" id="involvednav">Get&nbsp;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>
......@@ -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>
......
img/apk/confirm-download-cropped.png

12.8 KiB

img/apk/download-complete-cropped.png

6.72 KiB

img/apk/settings-cropped.png

6.61 KiB

img/apk/unknown-sources-cropped.png

12.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment