aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove non-encrypted backuping"Dominik Schürmann2016-05-121-14/+31
* Remove non-encrypted backupingDominik Schürmann2016-05-121-31/+14
* Fix license headerDominik Schürmann2016-05-1212-7/+178
* Fix NPE in NetworkReceiverDominik Schürmann2016-05-121-2/+3
* Revert "Add + button besides TokenAutoComplete, Issue #925"Dominik Schürmann2016-05-122-27/+0
* service: support progress reporting through a messenger in decryptVerifyVincent Breitmoser2016-05-111-9/+54
* update progress handling in PgpDecryptVerifyOperationVincent Breitmoser2016-05-113-39/+34
* Merge pull request #1865 from vanitasvitae/masterDominik Schürmann2016-05-114-159/+103
|\
| * Removed authorship, added license etc.vanitasvitae2016-05-111-8/+23
| * Fixed 'Orbot appears not to be running' (#1792)vanitasvitae2016-05-114-159/+88
* | PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-1012-349/+496
|/
* SecurityToken: add support for 3072 & 4096bit RSA keysNikita Mikhailov2016-05-081-17/+32
* Update openpgp-api-libDominik Schürmann2016-05-071-1/+0
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-07107-2908/+5224
|\
| * A simple fix to clear the list of detected keys when parsing key file gives a...Alex Fong2016-05-071-0/+1
| * external-provider: only allow permission check for caller package namesVincent Breitmoser2016-05-062-36/+47
| * Fix formattingDominik Schürmann2016-05-052-4/+4
| * Revert "Added warning dialog for importing keys"Dominik Schürmann2016-05-051-27/+0
| * Slight amendments for clarityAlex Fong2016-05-052-1/+4
| * Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-054-6/+16
| * Added license to ChangeUnlockOperationAlex Fong2016-05-051-0/+17
| * Edited commentsAlex Fong2016-05-051-2/+2
| * Fixed warnings encounteredAlex Fong2016-05-052-2/+1
| * Added warning dialog for importing keysAlex Fong2016-05-051-0/+27
| * Refactoring: Removed PassphraseChangeParcel and placed its functionality into...Alex Fong2016-05-059-184/+151
| * Removed unrequired code, standardized terms used.Alex Fong2016-05-052-31/+14
| * Refactored code to use functions already present in code, reduced liberties t...Alex Fong2016-05-052-28/+29
| * (WIP) Change password when key is stripped #1692Alex Fong2016-05-0410-64/+336
| * api: add a comment explaining use of wrapperBundleVincent Breitmoser2016-05-041-0/+1
| * api: ACTION_GET_KEY selects by any subkey, rather than just master key idVincent Breitmoser2016-05-041-1/+2
| * Fix rotation crash in CreateSecurityTokenWaitFragmentNikita Mikhailov2016-05-011-2/+2
| * Fix error codes for ykneo-openpgp 1.0.11Dominik Schürmann2016-04-301-24/+49
| * Remove lefover commentDominik Schürmann2016-04-301-1/+1
| * Fix animation in manage keys for security tokensDominik Schürmann2016-04-309-30/+47
| * Fix createUserIdDominik Schürmann2016-04-291-1/+1
| * Merge pull request #1819 from 007durgesh219/Issue#1817Dominik Schürmann2016-04-296-24/+31
| |\
| | * Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-146-24/+31
| * | Use proper ImportKeysProxyActivity to scan QR CodesDominik Schürmann2016-04-291-5/+6
| * | Merge branch 'master' of https://github.com/LuboViluda/open-keychain into Lub...Dominik Schürmann2016-04-291-0/+58
| |\ \
| | * | unnecesary code removedLubo Viluda2016-04-121-1/+0
| | * | Unnecesary code removed and string repairedLubo Viluda2016-04-121-1/+1
| | * | Activity renamedLubo Viluda2016-04-041-2/+2
| | * | Changed activity during RedirectKeysActivityLubo Viluda2016-04-041-6/+1
| | * | Theme changeLubo Viluda2016-03-241-1/+0
| | * | upgrade of Redirect import activityLubo Viluda2016-03-241-23/+28
| | * | #1661 - Don't expose CertifyActivityLubo Viluda2016-03-201-0/+60
| * | | Use StringBuilder.append() according to lintDominik Schürmann2016-04-291-2/+6
| * | | Re-enable move-to-card option, improve stringsDominik Schürmann2016-04-294-89/+81
| * | | Include only add button in dropdown widthDominik Schürmann2016-04-291-2/+2
| * | | Merge branch 'Issue#925' of https://github.com/007durgesh219/open-keychain in...Dominik Schürmann2016-04-292-0/+27
| |\ \ \