Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected code style | Adithya Abraham Philip | 2015-03-04 | 1 | -58/+75 |
| | |||||
* | Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵ | Adithya Abraham Philip | 2015-03-02 | 4 | -13/+60 |
|\ | | | | | | | into development | ||||
| * | Search string simplified | Dominik Schürmann | 2015-03-02 | 1 | -2/+1 |
| | | |||||
| * | Use gradle witness | Dominik Schürmann | 2015-03-02 | 1 | -1/+35 |
| | | |||||
| * | Re-add black color | Dominik Schürmann | 2015-03-02 | 1 | -0/+2 |
| | | |||||
| * | Remove supertoast dependency | Dominik Schürmann | 2015-03-02 | 1 | -1/+0 |
| | | |||||
| * | Use SDK and build tools versions from root project | Dominik Schürmann | 2015-03-02 | 1 | -2/+2 |
| | | |||||
| * | Use index constants in ContactHelper | Dominik Schürmann | 2015-03-02 | 1 | -7/+20 |
| | | |||||
* | | supports sub logs in log export | Adithya Abraham Philip | 2015-03-01 | 1 | -68/+55 |
| | | |||||
* | | added logging, notify for log export | Adithya Abraham Philip | 2015-03-01 | 3 | -20/+66 |
| | | |||||
* | | Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵ | Adithya Abraham Philip | 2015-02-28 | 4 | -37/+113 |
|\| | | | | | | | into development | ||||
| * | some changes to qr scan logic | Vincent Breitmoser | 2015-02-28 | 4 | -37/+113 |
| | | |||||
* | | Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵ | Adithya Abraham Philip | 2015-02-28 | 74 | -835/+1672 |
|\| | | | | | | | into development | ||||
| * | pass through messenger to certify service from ViewKeyActivity | Vincent Breitmoser | 2015-02-28 | 4 | -49/+87 |
| | | | | | | | | | | | | the idea here is to handle progress and result of the CertifyActivity directly in ViewKeyActivity by passing a messenger through to it. this allows smoother transition from an uncertified to certified state. | ||||
| * | fab support for all notify types | Vincent Breitmoser | 2015-02-28 | 1 | -23/+29 |
| | | |||||
| * | small Notify cleanup | Vincent Breitmoser | 2015-02-28 | 1 | -24/+2 |
| | | |||||
| * | clean up warnings in KeyListFragment | Vincent Breitmoser | 2015-02-28 | 1 | -32/+10 |
| | | |||||
| * | collapse fab on action selected | Vincent Breitmoser | 2015-02-28 | 1 | -0/+3 |
| | | | | | | | | closes #1057 | ||||
| * | animate FAB to move up and down when a snackbar appears | Vincent Breitmoser | 2015-02-28 | 1 | -11/+10 |
| | | |||||
| * | Strings: File size | Dominik Schürmann | 2015-02-28 | 1 | -2/+2 |
| | | |||||
| * | Fix strings based on transifex reports | Dominik Schürmann | 2015-02-28 | 1 | -13/+13 |
| | | |||||
| * | forgot to commit FabContainer | Vincent Breitmoser | 2015-02-28 | 1 | -0/+8 |
| | | |||||
| * | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-02-28 | 4 | -6/+89 |
| |\ | | | | | | | | | | | | | | | | | | | development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/MainActivity.java | ||||
| | * | control flow for moving the fab up with snackbar | Vincent Breitmoser | 2015-02-28 | 4 | -7/+89 |
| | | | |||||
| * | | Update from transifex | Dominik Schürmann | 2015-02-28 | 34 | -238/+1010 |
| |/ | |||||
| * | Simplify MainActivity | Dominik Schürmann | 2015-02-28 | 2 | -52/+23 |
| | | |||||
| * | Upload new keys to keyserver by default | Dominik Schürmann | 2015-02-28 | 1 | -0/+1 |
| | | |||||
| * | padding fixes for key list | Dominik Schürmann | 2015-02-28 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-02-27 | 2 | -5/+32 |
| |\ | | | | | | | | | | development | ||||
| | * | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Vincent Breitmoser | 2015-02-27 | 15 | -211/+76 |
| | |\ | | | | | | | | | | | | | development | ||||
| | * | | slightly longer color fade duration | Vincent Breitmoser | 2015-02-27 | 1 | -3/+3 |
| | | | | |||||
| | * | | transition status color in key view | Vincent Breitmoser | 2015-02-27 | 1 | -3/+30 |
| | | | | |||||
| | * | | hand through result in CertifyFingerprintActivity | Vincent Breitmoser | 2015-02-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | Reorder advanced key view | Dominik Schürmann | 2015-02-27 | 4 | -111/+7 |
| | |/ | |/| | |||||
| * | | Enable multi line snackbar option | Dominik Schürmann | 2015-02-27 | 2 | -2/+6 |
| | | | |||||
| * | | Remove swipte to refresh src, fix padding in key list | Dominik Schürmann | 2015-02-27 | 3 | -208/+27 |
| | | | |||||
| * | | Fix keyboard overlay bug on top of edittexts | Dominik Schürmann | 2015-02-27 | 10 | -5/+47 |
| | | | |||||
| * | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-02-27 | 5 | -8/+156 |
| |\| | | | | | | | | | | development | ||||
| | * | show refresh key progress inline | Vincent Breitmoser | 2015-02-27 | 5 | -8/+156 |
| | | | |||||
| * | | Fix status images in user id adapter | Dominik Schürmann | 2015-02-27 | 1 | -4/+4 |
| |/ | |||||
| * | Keybase header text | Dominik Schürmann | 2015-02-27 | 5 | -107/+129 |
| | | |||||
| * | Better qr code resizing | Dominik Schürmann | 2015-02-27 | 6 | -5/+48 |
| | | |||||
* | | cleaned up log export | Adithya Abraham Philip | 2015-02-28 | 1 | -20/+9 |
| | | |||||
* | | Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵ | Adithya Abraham Philip | 2015-02-28 | 36 | -631/+1271 |
|\| | | | | | | | into development | ||||
| * | go to directly to certify screen after nfc import | Vincent Breitmoser | 2015-02-27 | 5 | -94/+79 |
| | | |||||
| * | Prettify qr code cleanup | Dominik Schürmann | 2015-02-27 | 1 | -10/+0 |
| | | |||||
| * | Prettify qr code in advanced key view | Dominik Schürmann | 2015-02-27 | 2 | -12/+50 |
| | | |||||
| * | Uncluttering advanced key view | Dominik Schürmann | 2015-02-27 | 5 | -383/+0 |
| | | |||||
| * | Simplify delete key dialog | Dominik Schürmann | 2015-02-27 | 2 | -4/+9 |
| | | |||||
| * | Remove unused BadImportKeyDialogFragment | Dominik Schürmann | 2015-02-27 | 1 | -67/+0 |
| | |