aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/go4cache
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-4/+4
|
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-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 cgBaseBananeweizen2012-03-101-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, renamingBananeweizen2012-01-221-1/+1
|
* fix #820: Go4cache popup needs improvementBananeweizen2011-12-171-3/+3
|
* refactoring: more Findbugs cleanupsbananeweizen2011-12-011-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 issuesBananeweizen2011-11-201-17/+12
|
* refactoring: cgBase no longer instantiatedBananeweizen2011-11-191-4/+2
|
* have Go4Cache localized, show also age of information, fixes #782Bananeweizen2011-11-132-14/+28
|
* refactor Go4Cache codeBananeweizen2011-11-122-0/+274
* renamed * encapsulated all fields * cached display strings from regex for better performance