aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/TranslationUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: constants in upper caseBananeweizen2013-09-121-9/+9
|
* refactoring: fix potential null pointerBananeweizen2013-09-121-1/+3
|
* Fixes #2923, Menu slow to open in cache detailsrsudev2013-06-271-1/+1
| | | | Removed costly scan of installed packages for launchable apps
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-0/+4
|
* #2083: target level 17 changesBananeweizen2012-11-191-3/+2
| | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes
* fix #1996: Translate is opening browser instead of translate appBananeweizen2012-09-011-5/+10
|
* Replace unnecessary replacement of + by %20Buuhuu2012-08-131-1/+1
|
* Used Android's Html class to convert HTML formated text to contentual string ↵Buuhuu2012-08-091-2/+3
| | | | only.
* Add ability to copy coordinates (this required removing long press fromcampbeb2012-02-131-0/+18
| | | | cache owner and log author). Add warning text if attempting to translate a large amount of text.
* Added qualifier to force classic mode of translate.google.com websitecampbeb2012-02-061-1/+2
| | | (vice mobile mode)
* Add translation utility class.campbeb2012-01-311-0/+27
Adds method to build a URI for Google Translate.