Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Little fixes | Daniel Haß | 2014-03-03 | 2 | -2/+1 | |
| | | | | | ||||||
| * | | | | Added FileHasNoContent string | Daniel Haß | 2014-03-03 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Added exception for empty files | Daniel Haß | 2014-03-03 | 1 | -1/+17 | |
| | | | | | ||||||
| * | | | | Added handler for FileHasNoContent exception, some clean up | Daniel Haß | 2014-03-03 | 1 | -6/+13 | |
| | | | | | ||||||
* | | | | | use parameter in updateFromKeyserver | Dominik Schürmann | 2014-03-08 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | beta4 | Dominik Schürmann | 2014-03-08 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Revert "Fix for #347" | Dominik Schürmann | 2014-03-07 | 1 | -3/+0 | |
| | | | | | | | | | | | | This reverts commit dd80ddd6f95d7f659929a49d3bff62492692c4fa. | |||||
* | | | Merge pull request #366 from uberspot/master | Dominik Schürmann | 2014-03-07 | 34 | -63/+38 | |
|\ \ \ | | | | | | | | | Minor code clean up | |||||
| * | | | removed useless semicolons, fixed some parameters in documenation, ↵ | uberspot | 2014-03-07 | 15 | -29/+23 | |
| | | | | | | | | | | | | | | | | simplified some conditionals | |||||
| * | | | move hardcode strings to strings.xml | uberspot | 2014-03-07 | 10 | -10/+13 | |
| | | | | ||||||
| * | | | remove unused imports and unthrown exceptions | uberspot | 2014-03-07 | 10 | -24/+2 | |
| | | | | ||||||
* | | | | Merge pull request #367 from hav3n/branch-fixes | Dominik Schürmann | 2014-03-07 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | Fix for #347 | |||||
| * | | | | Fix for #347 | Nikhil Peter Raj | 2014-03-08 | 1 | -0/+3 | |
| | |_|/ | |/| | | ||||||
* | | | | Move search view into onCreateView, fixes #365 | Dominik Schürmann | 2014-03-07 | 2 | -13/+91 | |
| |/ / |/| | | ||||||
* | | | move search view from activity to fragment by setting it as a list header, ↵ | Dominik Schürmann | 2014-03-07 | 4 | -26/+26 | |
| | | | | | | | | | | | | better reusability! Required for service activites | |||||
* | | | Reworking main KeyListPublicFragment to get progress indicator | Dominik Schürmann | 2014-03-07 | 3 | -78/+157 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-03-07 | 3 | -0/+26 | |
|\ \ | ||||||
| * | | Add option for sharing encrypted file. | Miroojin Bakshi | 2014-03-07 | 3 | -0/+26 | |
| | | | ||||||
* | | | Cleanup code, search with preceeding % | Dominik Schürmann | 2014-03-07 | 2 | -34/+14 | |
|/ / | ||||||
* | | API: get key | Dominik Schürmann | 2014-03-07 | 1 | -12/+45 | |
| | | ||||||
* | | remove icon from nfc dialog | Dominik Schürmann | 2014-03-06 | 1 | -1/+0 | |
| | | ||||||
* | | Merge pull request #344 from ankushb92/ankush2 | Dominik Schürmann | 2014-03-06 | 28 | -85/+85 | |
|\ \ | | | | | | | #338 | |||||
| * | | corrected commit | Ankush | 2014-03-07 | 28 | -85/+85 | |
| | | | | | | | | | | | | | | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338 | |||||
* | | | remove unused search definitions from manifest | Dominik Schürmann | 2014-03-06 | 1 | -40/+0 | |
| | | | ||||||
* | | | Multiselect: Create 'select all' in public and secret keylist | uberspot | 2014-03-06 | 10 | -12/+28 | |
| | | | ||||||
* | | | add lock icon for 'Encrypt to..' multiselect option | uberspot | 2014-03-06 | 5 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #349 from uberspot/master | Dominik Schürmann | 2014-03-06 | 3 | -0/+0 | |
|\ \ \ | | | | | | | | | Add search icon for other dpi | |||||
| * | | | Add search icon for other dpi | uberspot | 2014-03-06 | 3 | -0/+0 | |
| | | | | ||||||
* | | | | 2.3.1 beta3 | Dominik Schürmann | 2014-03-06 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fix documentation and variable naming in API | Dominik Schürmann | 2014-03-06 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Fix verify of cleartext signatures with unknown keys | Dominik Schürmann | 2014-03-06 | 1 | -3/+5 | |
|/ / / | ||||||
* | | | Merge pull request #342 from mb-14/search | Dominik Schürmann | 2014-03-06 | 5 | -11/+93 | |
|\ \ \ | |/ / |/| | | Implement search for KeyListPublicFragment and SelectPublicKeyFragment | |||||
| * | | Use selectionArgs parameter to pass mCurquery. | Miroojin Bakshi | 2014-03-06 | 2 | -8/+12 | |
| | | | ||||||
| * | | Implement search for SelectPublicKeyFragment | Miroojin Bakshi | 2014-03-06 | 2 | -5/+39 | |
| | | | ||||||
| * | | Implement search for KeyListPublicFragment | Miroojin Bakshi | 2014-03-06 | 3 | -5/+49 | |
| | | | ||||||
* | | | Merge branch 'master' of ↵ | Miroojin Bakshi | 2014-03-06 | 27 | -574/+930 | |
|\ \ \ | | | | | | | | | | | | | https://github.com/openpgp-keychain/openpgp-keychain into datefix | |||||
| * \ \ | Merge pull request #328 from bhargavgolla/patch-1 | Dominik Schürmann | 2014-03-05 | 1 | -1/+20 | |
| |\ \ \ | | |/ / | |/| | | Issue #234 : Adding a min date not to go below creation date | |||||
| | * | | Removed log statements as per Dominik's suggestions | Bhargav Golla | 2014-03-05 | 1 | -4/+0 | |
| | | | | ||||||
| | * | | Set min date to one day after Created Date. Works on Honeycomb and above | Bhargav Golla | 2014-03-05 | 1 | -4/+25 | |
| | | | | ||||||
| | * | | Adding a min date not to go below creation date | Bhargav Golla | 2014-03-04 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #339 from uberspot/master | Dominik Schürmann | 2014-03-05 | 6 | -83/+323 | |
| |\ \ \ | | | | | | | | | | | Put Preferences in subscreen | |||||
| | * | | | Put Preferences in subscreen | uberspot | 2014-03-05 | 6 | -83/+323 | |
| | |/ / | ||||||
| * / / | Lint Issue: | Daniel Hammann | 2014-03-05 | 10 | -263/+263 | |
| |/ / | | | | | | | | | | | | | | | | TypographyEllipsis: Ellipsis string can be replaced with ellipsis character Replace "..." with ellipsis character (…, …) ... -> … | |||||
| * | | Fix passphrase retrieval | Dominik Schürmann | 2014-03-05 | 1 | -8/+10 | |
| | | | ||||||
| * | | Code cleaning in PgpDecryptVerify | Dominik Schürmann | 2014-03-04 | 1 | -42/+46 | |
| | | | ||||||
| * | | Fix license header of key server files | Dominik Schürmann | 2014-03-04 | 2 | -2/+6 | |
| | | | ||||||
| * | | Remove unused imports | Dominik Schürmann | 2014-03-04 | 1 | -6/+0 | |
| | | | ||||||
| * | | name KeychainIntentService properly | Dominik Schürmann | 2014-03-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update from transifex | Dominik Schürmann | 2014-03-04 | 8 | -26/+26 | |
| | | | ||||||
| * | | 2.3.1 beta2 | Dominik Schürmann | 2014-03-04 | 2 | -3/+3 | |
| | | |