aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix #2867: Multiple distanceBananeweizen2013-08-201-3/+12
| | | * workaround distance calculation for all 4.2.x versions
* fix #3144: GPX import problemBananeweizen2013-08-192-0/+5666
|
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-193-1/+2505
|
* 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
* | fix #2907: opening TB from cache inventory brokenBananeweizen2013-06-231-11/+15
| |
* | fix #2914: bike navigationBananeweizen2013-06-221-0/+19
| |
* | refactoring: extract GPX serialization to make it testableBananeweizen2013-06-222-0/+54
| |
* | fix #2907: TB search brokenBananeweizen2013-06-221-1/+14
| |
* | refactoring: use static modifier for testsBananeweizen2013-06-211-5/+5
| |
* | refactoring: add test for loading of cache historyBananeweizen2013-06-211-0/+11
| |
* | refactoring: add test for process utilsBananeweizen2013-06-211-0/+11
| |
* | refactoring: explicitly declare no dependency to portrait modeBananeweizen2013-06-211-0/+4
| | | | | | | | * advised by Android developers * https://plus.google.com/108967384991768947849/posts/iJAZVox4kfV
* | swedish: ett -> enkoem2013-06-201-4/+4
| |
* | naming in test classkoem2013-06-201-5/+5
| |
* | plurals for direction, singulars for distanceskoem2013-06-201-32/+52
| |
* | #2747 TTS distances should use Android pluralskoem2013-06-191-0/+137
| |
* | new: show basic geokrety informationBananeweizen2013-06-162-0/+24
| |
* | fix #2886: trackable quick search not workingBananeweizen2013-06-166-3/+956
| | | | | | | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* | refactoring: minor cleanup in utils classesBananeweizen2013-06-157-23/+52
|/
* #2890: add better debugging informationBananeweizen2013-06-151-1/+1
|
* Fixing Loc parser testsrsudev2013-06-141-3/+3
|
* fix #2877: empty trackables pageBananeweizen2013-06-131-0/+15
|
* refactoring: fix name of test caseBananeweizen2013-06-121-1/+1
|
* added test: Make sure we can parse our own geopoint formattingBananeweizen2013-06-111-0/+8
| | | * to assure copy paste being easy
* refactoring: add test for OX GPX fileBananeweizen2013-06-092-0/+94
|
* refactoring: remove duplicated code, add testsBananeweizen2013-06-081-0/+2
|
* new: support for waymarking GPX filesBananeweizen2013-06-082-0/+34
| | | | | * Now one can load cache and waymark GPX together (as unknown caches) * I do not plan on adding any online features to the connector. * It is only there for creating the URLs for waymarks.
* fix #2841: *.loc from waymarking not importedBananeweizen2013-06-082-0/+27
|
* Correct log messages to account for refactoringcampbeb2013-06-052-13/+14
|
* adapt test case to website changesBananeweizen2013-06-041-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-0216-31/+33
| | | * makes it easier to compare and find duplicate code
* refactoring: use Ant style path separatorBananeweizen2013-06-021-2/+2
|