aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/mock/GC2JVEH.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* GC.com update 14.02.2012blafoo2012-02-151-1/+1
|
* Updated testsblafoo2012-01-101-28/+0
|
* Updated mocked data due to GC.com downtime on 04.01.2012blafoo2012-01-041-0/+29
|
* Consistent naming for "premium members"blafoo2012-01-011-1/+1
|
* User independent tests V2blafoo2011-12-191-1/+1
|
* Updated mocked datablafoo2011-12-171-3/+3
|
* Use of Logtype instead of intblafoo2011-12-141-7/+8
|
* Updated test datablafoo2011-12-061-2/+2
|
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-1/+1
|
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-2/+2
|
* Use of CacheType instead of Stringblafoo2011-11-181-1/+1
|
* Enabled (and fixed) (more) warningsblafoo2011-11-181-0/+1
|
* refactoring of cgImage, cgeoimages activityBananeweizen2011-11-121-8/+9
| | | | | | * no more public fields, use constructor instead * allow null values for fields * image activity startup moved to activity for better encapsulation of fields
* Merge branch 'release' into upstreamSamuel Tardieu2011-11-081-2/+2
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/cgeoApplicationTest.java
| * Fixed regex due to GC.com updateblafoo2011-11-081-2/+2
| | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/GCConstants.java + fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.java
* | No direct access to fieldsblafoo2011-10-261-2/+2
|/
* support cache type "unknown", fixes #518Bananeweizen2011-10-161-1/+2
| | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing
* Tuned regexblafoo2011-10-101-0/+147