aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* differentiate starttls failure and sasl failureChristian Schneppe2017-05-171-0/+2
* transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe2017-04-161-1/+13
* don't count >number% as quoteChristian Schneppe2017-04-161-1/+1
* use async message loading only when called from UIChristian Schneppe2017-04-131-1/+1
* Optimized imports from entire projectChristian Schneppe2017-04-131-1/+1
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-131-0/+33
* exclude >= from being recognized as quoteChristian Schneppe2017-04-131-1/+6
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-0/+8
* use aesgcm:// uri scheme for omemo encrypted http uploadChristian Schneppe2017-04-131-0/+13
* changed one last seen stateChristian Schneppe2017-04-051-1/+1
* parse message that only contain oob tagChristian Schneppe2017-04-051-0/+1
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-261-4/+41
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-232-2/+4
* grey out offline contacts in StartConversationChristian Schneppe2017-03-151-5/+7
* display chat states in conferencesChristian Schneppe2017-03-111-0/+10
* do not interpret grin >< as quoteChristian Schneppe2017-03-091-2/+11
* show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe2017-03-041-0/+18
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-1/+1
* bump mam namespace to :2Christian Schneppe2017-03-041-1/+1
* properly trim() incoming imto: urisChristian Schneppe2017-03-041-1/+1
* Fix a typo in legacyChristian Schneppe2017-02-221-1/+1
* bump mam namespaceChristian Schneppe2017-02-221-0/+2
* catch all throwables when working with content provider to retrieve mimeChristian Schneppe2017-02-081-1/+6
* reworked videocompressionChristian Schneppe2017-01-258-2021/+0
* don't quote text when '>' is followed by numeberChristian Schneppe2017-01-251-1/+16
* use 7.1 web url pattern matching on old platforms as wellChristian Schneppe2017-01-091-0/+480
* add more punctuations to message previewChristian Schneppe2017-01-091-5/+7
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-051-0/+21
* skip empty lines in message preview. prevents indexoutofbounds exceptionChristian Schneppe2016-12-251-1/+25
* catch NPE while sharing video from content uri and make it workingChristian Schneppe2016-12-251-1/+26
* add omemo fingerprints to web links as wellChristian Schneppe2016-12-181-0/+21
* show warning dialog beforing verifying keys via a linkChristian Schneppe2016-12-181-1/+15
* add support for body paramater in xmpp uriChristian Schneppe2016-11-291-1/+31
* fix crash when adding contact via URIChristian Schneppe2016-11-241-1/+0
* added share button to account detailsChristian Schneppe2016-11-241-1/+5
* introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe2016-11-201-0/+70
* lower casing fingerprints when parsing URIChristian Schneppe2016-11-201-1/+1
* reformat codeChristian Schneppe2016-11-1922-1697/+1713
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-2/+3
* parse omemo fingerprints from urisChristian Schneppe2016-11-181-16/+60
* distinguish between general i/o error and write exception when copying filesChristian Schneppe2016-11-171-0/+4
* show button on "xmpp:" urisChristian Schneppe2016-11-112-0/+11
* increase map preview sizeChristian Schneppe2016-11-111-1/+1
* show map preview in chatChristian Schneppe2016-11-101-0/+22
* lower case incoming dns recordsChristian Schneppe2016-11-081-18/+23
* extracting stanza-id where by=accountChristian Schneppe2016-11-071-0/+1
* issue ping after push was receivedChristian Schneppe2016-10-081-0/+10
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-231-3/+1
* catch all throwables when loading contactsChristian Schneppe2016-09-171-2/+2