Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start moving colors into themes | Thialfihar | 2015-07-21 | 2 | -2/+20 |
| | | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors. | ||||
* | Automatically recreate activities on theme change | Thialfihar | 2015-07-21 | 2 | -4/+62 |
| | |||||
* | Add theme setting | Thialfihar | 2015-07-21 | 4 | -1/+57 |
| | | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme. | ||||
* | fixed multi-deletion bug, moved logic into DeleteKeyDialogActivity | Adithya Abraham Philip | 2015-07-15 | 4 | -21/+22 |
| | |||||
* | made mSignatureTime optional in CryptoOperationHelper | Adithya Abraham Philip | 2015-07-15 | 10 | -31/+80 |
| | |||||
* | added revocation tag NO_REASON to all revocations via PgpKeyOperation | Adithya Abraham Philip | 2015-07-14 | 2 | -1/+8 |
| | |||||
* | made PassphraseDialogActivity compatible with null CryptoInputParcel | Adithya Abraham Philip | 2015-07-13 | 3 | -6/+23 |
| | |||||
* | upload only public key in revocation | Adithya Abraham Philip | 2015-07-13 | 2 | -1/+15 |
| | |||||
* | corrected DeleteKeyDialogActivity finishing on cancel | Adithya Abraham Philip | 2015-07-13 | 1 | -9/+21 |
| | |||||
* | show key name on revoke/delete dialog | Adithya Abraham Philip | 2015-07-13 | 1 | -6/+23 |
| | |||||
* | made key deletion require double confirmation | Adithya Abraham Philip | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | added licenses, cleaned up code, fixed warnings | Adithya Abraham Philip | 2015-07-13 | 22 | -72/+130 |
| | |||||
* | added retry on upload failure | Adithya Abraham Philip | 2015-07-13 | 7 | -6/+112 |
| | |||||
* | allowed operations to modify CryptoInputParcel they receive | Adithya Abraham Philip | 2015-07-13 | 22 | -57/+73 |
| | |||||
* | prevented passphrase caching on revocation | Adithya Abraham Philip | 2015-07-13 | 6 | -17/+59 |
| | |||||
* | use only one DeleteDialogActivity | Adithya Abraham Philip | 2015-07-13 | 6 | -346/+241 |
| | |||||
* | implemented revocation on deletion | Adithya Abraham Philip | 2015-07-13 | 23 | -305/+1000 |
| | |||||
* | Use support.v7.app.AlertDialog | Dominik Schürmann | 2015-07-13 | 10 | -37/+11 |
| | |||||
* | check response code for upload error | Adithya Abraham Philip | 2015-07-10 | 1 | -0/+4 |
| | |||||
* | add pseudo-static id property to CryptoOperationHelper | Vincent Breitmoser | 2015-07-09 | 14 | -68/+44 |
| | |||||
* | run queued operations in onViewStateRestored, *after* onActivityCreated | Vincent Breitmoser | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | cryptoophelper: requested code must be saved between instances! | Vincent Breitmoser | 2015-07-09 | 2 | -1/+27 |
| | |||||
* | multi-decrypt: save currentInputUri state | Vincent Breitmoser | 2015-07-09 | 2 | -4/+16 |
| | |||||
* | backup: only ask for passphrase for secret keys which have one | Vincent Breitmoser | 2015-07-09 | 1 | -40/+78 |
| | |||||
* | use onResumeFragments instead of onResume for fragment initialization | Vincent Breitmoser | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | change wording of export dialog, remove "export secret" checkbox | Vincent Breitmoser | 2015-07-08 | 4 | -57/+35 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Vincent Breitmoser | 2015-07-08 | 3 | -9/+14 |
|\ | |||||
| * | fixed progress dialog not shown after enable orbot dialog | Adithya Abraham Philip | 2015-07-08 | 2 | -8/+11 |
| | | |||||
| * | fixed QR code scan and serialKeyImport progress | Adithya Abraham Philip | 2015-07-08 | 2 | -2/+4 |
| | | |||||
* | | hide keyboard before operations, too | Vincent Breitmoser | 2015-07-08 | 2 | -0/+5 |
| | | |||||
* | | grey out text color of key creation date for disabled items | Vincent Breitmoser | 2015-07-08 | 1 | -0/+1 |
| | | |||||
* | | change title on backstack change in MainActivity | Vincent Breitmoser | 2015-07-08 | 1 | -0/+4 |
| | | |||||
* | | hide keyboard on crypto error/success | Vincent Breitmoser | 2015-07-08 | 5 | -6/+27 |
|/ | |||||
* | cleanup KeyListFragment, remove export all keys | Vincent Breitmoser | 2015-07-08 | 2 | -28/+14 |
| | |||||
* | Fix YubiKey import | Dominik Schürmann | 2015-07-08 | 1 | -9/+9 |
| | |||||
* | Do not ask for passphrase on delete | Dominik Schürmann | 2015-07-08 | 1 | -9/+3 |
| | |||||
* | Rudimentary backup feature | Dominik Schürmann | 2015-07-08 | 8 | -79/+189 |
| | |||||
* | Merge pull request #1424 from open-keychain/import-proxy | Dominik Schürmann | 2015-07-08 | 9 | -67/+126 |
|\ | | | | | Shifted proxy logic to ImportKeysListCloudLoader | ||||
| * | shifted proxy checking to ImportKeysListCloudLoader | Adithya Abraham Philip | 2015-07-08 | 9 | -67/+126 |
| | | |||||
* | | multi-decrypt: add retry mechanism | Vincent Breitmoser | 2015-07-08 | 1 | -14/+50 |
| | | |||||
* | | multi-decrypt: add cancelled state | Vincent Breitmoser | 2015-07-08 | 1 | -2/+49 |
| | | |||||
* | | fix symmetric passphrase caching (fixes #1401) | Vincent Breitmoser | 2015-07-08 | 4 | -16/+41 |
|/ | |||||
* | comment for database fix | Vincent Breitmoser | 2015-07-08 | 1 | -0/+2 |
| | |||||
* | Simplifications for expiry dialog | Dominik Schürmann | 2015-07-08 | 1 | -6/+3 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-07-08 | 25 | -212/+321 |
|\ | |||||
| * | apply database fix for bogus rows introduced by issue #1402 | Vincent Breitmoser | 2015-07-08 | 1 | -4/+12 |
| | | |||||
| * | fix expiry check in edit key ui | Vincent Breitmoser | 2015-07-08 | 1 | -6/+14 |
| | | |||||
| * | no progress dialog for bind action in view key / yubikey fragment | Vincent Breitmoser | 2015-07-08 | 1 | -1/+1 |
| | | |||||
| * | some cleanup and fix for back button in ImportKeysActivity (fixes #1372) | Vincent Breitmoser | 2015-07-08 | 7 | -30/+21 |
| | | |||||
| * | fix result type for divert-to-card new subkey error | Vincent Breitmoser | 2015-07-08 | 1 | -1/+1 |
| | |