aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-21Add INACTIVE state for removed keysAndreas Straub4-9/+37
We introduce a new trust state: INACTIVE. This state is intended for old keys that have been removed. When a TRUSTED device is removed from the PEP devicelist, it's status will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed out, non-interactible key rows. Messages are not encrypted for INACTIVE devices. When an INACTIVE device reappears in PEP, or a message is received from an INACTIVE device, it is set back to trusted.
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch3-15/+42
2015-07-20Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2-4/+15
If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
2015-07-20Do not display clear devices button if not onlineAndreas Straub1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub3-8/+35
Can now long-press a key to permanently purge it.
2015-07-20changed message bubble appearanceRaphael Pohl1-10/+27
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch11-66/+64
2015-07-20Lock TrustKeys if no trusted keys are availableAndreas Straub1-4/+26
2015-07-20Optimize importsAndreas Straub18-66/+51
2015-07-20don't show 'show contact details' context menu item when contact isn not in ↵Daniel Gultsch1-3/+8
roster
2015-07-19Remove device list from EditAccountAndreas Straub1-22/+0
2015-07-19Add clear devices to overflow menu in EditAccountAndreas Straub1-3/+11
2015-07-19Ask for key trust when sending messagesAndreas Straub4-14/+311
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.
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub3-48/+102
Refactored the trust key row UI element so it can be used in multiple places. It now also uses a slider to toggle the trust state, and the redundant trust state description was removed. EditAccountActivity now shows the keys of other devices associated with that account.
2015-07-19Fix trust status for outgoing messagesAndreas Straub2-7/+7
Tag sent messages with own fingerprint, set own fingerprint as always trusted, include own fingerprint in database trust search, explicitly reset trust colorfilter
2015-07-19Fix copying of axolotl keys to clipboardSam Whited1-1/+1
2015-07-19Add refresh icon to v21 themeSam Whited1-1/+0
2015-07-19Disable Axolotl option if not usableAndreas Straub2-33/+10
In MUCs or if contact is not axolotl capable, disable axolotl menu option
2015-07-19Show trust status of messages' originating sessionAndreas Straub1-0/+13
Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown
2015-07-19Add key trust toggle to ContactDetailsActivityAndreas Straub1-10/+39
Can now toggle IdentityKey trust
2015-07-19Display trust status in ContactDetailsActivityAndreas Straub1-0/+3
2015-07-19Display axolotl chat message hintAndreas Straub1-0/+3
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-4/+105
EditAccountActivity now show own fingerprint, and gives an option to regenerate local keying material (and wipe all sessions associated with the old keys in the process). It also now displays a list of other own devices, and gives an option to remove all but the current device.
2015-07-19show contact details in conference details ...Christian S1-0/+5
2015-07-19Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub1-1/+1
2015-07-19Fix displaying Contact IdentityKeysAndreas Straub1-1/+2
Migrate ContactDetailsActivity to use new SQL IdentityKeys storage, remove dead code from Contact class.
2015-07-19Reformat code to use tabsAndreas Straub1-5/+5
This really sucks to do it like this. Sorry. :(
2015-07-19Added axolotl activation code to UIAndreas Straub4-0/+71
2015-07-18changed switch widgetDaniel Gultsch2-3/+73
2015-07-17code cleanupDaniel Gultsch1-1/+1
2015-07-17show error message in account details when info has not been editedDaniel Gultsch1-1/+1
2015-07-16even less jumpyDaniel Gultsch1-1/+3
2015-07-16fixed some ux glitches in editaccountDaniel Gultsch1-7/+9
2015-07-16fixed some npesDaniel Gultsch1-4/+11
2015-07-15fixed crash on invalid muc bookmarksDaniel Gultsch1-3/+7
2015-07-13renamed colorsDaniel Gultsch1-12/+8
2015-07-12catch exception on broken android phonesDaniel Gultsch1-1/+7
2015-07-12made lock button reflect encryption status of the next messages instead of ↵Daniel Gultsch1-16/+10
the last
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2-2/+2
2015-07-10renamed downloadable to transferableDaniel Gultsch3-25/+25
2015-07-10display toast in ui on failed http downloadDaniel Gultsch3-7/+23
fixes #954
2015-07-10show timestamp on images in mucsDaniel Gultsch1-1/+1
fixes #1178
2015-07-02fixed share with activity to account for http file uploadDaniel Gultsch1-40/+34
2015-07-02refactored message context menuDaniel Gultsch2-32/+37
2015-07-01changed mime type handlingDaniel Gultsch1-3/+2
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch3-7/+6
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-1/+1
2015-06-30always show copy original url in context menu when url is availableDaniel Gultsch1-2/+1
2015-06-29make quick actions available in conferences when file attachment is availableDaniel Gultsch1-23/+28
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-4/+7