Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -4/+4 |
| | |||||
* | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
* | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -2/+3 |
| | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
* | refactoring: moved some classes to packages, renaming | Bananeweizen | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | fix #820: Go4cache popup needs improvement | Bananeweizen | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | refactoring: more Findbugs cleanups | bananeweizen | 2011-12-01 | 1 | -1/+1 |
| | | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release. | ||||
* | refactoring: more FindBugs issues | Bananeweizen | 2011-11-20 | 1 | -17/+12 |
| | |||||
* | refactoring: cgBase no longer instantiated | Bananeweizen | 2011-11-19 | 1 | -4/+2 |
| | |||||
* | have Go4Cache localized, show also age of information, fixes #782 | Bananeweizen | 2011-11-13 | 2 | -14/+28 |
| | |||||
* | refactor Go4Cache code | Bananeweizen | 2011-11-12 | 2 | -0/+274 |
* renamed * encapsulated all fields * cached display strings from regex for better performance |