Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Enforce private key for applications, verify signed-only texts without ↵ | Dominik Schürmann | 2014-03-04 | 5 | -162/+250 |
| | | | | | | | | passphrase input, better internal decrypt and verify method | ||||
| * | return SIGNATURE_SUCCESS_UNCERTIFIED from service | Dominik Schürmann | 2014-03-04 | 2 | -2/+4 |
| | | |||||
* | | Use string from strings.xml | Miroojin Bakshi | 2014-03-06 | 2 | -1/+2 |
| | | |||||
* | | Add documentation | Miroojin Bakshi | 2014-03-06 | 1 | -3/+8 |
| | | |||||
* | | Hide CalendarView in tablets | Miroojin Bakshi | 2014-03-04 | 1 | -0/+3 |
| | | |||||
* | | Extend DatePickerDialog and override setTitle() method. | Miroojin Bakshi | 2014-03-04 | 1 | -1/+12 |
|/ | |||||
* | Merge pull request #322 from mj7007/smooth_activity_switch | Dominik Schürmann | 2014-03-04 | 1 | -8/+15 |
|\ | | | | | Smooth Activity Switch Fixed | ||||
| * | Smooth Activity Switch Fixed | mj7007 | 2014-03-04 | 1 | -8/+15 |
| | | |||||
* | | Merge pull request #315 from jessicayuen/master | Dominik Schürmann | 2014-03-04 | 7 | -11/+87 |
|\ \ | | | | | | | #226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable. | ||||
| * | | #226: Small fix to prevent message from being sent if IntentService is canceled | Jessica Yuen | 2014-03-03 | 1 | -0/+16 |
| | | | |||||
| * | | #226: Async key gen task is stopped if progress is canceled | Jessica Yuen | 2014-03-02 | 5 | -17/+40 |
| | | | |||||
| * | | #226: Activity no longer closes if progress is canceled for key creation in ↵ | Jessica Yuen | 2014-03-02 | 5 | -10/+17 |
| | | | | | | | | | | | | EditKeyActivity | ||||
| * | | #226: Added cancel option to ProgressDialogFragments. Create Key is now ↵ | Jessica Yuen | 2014-03-02 | 6 | -9/+39 |
| | | | | | | | | | | | | cancelable. | ||||
* | | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-03-03 | 6 | -11/+17 |
|\ \ \ | |||||
| * | | | Fix NewApi Lint Errors | Emantor | 2014-03-03 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix missing ; import android.annotation.TargetApi where needed | ||||
| * | | | Fix DefaultLocale Lint Warnings | Emantor | 2014-03-03 | 1 | -3/+4 |
| | | | | |||||
| * | | | Fix ScrollViewSize Lint Warnings | Emantor | 2014-03-03 | 3 | -6/+6 |
| | | | | |||||
* | | | | change ordering in Intent descriptions for better readability in small dialogs | Dominik Schürmann | 2014-03-03 | 1 | -4/+4 |
|/ / / | |||||
* | | | version code 23101 for beta testing | Dominik Schürmann | 2014-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | version code 23101 for beta testing | Dominik Schürmann | 2014-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Update from transifex | Dominik Schürmann | 2014-03-02 | 39 | -276/+626 |
| | | | |||||
* | | | API changes | Dominik Schürmann | 2014-03-02 | 3 | -160/+132 |
|/ / | |||||
* | | Merge pull request #306 from danielhass/keyserver-conerror | Dominik Schürmann | 2014-02-28 | 5 | -27/+102 |
|\ \ | | | | | | | Show error if keyserver is not reachable | ||||
| * | | Some clean up | Daniel Haß | 2014-02-28 | 1 | -4/+2 |
| | | | |||||
| * | | Added different notifys for different exceptions | Daniel Haß | 2014-02-27 | 1 | -6/+17 |
| | | |