aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch7-63/+230
2016-01-04only report error after third unsuccesful attempt to connectDaniel Gultsch1-1/+1
2016-01-04properly rotate avatarsDaniel Gultsch4-52/+48
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5
2016-01-03add obb url to unencrypted messagesDaniel Gultsch1-0/+1
2016-01-03edit account activity was still showing the omemo key with leading 0x05. fixe...Daniel Gultsch1-2/+2
2016-01-01removed xhtml body. fixes #1594Daniel Gultsch1-12/+0
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch2-7/+8
2015-12-31Fix OMEMO session creating logginAndreas Straub1-1/+1
2015-12-29handle null names in getColorForNameDaniel Gultsch1-1/+1
2015-12-27strip leading 0x05 off omemo fingerprintsDaniel Gultsch1-4/+7
2015-12-27lower case all fingerprints. fixes #1521Daniel Gultsch1-1/+2
2015-12-27dedublicate bookmarksDaniel Gultsch1-3/+7
2015-12-27fixed stuck at omemo encryption when x509 verification is being usedDaniel Gultsch1-7/+7
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
2015-12-23code cleanupDaniel Gultsch3-25/+5
2015-12-23show certificate informationDaniel Gultsch10-10/+240
2015-12-23save certificate when verifying with x509Daniel Gultsch3-4/+39
2015-12-20pulled translations from transifexDaniel Gultsch2-6/+44
2015-12-19store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch2-23/+27
2015-12-19use presence name not server name when verification is being usedDaniel Gultsch1-3/+3
2015-12-19add more debugging to certificate checks after new omemo session was establishedDaniel Gultsch1-0/+4
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch2-3/+13
2015-12-19prefer server name over address book name when x509 verification is being usedDaniel Gultsch1-1/+4
2015-12-17add 'store' message hint to displayed chat markersDaniel Gultsch1-0/+1
2015-12-17pulled translations from transifexDaniel Gultsch5-35/+429
2015-12-17throw exception at the end of the streamDaniel Gultsch1-128/+122
2015-12-17let message parser not artifically fail on messages with no to attributeDaniel Gultsch1-4/+4
2015-12-15timeout service discovery after 20sDaniel Gultsch3-10/+52
2015-12-14default force encryption to falseDaniel Gultsch1-1/+1
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch7-8/+10
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-13pulled translations from transifexDaniel Gultsch3-7/+106
2015-12-12changed order of send presence and execute mam queriesDaniel Gultsch1-2/+2
2015-12-12more detailed loggingDaniel Gultsch1-2/+1
2015-12-11notfiy after mam catchup only if message count > 0Daniel Gultsch1-1/+1
2015-12-11fix cancelation of http downloads and enable resumeDaniel Gultsch2-9/+44
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch4-3/+23
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch5-55/+29
2015-12-11pulled translations from transifexDaniel Gultsch2-2/+38
2015-12-10renamed pretty-please-store message hint to storeDaniel Gultsch1-1/+1
2015-12-10some more NPE checksDaniel Gultsch1-1/+1
2015-12-10notify on mam catchup messagesDaniel Gultsch4-8/+21
2015-12-10properly clean up timed out mam queriesDaniel Gultsch2-3/+18
2015-12-10disable sm loggingDaniel Gultsch1-5/+1
2015-12-09always show conversations with pending subscription requestsDaniel Gultsch1-3/+5
2015-12-09wait with status change to online after all disco queries have been madeDaniel Gultsch1-5/+14
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch3-5/+13
2015-12-09show sender name for notications in conferences. fixes #1581Daniel Gultsch1-0/+17