aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-5/+0
| | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* refactoring: remove duplicated codeBananeweizen2013-09-171-83/+88
|
* assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-152-13/+34
| | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* tests: remove warning about no network providerBananeweizen2013-09-151-3/+7
|
* make test app use auto-scrollBananeweizen2013-09-152-0/+43
| | | * on special request of Samuel :)
* refactoring: tests can now be run as appBananeweizen2013-09-151-0/+140
| | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by
* 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: increase test coverageBananeweizen2013-09-152-1/+5
|
* Merge branch 'release'Bananeweizen2013-09-141-0/+1
|\
| * fix #3250: Strip HTML before using translateBananeweizen2013-09-141-0/+1
| |
* | fix broken testBananeweizen2013-09-141-3/+3
| |
* | refactoring: StoredListBananeweizen2013-09-142-4/+28
| | | | | | * try more encapsulation instead of ID comparisons all time
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-147-3/+11
| | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-136-13/+13
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-1310-85/+85
| |
* | refactoring: add test failure messageBananeweizen2013-09-121-2/+2
| |
* | new testBananeweizen2013-09-101-0/+3
| |
* | new testBananeweizen2013-09-101-0/+22
| |
* | Switch off and restore static map flags for waypoint testrsudev2013-08-292-20/+75
| |
* | refactoring: avoid filling sdcard during testsBananeweizen2013-08-282-6/+19
| |
* | findbugs cleanup: default encodingBananeweizen2013-08-281-0/+12
| |
* | refactoring: assertionsBananeweizen2013-08-261-0/+3
| |
* | new unit testBananeweizen2013-08-251-0/+19
| |
* | new unit testBananeweizen2013-08-251-0/+48
| |
* | new unit test for stable gpx serializationBananeweizen2013-08-251-0/+45
|/
* Fixes testOwnCache (Cache was changed)rsudev2013-08-221-3/+3
|
* fix #3155: adapt to website changesBananeweizen2013-08-222-2/+5
| | | | | * favorites counter * found state * spoiler images
* new mock dataMarco Jacob2013-08-224-4045/+4030
|
* fix #2867: Multiple distanceBananeweizen2013-08-201-3/+12
| | | * workaround distance calculation for all 4.2.x versions
* fix #3144: GPX import problemBananeweizen2013-08-191-0/+8
|
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-191-1/+32
|
* fix #3139: Search by geocode is case sensitiveBananeweizen2013-08-181-0/+31
|
* Fixes #3104, Wrong parsed cache type not corrected by nearby search and/or popuprsudev2013-08-101-8/+8
| | | | | | Introduced a new class 'UncertainProperty' Used it for coords and cachetype Removed global zoomlevel for geocache
* fix #3061: name sorting wrong for certain number combinationsBananeweizen2013-07-282-1/+30
|
* refactoring: remove author tags from sourceBananeweizen2013-07-283-8/+2
| | | | | | * recommended best practice for open source projects to foster community aspect * alternative of documenting each author everywhere is hard to maintain * git blame can be used more easily anyway
* Finetuning fixes for #1851 and #3000 (cache merging)rsudev2013-07-282-18/+9
|
* Create cache merging testsrsudev2013-07-281-0/+135
|
* fixes #2999: no prefix merged for merged stringsMarco Jacob2013-07-191-8/+8
|
* cleanup: remove isWatchlist() since isOnWatchlist() exists alreadySamuel Tardieu2013-07-142-2/+2
|
* Remove elevation handlingSamuel Tardieu2013-07-142-39/+2
| | | | | | | | | | | | | | | Geocaches do not contain useful elevation information. We used to get it using Google API, but the information was not very useful because our handling of altitude was inconsistent. Also, the Google elevation API usage limits states that "the Elevation API may only be used in conjunction with displaying results on a Google map; using elevation data without displaying a map for which elevation data was requested is prohibited". This removes elevation handling completely, except in the settings to avoid getting in the way of the settings rewrite. The elevation related settings should be removed there instead when both works are merged.
* Fix #2962, Live map empty after loading has finishedrsudev2013-07-101-6/+13
| | | | Did not take zoomlevel into account when checking, thereby removing caches from cached tiles
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-097-29/+77
|
* Implements #750, use preference activitykoem2013-07-0910-40/+43
|
* refactoring: try to stabilize testsBananeweizen2013-07-061-1/+3
|
* Fixes #2826, Found caches shown on live maprsudev2013-07-062-0/+98
| | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality
* fix broken testBananeweizen2013-07-051-4/+4
|
* Fix history testrsudev2013-07-041-1/+8
| | | | Until now it worked only if there were no caches in history
* Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-271-0/+68
|\ | | | | make personalNote multiline, upload on OK and merge on refresh
| * make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-261-0/+68
| |
* | Fixes #2923, Menu slow to open in cache detailsrsudev2013-06-271-0/+10
| | | | | | | | Removed costly scan of installed packages for launchable apps