aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/SubkeysAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-2/+2
| | | | what tokens are supported
* inline subkey editing (wip commit)Vincent Breitmoser2015-12-271-10/+19
|
* Give key flag colors their own color namesThialfihar2015-07-211-6/+6
| | | | | This removes "bg_gray" and selector_transparent_button.xml, which is unused and the last file to reference "bg_gray".
* Adding keytocard flag to SubkeyChange: UI sets this flag to initiate ↵Joey Castillo2015-05-131-2/+2
| | | | keytocard; operation unsets it and fills in dummyDivert to finish it.
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-7/+17
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+15
|
* More icon naming fixes and designDominik Schürmann2015-03-041-2/+2
|
* Bigger status icon in key viewDominik Schürmann2015-02-251-2/+2
|
* Remove tabs in view keyDominik Schürmann2015-02-241-1/+1
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-2/+2
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Material Design: Full screen dialogsDominik Schürmann2015-01-261-1/+1
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
|
* move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-1/+6
|
* More color/icon consistencyDominik Schürmann2014-10-151-5/+1
|
* New key flags icons, subkey adapter redesign, support authanticate flag in ↵Dominik Schürmann2014-09-201-17/+49
| | | | database
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-2/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-7/+7
| | | | created ui.util for everything related to formatting
* More smaller UI fixesDominik Schürmann2014-09-131-0/+1
|
* Use spannable directly instead of html conversion in SubkeysAdapterDominik Schürmann2014-09-131-10/+20
|
* add ui support for stripping subkeysVincent Breitmoser2014-09-111-16/+23
|
* Dont show key_unavailable on pub keysDominik Schürmann2014-09-071-1/+2
|
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-6/+17
|
* add ecc supportVincent Breitmoser2014-08-241-9/+12
|
* Fixes for expiry UIDominik Schürmann2014-08-181-1/+7
|
* fix keys with no expiry in ui codeVincent Breitmoser2014-08-141-1/+1
|
* Edit key: key flagsDominik Schürmann2014-08-051-0/+1
|
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ↵Dominik Schürmann2014-08-051-4/+9
| | | | selection for adding new subkeys
* Refactor expiry dialogDominik Schürmann2014-08-051-12/+24
|
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-0/+10
|
* Edit key: subkey adding, not finishedDominik Schürmann2014-08-041-13/+23
|
* Add user id with dialogDominik Schürmann2014-08-011-1/+1
|
* Merge remote-tracking branch 'origin/master' into external-testVincent Breitmoser2014-07-111-46/+81
|\ | | | | | | | | | | | | Conflicts: OpenKeychain-Test/src/test/resources/extern/OpenPGP-Haskell OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResultParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java
| * Work on subkeys adapterDominik Schürmann2014-07-081-46/+81
|/
* fix nullpointer, cleanupDominik Schürmann2014-07-021-3/+2
|
* remove init methods from adapterDominik Schürmann2014-07-021-51/+30
|
* Rename adapterDominik Schürmann2014-06-221-0/+211