aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/LogTemplateProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-6/+6
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-5/+5
|
* fix #2013: Template for cache ownerBananeweizen2012-09-011-60/+117
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-4/+4
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
|
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-1/+1
| | | | Those methods only do GET requests.
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-1/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-1/+1
| | | | | | | | | | Whatever code requests its presence is probably wrong, as Content-Type describes the type of the body, which is non-existent for a GET request.
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-121-1/+1
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+0
| | | | | | | | 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.
* static code analysis and other fixesBananeweizen2012-03-181-1/+8
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-2/+4
| | | | | | | * 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: move constants and classes to the packages they belong toBananeweizen2012-03-041-1/+1
|
* Another change to the regexTorsten Keil2012-02-231-1/+1
|
* Improved pattern to respect dot as thousands separator tooTorsten Keil2012-02-221-1/+1
|
* Replaced parsing for find count by usage of defined patternTorsten Keil2012-02-221-29/+2
|
* optimization: use available find count in log templatesBananeweizen2012-02-181-5/+8
|
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-0/+156