aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use 7.1 web url pattern matching on old platforms as well. fixes #2228Daniel Gultsch2017-01-091-0/+474
|
* add more punctuations to message previewDaniel Gultsch2017-01-061-4/+7
|
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-0/+21
|
* skip empty lines in message preview. prevents indexoutofbounds exceptionDaniel Gultsch2016-12-231-0/+3
|
* don't show quoted text in message previewDaniel Gultsch2016-12-201-6/+24
|
* add omemo fingerprints to web links as wellDaniel Gultsch2016-12-031-0/+21
|
* show warning dialog beforing verifying keys via a linkDaniel Gultsch2016-12-031-1/+15
|
* add support for body paramater in xmpp uriDaniel Gultsch2016-11-281-1/+31
|
* added share button to account detailsDaniel Gultsch2016-11-221-1/+5
|
* introduced custom tls socket factory to make tls1.2 work for http connectionsDaniel Gultsch2016-11-201-0/+69
|
* lower casing fingerprints when parsing URIDaniel Gultsch2016-11-181-1/+1
|
* put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch2016-11-171-2/+3
|
* parse omemo fingerprints from urisDaniel Gultsch2016-11-171-14/+57
|
* distinguish between general i/o error and write exception when copying filesDaniel Gultsch2016-11-151-0/+4
|
* lower case incoming dns recordsDaniel Gultsch2016-11-081-18/+23
|
* extracting stanza-id where by=accountDaniel Gultsch2016-10-311-0/+1
|
* fixed account hash calculationDaniel Gultsch2016-10-071-1/+1
|
* issue ping after push was receivedDaniel Gultsch2016-10-061-0/+10
|
* always use ipv4 localhost for Orbot connectionsDaniel Gultsch2016-09-271-1/+3
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-3/+1
|
* catch all throwables when loading contactsDaniel Gultsch2016-09-171-2/+2
|
* deal with null bodys in message previewDaniel Gultsch2016-09-151-5/+3
|
* offer quick reply on android NDaniel Gultsch2016-08-251-2/+27
|
* be more careful in recursive file observer. limit depthDaniel Gultsch2016-08-131-1/+21
|
* show identity type for device selectionDaniel Gultsch2016-07-282-0/+21
|
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-231-0/+72
|
* remove ascii control chars when creating xmlDaniel Gultsch2016-06-191-1/+1
|
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-042-7/+3
|
* don't replace \n\t\rDaniel Gultsch2016-06-011-1/+1
|
* execute phone contact changes in singlethreadexecutorDaniel Gultsch2016-05-313-2/+35
|
* handle app links for conferencesDaniel Gultsch2016-05-301-0/+1
|
* remove unicode control chars before sendingDaniel Gultsch2016-05-301-0/+1
|
* handle app links with @ in themDaniel Gultsch2016-05-301-3/+12
|
* handle app linksDaniel Gultsch2016-05-291-3/+9
| | | | invites in the form of https://conversations/i/localpart/domainpart
* limit text size in message adapter to 2k and also limit text size in ↵Daniel Gultsch2016-05-281-3/+7
| | | | conversations adapter
* Merge branch 'master' of https://github.com/gjedeer/Conversations into ↵Daniel Gultsch2016-05-281-1/+1
|\ | | | | | | gjedeer-master
| * Add geo: link support in longer messagesGDR!2016-05-261-1/+1
| |
* | put bug report jid in config. include package signature in reportDaniel Gultsch2016-05-282-13/+24
|/
* refactore exceptionhandler to have one line file writerDaniel Gultsch2016-05-213-13/+16
|
* include name in locations received in MUCsDaniel Gultsch2016-05-152-8/+12
|
* interrupt XMPPConnection ThreadDaniel Gultsch2016-05-121-1/+6
| | | | | in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread
* prefer IPv4 DNS serversDaniel Gultsch2016-05-121-3/+16
| | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode
* removed unused config variablesDaniel Gultsch2016-04-271-1/+1
|
* expert setting to manually change presenceDaniel Gultsch2016-04-221-0/+17
|
* show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch2016-03-201-4/+5
|
* Check if path for URI is accessiblefiaxh2016-03-151-1/+10
| | | | | The path extracted from the Cursor might not be accessible for Conversations. FileUtils accesses URI information through the ContentProvider, so this wouldn't be noticed. Fixes sharing from open-keychain's TemporaryContentProvider
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+4
|
* Retry decryption from message menufiaxh2016-02-231-1/+3
|
* use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch2016-02-031-0/+11
|
* prefer dns servers from networsk with the default routeDaniel Gultsch2016-01-291-2/+17
|