aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Parse GCVote as a streamSamuel Tardieu2014-09-031-4/+19
|
* Update Intellij IDEA filesSamuel Tardieu2014-09-031-0/+1
|
* 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-302-0/+194
| | | | | | | | | | | | | | | | | | | | 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
|
* Ant build with Java 1.7Bananeweizen2014-07-171-0/+2
|
* switch to Java 1.7Bananeweizen2014-07-171-3/+4
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* Fix failed test testOCWillAttendLogsrsudev2014-07-071-1/+1
| | | | - changed referred cache (initial one was reset WRT logs)
* fix several name shadowing occurrencesBananeweizen2014-06-294-10/+10
|
* disable lint debug warningBananeweizen2014-06-291-0/+1
|
* 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
| |
* | ignore missing density folders in test projectBananeweizen2014-06-011-0/+4
| |
* | 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
| |
* | multiple lint fixesBananeweizen2014-05-181-38/+18
| | | | | | | | | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* | 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-143-0/+4876
|\ \ | |/ | | | | | | Conflicts: main/res/values/changelog_release.xml
| * fix #3837: parse new GPX waypoint typesBananeweizen2014-05-143-0/+4876
| |
* | 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
|
* fix #3677: more fields in GPX exportMichael Keppler2014-04-261-2/+33
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-252-3/+4
|
* Revert "fix #3759: OOM while loading caches"Samuel Tardieu2014-04-241-57/+0
| | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists.
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-0/+1
|\
| * backport CI test fix to release branchMichael Keppler2014-04-231-0/+4
| |