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 |
| | |||||
* | avoid exception logged when searching a cache | Bananeweizen | 2015-02-21 | 1 | -3/+1 |
| | |||||
* | decode CZ cache ids | Bananeweizen | 2015-02-18 | 1 | -0/+16 |
| | |||||
* | fix #4670: register for all opencaching URLs | Bananeweizen | 2015-02-14 | 1 | -0/+11 |
| | |||||
* | #4670: register for extremcaching.com URLs | Bananeweizen | 2015-02-14 | 2 | -0/+10 |
| | |||||
* | some more connector tests | Bananeweizen | 2015-02-13 | 3 | -1/+67 |
| | |||||
* | fix #4653: fetch all OC logs | Bananeweizen | 2015-02-04 | 1 | -2/+9 |
| | |||||
* | more null annotations | Bananeweizen | 2015-01-30 | 1 | -2/+4 |
| | |||||
* | rename wrongly named variable | Bananeweizen | 2015-01-30 | 1 | -3/+3 |
| | |||||
* | support trackables of geocaching.com.au | Bananeweizen | 2015-01-28 | 2 | -0/+63 |
| | |||||
* | 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 | 2 | -5/+5 |
| | |||||
* | use more nullable annotations | Bananeweizen | 2015-01-01 | 1 | -0/+2 |
| | | | | | | | * make the DataStore methods use explicit nullable or nonnull return values * remove the null return of getStoredList() * unfortunately many of the test methods need an assert() statement to make Eclipse understand the null logic | ||||
* | 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 |
| | |||||
* | Fix failed test testOCWillAttendLogs | rsudev | 2014-07-07 | 1 | -1/+1 |
| | | | | - changed referred cache (initial one was reset WRT logs) | ||||
* | refactoring: more assertj instead of junit assert | Bananeweizen | 2014-06-11 | 2 | -7/+7 |
| | |||||
* | Fixes #3939, Will attend not counted in log summary on OC-logbooks | rsudev | 2014-06-11 | 1 | -0/+10 |
| | |||||
* | fix broken unit tests | Bananeweizen | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | fix compile errors | Bananeweizen | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | fix #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | change: set ownerUserId for OC caches | Bananeweizen | 2014-05-11 | 1 | -0/+2 |
| | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches. | ||||
* | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 17 | -285/+313 |
| | | | | 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 |
| | |||||
* | Fix tests due to interface change | Samuel Tardieu | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -0/+54 |
|/ | |||||
* | fix #3493: search by geocode for EC is case sensitive | Bananeweizen | 2013-12-30 | 1 | -0/+12 |
| | |||||
* | fix tests: `getMapTokens()` is no longer static | Samuel Tardieu | 2013-12-28 | 1 | -1/+1 |
| | |||||
* | findbugs: prohibit access to internal collections | Michael Keppler | 2013-12-25 | 1 | -2/+4 |
| | |||||
* | 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 |