aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyAdvUserIdsFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Edit identities designDominik Schürmann2015-12-311-1/+2
|
* Load key data in tabs independently from advanced activity. This decouples ↵Dominik Schürmann2015-12-291-26/+54
| | | | the fragments from the activity and allows to init the tabs before loading key data in the advanced activity. Fixes switching to the first tab when key has been edited.
* use correct white add iconDominik Schürmann2015-12-281-1/+1
|
* Advanced screen: edited key savedDominik Schürmann2015-12-281-1/+49
|
* Pass trough masterKeyId and fingerprint to advanced key edit fragmentsDominik Schürmann2015-12-271-5/+11
|
* inline-edit: move action mode menu handling int activityVincent Breitmoser2015-12-271-21/+15
|
* inline subkey editing, fixedVincent Breitmoser2015-12-271-2/+2
|
* inline subkey editing (wip commit)Vincent Breitmoser2015-12-271-2/+2
|
* extend-uid: use FAB instead of extra list itemVincent Breitmoser2015-12-271-2/+18
|
* extend-uid: button and list to add user idsVincent Breitmoser2015-12-271-2/+49
|
* extend-uid: allow changes to user ids in edit modeVincent Breitmoser2015-12-271-3/+67
|
* extend-uid: add option icon for edit action modeVincent Breitmoser2015-12-271-48/+79
|
* extended: init tabs with loader infoVincent Breitmoser2015-12-271-2/+3
|
* Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-2/+2
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-2/+2
| | | | | | | | instead of EXPIRY where possible
* | work more on separation of linked identities and resources, initial ui workVincent Breitmoser2015-03-041-1/+1
|/
* Reorder advanced key viewDominik Schürmann2015-02-271-0/+184