diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MainActivity.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MainActivity.java
index 04350a57d..ed9f3a02d 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MainActivity.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MainActivity.java
@@ -50,8 +50,6 @@ public class MainActivity extends MaterialNavigationDrawer {
addBottomSection(newSection(getString(R.string.menu_preferences), R.drawable.ic_settings_black_24dp, new Intent(this, SettingsActivity.class)));
addBottomSection(newSection(getString(R.string.menu_help), R.drawable.ic_help_black_24dp, new Intent(this, HelpActivity.class)));
-
-
// if this is the first time show first time activity
Preferences prefs = Preferences.getPreferences(this);
if (prefs.isFirstTime()) {
diff --git a/OpenKeychain/src/main/res/raw-eu/help_about.html b/OpenKeychain/src/main/res/raw-eu/help_about.html
new file mode 100644
index 000000000..2c6c5b3c4
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/help_about.html
@@ -0,0 +1,57 @@
+
+
+
+http://www.openkeychain.org
+OpenKeychain 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
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-eu/help_changelog.html b/OpenKeychain/src/main/res/raw-eu/help_changelog.html
new file mode 100644
index 000000000..0cb7d5210
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/help_changelog.html
@@ -0,0 +1,232 @@
+
+
+
+
+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
+
+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
+
+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
+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.
+
+- 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
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-eu/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-eu/help_nfc_beam.html
new file mode 100644
index 000000000..966fb554a
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/help_nfc_beam.html
@@ -0,0 +1,12 @@
+
+
+
+How to receive keys
+
+- Go to your partners keys and open the key you want to share.
+- Hold the two devices back to back (they have to be almost touching) and you’ll feel a vibration.
+- After it vibrates you’ll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.
+- Tap the card and the content will then load on the your device.
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-eu/help_start.html b/OpenKeychain/src/main/res/raw-eu/help_start.html
new file mode 100644
index 000000000..92fd4a92a
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/help_start.html
@@ -0,0 +1,19 @@
+
+
+
+Getting started
+First you need a personal key. Create one via the menu in "Keys" or import existing secret keys. Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.
+
+On Android lower 4.4, it is recommended that you install OI File Manager for enhanced file selection.
+
+I found a bug in OpenKeychain!
+Please report the bug using the issue tracker of OpenKeychain.
+
+Contribute
+If you want to help us developing OpenKeychain by contributing code follow our small guide on Github.
+
+Translations
+Help translating OpenKeychain! Everybody can participate at OpenKeychain on Transifex.
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-eu/help_wot.html b/OpenKeychain/src/main/res/raw-eu/help_wot.html
new file mode 100644
index 000000000..2a551f79c
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/help_wot.html
@@ -0,0 +1,17 @@
+
+
+
+Web of Trust
+The Web of Trust describes the part of OpenPGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.
+
+Support in OpenKeychain
+There is only basic support for Web of Trust in OpenKeychain. This is a heavy work in progress and subject to changes in upcoming releases.
+
+Trust Model
+Trust evaluation is based on the simple assumption that all keys which have secret keys available are trusted. Public keys which contain at least one user id certified by a trusted key will be marked with a green dot in the key listings. It is not (yet) possible to specify trust levels for certificates of other known public keys.
+
+Certifying keys
+Support for key certification is available, and user ids can be certified individually. It is not yet possible to specify the level of trust or create local and other special types of certificates.
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-eu/nfc_beam_share.html b/OpenKeychain/src/main/res/raw-eu/nfc_beam_share.html
new file mode 100644
index 000000000..083e055c7
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-eu/nfc_beam_share.html
@@ -0,0 +1,11 @@
+
+
+
+
+- Make sure that NFC is turned on in Settings > More > NFC and make sure that Android Beam is also on in the same section.
+- Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.
+- After it vibrates you'll see the content on your device turn into a card-like object with Star Trek warp speed-looking animation in the background.
+- Tap the card and the content will then load on the other person’s device.
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-ru/help_changelog.html b/OpenKeychain/src/main/res/raw-ru/help_changelog.html
index 0cb7d5210..6c22f1315 100644
--- a/OpenKeychain/src/main/res/raw-ru/help_changelog.html
+++ b/OpenKeychain/src/main/res/raw-ru/help_changelog.html
@@ -4,229 +4,229 @@
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
+- Исправление экспорта ключей (записывались частично)
+- Исправление падений на 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
+- Исправление падений на Android 5
+- Новый диалог сертификации
+- Безопасный обмен ключами из списка (SafeSlinger library)
+- Новый обработчик QR кодов
+- Изменение дизайна диалога расшифровки
+- Использование новых иконок и цветов
+- Исправлен импорт закрытых ключей из Symantec Encryption Desktop
+- Корректная проверка идентификаторов доп. ключей на Yubikeys
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
+- Полная поддержка подписания и расшифровки с Yubikey!
+- Предлагаются для установки совместимые программы
+- Новый дизайн для диалога расшифровки
+- Исправление ошибок импорта ключей и исправление сжатых ключей
+- Обработка и отображение флагов ключей
+- Пользовательский интерфейс для генерации ключей
+- Исправление сертификатов отзыва
+- Новый облачный поиск (ищет на традиционных серверах и keybase.io)
+- Поддержка сжатых ключей в OpenKeychain
2.9.2
-- Fix keys broken in 2.9.1
-- Yubikey decryption now working via API
+- Исправление ключей, сломанных в 2.9.1
+- Расшифровка с Yubikey теперь работает через 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
+- Разделение диалога шифрования на два окна
+- Исправление обработки флагов ключей (теперь поддерживаются ключи Mailvelope 0.7)
+- Улучшение обработчика паролей
+- Передача ключей через SafeSlinger
+- Yubikey: опция использования других PIN, пока работает только подписание через OpenPGP API, не внутри OpenKeychain
+- Исправление использования сжатых ключей
+- SHA256 по умолчанию для совместимости
+- Изменение API. См. https://github.com/open-keychain/open-keychain/wiki/Intent-API
+- OpenPGP API теперь обрабатывает отозванные/просроченные ключи и возвращает все идентификаторы
2.9
-- Fixing crashes introduced in v2.8
-- Experimental ECC support
-- Experimental Yubikey support (signing-only with imported keys)
+- Исправление падений, выявленных в 2.8
+- Экспериментальная поддержка Эллиптических кривых
+- Экспериментальная поддержка Yubikey (вход по импортированному ключу)
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
+- Так много небольших исправлений, что лучше сообщить о существенных изменениях
+- Изменение ключа: новый дизайн, аннулирование клуча
+- Импорт ключа: усовершенствованный дизайн, безопасное соединение с серверами ключей по протоколу hkps, определение серверов по записям DNS SRV
+- Новый диалог при первом запуске
+- Экран создания ключа: автодополнение имени и адреса почты из учетной записи Android
+- Шифрование файла: усовершенствованный дизайн, возможность шифрования нескольких файлов
+- Новые иконки статуса ключа (Brennan Novak)
+- Важное исправление: Теперь возможен импорт большого количества ключей из одного файла
+- Уведомление о запомненных паролях
+- Ключи соединяются с контактами Android
-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
+Этот релиз стал возможен благодаря работе Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar
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)
+- Пурпурный! (Dominik, Vincent)
+- Новый вид просмотра ключей (Dominik, Vincent)
+- Новый вид кнопок в стиле Android (Dominik, Vincent)
+- Исправления API (Dominik)
+- Импорт Keybase.io (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
+- Сертификация ключей (благодаря Vincent Breitmoser)
+- Поддержка частично-секретных ключей GnuPG (благодаря Vincent Breitmoser)
+- Новый дизайн проверки подписи
+- Произвольная длина ключей (благодаря Greg Witczak)
+- Исправление ошибки получения данных от других приложений
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)
+- Исправлено симметричное шифрование сообщений/файлов
+- Переработано окно изменения ключа (благодаря Ash Hughes)
+- Новый дизайн для окон шифрования/расшифровки
+- OpenPGP API версии 3 (множественные аккаунты, внутренние исправления, поиск ключей)
2.4
-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):
+
Спасибо всем участникам Google Summer of Code 2014, которые помогли сделать этот выпуск, добавив функции и исправив ошибки!
+Из общего числа патчей, особенный вклад внесли следующие люди (в алфавитном порядке):
Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.
-- 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…
+- Новый объединенный список ключей
+- Цветовая индикация отпечатков ключей
+- Поддержка портов серверов ключей
+- Отключена возможность создавать слабые ключи
+- Ещё больше улучшений работы API
+- Сертификация пользовательских данных
+- Запрос к серверу ключей основывается на машинном формате вывода
+- Фиксация панели на планшетах
+- Подсказки email при создании ключей
+- Поиск в списках публичных ключей
+- И множество других исправлений и улучшений...
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
+- Удален не требующийся экспорт публичного ключа при экспорте секретного ключа (спасибо, Ash Hughes)
+- Исправлена ошибка срока годности ключей (спасибо, Ash Hughes)
+- Исправления ошибок при изменении ключей (спасибо, Ash Hughes)
+- Запрос ключа с сервера прямо из окна импорта ключей
+- Исправление внешнего вида для Android 2.2-3.0
+- Исправлено падение когда ключ не содержал идентификатор пользователя
+- Исправлено падение и пустой список при возвращении из окна подписания
+- Криптографическая библиотека Bouncy Castle обновлена с версии 1.47 до 1.50 и пересобрана
+- Исправлена загрузка ключа из окна подписания
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
+- Новый дизайн с боковой панелью
+- Новый дизайн списка ключей
+- Новый вид просмотра ключа
+- Исправление ошибок импорта ключей
+- Кросс-сертификация ключей (спасибо, Ash Hughes)
+- Правильная обработка паролей в UTF-8 (спасибо, Ash Hughes)
+- Первая версия с новыми языками (спасибо переводчикам с Transifex)
+- Исправление и улучшение передачи ключей через QR коды
+- Проверка подписей пакетов для API
2.1.1
-- API Updates, preparation for K-9 Mail integration
+- Обновление API, подготовка к интеграции с K-9 Mail
2.1
-- Lots of bug fixes
-- New API for developers
-- PRNG bug fix by Google
+- Множество исправлений ошибок
+- Новый API для разработчиков
+- Исправление ошибки генератора случайных чисел
2.0
-- Complete redesign
-- Share public keys via QR codes, NFC beam
-- Sign keys
-- Upload keys to server
-- Fixes import issues
-- New AIDL API
+- Переработка дизайна
+- Передача ключей через QR коды и NFC
+- Подписание ключей
+- Загрузка ключей на сервер
+- Исправление проблем импорта
+- Новый 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
+- Поддержка серверов ключей
+- App2SD
+- Больше вариантов сохранения кэша пароля: 1, 2, 4, 8 часов
+- Переводы: Норвежский (спасибо, Sander Danielsen), Китайский (спасибо, Zhang Fredrick)
+- Исправления ошибок
+- Оптимизация
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)
+- Исправление ошибки при проверке подписи текста с переводом строки
+- Больше вариантов сохранения кэша пароля (20, 40, 60 минут)
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
+- Исправление ошибки создания записи на Froyo
+- Безопасное удаление файлов
+- Опция удаления файла ключа после импорта
+- Передача шифрования (галерея и т.д.)
+- Новые возможности (язык, v3 подписи)
+- Изменения интерфейса
+- Исправления ошибок
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
+- Исправление еще одной ошибки, возникающей в SDK
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
+- Фильтр списка ключей
+- Улучшение выбора ключей шифрования
+- Добавлена возможность шифровать файлы прямо из файлового менеджера
+- Исправления ошибок и новые возможности для интеграции с K-9 Mail
1.0.1
-- GMail account listing was broken in 1.0.0, fixed again
+- Исправление выбора учетной записи GMail, сломанного в 1.0.0
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
+- интеграция с K-9 Mail, APG поддерживает beta-версию K-9 Mail
+- Поддержка сторонних файловых менеджеров (в т.ч. ASTRO)
+- Словенский перевод
+- Новая база данных, еще быстрее и компактнее
+- Добавлены обработчики для взаимодействия с другими приложениями
+- Исправления ошибок