aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/XmppUri.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-24fix fingerprint for otrChristian Schneppe1-0/+6
2020-01-24support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe1-90/+81
2020-01-24parse install referrer from gplayChristian Schneppe1-1/+1
2020-01-24support ?roster;ibr=y xmpp urisChristian Schneppe1-0/+1
2020-01-24support registration via pars tokensChristian Schneppe1-0/+6
2020-01-24refactored xmpp uri parsing to expose all paramsChristian Schneppe1-71/+63
2019-02-09show web link previews in chatChristian Schneppe1-5/+3
2019-02-04fix xmpp uri links that have a aditional chars after joinChristian Schneppe1-1/+1
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-1/+1
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-1/+1
2018-07-09make xmppuri deal with null inputChristian Schneppe1-1/+4
2018-05-05XmppUri code cleanupChristian Schneppe1-14/+10
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-1/+12
2018-04-08fixed crash in MessageAdapter caused by empty xmpp: uriChristian Schneppe1-0/+3
2018-04-02migrate to xmpp-addrChristian Schneppe1-11/+10
2018-02-15XmppUri: Add toString() methodChristian Schneppe1-0/+9
2018-02-15allow roster action with nameChristian Schneppe1-6/+12
2017-12-16XmppUri: Parse 'message action' queryChristian Schneppe1-5/+22
2017-12-16fix xmpp uri regressionChristian Schneppe1-1/+1
2017-12-16fix XmppUri for empty urisChristian Schneppe1-1/+6
2017-12-10show warning when opening invalid jidChristian Schneppe1-0/+9
2017-03-04properly trim() incoming imto: urisChristian Schneppe1-1/+1
2016-12-18add omemo fingerprints to web links as wellChristian Schneppe1-0/+21
2016-12-18show warning dialog beforing verifying keys via a linkChristian Schneppe1-1/+15
2016-11-29add support for body paramater in xmpp uriChristian Schneppe1-1/+31
2016-11-24fix crash when adding contact via URIChristian Schneppe1-1/+0
2016-11-20lower casing fingerprints when parsing URIChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-135/+136
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-2/+3
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-16/+60
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+5
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-05-30handle app links for conferencesDaniel Gultsch1-0/+1
2016-05-30change uriChristian Schneppe1-1/+1
2016-05-30handle app links with @ in themDaniel Gultsch1-3/+12
2016-05-29handle app linksDaniel Gultsch1-3/+9
2015-02-18made xmpp uris case insensitiveiNPUTmice1-3/+3
2015-01-05prevent QR code parser from crashing fixed #839Daniel Gultsch1-6/+13
2015-01-02improved OTR verification part oneDaniel Gultsch1-1/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-1/+0
2014-11-16fixed regression of xmpp uris not workingiNPUTmice1-3/+3
2014-11-16made scan and show qr code more accessible in VerifyOtrActivityiNPUTmice1-0/+79