aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe20-2722/+0
2016-07-25refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch1-0/+72
2016-06-20remove 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-31optimize importsChristian Schneppe4-9/+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-30change uriChristian Schneppe1-1/+1
2016-05-30handle app links with @ in themDaniel Gultsch1-3/+12
2016-05-29handle app linksDaniel Gultsch1-3/+9
invites in the form of https://conversations/i/localpart/domainpart
2016-05-28limit text size in message adapter to 2k and also limit text size in ↵Daniel Gultsch1-3/+7
conversations adapter
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-16revert checkbox meaning from chrash reportChristian Schneppe1-3/+3
2016-05-15include name in locations received in MUCsDaniel Gultsch2-8/+12
2016-05-13interrupt XMPPConnection ThreadDaniel Gultsch1-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
2016-05-13prefer IPv4 DNS serversDaniel Gultsch1-3/+16
some devices might have problems contacting the IPv6 DNS server while in sleep mode
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch1-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
2016-05-12prefer IPv4 DNS serversDaniel Gultsch1-3/+16
some devices might have problems contacting the IPv6 DNS server while in sleep mode
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
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
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+4
2016-02-23Retry decryption from message menufiaxh1-1/+3
2016-02-04Add device name to client infoArtem Shipovskiy1-0/+4
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
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch1-0/+62
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest1-50/+71
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch1-27/+29
2016-01-04null check in getOriginalPathDaniel Gultsch1-0/+3
2015-12-29handle null names in getColorForNameDaniel Gultsch1-1/+1
2015-12-27lower case all fingerprints. fixes #1521Daniel Gultsch1-1/+2
2015-12-23code cleanupDaniel Gultsch1-22/+0
2015-12-23show certificate informationDaniel Gultsch1-0/+50
2015-12-12ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-0/+11
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-0/+11
2015-12-04avoid some NPEsDaniel Gultsch1-2/+3
2015-12-04add error state for unavailable tor networkDaniel Gultsch1-4/+9
2015-12-04refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-0/+52
2015-12-04avoid some NPEsDaniel Gultsch1-2/+3
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-4/+9
2015-12-01refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch1-0/+52
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-21/+0
2015-11-14show own name in sent locationsChristian S1-0/+2