aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: remove author tags from sourceBananeweizen2013-07-281-3/+1
| | | | | | * recommended best practice for open source projects to foster community aspect * alternative of documenting each author everywhere is hard to maintain * git blame can be used more easily anyway
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-2/+1
| | | * makes it easier to compare and find duplicate code
* code cleanupBananeweizen2013-02-241-1/+1
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-3/+3
|
* no more warnings in unit testsBananeweizen2011-10-221-1/+1
| | | | * log performance results as info only * avoid some BufferedReader warnings
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-1/+1
|
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-2/+2
| | | | | | | | | | * 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...
* Merge #510bananeweizen2011-10-011-1/+1
| | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java tests/src/cgeo/geocaching/test/mock/MockedCache.java
* Pimped additional regexblafoo2011-09-251-0/+27