aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Merge pull request #1162 from RoadRunner-/issue#1147M@®k2012-02-243-33/+6
|\ \ \ \ | |/ / / |/| | | Fix for issue #1147: Improved pattern and usage
| * | | Another change to the regexTorsten Keil2012-02-233-5/+5
| | | |
| * | | Improved pattern to respect dot as thousands separator tooTorsten Keil2012-02-223-5/+5
| | | |
| * | | Replaced parsing for find count by usage of defined patternTorsten Keil2012-02-221-29/+2
| | | |
* | | | Merge from Valentine Projekt into masterblafoo2012-02-231-0/+2
| | | |
* | | | Live Map. Closes #1121blafoo2012-02-235-66/+59
| | | |
* | | | Live Map optimizationsblafoo2012-02-238-90/+131
| | | |
* | | | Unified methods for BASE 31blafoo2012-02-232-29/+2
| | | |
* | | | First working version of new live mapblafoo2012-02-233-51/+124
| | | |
* | | | Tile computationblafoo2012-02-231-0/+1
| | | |
* | | | Positions in grid evaluated for cachesblafoo2012-02-231-35/+144
| | | |
* | | | Convert ids into geocodesblafoo2012-02-234-444/+445
| | | |
* | | | JSON (new format) parsingblafoo2012-02-232-1/+195
| | | |
* | | | First working version of new live mapblafoo2012-02-238-73/+192
| | | |
* | | | Tile computationblafoo2012-02-232-0/+119
| | | |
* | | | Positions in grid evaluated for cachesblafoo2012-02-231-35/+144
| | | |
* | | | Convert ids into geocodesblafoo2012-02-232-0/+24
| | | |
* | | | JSON (new format) parsingblafoo2012-02-234-3/+219
|/ / /
* | | Fix for issue#1147: Problem detecting find countTorsten Keil2012-02-221-1/+1
|/ /
* | Get geocode from wayoint fro clearing CachesCache if necessary, fixesrsudev2012-02-211-2/+8
| | | | | | #1154
* | refactoring: code cleanupBananeweizen2012-02-2111-49/+61
| | | | | | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings
* | #1151: Clicking "Spotted in" on trackable screen can give ExceptionBananeweizen2012-02-211-0/+4
| | | | | | * raise another exception at the place where the empty geocode is stored
* | Merge pull request #1150 from campbeb/fix1149rsudev2012-02-201-2/+2
|\ \ | | | | | | Fix #1149 - Get the parent view
| * | Fix #1149. We need the parent view of the item that was clicked so wecampbeb2012-02-201-2/+2
| |/ | | | | can look at the name of the field.
* | Merge pull request #1153 from campbeb/fix1101rsudev2012-02-202-2/+87
|\ \ | | | | | | Fix #1101 - Add list for distance units
| * | Move strings to resources and only set list selection on initial setup.campbeb2012-02-202-25/+18
| | |
| * | Fix #1101 - Add drop down list to allow user to choose unit ofcampbeb2012-02-202-2/+94
| |/ | | | | | | measurement on screens with bearing/distance option.
* | fix unit testsBananeweizen2012-02-201-1/+0
|/ | | | * unit tests use different pattern for user parsing than other code * user name not recognized
* fix #945: unify navigation methodsBananeweizen2012-02-183-10/+8
| | | * next step would be the removal of cgGeo after that becomes singleton
* #945: unify navigation methodsBananeweizen2012-02-1822-84/+52
| | | | * removed search result parameter from navigation invocation * removed "fromDetail" differentiation in popup
* refactoring: have link to closed issues in about, remove unused codeBananeweizen2012-02-181-28/+2
|