40 lines
1.7 KiB
HTML
Raw Normal View History

2012-06-11 03:26:15 +03:00
<!-- Maintain structure with headings with h2 tags and content with p tags.
This makes it easy to translate the values with transifex!
And don't add newlines before or after p tags because of transifex -->
<html>
<head>
</head>
<body>
2014-02-21 15:45:10 +01:00
<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p>
<p><a href="http://www.openkeychain.org">OpenKeychain</a> is an OpenPGP implementation for Android.</p>
2013-09-06 16:47:01 +02:00
<p>License: GPLv3+</p>
2012-10-31 18:58:10 +01:00
2014-02-21 15:45:10 +01:00
<h2>Developers OpenKeychain</h2>
2012-10-31 18:58:10 +01:00
<ul>
2013-09-06 16:47:01 +02:00
<li>Dominik Schürmann (Lead developer)</li>
2014-01-09 15:12:41 +01:00
<li>Ash Hughes (crypto patches)</li>
2013-09-06 16:47:01 +02:00
<li>Brian C. Barnes</li>
2014-01-09 15:12:41 +01:00
<li>Bahtiar 'kalkin' Gadimov (UI)</li>
2014-01-09 12:31:45 +01:00
2013-09-06 16:47:01 +02:00
</ul>
<h2>Developers APG 1.x</h2>
<ul>
2014-03-23 12:32:13 +01:00
<li>Thialfihar (Lead developer)</li>
2014-01-09 15:12:41 +01:00
<li>'Senecaso' (QRCode, sign key, upload key)</li>
2012-11-19 17:56:58 +01:00
<li>Markus Doits</li>
2012-10-31 18:58:10 +01:00
</ul>
2012-06-11 03:26:15 +03:00
<h2>Libraries</h2>
2012-10-31 18:58:10 +01:00
<ul>
2014-02-02 14:42:29 +01:00
<li><a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li>
2014-02-02 16:48:46 +01:00
<li><a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li>
2014-01-09 12:31:45 +01:00
<li><a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li>
<li><a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT License)</li>
<li><a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li>
2012-10-31 18:58:10 +01:00
<li><a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li>
<li><a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li>
<li><a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Apache License v2)</li>
2012-10-31 18:58:10 +01:00
</ul>
2012-06-11 03:26:15 +03:00
</body>
</html>