diff options
Diffstat (limited to 'OpenKeychain/src/main/res/raw-it')
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_about.html | 61 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_about.md | 45 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_certification.md | 27 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_changelog.html | 232 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_changelog.md | 268 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_start.html | 22 | ||||
-rw-r--r-- | OpenKeychain/src/main/res/raw-it/help_start.md | 15 |
7 files changed, 355 insertions, 315 deletions
diff --git a/OpenKeychain/src/main/res/raw-it/help_about.html b/OpenKeychain/src/main/res/raw-it/help_about.html deleted file mode 100644 index 0f24b7918..000000000 --- a/OpenKeychain/src/main/res/raw-it/help_about.html +++ /dev/null @@ -1,61 +0,0 @@ -<html> -<head></head> -<body> -<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p> -<p><a href="http://www.openkeychain.org">OpenKeychain</a> un implementazione OpenPGP per Android.</p> -<p>Licenza: GPLv3+</p> - -<h2>Sviluppatori</h2> -<ul> -<li>Dominik Schürmann (Manutentore)</li> -<li>Art O Cathain</li> -<li>Ash Hughes</li> -<li>Brian C. Barnes</li> -<li>Bahtiar 'kalkin' Gadimov</li> -<li>Daniel Albert</li> -<li>Daniel Hammann</li> -<li>Daniel Haß</li> -<li>Greg Witczak</li> -<li>'mar-v-in'</li> -<li>Markus Doits</li> -<li>Miroojin Bakshi</li> -<li>Nikhil Peter Raj</li> -<li>Paul Sarbinowski</li> -<li>'Senecaso'</li> -<li>Signe Rüsch</li> -<li>Sreeram Boyapati</li> -<li>Thialfihar (APG 1.x)</li> -<li>Tim Bray</li> -<li>Vincent Breitmoser</li> -</ul> -<h2>Librerie</h2> -<ul> -<li> -<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (Licenza MIT X11)</li> -<li> -<a href="https://github.com/SafeSlingerProject/exchange-android">Libreria SafeSlinger Exchange</a> (Licenza MIT)</li> -<li> -<a href="http://developer.android.com/tools/support-library/index.html">Android Support Libraries</a> (Apache License v2)</li> -<li> -<a href="https://github.com/timbray/KeybaseLib">KeybaseLib</a> (Licenza Apache v2)</li> -<li> -<a href="https://github.com/splitwise/TokenAutoComplete">TokenAutoComplete</a> (Licenza Apache v2)</li> -<li> -<a href="https://github.com/rtreffer/minidns">MiniDNS</a> (Licenza Apache v2)</li> -<li> -<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Licenza Apache v2)</li> -<li> -<a href="https://github.com/zxing/zxing">ZXing</a> (Apache License v2)</li> -<li> -<a href="https://github.com/journeyapps/zxing-android-embedded">ZXing Android Minimal</a> (Apache License v2)</li> -<li> -<a href="https://github.com/jpardogo/PagerSlidingTabStrip">PagerSlidingTabStrip (Material Design)</a> (Apache License v2)</li> -<li> -<a href="https://github.com/neokree/MaterialNavigationDrawer">MaterialNavigationDrawer</a> (Apache License v2)</li> -<li> -<a href="https://github.com/nispok/snackbar">Snackbar</a> (MIT License)</li> -<li> -<a href="https://github.com/futuresimple/android-floating-action-button">FloatingActionButton</a> (Apache License v2)</li> -</ul> -</body> -</html> diff --git a/OpenKeychain/src/main/res/raw-it/help_about.md b/OpenKeychain/src/main/res/raw-it/help_about.md new file mode 100644 index 000000000..d6a8eca93 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-it/help_about.md @@ -0,0 +1,45 @@ + +[http://www.openkeychain.org](http://www.openkeychain.org) + +[OpenKeychain](http://www.openkeychain.org) is an OpenPGP implementation for Android. + +License: GPLv3+ + +## Developers + * Dominik Schürmann (Maintainer) + * Art O Cathain + * Ash Hughes + * Brian C. Barnes + * Bahtiar 'kalkin' Gadimov + * Daniel Albert + * Daniel Hammann + * Daniel Haß + * Greg Witczak + * 'mar-v-in' + * Markus Doits + * Miroojin Bakshi + * Nikhil Peter Raj + * Paul Sarbinowski + * 'Senecaso' + * Signe Rüsch + * Sreeram Boyapati + * Thialfihar (APG 1.x) + * Tim Bray + * Vincent Breitmoser + +## Libraries + * [SpongyCastle](http://rtyley.github.com/spongycastle/) (MIT X11 License) + * [SafeSlinger Exchange library](https://github.com/SafeSlingerProject/exchange-android) (MIT License) + * [Android Support Libraries](http://developer.android.com/tools/support-library/index.html) (Apache License v2) + * [KeybaseLib](https://github.com/timbray/KeybaseLib) (Apache License v2) + * [TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete) (Apache License v2) + * [MiniDNS](https://github.com/rtreffer/minidns) (Apache License v2) + * [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) (Apache License v2) + * [ZXing](https://github.com/zxing/zxing) (Apache License v2) + * [ZXing Android Minimal](https://github.com/journeyapps/zxing-android-embedded) (Apache License v2) + * [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip) (Material Design)</a> (Apache License v2) + * [MaterialNavigationDrawer](https://github.com/neokree/MaterialNavigationDrawer) (Apache License v2) + * [Snackbar](https://github.com/nispok/snackbar) (MIT License) + * [FloatingActionButton](https://github.com/futuresimple/android-floating-action-button) (Apache License v2) + * [HtmlTextView](https://github.com/dschuermann/html-textview) (Apache License v2) + * [Markdown4J](https://github.com/jdcasey/markdown4j) (Apache License v2)
\ No newline at end of file diff --git a/OpenKeychain/src/main/res/raw-it/help_certification.md b/OpenKeychain/src/main/res/raw-it/help_certification.md new file mode 100644 index 000000000..8da27e8e0 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-it/help_certification.md @@ -0,0 +1,27 @@ + +## Key Confirmation +Without confirmation, you cannot be sure if a key really corresponds to a specific person. +The most simplest way to confirm a key is by scanning the QR Code or exchanging it via NFC. +To confirm keys between more than two persons, we suggest to use the key exchange method available for your keys. + +## Key Status + +<img src="status_signature_verified_cutout_24dp"/> +Confirmed: You have already confirmed this key, e.g., by scanning the QR Code. +<img src="status_signature_unverified_cutout_24dp"/> +Unconfirmed: This key has not been confirmed yet. You cannot be sure if the key really corresponds to a specific person. +<img src="status_signature_expired_cutout_24dp"/> +Expired: This key is no longer valid. Only the owner can extend its validity. +<img src="status_signature_revoked_cutout_24dp"/> +Revoked: This key is no longer valid. It has been revoked by its owner. + +## Advanced Information +A "key confirmation" in OpenKeychain is implemented by creating a certification according to the OpenPGP standard. +This certification is a ["generic certification (0x10)"](http://tools.ietf.org/html/rfc4880#section-5.2.1) described in the standard by: +"The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID." + +Traditionally, certifications (also with higher certification levels, such as "positive certifications" (0x13)) are organized in OpenPGP's Web of Trust. +Our model of key confirmation is a much simpler concept to avoid common usability problems related to this Web of Trust. +We assume that keys are verified only to a certain degree that is still usable enough to be executed "on the go". +We also do not implement (potentially transitive) trust signatures or an ownertrust database like in GnuPG. +Furthermore, keys which contain at least one user ID certified by a trusted key will be marked as "confirmed" in the key listings.
\ No newline at end of file diff --git a/OpenKeychain/src/main/res/raw-it/help_changelog.html b/OpenKeychain/src/main/res/raw-it/help_changelog.html deleted file mode 100644 index bbb765bc3..000000000 --- a/OpenKeychain/src/main/res/raw-it/help_changelog.html +++ /dev/null @@ -1,232 +0,0 @@ -<html> -<head></head> -<body> - -<h2>3.1.2</h2> -<ul> -<li>Corretta esportazione chiavi su file (ora per davvero)</li> -</ul> -<h2>3.1.1</h2> -<ul> -<li>Corretta esportazione chiavi su file (la scrittura era parziale)</li> -<li>Corretto crash su Android 2.3</li> -</ul> -<h2>3.1</h2> -<ul> -<li>Corretto crash su Android 5</li> -<li>Nuova schermata di certificazione</li> -<li>Scambio sicuro direttamente dalla lista delle chiavi (libreria SafeSlinger)</li> -<li>Nuovo programma di flusso QR Code</li> -<li>Schermata di decodifica ridisegnata</li> -<li>Nuove icone e colori</li> -<li>Corretta importazione di chiavi segrete da Symantec Encryption Desktop</li> -<li>ID delle sottochiavi Yubikey sono controllati correttamente</li> -</ul> -<h2>3.0.1</h2> -<ul> -<li>Migliorata la gestione delle importazioni di grosse chiavi</li> -<li>Migliorata la selezione delle sottochiavi</li> -</ul> -<h2>3.0</h2> -<ul> -<li>Supporto completo per la generazione della firma e la decifratura Yubikey!</li> -<li>Proposte di apps compatibili installabili nella lista apps</li> -<li>Nuova grafica per le scermate di decifratura</li> -<li>Molte correzioni per l'importazione delle chiavi, corrette anche le chiavi ripulite</li> -<li>Caratteristiche di Stima e visualizzazione chiavi di autenticazione</li> -<li>Interfaccia utente per la generazione di chiavi personalizzate</li> -<li>Correzione certificati di revoca ID utente</li> -<li>Nuova ricerca su cloud (ricerche su server delle chiavi tradizionali e keybase.io)</li> -<li>Supporto di pulizia chiavi in OpenKeychain</li> -</ul> -<h2>2.9.2</h2> -<ul> -<li>Corretta chiave danneggiata in 2.9.1</li> -<li>Decodifica Yubikey ora funzionante via API</li> -</ul> -<h2>2.9.1</h2> -<ul> -<li>Divisa la schermata di codifica in due parti</li> -<li>Corretta la gestione delle caratteristiche delle chiavi (ora supporta le chiavi Mailvelope 0.7)</li> -<li>Migliorata la gestione delle frasi di accesso</li> -<li>Condivisione chiavi via SafeSlinger</li> -<li>Yubikey: preferenza per ammettere altri PIN, attualmente solo la firma via OpenPGP API funziona, non all'interno di OpenKeychain</li> -<li>Corretto l'utilizzo delle chiavi ripulite</li> -<li>SHA256 come predefinito per compatibilità</li> -<li>Intent API cambiato, vedete https://github.com/open-keychain/open-keychain/wiki/Intent-API</li> -<li>Le OpenPGP API ora gestiscono le chiavi revocate/scadute e restituiscono tutti gli ID utente</li> -</ul> -<h2>2.9</h2> -<ul> -<li> Correzione crash introdotti nella versione 2.8</li> -<li>Supporto Sperimentale per ECC</li> -<li>Supporto sperimentale Yubikey (solo firma con chiavi importate)</li> -</ul> -<h2>2.8</h2> -<ul> -<li>Così tanti bug sono stati corretti in questa versione che ci concentriamo sulle principali novità</li> -<li>Modifica chiave: nuovo eccezionale design, revoca chiave</li> -<li>Importa chiave: nuovo eccezionale design, connessioni sicure via keyserver HKPS, risoluzione keyserver tramite record SRV DNS</li> -<li>Nuova schermata di introduzione</li> -<li>Nuova schermata di creazione chiave: autocompletamento di nomi e email basato sui tuoi account personali di Android</li> -<li>Codifica File: nuovo eccezionale design, supporto per codifica di più documenti</li> -<li>Nuove icone per mostrare lo stato delle chiavi (di Brennan Novak)</li> -<li>Correzione bug importante: Importazione di grandi collezioni di chiavi da un file ora è possibile</li> -<li>Notifiche mostrando la frase di accesso nella cache</li> -<li>Le chiavi sono connesse ai contatti di Android</li> -</ul> -<p>Questo rilascio non sarebbe stato possibile senza il lavoro di Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar</p> - -<h2>2.7</h2> -<ul> -<li>Porpora! (Dominik, Vincent)</li> -<li>Nuovo design della schermata chiavi (Dominik, Vincent)</li> -<li>Nuovi pulsanti piatti Android (Dominik, Vincent)</li> -<li>Correzioni API (Dominik)</li> -<li>Importazione Keybase.io (Tim Bray)</li> -</ul> -<h2>2.6.1</h2> -<ul> -<li>alcune correzioni per i bug di regressione</li> -</ul> -<h2>2.6</h2> -<ul> -<li>Certificazioni chiave (grazie a Vincent Breitmoser)</li> -<li>supporto per chiavi segrete parziali GnuPG (grazie a Vincent Breitmoser)</li> -<li>nuovo design per la verifica della firma</li> -<li>lunghezza chiave personalizzata (grazie a Greg Witczak)</li> -<li>fix funzionalità di condivisione da altre app</li> -</ul> -<h2>2.5</h2> -<ul> -<li>Fix decryption of symmetric OpenPGP messages/files</li> -<li>Refactoring della schermata di modifica chiave (grazie a Ash Hughes)</li> -<li>Nuovo design moderno per le schermate di codifica / decodifica</li> -<li>OpenPGP API versione 3 (api account multipli, correzioni interne, ricerca chiavi)</li> -</ul> -<h2>2.4</h2> -<p>Grazie a tutti i partecipanti di Google Summer of Code 2014 che hanno reso questo rilascio ricco di caratteristiche e privo di bug! -Oltre a numerose piccole correzioni, un notevole numero di patch sono state fatte dalle seguenti persone (in ordine alfabetico): -Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paolo Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.</p> -<ul> -<li>Nuova lista chiave unificata</li> -<li>Impronta chiave colorata</li> -<li>Supporto per le porte keyserver</li> -<li>disattivata la possibilità di generare chiavi deboli</li> -<li>Molto più lavoro interno sulle API</li> -<li>Certificazione ID utente</li> -<li>Interrogazione keyserver basate su output leggibile a livello macchina</li> -<li>Blocco del menu di navigazione sui tablet</li> -<li>Suggerimenti per e-mail sulla creazione di chiavi</li> -<li>Ricerca nelle liste di chiavi pubbliche</li> -<li>E molti altri miglioramenti e correzioni ...</li> -</ul> -<h2>2.3.1</h2> -<ul> -<li>Correzione del crash quando si aggiorna da versioni precedenti</li> -</ul> -<h2>2.3</h2> -<ul> -<li>Rimossa esportazione non necessaria delle chiavi pubbliche quando si esportano le chiavi private (grazie a Ash Hughes)</li> -<li>Corretto impostazione data di scadenza delle chiavi (grazie a Ash Hughes)</li> -<li>Molte altre correzioni interne quando si modificano le chiavi (grazie a Ash Hughes)</li> -<li>Interrogazione server delle chiavi direttamente dalla schermata di importazione</li> -<li>Corretta impaginazione e stile di dialogo su Android 2.2-3.0</li> -<li>Corretto crash su chiavi con id utente vuoto</li> -<li>Corretto crash e liste vuote quando si torna dalla schermata di firma</li> -<li>Bouncy Castle (libreria crittografica) aggiornata da 1.47 a 1.50 e compilata da sorgente</li> -<li>Corretto caricamento delle chiavi dalla schermata di firma</li> -</ul> -<h2>2.2</h2> -<ul> -<li>Nuovo design con barra di navigazione</li> -<li>Nuovo design per la lista chiavi pubbliche</li> -<li>Nuova visuale chiavi pubbliche</li> -<li>Correzione bug per importazione chiavi</li> -<li>Chiave certificazione incrociata (grazie a Ash Hughes)</li> -<li>Password UTF-8 gestite correttamente (grazie a Ash Hughes)</li> -<li>Prima versione con nuove lingue (grazie ai contributori su Transifex)</li> -<li>Condivisione di chiavi via Codici QR corretta e migliorata</li> -<li>Verifica firma pacchetto per API</li> -</ul> -<h2>2.1.1</h2> -<ul> -<li>Aggiornamenti API, preparazione per integrazione con K-9 Mail</li> -</ul> -<h2>2.1</h2> -<ul> -<li>Molte correzioni di bug</li> -<li>Nuove API per sviluppatori</li> -<li>PRNG bug fix by Google</li> -</ul> -<h2>2.0</h2> -<ul> -<li>Completo restyle</li> -<li>Condivisione chiavi pubbliche via codici qr, nfc beam</li> -<li>Firma chiavi</li> -<li>Caricamento chiavi sul server</li> -<li>Corrette caratteristiche di importazione</li> -<li>Nuova API AIDL</li> -</ul> -<h2>1.0.8</h2> -<ul> -<li>Supporto base per server delle chiavi</li> -<li>App2sd</li> -<li>Aggiunte opzioni per la cache della frase di accesso: 1, 2, 4, 8 ore</li> -<li>Traduzioni: Norvegese (grazie, Sander Danielsen), Cinese (grazie, Zhang Fredrick)</li> -<li>Correzione bug</li> -<li>Ottimizzazioni</li> -</ul> -<h2>1.0.7</h2> -<ul> -<li>Corretto problema con la verifica firma di testi con capo finale</li> -<li>Maggiori opzioni per il tempo di mantenimento della cache della frase di accesso (20, 40, 60 minuti)</li> -</ul> -<h2>1.0.6</h2> -<ul> -<li>Crash della aggiunta degli account risolto su Froyo</li> -<li>Cancellazione sicura dei file</li> -<li>Opzione per cancellare file delle chiavi dopo l'importazione</li> -<li>Flusso codifica/decodifica (galleria, ecc.)</li> -<li>Nuove opzioni (lingua, forza firme v3)</li> -<li>Cambiamenti interfaccia</li> -<li>Correzione bug</li> -</ul> -<h2>1.0.5</h2> -<ul> -<li>Traduzione Italiana e Tedesca</li> -<li>Dimensioni pacchetto ridotte, a causa della riduzione dei sorgenti BC</li> -<li>Nuove preferenze GUI</li> -<li>Regolazione layout per la localizzazione</li> -<li>Correzione bug firma</li> -</ul> -<h2>1.0.4</h2> -<ul> -<li>Corretto altro crash causato da alcuni bug SDK con query builder</li> -</ul> -<h2>1.0.3</h2> -<ul> -<li>Corretto crash durante codifica/firma e possibilita' di esportare chiave</li> -</ul> -<h2>1.0.2</h2> -<ul> -<li>Liste chiavi filtrabili</li> -<li>Preselezione di chiavi di codifica intelligente</li> -<li>Nuovo gestore intent per VIEW e SEND, permette la codifica/decodifica file all'infuori di file manager</li> -<li>Caratteristiche corrette e aggiunte (preselezione chiavi) per K-9 Mail. nuova build beta disponibile</li> -</ul> -<h2>1.0.1</h2> -<ul> -<li>elencazione account GMail corrotta in 1.0.0, corretta nuovamente</li> -</ul> -<h2>1.0.0</h2> -<ul> -<li>integrazione K-9 Mail, APG supporto beta build di K-9 Mail</li> -<li>Supporto per altri file manager (incluso ASTRO)</li> -<li>traduzione Slovena</li> -<li>Nuovo database, piu' veloce, utilizzo memoria ridotto</li> -<li>Definiti Intent e ContentProvider per le altre app</li> -<li>Correzione bug</li> -</ul> -</body> -</html> diff --git a/OpenKeychain/src/main/res/raw-it/help_changelog.md b/OpenKeychain/src/main/res/raw-it/help_changelog.md new file mode 100644 index 000000000..e9d61d0f3 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-it/help_changelog.md @@ -0,0 +1,268 @@ + +## 3.2beta2 + + * Material design + * Integration of QR Scanner (New permissions required) + * Improved key creation wizard + * Fix missing contacts after sync + * Requires Android 4 + * Redesigned key screen + * Simplify crypto preferences, better selection of secure ciphers + * API: Detached signatures, free selection of signing key,... + * Fix: Some valid keys were shown revoked or expired + * Don't accept signatures by expired or revoked subkeys + * Keybase.io support in advanced view + + +## 3.1.2 + + * Fix key export to files (now for real) + + +## 3.1.1 + + * Fix key export to files (they were written partially) + * Fix crash on Android 2.3 + + +## 3.1 + + * Fix crash on Android 5 + * New certify screen + * Secure Exchange directly from key list (SafeSlinger library) + * New QR Code program flow + * Redesigned decrypt screen + * New icon usage and colors + * Fix import of secret keys from Symantec Encryption Desktop + * Subkey IDs on Yubikeys are now checked correctly + + +## 3.0.1 + + * Better handling of large key imports + * Improved subkey selection + + +## 3.0 + + * Full support for Yubikey signature generation and decryption! + * Propose installable compatible apps in apps list + * New design for decryption screens + * Many fixes for key import, also fixes stripped keys + * Honor and display key authenticate flags + * User interface to generate custom keys + * Fixing user id revocation certificates + * New cloud search (searches over traditional keyservers and keybase.io) + * Support for stripping keys inside OpenKeychain + + +## 2.9.2 + + * Fix keys broken in 2.9.1 + * Yubikey decryption now working via API + + +## 2.9.1 + + * Split encrypt screen into two + * Fix key flags handling (now supporting Mailvelope 0.7 keys) + * Improved passphrase handling + * Key sharing via SafeSlinger + * Yubikey: preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain + * Fix usage of stripped keys + * SHA256 as default for compatibility + * Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API + * OpenPGP API now handles revoked/expired keys and returns all user ids + + +## 2.9 + + * Fixing crashes introduced in v2.8 + * Experimental ECC support + * Experimental Yubikey support (signing-only with imported keys) + + +## 2.8 + + * So many bugs have been fixed in this release that we focus on the main new features + * Key edit: awesome new design, key revocation + * Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records + * New first time screen + * New key creation screen: autocompletion of name and email based on your personal Android accounts + * File encryption: awesome new design, support for encrypting multiple files + * New icons to show status of key (by Brennan Novak) + * Important bug fix: Importing of large key collections from a file is now possible + * Notification showing cached passphrases + * Keys are connected to Android's contacts + +<p>This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar</p> + +## 2.7 + + * Purple! (Dominik, Vincent) + * New key view design (Dominik, Vincent) + * New flat Android buttons (Dominik, Vincent) + * API fixes (Dominik) + * Keybase.io import (Tim Bray) + + +## 2.6.1 + + * Some fixes for regression bugs + + +## 2.6 + + * Key certifications (thanks to Vincent Breitmoser) + * Support for GnuPG partial secret keys (thanks to Vincent Breitmoser) + * New design for signature verification + * Custom key length (thanks to Greg Witczak) + * Fix share-functionality from other apps + + +## 2.5 + + * Fix decryption of symmetric OpenPGP messages/files + * Refactored key edit screen (thanks to Ash Hughes) + * New modern design for encrypt/decrypt screens + * OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup) + + +## 2.4 +<p>Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free! +Besides several small patches, a notable number of patches are made by the following people (in alphabetical order): +Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.</p> + + * New unified key list + * Colorized key fingerprint + * Support for keyserver ports + * Deactivate possibility to generate weak keys + * Much more internal work on the API + * Certify user ids + * Keyserver query based on machine-readable output + * Lock navigation drawer on tablets + * Suggestions for emails on creation of keys + * Search in public key lists + * And much more improvements and fixes… + + +## 2.3.1 + + * Hotfix for crash when upgrading from old versions + + +## 2.3 + + * Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes) + * Fix setting expiry dates on keys (thanks to Ash Hughes) + * More internal fixes when editing keys (thanks to Ash Hughes) + * Querying keyservers directly from the import screen + * Fix layout and dialog style on Android 2.2-3.0 + * Fix crash on keys with empty user ids + * Fix crash and empty lists when coming back from signing screen + * Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source + * Fix upload of key from signing screen + + +## 2.2 + + * New design with navigation drawer + * New public key list design + * New public key view + * Bug fixes for importing of keys + * Key cross-certification (thanks to Ash Hughes) + * Handle UTF-8 passwords properly (thanks to Ash Hughes) + * First version with new languages (thanks to the contributors on Transifex) + * Sharing of keys via QR Codes fixed and improved + * Package signature verification for API + + +## 2.1.1 + + * API Updates, preparation for K-9 Mail integration + + +## 2.1 + + * Lots of bug fixes + * New API for developers + * PRNG bug fix by Google + + +## 2.0 + + * Complete redesign + * Share public keys via QR codes, NFC beam + * Sign keys + * Upload keys to server + * Fixes import issues + * New AIDL API + + +## 1.0.8 + + * Basic keyserver support + * App2sd + * More choices for passphrase cache: 1, 2, 4, 8, hours + * Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick) + * Bugfixes + * Optimizations + + +## 1.0.7 + + * Fixed problem with signature verification of texts with trailing newline + * More options for passphrase cache time to live (20, 40, 60 mins) + + +## 1.0.6 + + * Account adding crash on Froyo fixed + * Secure file deletion + * Option to delete key file after import + * Stream encryption/decryption (gallery, etc.) + * New options (language, force v3 signatures) + * Interface changes + * Bugfixes + + +## 1.0.5 + + * German and Italian translation + * Much smaller package, due to reduced BC sources + * New preferences GUI + * Layout adjustment for localization + * Signature bugfix + + +## 1.0.4 + + * Fixed another crash caused by some SDK bug with query builder + + +## 1.0.3 + + * Fixed crashes during encryption/signing and possibly key export + + +## 1.0.2 + + * Filterable key lists + * Smarter pre-selection of encryption keys + * New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers + * Fixes and additional features (key preselection) for K-9 Mail, new beta build available + + +## 1.0.1 + + * GMail account listing was broken in 1.0.0, fixed again + + +## 1.0.0 + + * K-9 Mail integration, APG supporting beta build of K-9 Mail + * Support of more file managers (including ASTRO) + * Slovenian translation + * New database, much faster, less memory usage + * Defined Intents and content provider for other apps + * Bugfixes
\ No newline at end of file diff --git a/OpenKeychain/src/main/res/raw-it/help_start.html b/OpenKeychain/src/main/res/raw-it/help_start.html deleted file mode 100644 index 026690b5a..000000000 --- a/OpenKeychain/src/main/res/raw-it/help_start.html +++ /dev/null @@ -1,22 +0,0 @@ -<html> -<head></head> -<body> - -<h2>How do I activate OpenKeychain in K-9 Mail?</h2> -<p>To use OpenKeychain with K-9 Mail, you want to follow these steps:</p> -<ol> -<li>Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.</li> - <li>Select "Account settings" and scroll to the very bottom and click "Cryptography".</li> - <li>Click on "OpenPGP Provider" and select OpenKeychain from the list.</li> -</ol> -<h2>Ho trovato un bug in OpenKeychain!</h2> -<p>Per favore riporta i bug usando il <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">issue tracker di OpenKeychain</a>.</p> - -<h2>Contribuire</h2> -<p>Se vuoi aiutarci nello sviluppo di OpenKeychain contribuendo al codice <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">segui la nostra breve guida su Github</a>.</p> - -<h2>Traduzioni</h2> -<p>Aiutaci a tradurre OpenKeychain! Tutti possono collaborare a <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain su Transifex</a>.</p> - -</body> -</html> diff --git a/OpenKeychain/src/main/res/raw-it/help_start.md b/OpenKeychain/src/main/res/raw-it/help_start.md new file mode 100644 index 000000000..1641f913b --- /dev/null +++ b/OpenKeychain/src/main/res/raw-it/help_start.md @@ -0,0 +1,15 @@ + +## How do I activate OpenKeychain in K-9 Mail? +To use OpenKeychain with K-9 Mail, you want to follow these steps: + 1. Open K-9 Mail and long-tap on the account you want to use OpenKeychain with. + 2. Select "Account settings" and scroll to the very bottom and click "Cryptography". + 3. Click on "OpenPGP Provider" and select OpenKeychain from the list. + +## I found a bug in OpenKeychain! +Please report the bug using the [issue tracker of OpenKeychain](https://github.com/openpgp-keychain/openpgp-keychain/issues). + +## Contribute +If you want to help us developing OpenKeychain by contributing code [follow our small guide on Github](https://github.com/openpgp-keychain/openpgp-keychain#contribute-code). + +## Translations +Help translating OpenKeychain! Everybody can participate at [OpenKeychain on Transifex](https://www.transifex.com/projects/p/openpgp-keychain/).
\ No newline at end of file |