aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* Improve offline loggingcampbeb2012-02-281-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'Bananeweizen2012-02-282-4/+3
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/CacheType.java
| * Fixes #1185, ?-icon for new live maprsudev2012-02-282-3/+2
| | | | | | | | - introduces a new icon for 'unknown' - correct usage of unknown in cgeopopup
* | refactoring: have unknown type use unknown iconBananeweizen2012-02-281-2/+2
|/
* Avoid NPEblafoo2012-02-271-1/+3
|
* Avoid NPEblafoo2012-02-271-2/+1
|
* Captcha setting disabled for PMs. Closes #1177blafoo2012-02-272-1/+2
|
* Progress bar during searchByViewport()-call. Fixes #1182blafoo2012-02-271-0/+2
|
* refactoring: move isFinalDefined to WayPoint classBananeweizen2012-02-272-22/+15
|
* #1195: address selection as real ListActivityBananeweizen2012-02-279-181/+209
| | | * includes some renaming of other list related code for clarity
* fix #1190: "Send to" for the text fields in cache detailsBananeweizen2012-02-261-13/+21
|
* fix #1002: Filter Mysteries when solvedBananeweizen2012-02-262-0/+34
|
* removed GC_LIVE_MAP typeBananeweizen2012-02-262-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 #695Bananeweizen2012-02-261-15/+20
| | | * handling of icons for unknown cache types
* fix #1186: all popup dialog elements shown for all cachesBananeweizen2012-02-261-62/+49
|
* Merge pull request #1191 from rsudev/issue1178aBananeweizen2012-02-262-23/+18
|\ | | | | Refactor list retrieval, complements fix for #1178
| * Refactor list retrieval, complements fix for #1178rsudev2012-02-262-23/+18
| |
* | Parse PNG to get cache type (issue #1176)blafoo2012-02-262-12/+53
| |
* | Merge pull request #1189 from rsudev/issue1163Bananeweizen2012-02-252-11/+5
|\ \ | |/ |/| Fixes #1163, refactor geocode usage in cgeowaypoint
| * Fixes #1163, refactor geocode usage in cgeowaypointrsudev2012-02-262-11/+5
| | | | | | - removed parameter and member, always taken from contained waypoint
* | remove unused file from merge conflict of blafooBananeweizen2012-02-261-380/+0
| |
* | refactoring: don't suppress warnings!!!Bananeweizen2012-02-261-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/fix1099M@®k2012-02-251-1/+0
|\ | | | | Fix #1099 - Don't display offline store message
| * Don't display offline store messagecampbeb2012-02-241-1/+0
| |
* | Merge pull request #1180 from rsudev/issue934M@®k2012-02-251-0/+5
|\ \ | | | | | | Fixes #934, Marker for stored caches
| * | Fixes #934, Marker for stored cachesrsudev2012-02-241-0/+5
| | | | | | | | | | | | | | | - Adds a small floppy icon in the 'own' position on stored, not own caches
* | | Display images in trackable logscampbeb2012-02-253-3/+53
|/ /
* | Changed retrieval behavior of Live Mapblafoo2012-02-242-2/+12
| |
* | Consider filter settings in Live Mapblafoo2012-02-241-24/+20
| |
* | Comment about unused codeblafoo2012-02-242-4/+10
| |
* | New connector functionalityblafoo2012-02-246-18/+70
| |
* | Removed obsolete Live Map (old) codeblafoo2012-02-242-169/+0
| |
* | Fixes #1178, crash on invalid listidrsudev2012-02-241-1/+7
| | | | | | - checks if list still exists, switches to standard list if not
* | Fixes #1175, Archived caches displayed as activersudev2012-02-241-2/+2
| | | | | | - Archived caches are now displayed as disabled
* | Avoid NPE. Fixes #1174blafoo2012-02-241-21/+11
| |
* | Merge pull request #1143 from rsudev/issue1059rsudev2012-02-244-9/+41
|\ \ | | | | | | Fixes #1059 and #1040
| * | Small polish and little bugfix for save offline log statusrsudev2012-02-211-5/+4
| | |
| * | fix parentheses in single statement ifrsudev2012-02-191-1/+2
| | |
| * | Notify asynchronous cache changes (log offline)rsudev2012-02-182-1/+37
| | |
| * | Fix handling of offline log flag in map and listsrsudev2012-02-182-7/+3
| | |
* | | Merge pull request #1158 from RoadRunner-/defnav2arsudev2012-02-246-6/+175
|\ \ \ | | | | | | | | Implementation for #1155 - the second default navigation tool is introduced
| * | | Implementation for #1155 - the second default navigation tool isTorsten Keil2012-02-226-6/+175
| | | | | | | | | | | | | | | | introduced
* | | | fix #1164: suppress unknown size filterBananeweizen2012-02-241-4/+8
| | | |
* | | | Merge pull request #1172 from campbeb/fix1159bM@®k2012-02-243-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 thecampbeb2012-02-243-29/+46
| | | | | | | | | | | | | | | | | | | | user when no code is found. Refactor cgeoadvsearch to use BaseUtils
| * | | | QR scan to search intentcampbeb2012-02-242-11/+31
| | |_|/ | |/| |
* | | | Merge pull request #1170 from campbeb/fix1167M@®k2012-02-241-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 dialogcampbeb2012-02-241-29/+58
| |/ / /
* | | | Merge pull request #1169 from campbeb/fix1164M@®k2012-02-241-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 Errorcampbeb2012-02-241-1/+1
| |/ / /