aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserIdsAddedAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-1/+2
|
* extend-uid: add option icon for edit action modeVincent Breitmoser2015-12-271-1/+1
|
* object oriented split user idDominik Schürmann2015-03-161-7/+7
|
* 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.
* Remove tabs in view keyDominik Schürmann2015-02-241-1/+1
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-1/+13
|
* Add user id with dialogDominik Schürmann2014-08-011-135/+46
|
* Work on editDominik Schürmann2014-07-031-20/+20
|
* smaller dropdown itemsDominik Schürmann2014-07-031-2/+2
|
* edit key: work on savingDominik Schürmann2014-07-021-11/+11
|
* Edit key: adding user idsDominik Schürmann2014-07-021-0/+206