aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/LogEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-0/+5
|
* fix #3655: bad HTML decoding in image titleSamuel Tardieu2014-03-151-1/+2
|
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
| | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-1/+1
|
* refactoring: assertionsBananeweizen2013-08-261-5/+0
|
* refactoring: extract level of static maps to constantBananeweizen2013-07-191-3/+3
| | | * includes further checkstyle cleanup
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* fix #2367: more intelligent initial logtypeBananeweizen2013-01-121-0/+4
|
* Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-5/+5
|
* fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-051-2/+2
| | | issues
* #2074: Option to remove colors from log entriesBananeweizen2012-10-061-0/+15
| | | * forgot TB logs
* fix #1658: show today literallyBananeweizen2012-06-011-10/+2
|
* Add tests to very trackable logs can be parsedcampbeb2012-05-121-1/+1
|
* Refactoring: Collections.emptyList() is cheap and needs no cachingSamuel Tardieu2012-05-071-6/+1
|
* new: show days since last spotted for trackablesBananeweizen2012-05-071-0/+27
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-1/+1
| | | reading
* refactoring of database accessBananeweizen2012-04-231-0/+17
| | | | | | * use only one transaction when saving a cache * rework some methods to always take a collection of objects instead of calling the database multiple times
* refactoring: renames and encapsulationBananeweizen2012-04-191-0/+69