aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-21disable stanza loggingDaniel Gultsch1-1/+1
2016-05-21update ui after affiliation changesDaniel Gultsch2-0/+6
2016-05-21refactore exceptionhandler to have one line file writerDaniel Gultsch3-13/+16
2016-05-19resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch4-2/+37
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-19show password dialog when account was magic createdDaniel Gultsch4-0/+47
2016-05-19access disco over caching mechanism instead of querying dbDaniel Gultsch1-1/+1
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-19also save form elements in disco storageDaniel Gultsch4-6/+64
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-19synchronize around identity key generationDaniel Gultsch1-7/+9
2016-05-17improved ordering of muc participantsDaniel Gultsch3-9/+25
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch5-27/+44
2016-05-17offer offline members to be invited againDaniel Gultsch2-3/+17
2016-05-16change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch4-7/+18
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch10-99/+186
2016-05-16cap exponential backoff at 300s (10 attempts)Daniel Gultsch1-1/+1
2016-05-16cap messages after 256 lines in UIDaniel Gultsch2-0/+2
2016-05-15use the same typo in both saving disco and reading discoDaniel Gultsch1-1/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch2-4/+41
2016-05-15include name in locations received in MUCsDaniel Gultsch2-8/+12
2016-05-15log incoming iq requestsDaniel Gultsch2-0/+6
2016-05-15send caps hash in muc joinDaniel Gultsch1-6/+1
2016-05-13don't show duplicate status message in contact detailsDaniel Gultsch1-3/+3
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
2016-05-13show presence of other resources as templateDaniel Gultsch6-6/+49
2016-05-12reset attempt count when reconnecting because of timeoutDaniel Gultsch1-0/+3
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch2-1/+15
2016-05-12prefer IPv4 DNS serversDaniel Gultsch1-3/+16
2016-05-12improve keyboard handling. fixes #1387Daniel Gultsch3-6/+51
2016-05-12use 'phone' or 'tablet' as default resourceDaniel Gultsch4-2/+10
2016-05-12make omemo default when all resources support itDaniel Gultsch5-15/+38
2016-05-12check if pgpengine is still bound before using itDaniel Gultsch3-2/+5
2016-05-12scroll to bottom after sending multi-line messageDaniel Gultsch1-2/+8
2016-05-10stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
2016-05-10don’t let attempt count fall below zeroDaniel Gultsch1-1/+1
2016-05-10add lock domain and magic create domain to known hostsDaniel Gultsch1-0/+6
2016-05-10always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-05-10report host-account as account state in UIDaniel Gultsch3-4/+14
2016-05-10do not show last-seen metric in UIDaniel Gultsch6-32/+7
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief13-108/+132
2016-05-08fix logging wrong variable for failed resumeDaniel Gultsch1-1/+1
2016-05-08check for h attribute in 'failed' nonzaDaniel Gultsch1-3/+9
2016-05-07catch all exceptions thrown by xml pull parserDaniel Gultsch1-11/+2
2016-05-07handle invalid base64 is SASl SCRAM responseDaniel Gultsch1-5/+9
2016-05-05report bind failure as account stateDaniel Gultsch3-9/+14
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch2-1/+8
2016-05-05Remove copy of innerkeySebastian1-1/+0
2016-05-05republish pgp signature when changing statusDaniel Gultsch10-25/+97