aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/HtmlUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* remove superfluous paragraphs in opencaching logsBananeweizen2015-02-151-1/+2
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-2/+0
|
* avoid superfluous empty space in trackable goalBananeweizen2014-09-011-9/+19
|
* switch to Java 1.7Bananeweizen2014-07-171-1/+1
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* fix #3250: Strip HTML before using translateBananeweizen2013-09-141-2/+3
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-1/+5
|
* fix #2877: empty trackables pageBananeweizen2013-06-131-0/+3
|
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-26/+0
| | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* Fixes #2538 - German umlauts for image uploadkoem2013-03-131-1/+1
|
* ImageUpload - fine-tuningrsudev2013-02-181-2/+2
| | | | | | Removed test code and comments Some error-handling Localizability
* Convert non-Latin characters in uploaded text to HTML equivalentscampbeb2013-01-191-0/+25
| | | | Add new HtmlUtil function for this as it needs to occur in multiple places
* fix #1996: Translate is opening browser instead of translate appBananeweizen2012-09-011-0/+56