| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | revert wrong refactoring from #359 | Bananeweizen | 2011-09-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | more refctoring missed in first pass | Gerald Barker | 2011-09-03 | 1 | -37/+15 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' into 301 | Gerald Barker | 2011-09-03 | 1 | -5/+8 | |
| |\ | | | | | | | | | Conflicts: src/cgeo/geocaching/cgBase.java | |||||
| | * | fix #143: don't parse cache a second time when storing new caches | Bananeweizen | 2011-09-03 | 1 | -5/+8 | |
| | | | ||||||
| * | | Update locaal branch to revision 8d040c24bfbb2a12788d | Gerald Barker | 2011-09-03 | 1 | -512/+425 | |
| |\ \ | |/ | ||||||
| | * | reverted change of blafoo which leads to NullPointerExceptions | Bananeweizen | 2011-09-02 | 1 | -0/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of ↵ | Bananeweizen | 2011-09-02 | 1 | -2/+5 | |
| | |\ | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | |||||
| | | * | Merge pull request #318 from blafoo/unittest | mucek4 | 2011-09-02 | 1 | -2/+5 | |
| | | |\ | | | | | | | | | First version of unittests | |||||
| | | | * | Additional test data | blafoo | 2011-09-01 | 1 | -2/+6 | |
| | | | | | ||||||
| | | | * | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-31 | 1 | -75/+97 | |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: res/values/strings.xml src/cgeo/geocaching/cgCache.java | |||||
| | | | * \ | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-30 | 1 | -1/+1 | |
| | | | |\ \ | ||||||
| | | | * \ \ | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-29 | 1 | -142/+121 | |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgCache.java | |||||
| | | | * | | | | + Tests | blafoo | 2011-08-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + javadoc + Constant | |||||
| | * | | | | | | remove unneeded parsing loops for better performance | Bananeweizen | 2011-09-02 | 1 | -287/+194 | |
| | |/ / / / / | ||||||
| | * | | | | | remove duplicated and unnecessary code from cgBase.formatCoordinates, | Bananeweizen | 2011-09-02 | 1 | -33/+25 | |
| | | |_|_|/ | |/| | | | | | | | | optimize performance | |||||
| | * | | | | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 1 | -27/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | literals, optimize string concatenation, move loop variables, remove return value parentheses, remove duplicate semicolons, fulfill equals contract If you get merge conflicts afterwards, you may overwrite any changes of this commit. | |||||
| | * | | | | refactoring: remove duplicate code | bananeweizen | 2011-08-30 | 1 | -49/+77 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Fix #317 | SammysHP | 2011-08-29 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| | * | | Add detection of custom format at gc.com, fixes #307 | SammysHP | 2011-08-29 | 1 | -2/+30 | |
| | | | | ||||||
| | * | | Cleanup cache-log-parsing | SammysHP | 2011-08-29 | 1 | -56/+50 | |
| | | | | ||||||
| | * | | Refactor trackable-log-parsing, fixes #74 | SammysHP | 2011-08-29 | 1 | -84/+41 | |
| | |/ | ||||||
| * | | First commit of Apache Commons String & Date functions and required, and | Gerald Barker | 2011-09-02 | 1 | -122/+108 | |
| |/ | | | refactor of code to use them. | |||||
| * | new: support for importing opencaching.com GPX files (OX... caches) | Bananeweizen | 2011-08-27 | 1 | -10/+9 | |
| | | ||||||
| * | 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 | |||||
| * | Fix log count (number of Found It, Didn't found it, Published...) | SammysHP | 2011-08-25 | 1 | -28/+23 | |
| | | ||||||
| * | Fix log-date, log-find-count, [NUMBER]-template. Fix #235 | SammysHP | 2011-08-25 | 1 | -22/+8 | |
| | | ||||||
| * | some code cleanup | Bananeweizen | 2011-08-22 | 1 | -23/+23 | |
| | | ||||||
| * | Fix #227 | SammysHP | 2011-08-22 | 1 | -2/+2 | |
| | | ||||||
| * | Fix #235 | SammysHP | 2011-08-22 | 1 | -2/+5 | |
| | | ||||||
| * | Fix #227 (untested because of gc.com is down) | SammysHP | 2011-08-21 | 1 | -14/+20 | |
| | | ||||||
| * | maybe speed up log-parsing, fix duplicated string in ES translation, commit ↵ | SammysHP | 2011-08-21 | 1 | -14/+13 | |
| | | | | | shell-scripts again (attributes?!) | |||||
| * | move file parsers into their own package, merge previous changes of | bananeweizen | 2011-08-21 | 1 | -129/+89 | |
| |\ | | | | | MichielK | |||||
| | * | Merge pull request #255 from MichielK/master | Bananeweizen | 2011-08-21 | 1 | -120/+55 | |
| | |\ | | | | | | | Refactoring: remove dup. code, use enhanced for-each loop & use Integer.valueOf | |||||
| | | * | Remove duplicate code (move to seperate method), Use enhanced for-each loop ↵ | Michiel Korthuis | 2011-08-21 | 1 | -120/+55 | |
| | | | | | | | | | | | | | (better to read, also removes int-decleration/variable - saves memory), Replace new Integer with Integer.valueOf | |||||
| | * | | Merge remote branch 'origin/master' | SammysHP | 2011-08-20 | 1 | -31/+0 | |
| | |\ \ | ||||||
| | * | | | fix parsing of log-dates. see #235 | SammysHP | 2011-08-20 | 1 | -9/+33 | |
| | | |/ | |/| | ||||||
| * | | | refactoring of GPX parser (preparation for LOC import), resolved some | bananeweizen | 2011-08-21 | 1 | -101/+1 | |
| | |/ |/| | | | name shadowing conflicts | |||||
| * | | avoid getting NUMBER if it is not needed for logging, as discussed in | bananeweizen | 2011-08-20 | 1 | -31/+0 | |
| |/ | | | #232 | |||||
| * | Fix #247 | SammysHP | 2011-08-19 | 1 | -3/+1 | |
| | | ||||||
| * | Improve log-parsing (see #235) | SammysHP | 2011-08-19 | 1 | -111/+58 | |
| | | ||||||
| * | Fixed multiline log parsing | mucek4 | 2011-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | Temporary fix to log parsing, following geocaching.com site update | Nelson Correia | 2011-08-19 | 1 | -73/+73 | |
| | | ||||||
| * | fix for #177 - store attributes always lowercase | Karsten Priegnitz | 2011-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix hidden date parsing, have patterns final static constants for | bananeweizen | 2011-08-18 | 1 | -48/+94 | |
| | | | | | | | creation during compilation, check most fields after parsing, avoid Android BufferedReader warning during getting elevation fixes #220 | |||||
| * | Performance improvement - when iterating over map, use entryset iterator to ↵ | Michiel Korthuis | 2011-08-17 | 1 | -37/+36 | |
| | | | | | avoid unnecessary Map.get(key) lookup | |||||
| * | support for more than two viewstates (.net variable in cg.com) | Karsten Priegnitz | 2011-08-16 | 1 | -136/+115 | |
| | | | | | - fixes bug #162 | |||||
| * | clean up static maps provider, remove unused class | bananeweizen | 2011-08-15 | 1 | -56/+1 | |
| | | ||||||
| * | unify code for logging templates in settings and logging menu in logging | bananeweizen | 2011-08-15 | 1 | -0/+31 | |
| | | | | | | activity. Inserting a template now also adds whitespace if necessary. fixes #176 | |||||
| * | code cleanup, fixed static code analysis bugs | bananeweizen | 2011-08-12 | 1 | -2/+2 | |
| | | ||||||
