aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/LogTemplateProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-155/+0
| | | | This prepares the inclusion of tests into the same repository.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-1/+1
|
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-141-155/+155
|
* FormattingSammysHP2011-09-141-144/+141
|
* fix: don't try to replace NUMBER template in offline loggin mode. Thatbananeweizen2011-09-121-10/+13
| | | | | leads to ugly IOExceptions when being offline.
* Refactor to address issue #361Gerald Barker2011-09-031-1/+2
|
* Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-1/+9
|\
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-1/+1
| | | | | | | | | | | | | | | | 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.
| * Add DATETIME-template, closes #312SammysHP2011-08-291-0/+8
| |
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-1/+3
|/ | | refactor of code to use them.
* Fir for [NUMBER] templateSammysHP2011-08-271-1/+1
|
* Fix log-date, log-find-count, [NUMBER]-template. Fix #235SammysHP2011-08-251-3/+3
|
* avoid getting NUMBER if it is not needed for logging, as discussed inbananeweizen2011-08-201-2/+41
| | | #232
* unify code for logging templates in settings and logging menu in loggingbananeweizen2011-08-151-0/+105
activity. Inserting a template now also adds whitespace if necessary. fixes #176