aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/DirectionImage.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
| | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* Direction Image fixes for Basic Memberscampbeb2013-05-271-1/+3
| | | | Fixes some issues discovered while researching #2791
* enhancement: share direction images for basic membersSamuel Tardieu2013-05-191-19/+12
| | | | | | | Use the regular images cache for basic members direction images in cache list. Part of work on #2733.
* fix #2733: acquire distance and direction for basic membersSamuel Tardieu2013-05-181-2/+1
| | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-231-2/+2
|
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-1/+1
| | | | Those methods only do GET requests.
* Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-1/+1
| | | | | Whatever code requests its presence is probably wrong, as Content-Type describes the type of the body, which is non-existent for a GET request.
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-2/+2
| | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards
* fix #1238: Fatal Error while updating stored cachesBananeweizen2012-03-091-1/+1
|
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+1
|
* refactoring: move more widget related classes into own packageBananeweizen2012-01-141-0/+30