aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02Ensure uris is empty before onStart adds to itAndreas Straub1-0/+1
2015-08-26use dedicated colors for primary and primary_darkDaniel Gultsch1-1/+1
2015-08-26fixed highlight text color for white chat bubblesDaniel Gultsch1-0/+1
2015-08-25remove unused imports.Michael1-1/+0
2015-08-24renamed plain text to unencrypted. fixes #1331Daniel Gultsch1-1/+1
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch3-36/+61
2015-08-15Display error message if all contact keys purgedAndreas Straub1-0/+10
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+7
2015-08-11use same code that is used to open files for imagesDaniel Gultsch1-4/+1
2015-08-11changed color of 'whispered' prefixDaniel Gultsch1-2/+1
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch4-7/+7
2015-08-06hide multi-end and otr encryption in conferencesDaniel Gultsch1-2/+3
2015-08-05Improve TrustKeysActivity slider responsivenessAndreas Straub1-11/+11
2015-08-05added config.java variable to hide openpgp as an encryption methodDaniel Gultsch2-0/+3
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch6-33/+104
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub4-26/+32
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-1/+1
2015-07-31improved 'next encryption' selectionDaniel Gultsch2-31/+24
2015-07-30Fix session logic: enforce same type of encryptionAndreas Straub1-25/+3
2015-07-30fixed some colors in message adapterDaniel Gultsch2-26/+32
2015-07-29Reset lock color for non-axolotl messagesAndreas Straub1-0/+2
2015-07-29Highlight selected message's fingerprint in listAndreas Straub5-13/+32
2015-07-29Rerender message bubbles on encryption changeAndreas Straub1-0/+1
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-2/+2
2015-07-29Color plaintext messages in encrypted sessions redAndreas Straub1-0/+30
2015-07-29Improve trust toggle responsivenessAndreas Straub1-6/+1
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub4-14/+14
2015-07-24call refreshUi directlyDaniel Gultsch1-1/+1
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-5/+12
2015-07-22use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2-2/+2
2015-07-22Hide regenerate keys buttonAndreas Straub1-10/+13
2015-07-22Disable trust toggle completely for INACTIVE keysAndreas Straub1-0/+1
2015-07-21Add INACTIVE state for removed keysAndreas Straub4-9/+37
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
2015-07-20Do not display clear devices button if not onlineAndreas Straub1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub3-8/+35
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 availableCryptoNextBetaAndreas 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 r...Daniel Gultsch1-3/+8
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
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub3-48/+102
2015-07-19Fix trust status for outgoing messagesAndreas Straub2-7/+7
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