aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-88/+0
|
* fix #559: images view inside cache detailsBananeweizen2012-10-271-0/+13
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
| | | | This was requested by SammysHP.
* context menu to open spoiler/log images online, fixes #47Bananeweizen2011-11-121-0/+13
|
* refactoring of cgImage, cgeoimages activityBananeweizen2011-11-121-4/+23
| | | | | | * no more public fields, use constructor instead * allow null values for fields * image activity startup moved to activity for better encapsulation of fields
* Show all the images associated with a log entry at onceSamuel Tardieu2011-09-261-1/+36
| | | | | Clicking on every log image is tedious, and most of the time we do it on every image anyway.
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+7
This prepares the inclusion of tests into the same repository.