aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/files/FileList.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-246/+0
| | | | This prepares the inclusion of tests into the same repository.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-1/+1
|
* FormattingSammysHP2011-09-141-227/+229
|
* Refactor to address issue #361Gerald Barker2011-09-031-4/+5
|
* Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-5/+5
|\
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-5/+5
| | | | | | | | | | | | | | | | 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.
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-1/+3
|/ | | refactor of code to use them.
* move file parsers into their own package, merge previous changes ofbananeweizen2011-08-211-0/+241
MichielK