aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter
Commit message (Expand)AuthorAgeFilesLines
...
* | remove unused NonPgpPartExceptionVincent Breitmoser2015-01-261-12/+0
* | Material Design: Full screen dialogsDominik Schürmann2015-01-261-1/+1
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-259-19/+17
* | move key stripping into ChangeSubkey, support divert-to-cardVincent Breitmoser2015-01-241-1/+6
* | make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-9/+7
* | get rid of RuntimeException control flow in UncachedKeyRing.fromStreamVincent Breitmoser2015-01-021-1/+2
|/
* Rename multi certify files to certifyDominik Schürmann2014-10-261-1/+1
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-2/+2
* Fix layout of select key adapterDominik Schürmann2014-10-261-4/+4
* Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Dominik Schürmann2014-10-251-1/+10
|\
| * remove unnecessary (and buggy) BufferedInputStream wrappingVincent Breitmoser2014-10-251-1/+10
* | Fix color in import listDominik Schürmann2014-10-251-6/+8
|/
* Make the Certify screen a little more self-explanatoryTim Bray2014-10-211-5/+6
* consistency for import UIDominik Schürmann2014-10-161-5/+27
* More color/icon consistencyDominik Schürmann2014-10-153-10/+3
* color experimentsDominik Schürmann2014-10-151-16/+5
* move around package structure a bitVincent Breitmoser2014-10-103-5/+5
* keylist: add safeslinger exchange button to secret keysVincent Breitmoser2014-10-101-3/+0
* rename certify_key_item to the more appropriate multi_certify_itemVincent Breitmoser2014-10-081-1/+1
* use status icons in public key selectionDominik Schürmann2014-10-051-16/+18
* more layout neatificationVincent Breitmoser2014-10-051-1/+1
* merge key ids in getSelectedCertifyActionsVincent Breitmoser2014-10-041-3/+25
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...Vincent Breitmoser2014-10-043-19/+43
|\
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-043-19/+43
* | implement preliminary MultiCertifyActivity (most heavy lifting is done)Vincent Breitmoser2014-10-041-0/+161
|/
* fix nullpointer on button push while data is still loadingVincent Breitmoser2014-10-031-0/+3
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-10-031-1/+1
|\
| * More beautifyKeyIdWithPrefixDominik Schürmann2014-10-031-1/+1
* | actually use iterator interface for ParcelableFileCache in activitiesVincent Breitmoser2014-10-031-8/+3
|/
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-212-3/+18
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-0/+9
* Merge user ids in import list for better displayDominik Schürmann2014-09-211-17/+32
* New key flags icons, subkey adapter redesign, support authanticate flag in da...Dominik Schürmann2014-09-202-24/+63
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-192-3/+2
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-4/+19
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-176-18/+18
* Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-132-119/+13
* 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-243-16/+16
* Fixes for expiry UIDominik Schürmann2014-08-182-2/+14
* Fix flags UI in add subkey dialogDominik Schürmann2014-08-161-1/+1
* fix keys with no expiry in ui codeVincent Breitmoser2014-08-141-1/+1
* Add user info dialogDominik Schürmann2014-08-131-20/+5
* Optimize importsDominik Schürmann2014-08-052-6/+0
* Edit key: key flagsDominik Schürmann2014-08-052-10/+22
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ...Dominik Schürmann2014-08-052-26/+23