aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/util/Html2Text.java
Commit message (Collapse)AuthorAgeFilesLines
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-111-2/+4
|
* Fixes a memory leak in Html2Text which used to keep the plain text extracted ↵Lyubomir Marinov2010-08-201-29/+64
| | | | from a specific HTML text after it was no longer necessary.
* Fix logger usage - seventh and last bunchWerner Dittmann2010-06-041-1/+2
|
* Fix NPE, added null check in Html2Text.Damian Minkov2009-02-271-0/+3
|
* Optimize HTML2Text to parse html directly through HTMLEditorKit, instead of ↵Yana Stamcheva2009-02-241-15/+57
| | | | creating an HTMLDocument.
* Added support for formatted messags in XMPP. Introduced a HTML_MIME_TYPE ↵Emil Ivov2008-07-111-0/+52
static field in OpSetBasicInstantMessaging