I2P Android 0.9.22

This commit is contained in:
str4d
2015-10-10 22:19:02 +00:00
parent ac2a106c8e
commit 6cca66eb87

View File

@@ -4,7 +4,7 @@
{% set i2pinstall_jar_hash = 'ee5297b2746e324c9ca33b19513ff09b50724ae3b9f588e4ccc31fc389ce50aa' %} {% set i2pinstall_jar_hash = 'ee5297b2746e324c9ca33b19513ff09b50724ae3b9f588e4ccc31fc389ce50aa' %}
{% set i2psource_hash = '91ac91f7a3e202d248f5294f4951f6b7d8b9bde32991adf7a813ae1bb9188898' %} {% set i2psource_hash = '91ac91f7a3e202d248f5294f4951f6b7d8b9bde32991adf7a813ae1bb9188898' %}
{% set i2pupdate_hash = '33d969e859c772ba7def142ab0ebbe0c2e8ec52a832bbe31141eaad0eaf556d3' %} {% set i2pupdate_hash = '33d969e859c772ba7def142ab0ebbe0c2e8ec52a832bbe31141eaad0eaf556d3' %}
{% set i2p_android_hash = '7524404477d058c93ccaf680b8e4d8df30045dcf6fac8c42e9454306ae6e421d' %} {% set i2p_android_hash = 'b14e3cc5ea12eb2e8bccb81dd2e86eeea3baba6695eb1a9f4d9053e76aeb131d' %}
{% block content %} {% block content %}
<h3>{{ _('Dependency') }}</h3> <h3>{{ _('Dependency') }}</h3>
<p>{% trans java='http://java.com/download/', <p>{% trans java='http://java.com/download/',
@@ -148,14 +148,17 @@ or type <tt>java -version</tt> at your command prompt.
<div class="file"> <div class="file">
{% trans %}Outside I2P{% endtrans %}: {% trans %}Outside I2P{% endtrans %}:
<!-- do not use url_for here --> <!-- do not use url_for here -->
<a class="default" href="https://download.i2p2.de/android/current/i2p.apk">I2P-0.9.20</a> <a class="default" href="https://download.i2p2.de/android/current/i2p.apk">I2P-0.9.22</a>
<br> <br>
{% trans %}Inside I2P{% endtrans %}: {% trans %}Inside I2P{% endtrans %}:
<!-- do not use i2pconv here --> <!-- do not use i2pconv here -->
<a class="default" href="http://update.killyourtv.i2p/i2p.apk">I2P-0.9.20</a> <a class="default" href="http://update.killyourtv.i2p/i2p.apk">I2P-0.9.20</a>
<br> <br>
Google Play:
<a class="default" href="https://play.google.com/store/apps/details?id=net.i2p.android">I2P-0.9.22</a>
<br>
{% trans %}Our F-Droid repository{% endtrans %}: {% trans %}Our F-Droid repository{% endtrans %}:
<a class="default" href="https://f-droid.i2p.io/">I2P-0.9.20</a> <a class="default" href="https://f-droid.i2p.io/">I2P-0.9.22</a>
<br> <br>
F-Droid: F-Droid:
<a class="default" href="https://f-droid.org/app/net.i2p.android.router">I2P-0.9.19</a> <a class="default" href="https://f-droid.org/app/net.i2p.android.router">I2P-0.9.19</a>
@@ -170,9 +173,6 @@ or type <tt>java -version</tt> at your command prompt.
</div> </div>
<p>&nbsp;</p> <p>&nbsp;</p>
<div class="warning"> <div class="warning">
{% trans -%}
The I2P Android app is in development and does NOT currently provide strong anonymity.
{%- endtrans %}
{% trans -%} {% trans -%}
Requires Android 2.3 (Gingerbread) or higher. If you earlier installed Requires Android 2.3 (Gingerbread) or higher. If you earlier installed
I2P, you need to reinstall because we have also changed the release keys. I2P, you need to reinstall because we have also changed the release keys.