| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: fix name of test case | Bananeweizen | 2013-06-12 | 1 | -1/+1 |
| | | |||||
| * | added test: Make sure we can parse our own geopoint formatting | Bananeweizen | 2013-06-11 | 1 | -0/+8 |
| | | | | * to assure copy paste being easy | ||||
| * | refactoring: add test for OX GPX file | Bananeweizen | 2013-06-09 | 2 | -0/+94 |
| | | |||||
| * | refactoring: remove duplicated code, add tests | Bananeweizen | 2013-06-08 | 1 | -0/+2 |
| | | |||||
| * | new: support for waymarking GPX files | Bananeweizen | 2013-06-08 | 2 | -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 imported | Bananeweizen | 2013-06-08 | 2 | -0/+27 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 2 | -13/+14 |
| | | |||||
| * | adapt test case to website changes | Bananeweizen | 2013-06-04 | 1 | -2/+2 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 16 | -31/+33 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | refactoring: use Ant style path separator | Bananeweizen | 2013-06-02 | 1 | -2/+2 |
| | | |||||
| * | cleanup: remove no longer used build target | Bananeweizen | 2013-06-01 | 1 | -21/+0 |
| | | |||||
| * | refactoring: clean up test project name | Bananeweizen | 2013-06-01 | 2 | -2/+2 |
| | | |||||
| * | fix #2820: OC search no longer working without authorization | Bananeweizen | 2013-06-01 | 1 | -0/+7 |
| | | |||||
| * | Fixes #2800, Reactivate OCTest | rsudev | 2013-05-31 | 1 | -13/+15 |
| | | | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test | ||||
| * | Merge branch 'release' | Bananeweizen | 2013-05-31 | 1 | -1/+1 |
| |\ | |||||
| | * | refactoring: revert test to previous state after GC changes | Bananeweizen | 2013-05-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-05-31 | 2 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fix #2812: attributes parsing | Bananeweizen | 2013-05-31 | 2 | -3/+3 |
| | | | |||||
| * | | Temporarily deactivate OC-Test | unknown | 2013-05-29 | 1 | -16/+12 |
| | | | |||||
| * | | Merge pull request #2787 from rsudev/ocde_okapi_2 | rsudev | 2013-05-28 | 1 | -123/+0 |
| |\ \ | | | | | | | Implements OKAPI access for opencaching.de | ||||
| | * | | Implements OKAPI access for oc.de | rsudev | 2013-05-26 | 1 | -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 app | Bananeweizen | 2013-05-26 | 1 | -33/+54 |
| |/ / | |||||
| * | | fix #2764: remove temporary caches after test | Bananeweizen | 2013-05-24 | 3 | -22/+29 |
| | | | |||||
| * | | refactoring: new test to verify emulator state | Bananeweizen | 2013-05-23 | 1 | -0/+13 |
| | | | |||||
| * | | refactoring: get more debug output from tests | Bananeweizen | 2013-05-23 | 2 | -1/+8 |
| | | | |||||
| * | | fix #2759: have JUnit reports in tests | Bananeweizen | 2013-05-22 | 3 | -1/+4 |
| | | | |||||
| * | | refactoring: avoid NPE in tests | Bananeweizen | 2013-05-21 | 1 | -1/+3 |
| | | | |||||
| * | | refactoring: class path changed with ADT 22 | Bananeweizen | 2013-05-19 | 1 | -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 MainActivity | Bananeweizen | 2013-04-28 | 3 | -9/+9 |
| | | | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage | ||||
| * | | code cleanup: remove JDT warnings | Bananeweizen | 2013-04-22 | 2 | -6/+16 |
| | | | |||||
| * | | refactor project names and references | Bananeweizen | 2013-04-10 | 1 | -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 | Bananeweizen | 2013-04-07 | 1 | -0/+27 |
| | | | |||||
| * | | Prevent StaticMapsproviderTest.java from getting run | Samuel Tardieu | 2013-04-07 | 1 | -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 upstream | Samuel Tardieu | 2013-04-07 | 1 | -0/+52 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java | ||||
| | * | Failing test for #2635 | rsudev | 2013-04-07 | 1 | -0/+50 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-04-07 | 1 | -9/+9 |
| |\ \ | |/ | |||||
| | * | fix tests after OC changes | Bananeweizen | 2013-04-07 | 1 | -9/+9 |
| | | | |||||
| * | | refactoring: use lists instead of arrays for filter collections | Samuel Tardieu | 2013-04-06 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | Using arrays makes the surrounding code very constrained. Most of the time, filter collections were built in lists and converted into arrays. Using lists in the filter factory signature makes it more natural to manipulate those collections. | ||||
| * | | fix #2555: try to detect waypoint type in personal note | Bananeweizen | 2013-04-06 | 1 | -0/+18 |
| | | | |||||
| * | | #556: avoid duplicate tags when appending our tags | Bananeweizen | 2013-04-04 | 1 | -0/+14 |
| | | | |||||
| * | | #556: refactor to prepare customization of twitter text | Bananeweizen | 2013-04-02 | 1 | -0/+23 |
| | | | |||||
| * | | Merge branch 'issue-2624' into upstream | Samuel Tardieu | 2013-04-02 | 1 | -0/+11 |
| |\ \ | |/ | |||||
| | * | fix #2624: coordinates display is wrong near a confluence point | Samuel Tardieu | 2013-04-02 | 1 | -0/+11 |
| | | | | | | | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output. | ||||
| * | | improve display of log texts for OC | Bananeweizen | 2013-04-01 | 1 | -8/+8 |
| | | | | | | | * remove even more unneeded whitespace | ||||
| * | | remove StaticMapsProvider changes | Marco Jacob | 2013-03-27 | 1 | -2/+0 |
| | | | |||||
| * | | more checks in static maps test | Marco Jacob | 2013-03-27 | 1 | -0/+2 |
| | | | |||||
| * | | update mock data 2013-03-27 | Marco Jacob | 2013-03-27 | 5 | -77/+177 |
| |/ | |||||
| * | Fixes #2538 - German Umlauts in image caption and description | koem | 2013-03-18 | 1 | -11/+0 |
| | | | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class | ||||
| * | Merge pull request #2554 from Portree-Kid/master-master | Bananeweizen | 2013-03-12 | 1 | -4/+3 |
| |\ | | | | | Refactoring to use Loaders fixes #2365 | ||||
| | * | Merge remote-tracking branch 'upstream/master' into master-master | Portree-Kid | 2013-03-08 | 8 | -28/+58 |
| | |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java | ||||
