Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better YubiKey UX flow for error handling | Dominik Schürmann | 2015-07-06 | 1 | -21/+42 |
| | |||||
* | In NfcOperationsActivity, show NFC errors inline, in others show as Notify | Dominik Schürmann | 2015-07-06 | 1 | -1/+40 |
| | |||||
* | Subtle design improvements to yubikey dialog | Dominik Schürmann | 2015-07-03 | 1 | -24/+57 |
| | |||||
* | New NFC dialog design with indeterminate progress, do NFC stuff in background | Dominik Schürmann | 2015-07-03 | 1 | -22/+73 |
| | |||||
* | reworked keyserver preferences with recyclerview | Adithya Abraham Philip | 2015-07-02 | 3 | -87/+83 |
| | |||||
* | Add missing fragments for YubiKey PINs | Dominik Schürmann | 2015-07-01 | 2 | -0/+219 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-06-30 | 1 | -3/+4 |
|\ | |||||
| * | small layout fix in EncryptTextFragment | Vincent Breitmoser | 2015-06-30 | 1 | -3/+4 |
| | | |||||
* | | Better settings workarounds | Dominik Schürmann | 2015-06-30 | 1 | -2/+3 |
|/ | |||||
* | Create key wizard for blank YubiKey | Dominik Schürmann | 2015-06-29 | 3 | -0/+76 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into v/multi-decrypt | Vincent Breitmoser | 2015-06-26 | 1 | -0/+22 |
|\ | |||||
| * | use KeyAdapter for AllowedKeysListFragment | Vincent Breitmoser | 2015-06-26 | 1 | -0/+22 |
| | | |||||
* | | move select file logic into EncryptDecryptOverviewFragment | Vincent Breitmoser | 2015-06-22 | 1 | -22/+8 |
| | | |||||
* | | multi-decrypt: use indeterminate progress only | Vincent Breitmoser | 2015-06-22 | 1 | -50/+45 |
| | | |||||
* | | add failure state to DecryptListFragment | Vincent Breitmoser | 2015-06-22 | 1 | -1/+49 |
| | | |||||
* | | instrument: update symmetric tests | Vincent Breitmoser | 2015-06-20 | 1 | -1/+0 |
| | | |||||
* | | fix overflow icon | Vincent Breitmoser | 2015-06-20 | 1 | -1/+1 |
| | | |||||
* | | working DisplayTextActivity, more input support in DecryptActivity | Vincent Breitmoser | 2015-06-20 | 1 | -4/+6 |
| | | |||||
* | | handle multiple input URIs and Intent.SEND_MULTIPLE | Vincent Breitmoser | 2015-06-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v/instrument' into v/multi-decrypt | Vincent Breitmoser | 2015-06-17 | 4 | -58/+32 |
|\| | | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java | ||||
| * | nicer preview of decrypt_text_fragment layout | Vincent Breitmoser | 2015-06-17 | 1 | -0/+3 |
| | | |||||
| * | use KeyAdapter in KeySpinner | Vincent Breitmoser | 2015-06-17 | 2 | -57/+19 |
| | | |||||
| * | improve preview of ViewKeyActivity layout | Vincent Breitmoser | 2015-06-17 | 1 | -1/+10 |
| | | |||||
| * | (minor) layout changes | Vincent Breitmoser | 2015-06-17 | 1 | -1/+2 |
| | | |||||
* | | fix status icon alignment | Vincent Breitmoser | 2015-06-14 | 1 | -0/+2 |
| | | |||||
* | | (minor) layout changes | Vincent Breitmoser | 2015-06-13 | 2 | -3/+2 |
| | | |||||
* | | add ToolableViewAnimator | Vincent Breitmoser | 2015-06-11 | 1 | -9/+12 |
| | | |||||
* | | multi-decrypt: switch to cardview | Vincent Breitmoser | 2015-06-10 | 1 | -9/+15 |
| | | |||||
* | | multi-decrypt: implement save operation (missing actual copy) | Vincent Breitmoser | 2015-06-03 | 1 | -3/+5 |
| | | |||||
* | | multi-decrypt: working context menu | Vincent Breitmoser | 2015-06-03 | 1 | -0/+1 |
| | | |||||
* | | multi-decrypt: working in principle | Vincent Breitmoser | 2015-06-02 | 1 | -15/+17 |
| | | |||||
* | | multi-decrypt: working recyclerview which decrypt files sequentially, ui in ↵ | Vincent Breitmoser | 2015-06-02 | 2 | -0/+233 |
| | | | | | | | | progress | ||||
* | | multi-decrypt: first steps, split up DecryptFilesFragment | Vincent Breitmoser | 2015-06-01 | 2 | -129/+114 |
| | | |||||
* | | introduce CachingDataDecryptorFactory towards cached session keys | Vincent Breitmoser | 2015-06-01 | 1 | -0/+0 |
|/ | | | | | | | | this commit introduces the CachingDataDecryptorFactory, which wraps a DataDecryptorFactory but supports caching of decrypted session keys. this change also gets rid of runtimeexception based control flow in PgpDecryptVerify. | ||||
* | show status indicators in EncryptFragment | Vincent Breitmoser | 2015-05-30 | 1 | -17/+82 |
| | |||||
* | preserve state in DecryptTextActivity | Vincent Breitmoser | 2015-05-28 | 1 | -2/+1 |
| | |||||
* | Renaming for consisitency | Dominik Schürmann | 2015-05-06 | 1 | -5/+5 |
| | |||||
* | Move error overlay into generalized DecryptFragment, better error handling ↵ | Dominik Schürmann | 2015-05-06 | 1 | -76/+126 |
| | | | | in DecryptTextActivity | ||||
* | Fix nullpointer in file decryption | Dominik Schürmann | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Fix revoked/expired state in decrypt activity | Dominik Schürmann | 2015-05-04 | 1 | -3/+3 |
| | |||||
* | Fix yubikey strings | Dominik Schürmann | 2015-05-01 | 1 | -2/+1 |
| | |||||
* | API: Allow selection of decryption keys when decryption fails | Dominik Schürmann | 2015-04-30 | 1 | -0/+38 |
| | |||||
* | display creation dates for ambiguous user ids | Vincent Breitmoser | 2015-04-27 | 1 | -2/+14 |
| | |||||
* | UI fixes for Android < 5 | Dominik Schürmann | 2015-04-26 | 1 | -5/+12 |
| | |||||
* | Remove unused decrypt result layout | Dominik Schürmann | 2015-04-26 | 3 | -140/+0 |
| | |||||
* | Put decrypt result in toolbar, some ui fixes for decrypt | Dominik Schürmann | 2015-04-26 | 3 | -2/+147 |
| | |||||
* | Switch to new support lib version 22.1 | Dominik Schürmann | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1220 from vectorijk/SwitchToMaterialDrawer | Dominik Schürmann | 2015-04-25 | 2 | -0/+28 |
|\ | | | | | Switch to MaterialDrawer library | ||||
| * | Fix #1197 Switch to MaterialDrawer library | vectorijk | 2015-04-24 | 1 | -2/+4 |
| | | |||||
| * | Introduce and Switch to mikepenz/MaterialDrawer | vectorijk | 2015-04-24 | 2 | -0/+26 |
| | |