aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_trust_keys.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-04add RTL supportChristian Schneppe1-10/+16
2018-09-27some color changesChristian Schneppe1-4/+7
2018-04-29use styled borderless buttonChristian Schneppe1-3/+3
2018-04-22made all text styleableChristian Schneppe1-3/+3
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-1/+5
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe1-12/+50
2018-04-01finished app compat themeingChristian Schneppe1-4/+2
2018-04-01fixed paddings in omemo key cardsChristian Schneppe1-16/+9
2018-03-17fixed paddingsChristian Schneppe1-2/+2
2018-03-16change key activities to cardsChristian Schneppe1-111/+123
2016-11-19reformat codeChristian Schneppe1-8/+9
2016-05-31optimize importsChristian Schneppe1-4/+3
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-26/+3
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+32
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+120
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.