aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-09use 7.1 web url pattern matching on old platforms as well. fixes #2228Daniel Gultsch1-0/+474
2017-01-06add more punctuations to message previewDaniel Gultsch1-4/+7
2017-01-01Do not compress GIFs, allow GBoard to send GIFsMichael Eden1-0/+21
2016-12-23skip empty lines in message preview. prevents indexoutofbounds exceptionDaniel Gultsch1-0/+3
2016-12-20don't show quoted text in message previewDaniel Gultsch1-6/+24
2016-12-03add omemo fingerprints to web links as wellDaniel Gultsch1-0/+21
2016-12-03show warning dialog beforing verifying keys via a linkDaniel Gultsch1-1/+15
2016-11-28add support for body paramater in xmpp uriDaniel Gultsch1-1/+31
2016-11-22added share button to account detailsDaniel Gultsch1-1/+5
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsDaniel Gultsch1-0/+69
2016-11-18lower casing fingerprints when parsing URIDaniel Gultsch1-1/+1
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch1-2/+3
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-14/+57
2016-11-15distinguish between general i/o error and write exception when copying filesDaniel Gultsch1-0/+4
2016-11-08lower case incoming dns recordsDaniel Gultsch1-18/+23
2016-10-31extracting stanza-id where by=accountDaniel Gultsch1-0/+1
2016-10-07fixed account hash calculationDaniel Gultsch1-1/+1
2016-10-06issue ping after push was receivedDaniel Gultsch1-0/+10
2016-09-27always use ipv4 localhost for Orbot connectionsDaniel Gultsch1-1/+3
2016-09-18don't simply ignore null in message body but try to avoid itDaniel Gultsch1-3/+1
2016-09-17catch all throwables when loading contactsDaniel Gultsch1-2/+2
2016-09-15deal with null bodys in message previewDaniel Gultsch1-5/+3
2016-08-25offer quick reply on android NDaniel Gultsch1-2/+27
2016-08-13be more careful in recursive file observer. limit depthDaniel Gultsch1-1/+21
2016-07-28show identity type for device selectionDaniel Gultsch2-0/+21
2016-07-23refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch1-0/+72
2016-06-19remove ascii control chars when creating xmlDaniel Gultsch1-1/+1
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch2-7/+3
2016-06-01don't replace \n\t\rDaniel Gultsch1-1/+1
2016-05-31execute phone contact changes in singlethreadexecutorDaniel Gultsch3-2/+35
2016-05-30handle app links for conferencesDaniel Gultsch1-0/+1
2016-05-30remove unicode control chars before sendingDaniel Gultsch1-0/+1
2016-05-30handle app links with @ in themDaniel Gultsch1-3/+12
2016-05-29handle app linksDaniel Gultsch1-3/+9
2016-05-28limit text size in message adapter to 2k and also limit text size in conversa...Daniel Gultsch1-3/+7
2016-05-28put bug report jid in config. include package signature in reportDaniel Gultsch2-13/+24
2016-05-26Add geo: link support in longer messagesGDR!1-1/+1
2016-05-21refactore exceptionhandler to have one line file writerDaniel Gultsch3-13/+16
2016-05-15include name in locations received in MUCsDaniel Gultsch2-8/+12
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch1-1/+6
2016-05-12prefer IPv4 DNS serversDaniel Gultsch1-3/+16
2016-04-27removed unused config variablesDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-0/+17
2016-03-20show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch1-4/+5
2016-03-15Check if path for URI is accessiblefiaxh1-1/+10
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+4
2016-02-23Retry decryption from message menufiaxh1-1/+3
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch1-0/+11
2016-01-29prefer dns servers from networsk with the default routeDaniel Gultsch1-2/+17
2016-01-20catch security exception when user prevents access to address bookDaniel Gultsch1-27/+45