aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter
Commit message (Collapse)AuthorAgeFilesLines
* rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-0/+279
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* object oriented split user idDominik Schürmann2015-03-165-36/+35
|
* Remove display of key id in other listsDominik Schürmann2015-03-151-6/+26
|
* Show main user id instead of key in certify screenDominik Schürmann2015-03-151-10/+15
|
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-043-8/+11
|\ | | | | #1042 replaced some int constants with enums
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-043-8/+11
| | | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | More icon naming fixes and designDominik Schürmann2015-03-041-2/+2
|/
* Fixes Issue #1081Ishan Khanna2015-03-031-3/+0
| | | | | | | | | | | | | | | The App crashed because the Adapter was trying to call a method on a null object. Where was the null object? CheckBox was null because in the Layout file view_key_adv_user_id_item.xml There is no such widget with id = user_id_item_check_box Fix : I removed the two lines which were causing the bug, and now the screen loads perfectly.
* forgot to rename a methodVincent Breitmoser2015-03-021-1/+1
|
* some cleanup in ViewKey*Vincent Breitmoser2015-03-021-3/+16
|
* make userattributeadapter superclass of useridsadapterVincent Breitmoser2015-03-023-109/+142
|
* Fix status images in user id adapterDominik Schürmann2015-02-271-4/+4
|
* Merge keybase-proof branchDominik Schürmann2015-02-271-1/+17
|\
| * In the ImportKeysList display, arrange for Keybase UserIDs to sort below the ↵Tim Bray2014-11-181-1/+17
| | | | | | | | rest. Also mention Keybase stuff other than Twitter/GitHub/Website
* | Dont show verification icons in my key view, hide edit button for non-secret ↵Dominik Schürmann2015-02-251-5/+17
| | | | | | | | keys
* | Bigger status icon in key viewDominik Schürmann2015-02-251-2/+2
| |
* | First work on new key view toolbarDominik Schürmann2015-02-253-8/+8
| |
* | Remove tabs in view keyDominik Schürmann2015-02-244-4/+4
| |
* | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-017-10/+10
| | | | | | | | | | | | | | - 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
* | 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
| | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* | 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 ↵Dominik Schürmann2014-10-251-1/+10
|\ | | | | | | development
| * 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 ↵Vincent Breitmoser2014-10-043-19/+43
|\ | | | | | | into jacobshack-certify
| * 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
| | | | fixes #934
* 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
|