aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | revamp decrypt uiVincent Breitmoser2015-04-242-74/+19
|/ / / / / / / / / / /
* | | | | | | | | | | Fixed Snackbar behind layoutManoj Khanna2015-04-222-16/+15
* | | | | | | | | | | keyserver verification on additionAdithya Abraham Philip2015-04-221-0/+29
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1193 from adithyaphilip/auto-refresh-contactsDominik Schürmann2015-04-131-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hide linked system contact card if no contact presentAdithya Abraham Philip2015-04-081-0/+1
* | | | | | | | | | | Simplify passphrase dialog designDominik Schürmann2015-03-311-1/+0
* | | | | | | | | | | Fix scrollbarDominik Schürmann2015-03-301-0/+1
* | | | | | | | | | | Use RecyclerView in EncryptFilesFragmentDominik Schürmann2015-03-303-63/+59
* | | | | | | | | | | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-303-13/+23
|\| | | | | | | | | |
| * | | | | | | | | | rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-303-13/+23
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-2/+1
* | | | | | | | | | Refactoring of EncryptTextActivityDominik Schürmann2015-03-271-4/+3
* | | | | | | | | | Start refactoring encrypt ui, EncryptFileActivity no longer crashingDominik Schürmann2015-03-263-10/+8
* | | | | | | | | | finish ui flow for yubikey importVincent Breitmoser2015-03-221-17/+58
* | | | | | | | | | improve status reporting in yubikey dialogueVincent Breitmoser2015-03-221-3/+8
* | | | | | | | | | move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-222-70/+115
* | | | | | | | | | split up wait/action yubikey fragmentsVincent Breitmoser2015-03-212-19/+88
* | | | | | | | | | work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-16/+85
* | | | | | | | | | first steps toward yubikey activityVincent Breitmoser2015-03-212-17/+100
|/ / / / / / / / /
* | | | | | | | | Fixed Snackbar behind keyboard on ImportKeysActivityManoj Khanna2015-03-201-5/+15
* | | | | | | | | Implemented #1162: Invoke NFC in Advanced ViewKent2015-03-201-4/+21
* | | | | | | | | Manage my keys wizardDominik Schürmann2015-03-193-138/+107
* | | | | | | | | Allow selection of none in SelectSignKeyIdActivityDominik Schürmann2015-03-151-0/+22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove display of key id in other listsDominik Schürmann2015-03-151-1/+1
* | | | | | | | Dont display key ids in KeySpinner, display creation date when user ids dupli...Dominik Schürmann2015-03-151-2/+2
* | | | | | | | API 7Dominik Schürmann2015-03-102-75/+70
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | RippleDominik Schürmann2015-03-1022-37/+39
* | | | | | | Merge branch 'contact-card' of https://github.com/adithyaphilip/open-keychain...Dominik Schürmann2015-03-101-5/+50
|\ \ \ \ \ \ \
| * | | | | | | Show passphrase checkbox in create keyDominik Schürmann2015-03-101-0/+7
| * | | | | | | changed default drawable for linked system contactAdithya Abraham Philip2015-03-101-3/+3
| * | | | | | | Make create key wizard step-by-stepDominik Schürmann2015-03-104-99/+201
| * | | | | | | added contact linkingAdithya Abraham Philip2015-03-101-3/+20
| * | | | | | | added cardAdithya Abraham Philip2015-03-101-5/+33
* | | | | | | | Add additional email addresses in create keyDominik Schürmann2015-03-104-0/+84
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Show passphrase checkbox in create keyDominik Schürmann2015-03-091-0/+7
* | | | | | | Make create key wizard step-by-stepDominik Schürmann2015-03-094-99/+201
|/ / / / / /
* | | | | | Some fixes for delete after encryptionDominik Schürmann2015-03-091-17/+17
* | | | | | Fix colors for remote activityDominik Schürmann2015-03-092-13/+6
* | | | | | Merge pull request #1112 from chipset95/issue-1106-impDominik Schürmann2015-03-092-2/+2
|\ \ \ \ \ \
| * | | | | | Implemented NameEditTextchipset952015-03-092-2/+2
* | | | | | | Redesign of encrypt activites finishedDominik Schürmann2015-03-094-115/+17
* | | | | | | Fix padding in create keyDominik Schürmann2015-03-091-0/+2
* | | | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Dominik Schürmann2015-03-092-26/+9
|\| | | | | |
| * | | | | | minor xml code style correctionAdithya Abraham Philip2015-03-081-8/+8
| * | | | | | cleaned up codeAdithya Abraham Philip2015-03-061-0/+1
| * | | | | | changed default colors for PasswordStrengthViewAdithya Abraham Philip2015-03-061-5/+1
| * | | | | | added PassphraseEditText to SetPassphraseDialogFragmentAdithya Abraham Philip2015-03-061-1/+1
| * | | | | | added PassphraseEditTextAdithya Abraham Philip2015-03-061-17/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Dominik Schürmann2015-03-063-17/+33
|\| | | | |
| * | | | | Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-063-17/+33