| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve offline logging | campbeb | 2012-02-28 | 1 | -3/+5 |
| | | | | | | - Don't mark found when logging offline - Handle data changed to show status message - Set cache logged offline | ||||
| * | Merge remote-tracking branch 'rsudev/issue1185' | Bananeweizen | 2012-02-28 | 2 | -4/+3 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/CacheType.java | ||||
| | * | Fixes #1185, ?-icon for new live map | rsudev | 2012-02-28 | 2 | -3/+2 |
| | | | | | | | | | - introduces a new icon for 'unknown' - correct usage of unknown in cgeopopup | ||||
| * | | refactoring: have unknown type use unknown icon | Bananeweizen | 2012-02-28 | 1 | -2/+2 |
| |/ | |||||
| * | Avoid NPE | blafoo | 2012-02-27 | 1 | -1/+3 |
| | | |||||
| * | Avoid NPE | blafoo | 2012-02-27 | 1 | -2/+1 |
| | | |||||
| * | Captcha setting disabled for PMs. Closes #1177 | blafoo | 2012-02-27 | 2 | -1/+2 |
| | | |||||
| * | Progress bar during searchByViewport()-call. Fixes #1182 | blafoo | 2012-02-27 | 1 | -0/+2 |
| | | |||||
| * | refactoring: move isFinalDefined to WayPoint class | Bananeweizen | 2012-02-27 | 2 | -22/+15 |
| | | |||||
| * | #1195: address selection as real ListActivity | Bananeweizen | 2012-02-27 | 9 | -181/+209 |
| | | | | * includes some renaming of other list related code for clarity | ||||
| * | fix #1190: "Send to" for the text fields in cache details | Bananeweizen | 2012-02-26 | 1 | -13/+21 |
| | | |||||
| * | fix #1002: Filter Mysteries when solved | Bananeweizen | 2012-02-26 | 2 | -0/+34 |
| | | |||||
| * | removed GC_LIVE_MAP type | Bananeweizen | 2012-02-26 | 2 | -3/+0 |
| | | | | | | * it falsifies the type of already stored caches (during merge) * leads to empty icons in cache list * never referenced anywhere after setting it | ||||
| * | missing part in fix of #695 | Bananeweizen | 2012-02-26 | 1 | -15/+20 |
| | | | | * handling of icons for unknown cache types | ||||
| * | fix #1186: all popup dialog elements shown for all caches | Bananeweizen | 2012-02-26 | 1 | -62/+49 |
| | | |||||
| * | Merge pull request #1191 from rsudev/issue1178a | Bananeweizen | 2012-02-26 | 2 | -23/+18 |
| |\ | | | | | Refactor list retrieval, complements fix for #1178 | ||||
| | * | Refactor list retrieval, complements fix for #1178 | rsudev | 2012-02-26 | 2 | -23/+18 |
| | | | |||||
| * | | Parse PNG to get cache type (issue #1176) | blafoo | 2012-02-26 | 2 | -12/+53 |
| | | | |||||
| * | | Merge pull request #1189 from rsudev/issue1163 | Bananeweizen | 2012-02-25 | 2 | -11/+5 |
| |\ \ | |/ |/| | Fixes #1163, refactor geocode usage in cgeowaypoint | ||||
| | * | Fixes #1163, refactor geocode usage in cgeowaypoint | rsudev | 2012-02-26 | 2 | -11/+5 |
| | | | | | | | - removed parameter and member, always taken from contained waypoint | ||||
| * | | remove unused file from merge conflict of blafoo | Bananeweizen | 2012-02-26 | 1 | -380/+0 |
| | | | |||||
| * | | refactoring: don't suppress warnings!!! | Bananeweizen | 2012-02-26 | 1 | -2/+3 |
| |/ | | | | * null pointer warnings nearly always make sense * most times it is very easy to get around them without suppressing | ||||
| * | Merge pull request #1168 from campbeb/fix1099 | M@®k | 2012-02-25 | 1 | -1/+0 |
| |\ | | | | | Fix #1099 - Don't display offline store message | ||||
| | * | Don't display offline store message | campbeb | 2012-02-24 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #1180 from rsudev/issue934 | M@®k | 2012-02-25 | 1 | -0/+5 |
| |\ \ | | | | | | | Fixes #934, Marker for stored caches | ||||
| | * | | Fixes #934, Marker for stored caches | rsudev | 2012-02-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | - Adds a small floppy icon in the 'own' position on stored, not own caches | ||||
| * | | | Display images in trackable logs | campbeb | 2012-02-25 | 3 | -3/+53 |
| |/ / | |||||
| * | | Changed retrieval behavior of Live Map | blafoo | 2012-02-24 | 2 | -2/+12 |
| | | | |||||
| * | | Consider filter settings in Live Map | blafoo | 2012-02-24 | 1 | -24/+20 |
| | | | |||||
| * | | Comment about unused code | blafoo | 2012-02-24 | 2 | -4/+10 |
| | | | |||||
| * | | New connector functionality | blafoo | 2012-02-24 | 6 | -18/+70 |
| | | | |||||
| * | | Removed obsolete Live Map (old) code | blafoo | 2012-02-24 | 2 | -169/+0 |
| | | | |||||
| * | | Fixes #1178, crash on invalid listid | rsudev | 2012-02-24 | 1 | -1/+7 |
| | | | | | | | - checks if list still exists, switches to standard list if not | ||||
| * | | Fixes #1175, Archived caches displayed as active | rsudev | 2012-02-24 | 1 | -2/+2 |
| | | | | | | | - Archived caches are now displayed as disabled | ||||
| * | | Avoid NPE. Fixes #1174 | blafoo | 2012-02-24 | 1 | -21/+11 |
| | | | |||||
| * | | Merge pull request #1143 from rsudev/issue1059 | rsudev | 2012-02-24 | 4 | -9/+41 |
| |\ \ | | | | | | | Fixes #1059 and #1040 | ||||
| | * | | Small polish and little bugfix for save offline log status | rsudev | 2012-02-21 | 1 | -5/+4 |
| | | | | |||||
| | * | | fix parentheses in single statement if | rsudev | 2012-02-19 | 1 | -1/+2 |
| | | | | |||||
| | * | | Notify asynchronous cache changes (log offline) | rsudev | 2012-02-18 | 2 | -1/+37 |
| | | | | |||||
| | * | | Fix handling of offline log flag in map and lists | rsudev | 2012-02-18 | 2 | -7/+3 |
| | | | | |||||
| * | | | Merge pull request #1158 from RoadRunner-/defnav2a | rsudev | 2012-02-24 | 6 | -6/+175 |
| |\ \ \ | | | | | | | | | Implementation for #1155 - the second default navigation tool is introduced | ||||
| | * | | | Implementation for #1155 - the second default navigation tool is | Torsten Keil | 2012-02-22 | 6 | -6/+175 |
| | | | | | | | | | | | | | | | | | introduced | ||||
| * | | | | fix #1164: suppress unknown size filter | Bananeweizen | 2012-02-24 | 1 | -4/+8 |
| | | | | | |||||
| * | | | | Merge pull request #1172 from campbeb/fix1159b | M@®k | 2012-02-24 | 3 | -26/+63 |
| |\ \ \ \ | | | | | | | | | | | Fix #1159 - Recognize more QR codes and provide better feedback on failure | ||||
| | * | | | | Expand what QR codes are recognized and provide better feedback to the | campbeb | 2012-02-24 | 3 | -29/+46 |
| | | | | | | | | | | | | | | | | | | | | | user when no code is found. Refactor cgeoadvsearch to use BaseUtils | ||||
| | * | | | | QR scan to search intent | campbeb | 2012-02-24 | 2 | -11/+31 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1170 from campbeb/fix1167 | M@®k | 2012-02-24 | 1 | -29/+58 |
| |\ \ \ \ | | | | | | | | | | | Fix #1167 - Use real owner name instead of displayed owner name in About user dialog | ||||
| | * | | | | Use real owner name instead of displayed owner name in About user dialog | campbeb | 2012-02-24 | 1 | -29/+58 |
| | |/ / / | |||||
| * | | | | Merge pull request #1169 from campbeb/fix1164 | M@®k | 2012-02-24 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Fix #1164 - Change label for unknown cache size - Unknown instead of Unknown Error | ||||
| | * | | | | Change label for unknown cache size - Unknown instead of Unknown Error | campbeb | 2012-02-24 | 1 | -1/+1 |
| | |/ / / | |||||
