Update downloads for android release.

This commit is contained in:
meeh
2019-03-23 15:56:11 +00:00
parent e205151862
commit 1788900144
2 changed files with 8 additions and 8 deletions

View File

@@ -120,15 +120,15 @@ Java 9 support is in development and it is not recommended for general use.
{% call package('android') %}
<div class="warning">
{% trans -%}
Requires Android 2.3 (Gingerbread) or higher. If you earlier installed
I2P, you need to reinstall because we have also changed the release keys.
Requires Android 4.0 (Ice Cream Sandwich) or higher. If you earlier installed
I2P, unfortunately this release fixes some IPC issues which will force you to uninstall your current installation before installing this.
{%- endtrans %}
{% trans -%}
512 MB RAM minimum; 1 GB recommended.
{%- endtrans %}
{% trans -%}
The release and dev versions of the I2P APK are not compatible, as they
are signed by zzz and str4d respectively. Uninstall one before installing
are signed by zzz and meeh respectively. Uninstall one before installing
the other.
{%- endtrans %}
</div>
@@ -162,9 +162,9 @@ The files are signed by {{ signer }},
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
{% trans signer='mikalv',
{% trans signer='mikalv (meeh)',
signingkey=url_for('static', filename='mikalv.key.crt') -%}
The Mac OS X native installer is signed by {{ signer }},
The Mac OS X native installer is signed by {{ signer }} with his Apple Developer ID certificate,
<a href="{{ signingkey }}">whose key is here</a>.
{%- endtrans %}
@@ -199,7 +199,7 @@ and will need to be manually updated using the process below.
Download that file to your I2P
installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do
resulting i2pupdate.zip to your I2P installation directory). You do
NOT need to unzip that file.
{%- endtrans %}
</li>