aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_trust_keys.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add RTL supportChristian Schneppe2019-01-041-10/+16
|
* some color changesChristian Schneppe2018-09-271-4/+7
|
* use styled borderless buttonChristian Schneppe2018-04-291-3/+3
|
* made all text styleableChristian Schneppe2018-04-221-3/+3
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-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
* offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe2018-04-081-12/+50
|
* finished app compat themeingChristian Schneppe2018-04-011-4/+2
|
* fixed paddings in omemo key cardsChristian Schneppe2018-04-011-16/+9
|
* fixed paddingsChristian Schneppe2018-03-171-2/+2
|
* change key activities to cardsChristian Schneppe2018-03-161-111/+123
|
* reformat codeChristian Schneppe2016-11-191-8/+9
|
* optimize importsChristian Schneppe2016-05-311-4/+3
|
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-26/+3
|
* Display error message if all contact keys purgedAndreas Straub2015-08-151-0/+32
|
* Ask for key trust when sending messagesAndreas Straub2015-07-191-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.