Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve label_keyservers | Dominik Schürmann | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Version 4.0.1 | Dominik Schürmann | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | Decrease javaMaxHeapSize, fix F-Droid build | Dominik Schürmann | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Version 4.0 | Dominik Schürmann | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2016-05-18 | 39 | -98/+641 |
| | |||||
* | Changelog, contributors | Dominik Schürmann | 2016-05-18 | 2 | -0/+10 |
| | |||||
* | rename ExportTest to BackupOperationTest | Vincent Breitmoser | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | refactor BackupOperation a bit, make more illegal states explicit | Vincent Breitmoser | 2016-05-17 | 3 | -61/+126 |
| | |||||
* | make unencrypted backup an explicit parameter | Vincent Breitmoser | 2016-05-17 | 4 | -16/+21 |
| | |||||
* | shorten pin preference string | Vincent Breitmoser | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1870 from AlexFJW/RemovedDuplicateCode | Vincent | 2016-05-17 | 28 | -84/+69 |
|\ | | | | | Shifted duplicate method implementations from KeyRing to openpgp-api … | ||||
| * | Slight changes for consistency | Alex Fong | 2016-05-16 | 2 | -3/+3 |
| | | |||||
| * | Shifted duplicate method implementations from KeyRing to openpgp-api submodule | Alex Fong | 2016-05-15 | 28 | -84/+69 |
| | | |||||
* | | Merge pull request #1871 from runnerway/ui-01 | Vincent | 2016-05-17 | 6 | -92/+33 |
|\ \ | | | | | | | Minor UI improvements and cleanup | ||||
| * | | Padding cleanup | Andrea Torlaschi | 2016-05-17 | 2 | -47/+29 |
| | | | |||||
| * | | Remove dividers | Andrea Torlaschi | 2016-05-17 | 2 | -15/+0 |
| | | | | | | | | | | | | Divider shouldn't be used after last item | ||||
| * | | Settings: remove unuseful initialization | Andrea Torlaschi | 2016-05-17 | 3 | -20/+1 |
| | | | |||||
| * | | Settings: change CheckBoxPreference to SwitchPreference | Andrea Torlaschi | 2016-05-17 | 3 | -12/+5 |
|/ / | |||||
* | | Merge pull request #1869 from nmikhailov/debuggable_builds | Dominik Schürmann | 2016-05-17 | 1 | -7/+11 |
|\ \ | |/ |/| | Add new build type to mitigate debugging issues | ||||
| * | Add new build type to mitigate debugging issues | Nikita Mikhailov | 2016-05-17 | 1 | -7/+11 |
|/ | |||||
* | Revert "Remove non-encrypted backuping" | Dominik Schürmann | 2016-05-12 | 1 | -14/+31 |
| | | | | This reverts commit 5b87b648559b9c6e8dd8096da38cf712e696e4c0. | ||||
* | Remove non-encrypted backuping | Dominik Schürmann | 2016-05-12 | 1 | -31/+14 |
| | |||||
* | Fix license header | Dominik Schürmann | 2016-05-12 | 12 | -7/+178 |
| | |||||
* | Fix NPE in NetworkReceiver | Dominik Schürmann | 2016-05-12 | 1 | -2/+3 |
| | |||||
* | Revert "Add + button besides TokenAutoComplete, Issue #925" | Dominik Schürmann | 2016-05-12 | 3 | -36/+1 |
| | | | | | | | This reverts commit 72d2a627ff7641a660628ed5d634209a93efebd2. Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/EncryptKeyCompletionView.java | ||||
* | service: support progress reporting through a messenger in decryptVerify | Vincent Breitmoser | 2016-05-11 | 2 | -9/+54 |
| | |||||
* | update progress handling in PgpDecryptVerifyOperation | Vincent Breitmoser | 2016-05-11 | 4 | -40/+36 |
| | | | | | | | | - less progress messages overall - report progress again based on input stream position, if filesize is known - limit progress messages to one every 200ms while decrypting - also fixed a bug in DecryptListFragment, the recycler view now reuses old views as intended instead of crossfading all the time. | ||||
* | Merge pull request #1865 from vanitasvitae/master | Dominik Schürmann | 2016-05-11 | 5 | -159/+109 |
|\ | | | | | Fixed 'Orbot appears not to be running' (#1792) | ||||
| * | Removed authorship, added license etc. | vanitasvitae | 2016-05-11 | 1 | -8/+23 |
| | | |||||
| * | Fixed 'Orbot appears not to be running' (#1792) | vanitasvitae | 2016-05-11 | 5 | -159/+94 |
| | | |||||
* | | Merge pull request #1771 from runnerway/refactoring-operation | Dominik Schürmann | 2016-05-11 | 13 | -391/+564 |
|\ \ | |/ |/| | PgpSignEncryptOperation refactoring | ||||
| * | PgpSignEncryptOperation refactoring | Andrea Torlaschi | 2016-05-10 | 13 | -391/+564 |
|/ | |||||
* | Travis: use old workaround due to ↵ | Dominik Schürmann | 2016-05-08 | 1 | -2/+9 |
| | | | | https://github.com/travis-ci/travis-ci/issues/5669 | ||||
* | Merge pull request #1860 from mgeier63/master | Dominik Schürmann | 2016-05-08 | 1 | -2/+2 |
|\ | | | | | in OpenPgpServiceTest, use new service interface instead of deprecated old interface | ||||
| * | use new service interface instead of deprecated old interface | mgeier63 | 2016-05-08 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1858 from nmikhailov/fix4k | Dominik Schürmann | 2016-05-08 | 1 | -17/+32 |
|\ \ | |/ |/| | SecurityToken: add support for 3072 & 4096bit RSA keys | ||||
| * | SecurityToken: add support for 3072 & 4096bit RSA keys | Nikita Mikhailov | 2016-05-08 | 1 | -17/+32 |
|/ | |||||
* | Update openpgp-api-lib | Dominik Schürmann | 2016-05-07 | 2 | -1/+0 |
| | |||||
* | Merge branch 'backup-api' | Dominik Schürmann | 2016-05-07 | 12 | -31/+221 |
|\ | |||||
| * | Update openpgp-api-lib | Dominik Schürmann | 2016-05-07 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' into backup-api | Dominik Schürmann | 2016-05-07 | 272 | -4349/+12274 |
| |\ | |/ |/| | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib | ||||
* | | Merge pull request #1855 from AlexFJW/ImportKeyFix | Dominik Schürmann | 2016-05-07 | 1 | -0/+1 |
|\ \ | | | | | | | Fixes bug for #1854 | ||||
| * | | A simple fix to clear the list of detected keys when parsing key file gives ↵ | Alex Fong | 2016-05-07 | 1 | -0/+1 |
|/ / | | | | | | | an error. | ||||
* | | external-provider: only allow permission check for caller package names | Vincent Breitmoser | 2016-05-06 | 2 | -36/+47 |
| | | |||||
* | | Version 3.9.6 beta | Dominik Schürmann | 2016-05-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'AlexFJW-StrippedChangePass' | Dominik Schürmann | 2016-05-05 | 19 | -105/+358 |
|\ \ | |||||
| * | | Fix formatting | Dominik Schürmann | 2016-05-05 | 2 | -4/+4 |
| | | | |||||
| * | | Revert "Added warning dialog for importing keys" | Dominik Schürmann | 2016-05-05 | 2 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 9d35dcb0e924a7f8afcfcaa86752efb40799a456. Conflicts: OpenKeychain/src/main/res/values/strings.xml | ||||
| * | | Slight amendments for clarity | Alex Fong | 2016-05-05 | 3 | -2/+5 |
| | | | |||||
| * | | Refactored to reduce coupling between ChangeUnlockParcel and SaveKeyringParcel | Alex Fong | 2016-05-05 | 12 | -28/+38 |
| | | |