aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
Commit message (Expand)AuthorAgeFilesLines
* Decrease javaMaxHeapSize, fix F-Droid buildDominik Schürmann2016-05-191-1/+1
* Version 4.0Dominik Schürmann2016-05-181-2/+2
* Pull from transifexDominik Schürmann2016-05-1839-98/+641
* Changelog, contributorsDominik Schürmann2016-05-182-0/+10
* rename ExportTest to BackupOperationTestVincent Breitmoser2016-05-171-1/+1
* refactor BackupOperation a bit, make more illegal states explicitVincent Breitmoser2016-05-173-61/+126
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-174-16/+21
* shorten pin preference stringVincent Breitmoser2016-05-171-1/+1
* Merge pull request #1870 from AlexFJW/RemovedDuplicateCodeVincent2016-05-1727-84/+69
|\
| * Slight changes for consistencyAlex Fong2016-05-162-3/+3
| * Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-1527-84/+69
* | Padding cleanupAndrea Torlaschi2016-05-172-47/+29
* | Remove dividersAndrea Torlaschi2016-05-172-15/+0
* | Settings: remove unuseful initializationAndrea Torlaschi2016-05-173-20/+1
* | Settings: change CheckBoxPreference to SwitchPreferenceAndrea Torlaschi2016-05-173-12/+5
* | Add new build type to mitigate debugging issuesNikita Mikhailov2016-05-171-7/+11
|/
* 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-123-36/+1
* service: support progress reporting through a messenger in decryptVerifyVincent Breitmoser2016-05-111-9/+54
* update progress handling in PgpDecryptVerifyOperationVincent Breitmoser2016-05-114-40/+36
* Merge pull request #1865 from vanitasvitae/masterDominik Schürmann2016-05-115-159/+109
|\
| * Removed authorship, added license etc.vanitasvitae2016-05-111-8/+23
| * Fixed 'Orbot appears not to be running' (#1792)vanitasvitae2016-05-115-159/+94
* | PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-1013-391/+564
|/
* Merge pull request #1860 from mgeier63/masterDominik Schürmann2016-05-081-2/+2
|\
| * use new service interface instead of deprecated old interfacemgeier632016-05-081-2/+2
* | 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-07260-4308/+12232
|\
| * 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
| * Version 3.9.6 betaDominik Schürmann2016-05-051-2/+2
| * Fix formattingDominik Schürmann2016-05-052-4/+4
| * Revert "Added warning dialog for importing keys"Dominik Schürmann2016-05-052-29/+0
| * Slight amendments for clarityAlex Fong2016-05-053-2/+5
| * Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcelAlex Fong2016-05-0512-28/+38
| * 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-052-0/+29
| * Refactoring: Removed PassphraseChangeParcel and placed its functionality into...Alex Fong2016-05-0517-206/+173
| * Removed unrequired code, standardized terms used.Alex Fong2016-05-053-32/+15
| * 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-0420-73/+346
| * 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