aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgBase.java
Commit message (Collapse)AuthorAgeFilesLines
...
* | revert wrong refactoring from #359Bananeweizen2011-09-041-1/+1
|/
* more refctoring missed in first passGerald Barker2011-09-031-37/+15
|
* Merge remote-tracking branch 'upstream/master' into 301Gerald Barker2011-09-031-5/+8
|\ | | | | | | | | Conflicts: src/cgeo/geocaching/cgBase.java
| * fix #143: don't parse cache a second time when storing new cachesBananeweizen2011-09-031-5/+8
| |
* | Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-512/+425
|\ \ | |/
| * reverted change of blafoo which leads to NullPointerExceptionsBananeweizen2011-09-021-0/+1
| |
| * Merge branch 'master' of ↵Bananeweizen2011-09-021-2/+5
| |\ | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| | * Merge pull request #318 from blafoo/unittestmucek42011-09-021-2/+5
| | |\ | | | | | | | | First version of unittests
| | | * Additional test datablafoo2011-09-011-2/+6
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-311-75/+97
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: res/values/strings.xml src/cgeo/geocaching/cgCache.java
| | | * \ Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-301-1/+1
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-291-142/+121
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgCache.java
| | | * | | | + Testsblafoo2011-08-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + javadoc + Constant
| * | | | | | remove unneeded parsing loops for better performanceBananeweizen2011-09-021-287/+194
| |/ / / / /
| * | | | | remove duplicated and unnecessary code from cgBase.formatCoordinates,Bananeweizen2011-09-021-33/+25
| | |_|_|/ | |/| | | | | | | | optimize performance
| * | | | code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-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 codebananeweizen2011-08-301-49/+77
| | |_|/ | |/| |
| * | | Fix #317SammysHP2011-08-291-1/+1
| | |/ | |/|
| * | Add detection of custom format at gc.com, fixes #307SammysHP2011-08-291-2/+30
| | |
| * | Cleanup cache-log-parsingSammysHP2011-08-291-56/+50
| | |
| * | Refactor trackable-log-parsing, fixes #74SammysHP2011-08-291-84/+41
| |/
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-122/+108
|/ | | refactor of code to use them.
* new: support for importing opencaching.com GPX files (OX... caches)Bananeweizen2011-08-271-10/+9
|
* Temporary fix for #296 (only premium-members)SammysHP2011-08-261-7/+11
|
* Improve date-parsing. Maybe not the best solution (performance, memory), but ↵SammysHP2011-08-261-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...)SammysHP2011-08-251-28/+23
|
* Fix log-date, log-find-count, [NUMBER]-template. Fix #235SammysHP2011-08-251-22/+8
|
* some code cleanupBananeweizen2011-08-221-23/+23
|
* Fix #227SammysHP2011-08-221-2/+2
|
* Fix #235SammysHP2011-08-221-2/+5
|
* Fix #227 (untested because of gc.com is down)SammysHP2011-08-211-14/+20
|
* maybe speed up log-parsing, fix duplicated string in ES translation, commit ↵SammysHP2011-08-211-14/+13
| | | | shell-scripts again (attributes?!)
* move file parsers into their own package, merge previous changes ofbananeweizen2011-08-211-129/+89
|\ | | | | MichielK
| * Merge pull request #255 from MichielK/masterBananeweizen2011-08-211-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 Korthuis2011-08-211-120/+55
| | | | | | | | | | | | (better to read, also removes int-decleration/variable - saves memory), Replace new Integer with Integer.valueOf
| * | Merge remote branch 'origin/master'SammysHP2011-08-201-31/+0
| |\ \
| * | | fix parsing of log-dates. see #235SammysHP2011-08-201-9/+33
| | |/ | |/|
* | | refactoring of GPX parser (preparation for LOC import), resolved somebananeweizen2011-08-211-101/+1
| |/ |/| | | name shadowing conflicts
* | avoid getting NUMBER if it is not needed for logging, as discussed inbananeweizen2011-08-201-31/+0
|/ | | #232
* Fix #247SammysHP2011-08-191-3/+1
|
* Improve log-parsing (see #235)SammysHP2011-08-191-111/+58
|
* Fixed multiline log parsingmucek42011-08-191-2/+2
|
* Temporary fix to log parsing, following geocaching.com site updateNelson Correia2011-08-191-73/+73
|
* fix for #177 - store attributes always lowercaseKarsten Priegnitz2011-08-181-1/+1
|
* fix hidden date parsing, have patterns final static constants forbananeweizen2011-08-181-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 Korthuis2011-08-171-37/+36
| | | | avoid unnecessary Map.get(key) lookup
* support for more than two viewstates (.net variable in cg.com)Karsten Priegnitz2011-08-161-136/+115
| | | | - fixes bug #162
* clean up static maps provider, remove unused classbananeweizen2011-08-151-56/+1
|
* unify code for logging templates in settings and logging menu in loggingbananeweizen2011-08-151-0/+31
| | | | | activity. Inserting a template now also adds whitespace if necessary. fixes #176
* code cleanup, fixed static code analysis bugsbananeweizen2011-08-121-2/+2
|