aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01prefer ipv4 over ipv6Christian Schneppe1-0/+7
2017-08-01fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe1-3/+9
2017-08-01update datebubblesChristian Schneppe1-0/+18
2017-08-01put settings defaults into resource fileChristian Schneppe1-1/+1
2017-06-27revised resolver strategyChristian Schneppe1-3/+7
2017-06-26refactored resolver to fall back to DNS and use reliable methodChristian Schneppe1-11/+35
2017-06-26use ResolverApi.reliable(..)Christian Schneppe1-31/+11
2017-06-25new resolver fall back to normal dns if dnssec verfication failsChristian Schneppe1-9/+22
2017-06-25fixed patterns source code urlChristian Schneppe1-1/+2
2017-06-24fixed ip reporting for dns look upsChristian Schneppe1-2/+2
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe4-299/+257
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-2/+1
2017-06-17use osm MapPreviewChristian Schneppe1-1/+2
2017-05-17differentiate starttls failure and sasl failureChristian Schneppe1-0/+2
2017-04-16transform aesgcm:// links back to https:// before connecting through TorChristian Schneppe1-1/+13
2017-04-16don't count >number% as quoteChristian Schneppe1-1/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-1/+1
2017-04-13Optimized imports from entire projectChristian Schneppe1-1/+1
2017-04-13be more careful with corner cases when mentioning multiple peopleChristian Schneppe1-0/+33
2017-04-13exclude >= from being recognized as quoteChristian Schneppe1-1/+6
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
2017-04-13send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe1-0/+8
2017-04-13use aesgcm:// uri scheme for omemo encrypted http uploadChristian Schneppe1-0/+13
2017-04-05changed one last seen stateChristian Schneppe1-1/+1
2017-04-05parse message that only contain oob tagChristian Schneppe1-0/+1
2017-03-26made a few exceptions to quote parser for emoticons and quotesChristian Schneppe1-4/+41
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe2-2/+4
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-5/+7
2017-03-11display chat states in conferencesChristian Schneppe1-0/+10
2017-03-09do not interpret grin >< as quoteChristian Schneppe1-2/+11
2017-03-04show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe1-0/+18
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-1/+1
2017-03-04bump mam namespace to :2Christian Schneppe1-1/+1
2017-03-04properly trim() incoming imto: urisChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe1-1/+1
2017-02-22bump mam namespaceChristian Schneppe1-0/+2
2017-02-08catch all throwables when working with content provider to retrieve mimeChristian Schneppe1-1/+6
2017-01-25reworked videocompressionChristian Schneppe8-2021/+0
2017-01-25don't quote text when '>' is followed by numeberChristian Schneppe1-1/+16
2017-01-09use 7.1 web url pattern matching on old platforms as wellChristian Schneppe1-0/+480
2017-01-09add more punctuations to message previewChristian Schneppe1-5/+7
2017-01-05Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe1-0/+21
2016-12-25skip empty lines in message preview. prevents indexoutofbounds exceptionChristian Schneppe1-1/+25
2016-12-25catch NPE while sharing video from content uri and make it workingChristian Schneppe1-1/+26
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-24added share button to account detailsChristian Schneppe1-1/+5
2016-11-20introduced custom tls socket factory to make tls1.2 work for http connectionsChristian Schneppe1-0/+70