Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import-log: work on log fragment ui | Vincent Breitmoser | 2014-06-10 | 1 | -1/+9 |
| | |||||
* | import-log: add LogDisplay activity | Vincent Breitmoser | 2014-06-10 | 4 | -17/+91 |
| | |||||
* | Layout fixes for key import | Dominik Schürmann | 2014-05-19 | 9 | -66/+58 |
| | |||||
* | Use flat buttons where appropriate | Dominik Schürmann | 2014-05-08 | 4 | -26/+67 |
| | |||||
* | use LoaderFragment in ViewKey tabs | Vincent Breitmoser | 2014-05-08 | 3 | -9/+3 |
| | | | | Closes #616 | ||||
* | extract generic LoaderFragment superclass from KeyList | Vincent Breitmoser | 2014-05-08 | 2 | -83/+93 |
| | |||||
* | Better handling of actionbars back | Dominik Schürmann | 2014-05-07 | 1 | -3/+3 |
| | |||||
* | Design fixes for certification activity | Dominik Schürmann | 2014-05-07 | 1 | -2/+27 |
| | |||||
* | Alignment in certify activity | Dominik Schürmann | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | Use paste icon, clarify language once again | Dominik Schürmann | 2014-05-07 | 2 | -3/+3 |
| | |||||
* | Clarify language | Dominik Schürmann | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | ui: use SlidingTabLayout in help activity | Vincent Breitmoser | 2014-05-07 | 1 | -0/+5 |
| | |||||
* | ui: primary certification icon was a pixel or two off | Vincent Breitmoser | 2014-05-07 | 1 | -2/+3 |
| | |||||
* | ui: slight edit icon cosmetics in keylist | Vincent Breitmoser | 2014-05-07 | 2 | -6/+9 |
| | |||||
* | ui: move revocation/expiry notes above tab slider | Vincent Breitmoser | 2014-05-07 | 2 | -22/+29 |
| | |||||
* | Clarify language | Dominik Schürmann | 2014-05-06 | 2 | -2/+2 |
| | |||||
* | Some small style fixes | Dominik Schürmann | 2014-05-06 | 7 | -31/+44 |
| | |||||
* | edit button with image | Dominik Schürmann | 2014-05-06 | 1 | -2/+3 |
| | |||||
* | Always use section style instead of custom class | Dominik Schürmann | 2014-05-06 | 2 | -10/+4 |
| | |||||
* | ui: apply purple theme (twi is best color) | Vincent Breitmoser | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | ui: use textview buttons in decrypt verify dialogue | Vincent Breitmoser | 2014-05-06 | 3 | -47/+69 |
| | |||||
* | ui: use textviews instead of bootstrap buttons in SignEncrypt | Vincent Breitmoser | 2014-05-06 | 2 | -35/+41 |
| | |||||
* | ui: use primary icon color for certification status | Vincent Breitmoser | 2014-05-06 | 1 | -6/+0 |
| | |||||
* | ui: show revocation and expiry status on info tab | Vincent Breitmoser | 2014-05-06 | 1 | -19/+34 |
| | |||||
* | ui: subkey view redesign | Vincent Breitmoser | 2014-05-05 | 1 | -62/+80 |
| | |||||
* | ui: remove primary subkey info | Vincent Breitmoser | 2014-05-05 | 1 | -117/+0 |
| | |||||
* | Merge pull request #603 from timbray/master | Dominik Schürmann | 2014-05-05 | 1 | -0/+51 |
|\ | | | | | Adds first level of keybase support | ||||
| * | can search openkeychain, retrieve & install & use keys from there | Tim Bray | 2014-04-29 | 1 | -0/+51 |
| | | |||||
* | | New key view design, using Android flat buttons and Android icons | Dominik Schürmann | 2014-05-05 | 9 | -248/+442 |
|/ | |||||
* | Workaround for nullpointer bug in support lib, close #591 | Dominik Schürmann | 2014-04-22 | 4 | -8/+8 |
| | |||||
* | Remove unused strings, fix some lint errors, fix some language confusions | Dominik Schürmann | 2014-04-18 | 3 | -4/+4 |
| | |||||
* | use project icons for certification status | Vincent Breitmoser | 2014-04-17 | 2 | -2/+2 |
| | | | | Closes #573 | ||||
* | Fix SIGNATURE_UNKNOWN_PUB_KEY | Dominik Schürmann | 2014-04-16 | 1 | -13/+11 |
| | |||||
* | Fix ViewHolder in ImportKeysAdapter | Dominik Schürmann | 2014-04-15 | 1 | -1/+2 |
| | |||||
* | center empty-info of cert fragment, closes #566 | Dominik Schürmann | 2014-04-15 | 1 | -2/+1 |
| | |||||
* | Improve verification result display, close #568 | Dominik Schürmann | 2014-04-15 | 3 | -103/+136 |
| | |||||
* | key edit: fix crash when create date was after expiry date, change from ↵ | Dominik Schürmann | 2014-04-14 | 1 | -44/+59 |
| | | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity | ||||
* | More fixes for import item layout | Dominik Schürmann | 2014-04-11 | 1 | -46/+56 |
| | |||||
* | Simplify and fix delete key dialog | Dominik Schürmann | 2014-04-11 | 1 | -24/+0 |
| | |||||
* | Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested) | Dominik Schürmann | 2014-04-11 | 1 | -1/+0 |
| | |||||
* | Prettify view_key_userids_item | Dominik Schürmann | 2014-04-11 | 1 | -4/+4 |
| | |||||
* | Prettify more layouts | Dominik Schürmann | 2014-04-11 | 3 | -97/+92 |
| | |||||
* | remove drawer layout remnants from import key dialogue | Vincent Breitmoser | 2014-04-10 | 2 | -57/+46 |
| | |||||
* | ViewCertActivity cleanup | Vincent Breitmoser | 2014-04-10 | 1 | -9/+6 |
| | | | | Closes #547 | ||||
* | Prettify more layouts, fix edit and encrypt intents from key view | Dominik Schürmann | 2014-04-09 | 3 | -7/+6 |
| | |||||
* | Prettify some layouts | Dominik Schürmann | 2014-04-09 | 4 | -47/+43 |
| | |||||
* | Fix certification layout | Dominik Schürmann | 2014-04-09 | 1 | -29/+21 |
| | |||||
* | Modified Spinner values for CreateKeyDialog. Added info for user about ↵ | gogowitczak | 2014-04-08 | 1 | -0/+7 |
| | | | | custom key length restrictions. | ||||
* | Change license from ASLv2 to GPLv3 where possible | Thialfihar | 2014-04-08 | 2 | -22/+23 |
| | |||||
* | Update copyright timespan for Thialfihar | Thialfihar | 2014-04-08 | 2 | -2/+2 |
| |