aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+4
2016-02-23Retry decryption from message menufiaxh1-1/+3
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-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-0/+11
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-10-28show encryption type in warned/red messagesDaniel Gultsch1-0/+15
2015-10-26Reset the margins manually after rotatingsaqura1-0/+21
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-4/+24
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-0/+19
2015-09-19let DnsHelper provide a fallback solutionDaniel Gultsch1-1/+8
2015-09-17introduced Config variable to use legacy namespace for http uploadDaniel Gultsch1-1/+3
2015-09-17fixed rare NPE in DnsHelper. fixed spelling and added loggingDaniel Gultsch1-5/+13
2015-09-14changed http upload namespace to reflect the one in the XEPDaniel Gultsch1-1/+1
2015-09-10increased dns timeoutDaniel Gultsch1-0/+1
2015-09-05ignore timeout exceptions on secondary dns requestsDaniel Gultsch1-9/+21
2015-08-28use build in method on >= lolipop devices to discover dns serversDaniel Gultsch1-7/+40
2015-08-25catch some db query exceptionsDaniel Gultsch1-3/+5
2015-08-23open files with capital extensions as well. fixes #1354Daniel Gultsch1-1/+1
2015-08-19catch package manager has died exceptionDaniel Gultsch1-1/+1
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-0/+144
2015-07-28changed logging. (work around logcat null pointerDaniel Gultsch1-1/+0
2015-07-24rewrote dns fallbackDaniel Gultsch1-9/+6
2015-07-20Optimize importsAndreas Straub6-40/+39
2015-07-19Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub1-5/+4
2015-07-16made 'check image on http host' message more generic. fixed #1281Daniel Gultsch1-1/+2
2015-07-11null check otr fingerprint before displayDaniel Gultsch1-1/+3
2015-07-10renamed downloadable to transferableDaniel Gultsch1-10/+9
2015-07-09print stack trace instead of writing error message to log in case of unknown ...Daniel Gultsch1-1/+1
2015-07-05show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch1-2/+6
2015-07-03added fallback for non-srv dns queriesDaniel Gultsch1-0/+1
2015-07-01changed mime type handlingDaniel Gultsch2-10/+488
2015-06-30changed namespace of the http upload featureDaniel Gultsch1-1/+1
2015-06-29initial http upload supportDaniel Gultsch1-0/+1
2015-06-19don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch1-10/+14
2015-06-05made i/o and memory intensive operations execute in serial orderDaniel Gultsch1-0/+34