Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | fix encrypt activity layout | Vincent Breitmoser | 2015-04-24 | 1 | -1/+3 |
| | | |||||
* | | revamp decrypt ui | Vincent Breitmoser | 2015-04-24 | 2 | -74/+19 |
|/ | |||||
* | Fixed Snackbar behind layout | Manoj Khanna | 2015-04-22 | 2 | -16/+15 |
| | | | | Surrounded string with quotes | ||||
* | keyserver verification on addition | Adithya Abraham Philip | 2015-04-22 | 1 | -0/+29 |
| | |||||
* | Merge pull request #1193 from adithyaphilip/auto-refresh-contacts | Dominik Schürmann | 2015-04-13 | 1 | -0/+1 |
|\ | | | | | 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 | 1 | -0/+1 |
| | | |||||
* | | Simplify passphrase dialog design | Dominik Schürmann | 2015-03-31 | 1 | -1/+0 |
| | | |||||
* | | Fix scrollbar | Dominik Schürmann | 2015-03-30 | 1 | -0/+1 |
| | | |||||
* | | Use RecyclerView in EncryptFilesFragment | Dominik Schürmann | 2015-03-30 | 3 | -63/+59 |
| | | |||||
* | | Merge branch 'development' into v/crypto-input-parcel | Dominik Schürmann | 2015-03-30 | 3 | -13/+23 |
|\| | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptModeAsymmetricFragment.java | ||||
| * | rewrite EncryptKeyCompletionView with generalized KeyAdapter | Vincent Breitmoser | 2015-03-30 | 3 | -13/+23 |
| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java | ||||
* | | Fixing crashes with new encrypt ui | Dominik Schürmann | 2015-03-29 | 1 | -2/+1 |
| | | |||||
* | | Refactoring of EncryptTextActivity | Dominik Schürmann | 2015-03-27 | 1 | -4/+3 |
| | | |||||
* | | Start refactoring encrypt ui, EncryptFileActivity no longer crashing | Dominik Schürmann | 2015-03-26 | 3 | -10/+8 |
| | | |||||
* | | finish ui flow for yubikey import | Vincent Breitmoser | 2015-03-22 | 1 | -17/+58 |
| | | |||||
* | | improve status reporting in yubikey dialogue | Vincent Breitmoser | 2015-03-22 | 1 | -3/+8 |
| | | |||||
* | | move yubikey import into viewkeyfragment | Vincent Breitmoser | 2015-03-22 | 2 | -70/+115 |
| | | |||||
* | | split up wait/action yubikey fragments | Vincent Breitmoser | 2015-03-21 | 2 | -19/+88 |
| | |