| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cache size can never be null | Samuel Tardieu | 2015-01-02 | 4 | -0/+4 |
| | | |||||
| * | refactoring: assert without parenthesis | Bananeweizen | 2015-01-01 | 6 | -21/+20 |
| | | |||||
| * | New test for RxUtils | Samuel Tardieu | 2015-01-01 | 1 | -0/+45 |
| | | |||||
| * | use more nullable annotations | Bananeweizen | 2015-01-01 | 5 | -0/+28 |
| | | | | | | | | * 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 | ||||
| * | Check that a position and an orientation are always immediately available | Samuel Tardieu | 2015-01-01 | 1 | -0/+24 |
| | | |||||
| * | Fix failing GPX parser test | Samuel Tardieu | 2015-01-01 | 1 | -32/+30 |
| | | |||||
| * | Fix test file for recently disabled cache | Samuel Tardieu | 2015-01-01 | 1 | -467/+510 |
| | | |||||
| * | Update Intellij IDEA files | Samuel Tardieu | 2015-01-01 | 2 | -44/+2 |
| | | |||||
| * | Move ImageUtilsTest into the right place | Samuel Tardieu | 2015-01-01 | 1 | -0/+29 |
| | | |||||
| * | enable more strict Javadoc checking in Eclipse | Bananeweizen | 2014-12-22 | 2 | -3/+3 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-12-16 | 2 | -9/+15 |
| |\ | |||||
| | * | Fix tests (GC3XX5J is disabled) | Samuel Tardieu | 2014-12-16 | 2 | -9/+15 |
| | | | | | | | | | | | Also, limit GC3XX5J modifications to the mocked cache instead of the test itself. | ||||
| * | | fix geocoder test | Bananeweizen | 2014-12-14 | 1 | -8/+13 |
| | | | | | | | | | The suppressed Android test didn't fit into the offset range, therefore increasing the offset and always enabling the test. | ||||
| * | | Add tests for geocoders | Samuel Tardieu | 2014-12-12 | 1 | -0/+43 |
| | | | | | | | | | Part of #4522. | ||||
| * | | 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 |
| | | |||||
| * | refactoring: remove test only methods | Bananeweizen | 2014-11-24 | 2 | -4/+4 |
| | | |||||
| * | Minor reformattings in tests | Samuel Tardieu | 2014-11-24 | 4 | -17/+6 |
| | | |||||
| * | Javadoc fixes | Bananeweizen | 2014-11-24 | 2 | -4/+4 |
| | | |||||
| * | enable more JavaDoc checks also in Eclipse | Bananeweizen | 2014-11-23 | 1 | -0/+14 |
| | | |||||
| * | null violation in tests | Bananeweizen | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | Remove the ICache interface | Samuel Tardieu | 2014-11-23 | 6 | -7/+18 |
| | | | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache. | ||||
| * | ignore invalid package references in tests | Bananeweizen | 2014-11-16 | 1 | -0/+3 |
| | | | | Also updates lint exclusions of external projects. | ||||
| * | remove robotium test framework | Bananeweizen | 2014-11-15 | 4 | -95/+0 |
| | | | | | | It has not been used (except for one test). By now, espresso is recommended over robotium in most cases due to the automatic synchronization. | ||||
| * | update test data | Bananeweizen | 2014-11-15 | 1 | -1/+1 |
| | | | | blafoo now has one more found webcam cache. | ||||
| * | upgrade AssertJ to 1.7 | Bananeweizen | 2014-11-15 | 2 | -0/+0 |
| | | |||||
| * | refactoring: move LiveMapStrategy enums to map | Bananeweizen | 2014-11-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'issue-4470' into upstream | Samuel Tardieu | 2014-11-10 | 2 | -3/+2 |
| |\ | |||||
| | * | fix #4470: recognize charter members as premium members | Samuel Tardieu | 2014-11-10 | 2 | -3/+2 |
| | | | |||||
| * | | Remove useless assertion in test | Samuel Tardieu | 2014-11-10 | 1 | -3/+1 |
| | | | |||||
| * | | rename package | Bananeweizen | 2014-11-02 | 25 | -29/+40 |
| | | | | | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | | Merge branch 'issue-4416' into upstream | Samuel Tardieu | 2014-10-22 | 5 | -7/+7 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCLogin.java | ||||
| | * | Use uniform date format in tests | Samuel Tardieu | 2014-10-22 | 5 | -7/+7 |
| | | | | | | | | | Part of work on #4416. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-10-18 | 2 | -26/+27 |
| |\ \ | |/ | |||||
| | * | Put actual and expected at the right places in test | Samuel Tardieu | 2014-10-18 | 1 | -25/+26 |
| | | | |||||
| | * | Use correct date format in test | Samuel Tardieu | 2014-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Fix mocked cache description" | Bananeweizen | 2014-09-28 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 8fb22f5b8ea948b93a671fb9212709543b701d2e. | ||||
| * | | fix #4359: imperial units checkbox not always correct | Samuel Tardieu | 2014-09-15 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings. | ||||
| * | | refactor espresso test hierarchy | Bananeweizen | 2014-09-11 | 10 | -33/+43 |
| | | | | | | | introduce common super class with convenience methods | ||||
| * | | fix 4340: remove "NUMBER" template from trackable log activity | Bananeweizen | 2014-09-10 | 2 | -0/+76 |
| | | | |||||
| * | | remove wrong settings from eclipse project | Bananeweizen | 2014-09-08 | 1 | -1/+1 |
| | | | | | | | | | Static import favorites must be configured in the workspace settings unfortunately. | ||||
| * | | fix some findbugs issues | Bananeweizen | 2014-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | verify waypoint name change on type change | Bananeweizen | 2014-09-07 | 1 | -2/+30 |
| | | | |||||
| * | | fix #4076: first UI tests with espresso | Bananeweizen | 2014-09-07 | 7 | -0/+222 |
| | | | |||||
| * | | static imports for Espresso tests in Eclipse | Bananeweizen | 2014-09-07 | 2 | -2/+19 |
| | | | |||||
| * | | fix compiler warning | Bananeweizen | 2014-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | use new instrumentation test runner | Bananeweizen | 2014-09-07 | 4 | -2/+122 |
| | | | | | | | | | | | | | | | | | | | | | For Espresso UI tests it is required to use a newer Google instrumentation test runner, but that one doesn't support junit reports. Therefore let's have our own derived test runner, which supports junit reports. This change will break existing Eclipse launch configurations for unit tests. You have to select the new junit runner in the launch config afterwards. | ||||
| * | | Remove benchmark from earlier version | Samuel Tardieu | 2014-09-06 | 1 | -151/+2 |
| | | | | | | | | | | | There is no need to keep comparaison with the earlier version now that we know that this one works well. | ||||
| * | | import lab caches as virtual | Bananeweizen | 2014-09-06 | 2 | -6/+254 |
| | | | |||||
