| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | avoid findbugs finding for dead store | Michael Keppler | 2014-04-23 | 1 | -4/+4 |
| | | |||||
| * | convert more tests to assertj | Michael Keppler | 2014-04-23 | 1 | -70/+72 |
| | | |||||
| * | rename test class | Michael Keppler | 2014-04-23 | 1 | -1/+1 |
| | | |||||
| * | #3783: support giga event type | Michael Keppler | 2014-04-23 | 1 | -0/+10 |
| | | | | New icons are still missing. | ||||
| * | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 88 | -1028/+1166 |
| | | | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically. | ||||
| * | #2414: Use assertJ assertions | Michael Keppler | 2014-04-22 | 1 | -2/+4 |
| | | | | | | | | AssertJ is a fork of FEST. Both are signature compatible in the core assertions, so we can still switch to FEST should we see a need for it. If you have trouble compiling or running tests after pulling this change, please shout out loud. | ||||
| * | typo | Michael Keppler | 2014-04-22 | 1 | -1/+1 |
| | | |||||
| * | have assertion message for recently failing test | Michael Keppler | 2014-04-22 | 1 | -1/+1 |
| | | |||||
| * | fix #3697: have attended as log type on day of event | Michael Keppler | 2014-04-22 | 1 | -0/+25 |
| | | |||||
| * | new test for DateUtils.isPastEvent | Michael Keppler | 2014-04-22 | 1 | -0/+24 |
| | | |||||
| * | #3777: fix CI test | Michael Keppler | 2014-04-21 | 2 | -6/+4 |
| | | |||||
| * | #3777: fix CI test | Michael Keppler | 2014-04-21 | 1 | -0/+6 |
| | | |||||
| * | fix some compiler warnings | Michael Keppler | 2014-04-19 | 2 | -9/+7 |
| | | |||||
| * | buffer lets you split a list into smaller max-size ones | Samuel Tardieu | 2014-04-13 | 1 | -0/+54 |
| | | |||||
| * | Use the Android-provided API to stream-decode base64-encoded data | Samuel Tardieu | 2014-04-10 | 1 | -0/+30 |
| | | |||||
| * | Redisable intermittently failing test | Samuel Tardieu | 2014-04-10 | 1 | -0/+2 |
| | | |||||
| * | fix #3729: compass deviation -90° in landscape mode (GPS) | Samuel Tardieu | 2014-04-06 | 1 | -1/+1 |
| | | |||||
| * | Update Robotium library | Samuel Tardieu | 2014-04-05 | 1 | -14/+19 |
| | | | | | | Also, reenable the test. It will be disabled again if it does not work reliably on the continuous integration server. | ||||
| * | Remove compatibility with API < 8 | Samuel Tardieu | 2014-04-01 | 2 | -36/+28 |
| | | |||||
| * | avoid lint error in test | Bananeweizen | 2014-03-31 | 1 | -0/+3 |
| | | |||||
| * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 2 | -6/+6 |
| | | |||||
| * | Fix failure in testSearchTrackable | rsudev | 2014-03-27 | 1 | -1/+1 |
| | | | | | Trackable is currently missing, so SPOTTED_UNKNOWN | ||||
| * | 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 |
| | | |||||
| * | refactoring: use a LRUSet instead of a LRUMap for tile cache | Samuel Tardieu | 2014-03-06 | 1 | -2/+2 |
| | | |||||
| * | resource not closed in test | Bananeweizen | 2014-03-04 | 1 | -5/+10 |
| | | |||||
| * | have same minor sdk version in test as in app | Bananeweizen | 2014-03-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-28 | 2 | -1/+35 |
| |\ | |||||
| | * | fix #3594: personal note parsing is too loose | Samuel Tardieu | 2014-02-28 | 2 | -1/+35 |
| | | | |||||
| * | | Fixed test fail for searchByCoordinates | rsudev | 2014-02-27 | 1 | -2/+2 |
| | | | | | | | | | Original cache was archived, choose a new one | ||||
| * | | Fix failing tests | Samuel Tardieu | 2014-02-18 | 1 | -2/+1 |
| | | | | | | | | | | | Fix failing tests due to changes introduced in 63b7d6b0454cd8ac4bbcbfe82f589f64581c82d7. | ||||
| * | | Fix testcase for not logged in premium caches | rsudev | 2014-02-13 | 1 | -2/+2 |
| | | | |||||
| * | | fix #3589: export only GC field notes | Bananeweizen | 2014-02-02 | 1 | -3/+3 |
| | | | |||||
| * | | read premium only flag from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -6/+14 |
| | | | |||||
| * | | import personal note from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -0/+8 |
| | | | |||||
| * | | Merge pull request #3584 from Matrikss/master | Bananeweizen | 2014-01-28 | 1 | -0/+7 |
| |\ \ | | | | | | | #3562 Add FavPoints parsing for GSAK GPX | ||||
| | * | | Add FavPoints parsing for GSAK GPX; | Matrikss | 2014-01-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | Add test case; | ||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-28 | 2 | -17/+12 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Update tests | Samuel Tardieu | 2014-01-28 | 2 | -17/+12 |
| | | | |||||
| | * | Corrections for null analysis | rsudev | 2014-01-23 | 2 | -2/+8 |
| | | | |||||
| * | | fix #3556: Calendar plugin should also read short description for time | Bananeweizen | 2014-01-20 | 1 | -0/+8 |
| | | | |||||
| * | | fix #3319: Support OC cache size "Nano" | Bananeweizen | 2014-01-16 | 1 | -2/+0 |
| | | | |||||
| * | | refactoring: remove unused code | Bananeweizen | 2014-01-12 | 5 | -10/+17 |
| | | | |||||
| * | | enable eclipse null analysis on test project | Bananeweizen | 2014-01-12 | 5 | -5/+26 |
| | | | |||||
| * | | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 4 | -15/+8 |
| | | | |||||
| * | | refactoring: premium membership is specific to geocaching.com | Samuel Tardieu | 2014-01-09 | 2 | -9/+9 |
| | | | |||||
| * | | Emit parallel queries to connectors when searching | Samuel Tardieu | 2014-01-08 | 2 | -6/+6 |
| | | | |||||
| * | | Remove now unused classes | Samuel Tardieu | 2014-01-08 | 1 | -79/+0 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-08 | 1 | -2/+12 |
| |\ \ | |/ | |||||
| | * | fix #3527: bad query string | Samuel Tardieu | 2014-01-08 | 1 | -2/+12 |
| | | | | | | | | | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`. | ||||
