| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update mock test data | Bananeweizen | 2015-03-31 | 1 | -2/+2 |
| | | |||||
| * | Fix Tests | rsudev | 2015-03-28 | 1 | -5/+5 |
| | | | | | Now they are green again locally | ||||
| * | fix #4763: membership detection not working | Samuel Tardieu | 2015-03-26 | 1 | -1/+1 |
| | | |||||
| * | some more connector tests | Bananeweizen | 2015-02-13 | 1 | -1/+2 |
| | | |||||
| * | Limit workaround to specific geocode | Samuel Tardieu | 2015-01-06 | 1 | -2/+2 |
| | | |||||
| * | Add workaround for testing (#3777) | Samuel Tardieu | 2015-01-06 | 1 | -6/+12 |
| | | |||||
| * | refactoring: more null annotations | Bananeweizen | 2015-01-02 | 1 | -0/+1 |
| | | |||||
| * | refactoring: assert without parenthesis | Bananeweizen | 2015-01-01 | 1 | -3/+3 |
| | | |||||
| * | enable more strict Javadoc checking in Eclipse | Bananeweizen | 2014-12-22 | 1 | -1/+1 |
| | | |||||
| * | avoid static warning in Eclipse | Bananeweizen | 2014-12-08 | 1 | -3/+3 |
| | | |||||
| * | Skip failing test on CI for the moment | Samuel Tardieu | 2014-11-28 | 1 | -0/+3 |
| | | |||||
| * | Add GCLogin tests | Samuel Tardieu | 2014-11-28 | 1 | -0/+29 |
| | | |||||
| * | Javadoc fixes | Bananeweizen | 2014-11-24 | 1 | -1/+1 |
| | | |||||
| * | rename package | Bananeweizen | 2014-11-02 | 3 | -5/+5 |
| | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | Adapt tests to change in trackable image size (x2) | Samuel Tardieu | 2014-09-01 | 1 | -10/+10 |
| | | | | | Also cleanup the test code to use AssertJ assertions. | ||||
| * | fix #3966: double friend log in standard logbook | Samuel Tardieu | 2014-08-20 | 1 | -2/+2 |
| | | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -0/+21 |
| | | |||||
| * | refactoring: more assertj instead of junit assert | Bananeweizen | 2014-06-11 | 2 | -7/+7 |
| | | |||||
| * | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 1 | -7/+7 |
| | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | ||||
| * | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 8 | -179/+192 |
| | | | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically. | ||||
| * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 1 | -2/+2 |
| | | |||||
| * | refactoring: factor out code for cache dropping | Samuel Tardieu | 2014-03-11 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-28 | 2 | -17/+12 |
| |\ | |||||
| | * | Update tests | Samuel Tardieu | 2014-01-28 | 2 | -17/+12 |
| | | | |||||
| * | | refactoring: remove unused code | Bananeweizen | 2014-01-12 | 1 | -2/+3 |
| | | | |||||
| * | | enable eclipse null analysis on test project | Bananeweizen | 2014-01-12 | 1 | -0/+6 |
| | | | |||||
| * | | Emit parallel queries to connectors when searching | Samuel Tardieu | 2014-01-08 | 1 | -2/+2 |
| | | | |||||
| * | | new: register for geokrety URLs in Android | Bananeweizen | 2014-01-06 | 1 | -0/+6 |
| |/ | |||||
| * | fix tests: `getMapTokens()` is no longer static | Samuel Tardieu | 2013-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix findbugs issue | Michael Keppler | 2013-12-25 | 1 | -1/+1 |
| | | | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there | ||||
| * | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 2 | -5/+5 |
| | | | | * convert from static to singletons | ||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 2 | -6/+6 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-10-24 | 1 | -1/+0 |
| |\ | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java | ||||
| | * | Try to fix failing test | Lars | 2013-10-22 | 1 | -3/+4 |
| | | | | | | | | | GC211WG was archived. Replaced by new GC-code in same geographical area | ||||
| * | | Try to fix failing test (master) | Lars | 2013-10-22 | 1 | -3/+4 |
| | | | | | | | | | As I do not have the ability to merge release to master, I did this manually. I hope, that this does not confuse the merging. | ||||
| * | | Merge branch 'release' | rsudev | 2013-10-18 | 1 | -6/+6 |
| |\ \ | |/ | |||||
| | * | Fixes #3369, Spoiler image parsing fails | rsudev | 2013-10-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages | ||||
| * | | Do not try to hide an unpublished cache to its owner | Samuel Tardieu | 2013-09-17 | 1 | -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. | ||||
| * | | assertion badly triggered in tests of UTFGridPosition | Bananeweizen | 2013-09-15 | 2 | -13/+34 |
| | | | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong | ||||
| * | | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -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: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| |/ | |||||
| * | Fixes testOwnCache (Cache was changed) | rsudev | 2013-08-22 | 1 | -3/+3 |
| | | |||||
| * | fix #3155: adapt to website changes | Bananeweizen | 2013-08-22 | 1 | -1/+1 |
| | | | | | | * favorites counter * found state * spoiler images | ||||
| * | fix #3118: Page parsing impossible due to proxies on mobile network | Bananeweizen | 2013-08-19 | 1 | -1/+32 |
| | | |||||
| * | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 1 | -2/+3 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 2 | -2/+2 |
| | | |||||
| * | fix #2886: trackable quick search not working | Bananeweizen | 2013-06-16 | 2 | -1/+18 |
| | | | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls | ||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 2 | -8/+8 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -2/+2 |
| | | |||||
