| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | require Javadoc to have tag descriptions or no tags | Bananeweizen | 2015-02-10 | 1 | -3/+1 |
| | | |||||
| * | #2414 convert junit statements to assertj | Michael Keppler | 2014-04-22 | 1 | -8/+10 |
| | | | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically. | ||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -2/+2 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 1 | -3/+2 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -7/+7 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -8/+6 |
| | | |||||
| * | refactoring: more static code analysis cleanups | Bananeweizen | 2012-04-02 | 1 | -17/+3 |
| | | |||||
| * | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 1 | -1/+1 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | GC.com update 14.02.2012 | blafoo | 2012-02-15 | 1 | -1/+1 |
| | | |||||
| * | Updated test data due to GC.com downtime on 17.01.2012 | blafoo | 2012-01-17 | 1 | -1/+1 |
| | | |||||
| * | Updated mocked data due to GC.com downtime on 04.01.2012 | blafoo | 2012-01-04 | 1 | -1/+1 |
| | | |||||
| * | Updated mocked data | blafoo | 2011-12-17 | 1 | -1/+1 |
| | | |||||
| * | Updated test data | blafoo | 2011-12-06 | 1 | -1/+1 |
| | | |||||
| * | refactoring: more FindBugs issues | Bananeweizen | 2011-11-20 | 1 | -1/+1 |
| | | |||||
| * | Fixed regex due to GC.com update | blafoo | 2011-11-08 | 1 | -5/+6 |
| | | | | | | | | | Conflicts: main/src/cgeo/geocaching/GCConstants.java + fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.java | ||||
| * | no more warnings in unit tests | Bananeweizen | 2011-10-22 | 1 | -8/+8 |
| | | | | | * log performance results as info only * avoid some BufferedReader warnings | ||||
| * | No need to trim the result for timing purpose | Samuel Tardieu | 2011-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'whitespace-cleanup' into upstream | Samuel Tardieu | 2011-10-07 | 1 | -3/+41 |
| |\ | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java | ||||
| | * | Fixed cgBase.replaceWhitespace() and additional tests | blafoo | 2011-10-07 | 1 | -8/+28 |
| | | | |||||
| | * | Merge remote branch 'upstream/master' | blafoo | 2011-10-05 | 1 | -5/+6 |
| | |\ | | | | | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java | ||||
| | * | | replaceWhitespace for JUnit tests | blafoo | 2011-10-02 | 1 | -0/+17 |
| | | | | |||||
| * | | | Fix tests after mocked caches update | Samuel Tardieu | 2011-10-06 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 1 | -3/+3 |
| |/ | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | additional test for whitespace replacement performance | bananeweizen | 2011-09-30 | 1 | -0/+80 |
