| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | new: sort by state, fixes #324 | Bananeweizen | 2011-08-31 | 2 | -3/+41 |
| | | |||||
| * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-08-30 | 11 | -310/+220 |
| |\ | |||||
| | * | refactoring: remove duplicate code | bananeweizen | 2011-08-30 | 10 | -182/+135 |
| | | | |||||
| | * | Fix #317 | SammysHP | 2011-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | don't ask for list deletion in case of empty list, fixes #277 | Bananeweizen | 2011-08-29 | 1 | -8/+20 |
| | | | |||||
| | * | cache deletion now with turbo boost :) | Bananeweizen | 2011-08-29 | 1 | -27/+14 |
| | | | |||||
| | * | GPX import multiple times faster, also fixes missing line breaks in logs | Bananeweizen | 2011-08-29 | 1 | -92/+50 |
| | | | | | | | from GPX | ||||
| * | | GPX import of attributes | Karsten Priegnitz | 2011-08-30 | 3 | -30/+243 |
| |/ | | | | | | | - also: update DB to make attributes lowercase - also: don't show attribute icons when there no matching icons - this can be the case with stored caches before 7th or 8th of June 2011 - advice to update the cache is show also | ||||
| * | Add detection of custom format at gc.com, fixes #307 | SammysHP | 2011-08-29 | 3 | -3/+51 |
| | | |||||
| * | Cleanup cache-log-parsing | SammysHP | 2011-08-29 | 1 | -56/+50 |
| | | |||||
| * | Refactor trackable-log-parsing, fixes #74 | SammysHP | 2011-08-29 | 1 | -84/+41 |
| | | |||||
| * | Add DATETIME-template, closes #312 | SammysHP | 2011-08-29 | 1 | -0/+8 |
| | | |||||
| * | return to cache list after import, fixes #313 | Bananeweizen | 2011-08-29 | 2 | -19/+31 |
| | | |||||
| * | new: sort by finds count, fixes #231 | Bananeweizen | 2011-08-28 | 3 | -1/+51 |
| | | |||||
| * | have log filled with signature also in offline mode, fixes #267 | Bananeweizen | 2011-08-28 | 4 | -7/+13 |
| | | |||||
| * | new: open context menu on offline button on home screen for faster | Bananeweizen | 2011-08-28 | 2 | -33/+49 |
| | | | | selection of cache list | ||||
| * | new: support for importing opencaching.com GPX files (OX... caches) | Bananeweizen | 2011-08-27 | 5 | -13/+52 |
| | | |||||
| * | new: scan QR code of cache to open it | Bananeweizen | 2011-08-27 | 3 | -15/+72 |
| | | | | see also http://greasefire.userscripts.org/scripts/show/95134 | ||||
| * | fix #305: Avoid "not chosen" for event caches | Bananeweizen | 2011-08-27 | 1 | -4/+5 |
| | | |||||
| * | Fir for [NUMBER] template | SammysHP | 2011-08-27 | 1 | -1/+1 |
| | | |||||
| * | code cleanup in GPX parser, no new features | Bananeweizen | 2011-08-27 | 1 | -43/+71 |
| | | |||||
| * | have support for strikethrough in cache description, fixes #302 | Bananeweizen | 2011-08-27 | 2 | -8/+42 |
| | | |||||
| * | Fix getOverlayImpl method in cgOverlayScale calling itself | rsudev | 2011-08-26 | 1 | -3/+3 |
| | | |||||
| * | Removed code that was only commented out in fix for #15 | rsudev | 2011-08-26 | 3 | -14/+0 |
| | | |||||
| * | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | rsudev | 2011-08-26 | 7 | -166/+165 |
| |\ | |||||
| | * | Merge branch 'master' of ↵ | bananeweizen | 2011-08-26 | 1 | -42/+56 |
| | |\ | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | | * | Temporary fix for #296 (only premium-members) | SammysHP | 2011-08-26 | 1 | -7/+11 |
| | | | | |||||
| | | * | Improve date-parsing. Maybe not the best solution (performance, memory), but ↵ | SammysHP | 2011-08-26 | 1 | -35/+45 |
| | | | | | | | | | | | | | it supports 6 out of 7 formats you can choose in gc.com-settings. Closes #294 | ||||
| | * | | code cleanup as adviced by Findbugs | bananeweizen | 2011-08-26 | 3 | -11/+16 |
| | | | | |||||
| | * | | never compare Strings using equal operator! | bananeweizen | 2011-08-26 | 1 | -8/+12 |
| | | | | |||||
| | * | | remove duplicate code | bananeweizen | 2011-08-26 | 1 | -31/+16 |
| | | | | |||||
| | * | | don't show map preview if it is empty | bananeweizen | 2011-08-26 | 1 | -18/+26 |
| | |/ | |||||
| | * | Merge pull request #283 from jowi24/fix_input | Sven Karsten Greiner | 2011-08-25 | 1 | -28/+16 |
| | |\ | | | | | | | Improving fix for #273 | ||||
| | | * | Improving fix for #273 | Joachim Wilke | 2011-08-24 | 1 | -28/+16 |
| | | | | |||||
| | * | | Fix log count (number of Found It, Didn't found it, Published...) | SammysHP | 2011-08-25 | 1 | -28/+23 |
| | | | | |||||
| * | | | Probably fixing #213 trail gets disaligned on mf | rsudev | 2011-08-25 | 1 | -9/+12 |
| | | | | |||||
| * | | | Fix for #209 (ArrayIndexOutOfBounds in google map | rsudev | 2011-08-25 | 8 | -50/+163 |
| | | | | | | | | | | | | | Implemented lock as suggested by BKFC | ||||
| * | | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | rsudev | 2011-08-25 | 2 | -25/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Fix log-date, log-find-count, [NUMBER]-template. Fix #235 | SammysHP | 2011-08-25 | 2 | -25/+11 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | rsudev | 2011-08-24 | 3 | -11/+58 |
| |\ \ \ | |/ / | |||||
| | * | | Add Street View, closes #282 | SammysHP | 2011-08-24 | 2 | -2/+53 |
| | |/ | |||||
| | * | fix #273 | Ralf Hubert | 2011-08-23 | 1 | -9/+5 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | rsudev | 2011-08-23 | 9 | -69/+192 |
| |\ \ | |/ | |||||
| | * | missing file from last commit | Bananeweizen | 2011-08-22 | 1 | -0/+15 |
| | | | |||||
| | * | first steps towards supporting other cache databases, see also comments | Bananeweizen | 2011-08-22 | 8 | -69/+177 |
| | | | | | | | from #259 | ||||
| * | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | rsudev | 2011-08-22 | 9 | -102/+102 |
| |\ \ | |/ | |||||
| | * | some code cleanup | Bananeweizen | 2011-08-22 | 6 | -69/+67 |
| | | | |||||
| | * | Fix #227 | SammysHP | 2011-08-22 | 4 | -31/+30 |
| | | | |||||
| | * | Fix #235 | SammysHP | 2011-08-22 | 1 | -2/+5 |
| | | | |||||
| * | | Fixing #198, map switch changes zoom | rsudev | 2011-08-22 | 2 | -3/+9 |
| | | | | | | | | | Implemented proper limits check for mapsforge | ||||
