| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* 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
|
| |
|
| |
* makes it easier to compare and find duplicate code
|
| |
|
|
|
|
| |
* rename several lower case classes
* more strict visibility modifiers
* Lint warnings
* style warnings
|
| | |
|
| |
|
|
| |
* log performance results as info only
* avoid some BufferedReader warnings
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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...
|
| |
|
|
|
|
| |
Conflicts:
main/src/cgeo/geocaching/cgBase.java
tests/src/cgeo/geocaching/test/mock/MockedCache.java
|
| |
|