aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed logging. (work around logcat null pointerDaniel Gultsch2015-07-281-1/+0
|
* rewrote dns fallbackDaniel Gultsch2015-07-241-9/+6
|
* Optimize importsAndreas Straub2015-07-206-40/+39
|
* Adapt prettifyFingerprint() to axolotl FP sizesAndreas Straub2015-07-191-5/+4
|
* made 'check image on http host' message more generic. fixed #1281Daniel Gultsch2015-07-161-1/+2
|
* null check otr fingerprint before displayDaniel Gultsch2015-07-111-1/+3
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-10/+9
|
* print stack trace instead of writing error message to log in case of unknown ↵Daniel Gultsch2015-07-091-1/+1
| | | | exception in dnsutil
* show contacts name in non anonymous mucs. fixes #1213Daniel Gultsch2015-07-051-2/+6
|
* Merge branch 'master' into developmentDaniel Gultsch2015-07-031-0/+1
|\
| * added fallback for non-srv dns queriesDaniel Gultsch2015-07-031-0/+1
| |
* | changed mime type handlingDaniel Gultsch2015-07-012-10/+488
| |
* | changed namespace of the http upload featureDaniel Gultsch2015-06-301-1/+1
| |
* | initial http upload supportDaniel Gultsch2015-06-291-0/+1
|/ | | | be careful: little error handling and no encryption
* don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch2015-06-191-10/+14
|
* made i/o and memory intensive operations execute in serial orderDaniel Gultsch2015-06-051-0/+34
|
* fixed obvious bug in dns helperDaniel Gultsch2015-06-041-2/+2
|
* streamlined dns helper by ignoring weightDaniel Gultsch2015-06-041-55/+10
|
* let dns library take care of no-srv style hosts as wellDaniel Gultsch2015-05-281-9/+16
|
* use dns library to resolve missing ipv6 or ipv4 addressesDaniel Gultsch2015-05-281-1/+30
|
* fix to detect the sender jid correctlyM. Dietrich2015-05-201-3/+8
|
* add extra jid to intend "show location"M. Dietrich2015-05-201-0/+1
|
* added a few location questionsDaniel Gultsch2015-05-141-3/+8
|
* ignore question marks in location questionDaniel Gultsch2015-05-131-10/+13
|
* show location quick action after receiving a question about the users locationDaniel Gultsch2015-05-131-0/+24
|
* optimized heart render code a bitDaniel Gultsch2015-05-101-3/+7
|
* added white heart to new rendering as wellDaniel Gultsch2015-05-101-0/+1
|
* paint single unicode hearts as red and slightly largerDaniel Gultsch2015-05-101-0/+4
|
* fixed #1039Daniel Gultsch2015-04-251-0/+3
|
* fixed a bug in DNS helper code. fixes #1130iNPUTmice2015-04-161-1/+1
|
* fixed typosiNPUTmice2015-04-131-1/+1
|
* show geo uris as 'location' in overviewiNPUTmice2015-03-101-1/+7
|
* Merge pull request #1022 from Boris-de/cipher_blacklistDaniel Gultsch2015-03-081-0/+16
|\ | | | | disable all really weak cipher suites
| * disable all really weak cipher suitesBoris Wachtmeister2015-03-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With #959 all ciphers of the platform were enabled, but this also includes several suites that are considered as very weak, even down to NULL- and anon-ciphers which disable completely disable encryption and/or authentication. Especially the anon-ciphers could be easily used for a mitm-attack. To remove all weak ciphers a blacklist with patterns of cipher-names was added to Config.java. The blacklist is based on the "mandatory discards" that Mozilla suggests to not use for TLS-servers because they are weak or known to be broken. https://wiki.mozilla.org/Security/Server_Side_TLS#Mandatory_discards
* | display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-0/+71
|/ | | | location intent can be resolved
* made xmpp uris case insensitiveiNPUTmice2015-02-181-3/+3
|
* support for XEP-0092: Software VersioniNPUTmice2015-02-161-0/+14
|
* Merge pull request #959 from SamWhited/ciphers_fixDaniel Gultsch2015-02-091-5/+7
|\ | | | | Ciphers fix
| * Use platform ciphers as well, just prefer oursSam Whited2015-02-021-5/+7
| |
* | always add a non resolved SRV record to the listiNPUTmice2015-02-091-6/+1
| |
* | trim message bodys on displayDaniel Gultsch2015-02-071-1/+1
|/
* don't disable any ciphersiNPUTmice2015-02-021-3/+4
|
* fixed text preview for imagesiNPUTmice2015-02-011-1/+1
|
* fix mergable() for /me command.Michael2015-01-251-2/+3
|
* proper desc for offering and sending images in conversations overviewiNPUTmice2015-01-181-0/+8
|
* use same helper methods for images and filesiNPUTmice2015-01-181-21/+8
|
* Merge pull request #901 from kriztan/patch-2Daniel Gultsch2015-01-181-0/+4
|\ | | | | Added new file type names for file transfers
| * Added new file type names for file transfersChristian S2015-01-181-0/+4
| | | | | | | | | | - apk - vcard
* | Fix string substitutions with unknown filetypesSam Whited2015-01-171-2/+2
|/
* Correct the download file string on notificationsSam Whited2015-01-171-10/+12
| | | | Fixes #896