Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | work on ad-hoc yubikey import support | Vincent Breitmoser | 2015-03-21 | 1 | -16/+85 |
| | | |||||
* | | first steps toward yubikey activity | Vincent Breitmoser | 2015-03-21 | 2 | -17/+100 |
|/ | | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity | ||||
* | Fixed Snackbar behind keyboard on ImportKeysActivity | Manoj Khanna | 2015-03-20 | 1 | -5/+15 |
| | |||||
* | Implemented #1162: Invoke NFC in Advanced View | Kent | 2015-03-20 | 1 | -4/+21 |
| | | | | | | | - Extracted NFC code from ViewKeyActivity to NfcHelper to share code between classes - Changed the private anonymous Handler for NFC into a static private subclass, that uses WeakReference to avoid memory leaks - Added resources needed (retrieved from Graphics) for the NFC button inside ViewKeyAdvShareFragment. - Fixed the ripple boundary of the Share With... button to prevent it from bleeding to other buttons on the right (UX improvement) | ||||
* | Manage my keys wizard | Dominik Schürmann | 2015-03-19 | 3 | -138/+107 |
| | |||||
* | Allow selection of none in SelectSignKeyIdActivity | Dominik Schürmann | 2015-03-15 | 1 | -0/+22 |
| | |||||
* | Remove display of key id in other lists | Dominik Schürmann | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Dont display key ids in KeySpinner, display creation date when user ids ↵ | Dominik Schürmann | 2015-03-15 | 1 | -2/+2 |
| | | | | duplicate | ||||
* | API 7 | Dominik Schürmann | 2015-03-10 | 2 | -75/+70 |
| | |||||
* | Ripple | Dominik Schürmann | 2015-03-10 | 22 | -37/+39 |
| | |||||
* | Merge branch 'contact-card' of ↵ | Dominik Schürmann | 2015-03-10 | 1 | -5/+50 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adithyaphilip/open-keychain into adithyaphilip-contact-card Conflicts: Graphics/get-material-icons.sh OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyNameFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyPassphraseFragment.java OpenKeychain/src/main/res/layout/create_key_email_fragment.xml OpenKeychain/src/main/res/values/strings.xml | ||||
| * | Show passphrase checkbox in create key | Dominik Schürmann | 2015-03-10 | 1 | -0/+7 |
| | | |||||
| * | changed default drawable for linked system contact | Adithya Abraham Philip | 2015-03-10 | 1 | -3/+3 |
| | | |||||
| * | Make create key wizard step-by-step | Dominik Schürmann | 2015-03-10 | 4 | -99/+201 |
| | | |||||
| * | added contact linking | Adithya Abraham Philip | 2015-03-10 | 1 | -3/+20 |
| | | |||||
| * | added card | Adithya Abraham Philip | 2015-03-10 | 1 | -5/+33 |
| | | |||||
* | | Add additional email addresses in create key | Dominik Schürmann | 2015-03-10 | 4 | -0/+84 |
| | | |||||
* | | Show passphrase checkbox in create key | Dominik Schürmann | 2015-03-09 | 1 | -0/+7 |
| | |