aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix #273Ralf Hubert2011-08-231-9/+5
* missing file from last commitBananeweizen2011-08-221-0/+15
* first steps towards supporting other cache databases, see also commentsBananeweizen2011-08-228-69/+177
* some code cleanupBananeweizen2011-08-226-69/+67
* Fix #227SammysHP2011-08-224-31/+30
* Fix #235SammysHP2011-08-221-2/+5
* Merge pull request #258 from koem/masterBananeweizen2011-08-211-21/+159
|\
| * Merge commit 'upstream/master'Karsten Priegnitz2011-08-2117-376/+503
| |\
| * | cache details now with attributes as iconsKarsten Priegnitz2011-08-211-23/+158
* | | enable import of opencaching GPX files, fixes #259bananeweizen2011-08-213-10/+21
* | | Fix #227 (untested because of gc.com is down)SammysHP2011-08-213-14/+45
* | | maybe speed up log-parsing, fix duplicated string in ES translation, commit s...SammysHP2011-08-211-14/+13
| |/ |/|
* | cgData.hasLogOffline does not close db cursor, fixes #249bananeweizen2011-08-211-11/+9
* | move file parsers into their own package, merge previous changes ofbananeweizen2011-08-2115-172/+170
|\ \
| * \ Merge pull request #255 from MichielK/masterBananeweizen2011-08-217-161/+93
| |\ \ | | |/ | |/|
| | * Remove duplicate code (move to seperate method), Use enhanced for-each loop (...Michiel Korthuis2011-08-217-161/+93
| * | fix #206 (posting log returns failed, but was successful)SammysHP2011-08-201-1/+1
| * | Fix NullPointerException in cgeodetail if cache is opened from URL only with ...SammysHP2011-08-201-2/+10
| * | Merge remote branch 'origin/master'SammysHP2011-08-204-62/+78
| |\ \
| * | | fix parsing of log-dates. see #235SammysHP2011-08-201-9/+33
| | |/ | |/|
* | | refactoring of GPX parser (preparation for LOC import), resolved somebananeweizen2011-08-2114-212/+372
| |/ |/|
* | avoid getting NUMBER if it is not needed for logging, as discussed inbananeweizen2011-08-202-33/+41
* | better input validation in GPX parser, fixes #244bananeweizen2011-08-202-29/+37
|/
* Merge remote branch 'origin/master'SammysHP2011-08-192-184/+130
|\
| * Merge pull request #243 from MichielK/mastermucek42011-08-192-184/+130
| |\
| | * Code refactor: use parameters in queries, remove unneeded variable-assignment...Michiel Korthuis2011-08-192-184/+130
* | | Fix #247SammysHP2011-08-191-3/+1
|/ /
* | Clean up displaying of logs (code as well as frontend)SammysHP2011-08-191-20/+31
|/
* Fix bug where you can't reset filters that results in an empty list.SammysHP2011-08-191-1/+0
* sub menu for offline logging, fixes #232bananeweizen2011-08-199-67/+131
* Improve log-parsing (see #235)SammysHP2011-08-191-111/+58
* Fixed multiline log parsingmucek42011-08-191-2/+2
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...bananeweizen2011-08-192-82/+84
|\
| * Temporary fix to log parsing, following geocaching.com site updateNelson Correia2011-08-191-73/+73
| * Merge commit 'upstream/master'Karsten Priegnitz2011-08-181-8/+10
| |\
| | * Quick workaround for #234, fix NullPointerException in onPrepareOptionsMenu()SammysHP2011-08-181-8/+10
| * | fix for #177 - store attributes always lowercaseKarsten Priegnitz2011-08-181-1/+1
| |/
* | first part of #232, sub menu for state selection is still missingbananeweizen2011-08-1911-62/+104
|/
* fix hidden date parsing, have patterns final static constants forbananeweizen2011-08-181-48/+94
* Merge pull request #226 from SammysHP/coordclassmucek42011-08-172-5/+4
|\
| * equals() --> isEqualTo(), (see #58, #195)SammysHP2011-08-162-5/+4
* | Merge pull request #222 from MichielK/masterBananeweizen2011-08-171-37/+36
|\ \
| * | Performance improvement - when iterating over map, use entryset iterator to a...Michiel Korthuis2011-08-171-37/+36
* | | disable navigation for waypoints with unknown coordinatesbananeweizen2011-08-171-5/+17
* | | exception when editing waypoints with unknown coordinatesbananeweizen2011-08-171-55/+94
|/ /
* | have radio buttons in map source menu to show which map source isbananeweizen2011-08-171-7/+10
* | show text in ratings menu, fixes #197bananeweizen2011-08-161-9/+9
* | menu item for moving caches, fixes #73bananeweizen2011-08-162-29/+89
|/
* Merge pull request #211 from jowi24/improved_inputSven Karsten Greiner2011-08-163-21/+56
|\
| * Coordinate Input: Store last used format in a (non visible) setting.Joachim Wilke2011-08-163-21/+56