| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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)`. | |||||
| * | | new: register for geokrety URLs in Android | Bananeweizen | 2014-01-06 | 4 | -0/+54 | |
| |/ | ||||||
| * | fix #3500: crash with `null` completion in lazy lists | Samuel Tardieu | 2014-01-01 | 1 | -0/+74 | |
| | | | | | Also, add tests for `LazyInitializedList`. | |||||
| * | fix #3493: search by geocode for EC is case sensitive | Bananeweizen | 2013-12-30 | 1 | -0/+12 | |
| | | ||||||
| * | fix typo in tests introduced by previous commit | Samuel Tardieu | 2013-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix tests: `getMapTokens()` is no longer static | Samuel Tardieu | 2013-12-28 | 2 | -5/+4 | |
| | | ||||||
| * | findbugs: prohibit access to internal collections | Michael Keppler | 2013-12-25 | 1 | -2/+4 | |
| | | ||||||
| * | fix findbugs issue | Michael Keppler | 2013-12-25 | 2 | -3/+4 | |
| | | | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there | |||||
| * | fix #3469: "More" search not working after connector refactoring | Michael Keppler | 2013-12-25 | 2 | -2/+2 | |
| | | ||||||
| * | fix broken test | Bananeweizen | 2013-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | refactoring: remove duplicated code | Bananeweizen | 2013-12-18 | 2 | -3/+3 | |
| | | ||||||
| * | cleanup: fix all findbugs on test and calendar | Bananeweizen | 2013-12-16 | 8 | -40/+33 | |
| | | ||||||
| * | refactoring: remove duplication in login classes | Bananeweizen | 2013-12-16 | 3 | -9/+9 | |
| | | | | * convert from static to singletons | |||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 7 | -19/+19 | |
| | | | | * easier to differentiate, as there are other login providers now | |||||
| * | integrate extremcaching.com | Bananeweizen | 2013-12-16 | 2 | -0/+40 | |
| | | | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size | |||||
| * | calendar addon: recognize one more variation of the event time | Bananeweizen | 2013-12-13 | 1 | -0/+2 | |
| | | ||||||
| * | Move attributes from opencaching.de ids to okapi acodes | rsudev | 2013-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/release' into master_dev | rsudev | 2013-12-04 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Adapting testcase to site changes 20131203 | rsudev | 2013-12-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implements stable keys for opencaching waypoints | rsudev | 2013-11-23 | 2 | -1/+32 | |
| | | | | | | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | |||||
| * | | refactoring: remove bad compare method of waypoints | Bananeweizen | 2013-11-10 | 1 | -17/+21 | |
| | | | ||||||
| * | | fixes #3370 #2960 #1320 - also keep empty and null values for hint, short ↵ | Marco Jacob | 2013-11-07 | 1 | -0/+8 | |
| | | | | | | | | | description and attributes | |||||
| * | | fixes #3325 - warning on upload if personal note exceeds 4000 | Marco Jacob | 2013-11-04 | 1 | -0/+17 | |
| | | | ||||||
| * | | fix #3378: Placeholder [LOG] not working for TB tweets | Bananeweizen | 2013-10-26 | 1 | -2/+14 | |
| | | | ||||||
