Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 2 | -2/+2 |
| | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
* | Non-reliable coords for Basic Members. Fixes #1285 | blafoo | 2012-03-17 | 1 | -18/+16 |
| | |||||
* | Unit test fix | blafoo | 2012-03-16 | 1 | -2/+1 |
| | |||||
* | Request further details when tapping on a cache in Live Map. Fixes #1256 | blafoo | 2012-03-16 | 3 | -29/+59 |
| | |||||
* | Update of tests due to new Live Map strategy. Fixes #1242 | blafoo | 2012-03-13 | 1 | -4/+6 |
| | |||||
* | Tests for #1262 | blafoo | 2012-03-12 | 1 | -13/+43 |
| | |||||
* | fix #1262: icon decoding does not work well | Bananeweizen | 2012-03-10 | 3 | -81/+76 |
| | |||||
* | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 6 | -14/+15 |
| | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
* | #1236: adapt unit tests | Bananeweizen | 2012-03-09 | 1 | -1/+27 |
| | | | | * previous tests didn't recognize cache page with error output * have new unit test for cache with errors | ||||
* | refactoring: make JSON parsing more robust by using a regex | Bananeweizen | 2012-03-08 | 1 | -0/+14 |
| | |||||
* | Live Map strategy. Closes #1183 | blafoo | 2012-03-07 | 2 | -20/+31 |
| | |||||
* | Merge pull request #1230 from campbeb/fix1196 | Bananeweizen | 2012-03-06 | 1 | -1/+1 |
|\ | | | | | Fix #1196 and other waypoint refactoring | ||||
| * | Refactor so all waypoint operations are done through the Cache object. | campbeb | 2012-03-05 | 1 | -1/+1 |
| | | | | | | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly. | ||||
* | | Merge remote-tracking branch 'marco-jacob/issue#285' | Bananeweizen | 2012-03-05 | 1 | -12/+22 |
|\ \ | |/ |/| | | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java | ||||
| * | GPXImportTest working independent of Settings | Marco Jacob | 2012-03-04 | 1 | -0/+9 |
| | | |||||
| * | corrected GPXImporter tests | Marco Jacob | 2012-03-04 | 1 | -12/+13 |
| | | |||||
* | | refactoring: cleanups | Bananeweizen | 2012-03-04 | 1 | -1/+0 |
| | | | | | | | | * remove unused resources * fix some comments, layout, logging and other stuff | ||||
* | | Fix some unit tests. Does anyone besides me run them? | Bananeweizen | 2012-03-04 | 2 | -3/+28 |
| | | |||||
* | | refactoring: move constants and classes to the packages they belong to | Bananeweizen | 2012-03-04 | 5 | -3/+6 |
| | | |||||
* | | refactoring: never set listId of cache to TEMPORARY_ID | Bananeweizen | 2012-03-03 | 2 | -5/+5 |
| | | | | | | | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing. | ||||
* | | Removed TODOs | blafoo | 2012-02-29 | 2 | -4/+1 |
| | | |||||
* | | Reactivated viewport tests | blafoo | 2012-02-28 | 2 | -57/+56 |
| | | |||||
* | | Improved PNG parsing | blafoo | 2012-02-28 | 1 | -2/+49 |
| | | |||||
* | | refactoring: don't suppress warnings!!! | Bananeweizen | 2012-02-26 | 1 | -3/+2 |
| | | | | | | | | * null pointer warnings nearly always make sense * most times it is very easy to get around them without suppressing | ||||
* | | Display images in trackable logs | campbeb | 2012-02-25 | 1 | -0/+21 |
| | | |||||
* | | New connector functionality | blafoo | 2012-02-24 | 2 | -5/+7 |
| | | |||||
* | | Removed obsolete Live Map (old) code | blafoo | 2012-02-24 | 1 | -6/+6 |
| | | |||||
* | | Unit tests fixed. | blafoo | 2012-02-24 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1162 from RoadRunner-/issue#1147 | M@®k | 2012-02-24 | 2 | -2/+5 |
|\ \ | | | | | | | Fix for issue #1147: Improved pattern and usage | ||||
| * | | Another change to the regex | Torsten Keil | 2012-02-23 | 2 | -2/+2 |
| | | | |||||
| * | | Improved pattern to respect dot as thousands separator too | Torsten Keil | 2012-02-22 | 2 | -2/+5 |
| | | | |||||
* | | | Live Map. Closes #1121 | blafoo | 2012-02-23 | 1 | -11/+4 |
| | | | |||||
* | | | Live Map optimizations | blafoo | 2012-02-23 | 2 | -5/+31 |
| | | | |||||
* | | | Unified methods for BASE 31 | blafoo | 2012-02-23 | 1 | -3/+5 |
| | | | |||||
* | | | First working version of new live map | blafoo | 2012-02-23 | 1 | -1/+0 |
| | | | |||||
* | | | JSON (new format) parsing | blafoo | 2012-02-23 | 1 | -1/+0 |
| | | | |||||
* | | | First working version of new live map | blafoo | 2012-02-23 | 1 | -7/+47 |
| | | | |||||
* | | | Positions in grid evaluated for caches | blafoo | 2012-02-23 | 1 | -2/+14 |
| | | | |||||
* | | | JSON (new format) parsing | blafoo | 2012-02-23 | 1 | -0/+20 |
|/ / | |||||
* | | Fix for issue#1147: Problem detecting find count | Torsten Keil | 2012-02-22 | 1 | -0/+2 |
| | | |||||
* | | refactoring: code cleanup | Bananeweizen | 2012-02-21 | 3 | -52/+64 |
| | | | | | | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings | ||||
* | | fix unit tests | Bananeweizen | 2012-02-20 | 2 | -1/+4 |
| | | | | | | | | * unit tests use different pattern for user parsing than other code * user name not recognized | ||||
* | | Implementation for issue #1120 | Torsten Keil | 2012-02-17 | 1 | -0/+180 |
| | | | | | | | | | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java | ||||
* | | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 4 | -21/+21 |
| | | | | | | * otherwise they are not readable | ||||
* | | Merge pull request #1117 from rsudev/issue1040b | rsudev | 2012-02-15 | 1 | -6/+6 |
|\ \ | |/ |/| | Fix #1042, waypoint types | ||||
| * | Fix #1040, waypoint types | rsudev | 2012-02-12 | 1 | -6/+6 |
| | | | | | | Additionally introduces flag for 'final defined' in cache lists | ||||
* | | GC.com update 14.02.2012 | blafoo | 2012-02-15 | 9 | -775/+965 |
| | | |||||
* | | refactoring: make search by coords test more fault tolerant | Bananeweizen | 2012-02-14 | 1 | -1/+1 |
| | | | | | | * some caches were archived, therefore count decreased | ||||
* | | fix unit test | Bananeweizen | 2012-02-14 | 1 | -1/+1 |
| | | | | | | * fails because of decreased favorite points | ||||
* | | refactoring: don't suppress warnings on method level | Bananeweizen | 2012-02-14 | 1 | -9/+3 |
| | |