aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Added handler for FileHasNoContent exception, some clean upDaniel Haß2014-03-031-6/+13
| | | | | | | | |
| * | | | | | | | use parameter in updateFromKeyserverDominik Schürmann2014-03-081-1/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Revert "Fix for #347"Dominik Schürmann2014-03-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dd80ddd6f95d7f659929a49d3bff62492692c4fa.
| * | | | | | | Merge pull request #366 from uberspot/masterDominik Schürmann2014-03-0724-53/+25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Minor code clean up
| | * | | | | | | removed useless semicolons, fixed some parameters in documenation, ↵uberspot2014-03-0715-29/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplified some conditionals
| | * | | | | | | remove unused imports and unthrown exceptionsuberspot2014-03-0710-24/+2
| | | | | | | | |
| * | | | | | | | Merge pull request #367 from hav3n/branch-fixesDominik Schürmann2014-03-071-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix for #347
| | * | | | | | | | Fix for #347Nikhil Peter Raj2014-03-081-0/+3
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Move search view into onCreateView, fixes #365Dominik Schürmann2014-03-071-6/+91
| | |/ / / / / / | |/| | | | | |
| * | | | | | | move search view from activity to fragment by setting it as a list header, ↵Dominik Schürmann2014-03-072-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | better reusability! Required for service activites
| * | | | | | | Reworking main KeyListPublicFragment to get progress indicatorDominik Schürmann2014-03-072-24/+72
| |/ / / / / /
| * | | | | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychainDominik Schürmann2014-03-071-0/+11
| |\ \ \ \ \ \
| | * | | | | | Add option for sharing encrypted file.Miroojin Bakshi2014-03-071-0/+11
| | | |_|_|_|/ | | |/| | | |
| * / | | | | Cleanup code, search with preceeding %Dominik Schürmann2014-03-072-34/+14
| |/ / / / /
| * | | | | API: get keyDominik Schürmann2014-03-071-12/+45
| | | | | |
| * | | | | remove icon from nfc dialogDominik Schürmann2014-03-061-1/+0
| | | | | |
| * | | | | Merge pull request #344 from ankushb92/ankush2Dominik Schürmann2014-03-0614-65/+65
| |\ \ \ \ \ | | | | | | | | | | | | | | #338
| | * | | | | corrected commitAnkush2014-03-0714-65/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
| * | | | | | Multiselect: Create 'select all' in public and secret keylistuberspot2014-03-063-12/+19
| | | | | | |
| * | | | | | Fix documentation and variable naming in APIDominik Schürmann2014-03-062-8/+8
| | | | | | |
| * | | | | | Fix verify of cleartext signatures with unknown keysDominik Schürmann2014-03-061-3/+5
| | | | | | |
| * | | | | | Merge pull request #342 from mb-14/searchDominik Schürmann2014-03-062-10/+79
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Implement search for KeyListPublicFragment and SelectPublicKeyFragment
| | * | | | | Use selectionArgs parameter to pass mCurquery.Miroojin Bakshi2014-03-062-8/+12
| | | | | | |
| | * | | | | Implement search for SelectPublicKeyFragmentMiroojin Bakshi2014-03-061-5/+31
| | | | | | |
| | * | | | | Implement search for KeyListPublicFragmentMiroojin Bakshi2014-03-061-4/+43
| | | | | | |
| * | | | | | Merge branch 'master' of ↵Miroojin Bakshi2014-03-069-265/+540
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openpgp-keychain/openpgp-keychain into datefix
| | * \ \ \ \ \ Merge pull request #328 from bhargavgolla/patch-1Dominik Schürmann2014-03-051-1/+20
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | Issue #234 : Adding a min date not to go below creation date
| | | * | | | | Removed log statements as per Dominik's suggestionsBhargav Golla2014-03-051-4/+0
| | | | | | | |
| | | * | | | | Set min date to one day after Created Date. Works on Honeycomb and aboveBhargav Golla2014-03-051-4/+25
| | | | | | | |
| | | * | | | | Adding a min date not to go below creation dateBhargav Golla2014-03-041-1/+3
| | | | | | | |
| | * | | | | | Put Preferences in subscreenuberspot2014-03-051-66/+226
| | |/ / / / /
| | * | | | | Fix passphrase retrievalDominik Schürmann2014-03-051-8/+10
| | | | | | |
| | * | | | | Code cleaning in PgpDecryptVerifyDominik Schürmann2014-03-041-42/+46
| | | | | | |
| | * | | | | Fix license header of key server filesDominik Schürmann2014-03-042-2/+6
| | | | | | |
| | * | | | | Remove unused importsDominik Schürmann2014-03-041-6/+0
| | | | | | |
| | * | | | | name KeychainIntentService properlyDominik Schürmann2014-03-041-1/+1
| | | | | | |
| | * | | | | 2.3.1 beta2Dominik Schürmann2014-03-041-1/+1
| | | | | | |
| | * | | | | Enforce private key for applications, verify signed-only texts without ↵Dominik Schürmann2014-03-045-162/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | passphrase input, better internal decrypt and verify method
| | * | | | | return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
| | | | | | |
| * | | | | | Use string from strings.xmlMiroojin Bakshi2014-03-061-1/+1
| | | | | | |
| * | | | | | Add documentationMiroojin Bakshi2014-03-061-3/+8
| | | | | | |
| * | | | | | Hide CalendarView in tabletsMiroojin Bakshi2014-03-041-0/+3
| | | | | | |
| * | | | | | Extend DatePickerDialog and override setTitle() method.Miroojin Bakshi2014-03-041-1/+12
| |/ / / / /
* | | | | | add certify action button to viewkeymainfragmentVincent Breitmoser2014-03-121-0/+17
| | | | | |
* | | | | | add empty view to viewkeycertsfragmentVincent Breitmoser2014-03-121-0/+2
| | | | | |
* | | | | | add menu to viewcertactivityVincent Breitmoser2014-03-121-4/+42
| | | | | |
* | | | | | add view cert activityVincent Breitmoser2014-03-126-10/+223
| | | | | |
* | | | | | add "show unknown signatures" buttonVincent Breitmoser2014-03-112-15/+32
| | | | | |
* | | | | | add keys we don't know about, just for funVincent Breitmoser2014-03-111-0/+2
| | | | | |
* | | | | | experimental cert list, properVincent Breitmoser2014-03-113-34/+268
| | | | | |