| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fix #4591: refreshing without progress leads to ANR | Samuel Tardieu | 2015-01-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Cherry-picked and merged test fixes | Samuel Tardieu | 2015-01-06 | 3 | -10/+26 | |
| | | | ||||||
| * | | Mark overriding test methods as NonNull | Samuel Tardieu | 2015-01-06 | 4 | -0/+4 | |
| | | | ||||||
| * | | Use assertj assertions | Samuel Tardieu | 2015-01-06 | 1 | -57/+44 | |
| | | | ||||||
| * | | Alternate workaround for missing method in tests | Samuel Tardieu | 2015-01-06 | 1 | -1/+11 | |
| | | | | | | | | | | | This one has the advantage of not requiring any extra code in the application itself. | |||||
| * | | Limit workaround to specific geocode | Samuel Tardieu | 2015-01-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add workaround for testing (#3777) | Samuel Tardieu | 2015-01-06 | 2 | -9/+15 | |
| |/ | ||||||
| * | refactoring: remove unused methods, add null annotations | Bananeweizen | 2015-01-02 | 2 | -5/+8 | |
| | | ||||||
| * | refactoring: more null annotations | Bananeweizen | 2015-01-02 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | 1 | -30/+0 | |
| | | ||||||
| * | 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 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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. | |||||
| * | remove robotium test framework | Bananeweizen | 2014-11-15 | 1 | -94/+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. | |||||
| * | 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 | 4 | -6/+6 | |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCLogin.java | |||||
| | * | Use uniform date format in tests | Samuel Tardieu | 2014-10-22 | 4 | -6/+6 | |
| | | | | | | | | | 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 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
