aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* cleanup: remove no longer used build targetBananeweizen2013-06-011-21/+0
|
* refactoring: clean up test project nameBananeweizen2013-06-012-2/+2
|
* fix #2820: OC search no longer working without authorizationBananeweizen2013-06-011-0/+7
|
* Fixes #2800, Reactivate OCTestrsudev2013-05-311-13/+15
| | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test
* Merge branch 'release'Bananeweizen2013-05-311-1/+1
|\
| * refactoring: revert test to previous state after GC changesBananeweizen2013-05-311-1/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-312-2/+2
|\ \ | |/
| * fix #2812: attributes parsingBananeweizen2013-05-312-3/+3
| |
* | Temporarily deactivate OC-Testunknown2013-05-291-16/+12
| |
* | Merge pull request #2787 from rsudev/ocde_okapi_2rsudev2013-05-281-123/+0
|\ \ | | | | | | Implements OKAPI access for opencaching.de
| * | Implements OKAPI access for oc.dersudev2013-05-261-123/+0
| | | | | | | | | | | | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* | | #2783 enable importing from pocket query creator appBananeweizen2013-05-261-33/+54
|/ /
* | fix #2764: remove temporary caches after testBananeweizen2013-05-243-22/+29
| |
* | refactoring: new test to verify emulator stateBananeweizen2013-05-231-0/+13
| |
* | refactoring: get more debug output from testsBananeweizen2013-05-232-1/+8
| |
* | fix #2759: have JUnit reports in testsBananeweizen2013-05-223-1/+4
| |
* | refactoring: avoid NPE in testsBananeweizen2013-05-211-1/+3
| |
* | refactoring: class path changed with ADT 22Bananeweizen2013-05-191-0/+1
| | | | | | | | * If you run into compile errors after this change, please upgrade to ADT 22 and Android SDK 22.
* | refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-283-9/+9
| | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
* | code cleanup: remove JDT warningsBananeweizen2013-04-222-6/+16
| |
* | refactor project names and referencesBananeweizen2013-04-101-34/+34
| | | | | | | | | | | | * rename test project from "cgeo-os-test" to "cgeo-test" * update referenced projects, as there is no "cgeo-os" project in our workspace * this should solve the calendar plugin build issues
* | fix #2640: Filter out stored caches Bananeweizen2013-04-071-0/+27
| |
* | Prevent StaticMapsproviderTest.java from getting runSamuel Tardieu2013-04-071-2/+5
| | | | | | | | | | | | | | StaticMapsProviderTest.java fails more often than not because the image quota on the test server has been reached. Until we find a way to test static maps download more reliably, for example through a mock download, the test is disabled.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-0/+52
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * Failing test for #2635rsudev2013-04-071-0/+50
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-071-9/+9
|\ \ | |/
| * fix tests after OC changesBananeweizen2013-04-071-9/+9
| |