Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵ | Daniel Ramos | 2015-04-26 | 17 | -224/+533 |
|\ | | | | | | | into development | ||||
| * | UI fixes for Android < 5 | Dominik Schürmann | 2015-04-26 | 3 | -11/+6 |
| | | |||||
| * | Put decrypt result in toolbar, some ui fixes for decrypt | Dominik Schürmann | 2015-04-26 | 2 | -12/+13 |
| | | |||||
| * | Switch to new support lib version 22.1 | Dominik Schürmann | 2015-04-25 | 10 | -41/+19 |
| | | |||||
| * | Set different titles when changing in nav drawer | Dominik Schürmann | 2015-04-25 | 1 | -6/+10 |
| | | |||||
| * | Fix empty screen when clicking on encrypt in details view | Dominik Schürmann | 2015-04-25 | 1 | -5/+2 |
| | | |||||
| * | Merge pull request #1220 from vectorijk/SwitchToMaterialDrawer | Dominik Schürmann | 2015-04-25 | 1 | -20/+154 |
| |\ | | | | | | | Switch to MaterialDrawer library | ||||
| | * | Fix #1197 Switch to MaterialDrawer library | vectorijk | 2015-04-24 | 1 | -44/+85 |
| | | | |||||
| | * | Introduce and Switch to mikepenz/MaterialDrawer | vectorijk | 2015-04-24 | 1 | -25/+118 |
| | | | |||||
| * | | fix encrypt activity layout | Vincent Breitmoser | 2015-04-24 | 1 | -2/+1 |
| | | | |||||
| * | | revamp decrypt ui | Vincent Breitmoser | 2015-04-24 | 3 | -149/+347 |
| |/ | |||||
* | | Merge branch 'localdev' of https://github.com/Hiperzone/open-keychain into ↵ | Daniel Ramos | 2015-04-24 | 2 | -44/+89 |
|\ \ | |/ |/| | | | | | | | | | development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseNfcActivity.java | ||||
| * | -Fixed a crash while recreating CreateKeyEmailFragment | Daniel Ramos | 2015-04-24 | 1 | -16/+16 |
| | | | | | | | | | | -Email data is properly restored while rotating the Activity. -Added necessary logic to guarantee that an email is actually valid before continuing, there are verifications for empty, duplicated and invalid formatted emails for both additional and main email. | ||||
| * | -Improved email sanity verifications when adding emails when creating a new Key | Daniel Ramos | 2015-04-14 | 3 | -30/+79 |
| | | | | | | | | | | | | -fixed a few NFC crashes -fixed a few instances when showing the keyboard would crash the Activity -fixed a case where adding new emails would crash the app if the user went back and forth between the Add Email fragment and the Add Name fragment. | ||||
* | | Fixed Snackbar behind layout | Manoj Khanna | 2015-04-22 | 2 | -13/+13 |
| | | | | | | | | Surrounded string with quotes | ||||
* | | keyserver verification on addition | Adithya Abraham Philip | 2015-04-22 | 2 | -1/+379 |
| | | |||||
* | | corrected possible null pointer | Adithya Abraham Philip | 2015-04-22 | 1 | -1/+1 |
| | | |||||
* | | Simplify ImportKeysProxyActivity | Dominik Schürmann | 2015-04-21 | 1 | -29/+12 |
| | | |||||
* | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-04-21 | 8 | -52/+192 |
|\ \ | | | | | | | | | | development | ||||
| * | | added log to QR code scan/import fail | Adithya Abraham Philip | 2015-04-21 | 1 | -12/+11 |
| | | | |||||
| * | | Fix for initialization failure when card returns FCI in data field. | Joey Castillo | 2015-04-20 | 1 | -1/+1 |
| | | | |||||
| * | | Track state of PIN verification on smart card; only verify when needed. | Joey Castillo | 2015-04-20 | 1 | -2/+33 |
| | | | |||||
| * | | support for handling keyserver urls from browser, added documentation | Adithya Abraham Philip | 2015-04-20 | 6 | -37/+147 |
| | | | |||||
* | | | Cleanup in HkpKeyserver | Dominik Schürmann | 2015-04-20 | 1 | -4/+3 |
|/ / | |||||
* | | Format KeyListFragment | Dominik Schürmann | 2015-04-18 | 1 | -10/+9 |
| | | |||||
* | | Temporarily fix devices without nfc | Dominik Schürmann | 2015-04-18 | 1 | -0/+6 |
| | | |||||
* | | Use portrait mode for qr code scanning | Dominik Schürmann | 2015-04-15 | 1 | -10/+8 |
| | | |||||
* | | More cleanup | Dominik Schürmann | 2015-04-15 | 9 | -324/+28 |
| | | |||||
* | | Fix YubiKey naming, cleanup | Dominik Schürmann | 2015-04-15 | 10 | -62/+54 |
| | | |||||
* | | Clean up NfcOperationActivity | Dominik Schürmann | 2015-04-15 | 1 | -8/+6 |
| | | |||||
* | | Reformat nfcVerifyPIN | Dominik Schürmann | 2015-04-15 | 1 | -6/+6 |
| | | |||||
* | | Consolidate PIN verify operation in nfcVerifyPIN method. | Joey Castillo | 2015-04-14 | 1 | -44/+28 |
| | | |||||
* | | Move PIN verify inside sign/decrypt operation and set correct mode. | Joey Castillo | 2015-04-14 | 1 | -19/+45 |
|/ | |||||
* | Reformat comment in PassphraseCacheService | Dominik Schürmann | 2015-04-13 | 1 | -4/+5 |
| | |||||
* | Buffer ascii armored encryption/signatures | Dominik Schürmann | 2015-04-13 | 2 | -3/+4 |
| | |||||
* | Merge pull request #1193 from adithyaphilip/auto-refresh-contacts | Dominik Schürmann | 2015-04-13 | 2 | -39/+118 |
|\ | | | | | Immediate display of contact card, fixed contact picture display issue, hides card if no contact | ||||
| * | hide linked system contact card if no contact present | Adithya Abraham Philip | 2015-04-08 | 2 | -12/+24 |
| | | |||||
| * | linked system contact auto-refresh added, fixed contact image issue | Adithya Abraham Philip | 2015-04-08 | 2 | -38/+105 |
| | | |||||
* | | IMplement CryptoInputParcelCacheService | Dominik Schürmann | 2015-04-13 | 6 | -100/+321 |
| | | |||||
* | | Clearer var naming | Dominik Schürmann | 2015-04-12 | 1 | -8/+8 |
| | | |||||
* | | More simplifications to PassphraseCacheService | Dominik Schürmann | 2015-04-12 | 1 | -27/+21 |
| | | |||||
* | | Simplify PassphraseCacheService | Dominik Schürmann | 2015-04-12 | 1 | -16/+12 |
| | | |||||
* | | Cache CryptoInputParcel in OpenPgpService | Dominik Schürmann | 2015-04-10 | 4 | -24/+69 |
| | | |||||
* | | Remove unused AlgorithmNames | Dominik Schürmann | 2015-04-10 | 1 | -93/+0 |
| | | |||||
* | | Add license headers | Dominik Schürmann | 2015-04-10 | 3 | -0/+51 |
| | | |||||
* | | Externalize Parcelable caching | Dominik Schürmann | 2015-04-10 | 2 | -59/+106 |
| | | |||||
* | | Fix signing subkey selection in remote service | Dominik Schürmann | 2015-04-07 | 2 | -20/+52 |
| | | |||||
* | | Fix nullpointer with Intent API, fix clearing of encrypt file list, notify ↵ | Dominik Schürmann | 2015-04-04 | 2 | -6/+7 |
| | | | | | | | | when adding a range of input uris | ||||
* | | fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename) | Vincent Breitmoser | 2015-04-01 | 15 | -276/+150 |
| | | |||||
* | | Prepare decrypt UI for input parcel | Dominik Schürmann | 2015-03-31 | 3 | -129/+79 |
| | |