aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2014-10-181-1/+1
|\
| * Use correct date format in testSamuel Tardieu2014-10-181-1/+1
| |
* | Revert "Fix mocked cache description"Bananeweizen2014-09-281-1/+1
| | | | | | | | This reverts commit 8fb22f5b8ea948b93a671fb9212709543b701d2e.
* | fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-153-5/+5
| | | | | | | | | | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings.
* | refactor espresso test hierarchyBananeweizen2014-09-1110-33/+43
| | | | | | introduce common super class with convenience methods
* | fix 4340: remove "NUMBER" template from trackable log activityBananeweizen2014-09-102-0/+76
| |
* | fix some findbugs issuesBananeweizen2014-09-071-1/+1
| |
* | verify waypoint name change on type changeBananeweizen2014-09-071-2/+30
| |
* | fix #4076: first UI tests with espressoBananeweizen2014-09-077-0/+222
| |
* | Remove benchmark from earlier versionSamuel Tardieu2014-09-061-151/+2
| | | | | | | | | | There is no need to keep comparaison with the earlier version now that we know that this one works well.
* | import lab caches as virtualBananeweizen2014-09-061-6/+33
| |
* | Parse GCVote as a streamSamuel Tardieu2014-09-031-4/+19
| |
* | avoid superfluous empty space in trackable goalBananeweizen2014-09-011-0/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-09-011-10/+10
|\ \ | |/
| * Adapt tests to change in trackable image size (x2)Samuel Tardieu2014-09-011-10/+10
| | | | | | | | Also cleanup the test code to use AssertJ assertions.
* | Merge branch 'release' into upstreamSamuel Tardieu2014-09-011-1/+1
|\ \ | |/
| * Adapt tests to change in trackable image sizeSamuel Tardieu2014-09-011-1/+1
| |
* | Use a XML pull parser instead of pattern-matching for gcvoteSamuel Tardieu2014-08-301-0/+181
| | | | | | | | | | | | | | | | | | | | Benchmark results on Nexus 5: - XML GCVote parsing (current) in ms (1000 times): 2678 - Regex GCVote parsing (old) in ms (1000 times): 3986 Benchmark results on Nexus 7 (2013): - XML GCVote parsing (current) in ms (1000 times): 3448 - Regex GCVote parsing (old) in ms (1000 times): 6075
* | refactoring: remove utility methods from DirectionProviderSamuel Tardieu2014-08-241-1/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-201-2/+2
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| * fix #3966: double friend log in standard logbookSamuel Tardieu2014-08-201-2/+2
| |
| * fix #4132: backport GPX test fixBananeweizen2014-08-091-4/+9
| |
* | fix #4177: TextUtils.getMatch ignores last parameterSamuel Tardieu2014-08-151-0/+7
| |
* | make flaky GPX test more stableBananeweizen2014-08-041-4/+9
| | | | | | | | * have a longer overall timeout waiting for messages * finish as early as a terminating message is recognized
* | refactoring: avoid optimization of TEMPORARY_LISTBananeweizen2014-08-044-7/+7
|/
* Fix mocked cache descriptionSamuel Tardieu2014-07-251-1/+1
|
* refactoring: reduce package cyclesBananeweizen2014-07-204-4/+7
|
* Fix failed test testOCWillAttendLogsrsudev2014-07-071-1/+1
| | | | - changed referred cache (initial one was reset WRT logs)
* fix several name shadowing occurrencesBananeweizen2014-06-293-9/+9
|
* fix some lint warningsBananeweizen2014-06-111-0/+2
|
* refactoring: more assertj instead of junit assertBananeweizen2014-06-118-29/+31
|
* Fixes #3939, Will attend not counted in log summary on OC-logbooksrsudev2014-06-111-0/+10
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-06-111-0/+12
|\
| * fix #3981: mystery cache types renamed on websiteBananeweizen2014-06-111-0/+12
| |
* | Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-3/+4
| |
* | fix broken unit testsBananeweizen2014-05-313-6/+4
| |
* | fix #3923: signature template not resolved recursivelyBananeweizen2014-05-302-3/+47
| |
* | fix #2049: automate download of cartridgeBananeweizen2014-05-241-0/+15
| |
* | Fix #3899: Units.getSpeed() returns uncommon stringSammysHP2014-05-231-6/+6
| |
* | fix compile errorsBananeweizen2014-05-203-4/+4
| |
* | avoid NPE on CIBananeweizen2014-05-171-5/+6
| | | | | | Funny enough, locally that same exception does not happen.
* | fix #3823: detect import file type by contentBananeweizen2014-05-172-0/+58
| |
* | fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-1/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-05-141-0/+25
|\ \ | |/ | | | | | | Conflicts: main/res/values/changelog_release.xml
| * fix #3837: parse new GPX waypoint typesBananeweizen2014-05-141-0/+25
| |
* | Minor cleanupsSamuel Tardieu2014-05-144-4/+5
| |
* | Separate cache parsing and database saving codeSamuel Tardieu2014-05-131-7/+7
| | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* | change: set ownerUserId for OC cachesBananeweizen2014-05-111-0/+2
| | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* | Implements #3758, Filter for "Not found" cachesrsudev2014-05-011-0/+28
|/
* fix #3795: filter invalid character references during importMichael Keppler2014-04-291-0/+28
|