| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 8 | -179/+192 |
| | | | | | 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 |
| | | |||||
| * | 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 | 1 | -0/+6 |
| |/ | |||||
| * | fix tests: `getMapTokens()` is no longer static | Samuel Tardieu | 2013-12-28 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-10-24 | 1 | -1/+0 |
| |\ | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java | ||||
| | * | Try to fix failing test | Lars | 2013-10-22 | 1 | -3/+4 |
| | | | | | | | | | GC211WG was archived. Replaced by new GC-code in same geographical area | ||||
| * | | Try to fix failing test (master) | Lars | 2013-10-22 | 1 | -3/+4 |
| | | | | | | | | | As I do not have the ability to merge release to master, I did this manually. I hope, that this does not confuse the merging. | ||||
| * | | Merge branch 'release' | rsudev | 2013-10-18 | 1 | -6/+6 |
| |\ \ | |/ | |||||
| | * | Fixes #3369, Spoiler image parsing fails | rsudev | 2013-10-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages | ||||
| * | | Do not try to hide an unpublished cache to its owner | Samuel Tardieu | 2013-09-17 | 1 | -5/+0 |
| | | | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo. | ||||
| * | | assertion badly triggered in tests of UTFGridPosition | Bananeweizen | 2013-09-15 | 2 | -13/+34 |
| | | | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong | ||||
| * | | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| |/ | |||||
| * | Fixes testOwnCache (Cache was changed) | rsudev | 2013-08-22 | 1 | -3/+3 |
| | | |||||
| * | fix #3155: adapt to website changes | Bananeweizen | 2013-08-22 | 1 | -1/+1 |
| | | | | | | * favorites counter * found state * spoiler images | ||||
| * | fix #3118: Page parsing impossible due to proxies on mobile network | Bananeweizen | 2013-08-19 | 1 | -1/+32 |
| | | |||||
| * | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 1 | -2/+3 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 2 | -2/+2 |
| | | |||||
| * | fix #2886: trackable quick search not working | Bananeweizen | 2013-06-16 | 2 | -1/+18 |
| | | | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls | ||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 2 | -8/+8 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -2/+2 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 2 | -2/+1 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | fix #2555: try to detect waypoint type in personal note | Bananeweizen | 2013-04-06 | 1 | -0/+18 |
| | | |||||
| * | update mock data 2013-03-27 | Marco Jacob | 2013-03-27 | 1 | -1/+1 |
| | | |||||
| * | extracted constants for mocked caches login name to adapt only this file | Marco Jacob | 2013-03-11 | 1 | -1/+5 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 6 | -40/+40 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-02-06 | 1 | -0/+14 |
| |\ | |||||
| | * | fix #2451, bad pattern for cache count parsing | Bananeweizen | 2013-02-06 | 1 | -0/+14 |
| | | | |||||
| * | | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 4 | -21/+21 |
| | | | |||||
| * | | Add test for issue #2430 | Samuel Tardieu | 2013-01-27 | 1 | -0/+35 |
| | | | |||||
| * | | Caches need to have a geocode for tests | mucek4 | 2013-01-23 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'issue-2322' into upstream | Samuel Tardieu | 2013-01-23 | 1 | -15/+15 |
| |\ \ | |/ | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | fix #2250: "Scan QR code" doesn't work anymore | Bananeweizen | 2013-01-05 | 1 | -0/+5 |
| | | | |||||
| * | | Extend zoom calculation to nxm tilesets | rsudev | 2013-01-17 | 1 | -2/+47 |
| | | | | | | | | | Previously tile sets generated for the live map where fixed to max 2x2 tiles. In order to enhance the flexibility of the live-map algorithms, now the generation of more fine-grained tile sets or even a lower bound for the zoom level to use is supported. | ||||
| * | | Added unit tests for PNG parsing | mucek4 | 2013-01-11 | 1 | -0/+37 |
| | | | |||||
| * | | Improved PNG parsing | mucek4 | 2013-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Refactoring: rename cgImage into Image | Samuel Tardieu | 2013-01-07 | 2 | -5/+5 |
| | | | |||||
| * | | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -11/+11 |
| | | | |||||
| * | | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: findbugs | Bananeweizen | 2012-12-30 | 1 | -1/+1 |
| | | | |||||
