aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add INACTIVE state for removed keysAndreas Straub2015-07-214-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.
* allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-213-15/+42
|
* Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-202-4/+15
| | | | | If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
* Do not display clear devices button if not onlineAndreas Straub2015-07-201-0/+1
|
* Add purge axolotl key optionAndreas Straub2015-07-203-8/+35
| | | | Can now long-press a key to permanently purge it.
* changed message bubble appearanceRaphael Pohl2015-07-201-10/+27
|
* rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-2011-66/+64
|
* Merge branch 'CryptoNextBeta' into developmentAndreas Straub2015-07-2019-77/+618
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CryptoNextBeta: (60 commits) Lock TrustKeys if no trusted keys are available Optimize imports Use MD style for key trust toggle switch Fix set/remove OnUpdateBlocklistListener Fix axolotl database migration Remove device list from EditAccount Add clear devices to overflow menu in EditAccount Ask for key trust when sending messages Encrypt files for HTTP upload in encrypted chats Refactor trust key ui and show in account details Send correct body for HTTP files Handle file transmission properly in axolotl Remove unneccessary code Fix trust status for outgoing messages Don't merge messages with different trust statuses Fix copying of axolotl keys to clipboard Add refresh icon to v21 theme Disable Axolotl option if not usable Show trust status of messages' originating session Add key trust toggle to ContactDetailsActivity ...
| * Lock TrustKeys if no trusted keys are availableAndreas Straub2015-07-201-4/+26
| |
| * Optimize importsAndreas Straub2015-07-2018-66/+51
| |
| * Remove device list from EditAccountAndreas Straub2015-07-191-22/+0
| |
| * Add clear devices to overflow menu in EditAccountAndreas Straub2015-07-191-3/+11
| |
| * Ask for key trust when sending messagesAndreas Straub2015-07-194-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.
| * Refactor trust key ui and show in account detailsAndreas Straub2015-07-193-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.
| * Fix trust status for outgoing messagesAndreas Straub2015-07-192-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
| * Fix copying of axolotl keys to clipboardSam Whited2015-07-191-1/+1
| |
| * Add refresh icon to v21 themeSam Whited2015-07-191-1/+0
| |
| * Disable Axolotl option if not usableAndreas Straub2015-07-192-33/+10
| | | | | | | | | | In MUCs or if contact is not axolotl capable, disable axolotl menu option
| * Show trust status of messages' originating sessionAndreas Straub2015-07-191-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
| * Add key trust toggle to ContactDetailsActivityAndreas Straub2015-07-191-10/+39
| | | | | | | | Can now toggle IdentityKey trust
| * Display trust status in ContactDetailsActivityAndreas Straub2015-07-191-0/+3
| |
| * Display axolotl chat message hintAndreas Straub2015-07-191-0/+3
| |
| * Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-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.
| * Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub2015-07-191-1/+1
| |
| * Fix displaying Contact IdentityKeysAndreas Straub2015-07-191-1/+2
| | | | | | | | | | Migrate ContactDetailsActivity to use new SQL IdentityKeys storage, remove dead code from Contact class.
| * Reformat code to use tabsAndreas Straub2015-07-191-5/+5
| | | | | | | | This really sucks to do it like this. Sorry. :(
| * Added axolotl activation code to UIAndreas Straub2015-07-194-0/+71
| |
* | don't show 'show contact details' context menu item when contact isn not in ↵Daniel Gultsch2015-07-201-3/+8
| | | | | | | | roster
* | show contact details in conference details ...Christian S2015-07-191-0/+5
|/
* changed switch widgetDaniel Gultsch2015-07-182-3/+73
|
* code cleanupDaniel Gultsch2015-07-171-1/+1
|
* show error message in account details when info has not been editedDaniel Gultsch2015-07-171-1/+1
|
* even less jumpyDaniel Gultsch2015-07-161-1/+3
|
* fixed some ux glitches in editaccountDaniel Gultsch2015-07-161-7/+9
|
* fixed some npesDaniel Gultsch2015-07-161-4/+11
|
* fixed crash on invalid muc bookmarksDaniel Gultsch2015-07-151-3/+7
|
* renamed colorsDaniel Gultsch2015-07-131-12/+8
|
* catch exception on broken android phonesDaniel Gultsch2015-07-121-1/+7
|
* made lock button reflect encryption status of the next messages instead of ↵Daniel Gultsch2015-07-121-16/+10
| | | | the last
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-102-2/+2
|
* renamed downloadable to transferableDaniel Gultsch2015-07-103-25/+25
|
* display toast in ui on failed http downloadDaniel Gultsch2015-07-103-7/+23
| | | | fixes #954
* show timestamp on images in mucsDaniel Gultsch2015-07-101-1/+1
| | | | fixes #1178
* fixed share with activity to account for http file uploadDaniel Gultsch2015-07-021-40/+34
|
* refactored message context menuDaniel Gultsch2015-07-022-32/+37
|
* changed mime type handlingDaniel Gultsch2015-07-011-3/+2
|
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-303-7/+6
|
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
|
* always show copy original url in context menu when url is availableDaniel Gultsch2015-06-301-2/+1
|
* make quick actions available in conferences when file attachment is availableDaniel Gultsch2015-06-291-23/+28
|