aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/twitter
Commit message (Collapse)AuthorAgeFilesLines
* 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-122-6/+6
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-312-2/+2
| | | | | | | | 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-102-5/+46
| | | | | | | * 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-222-2/+2
|
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-27/+8
| | | class
* refactoring: move twitter stuff into separate packageBananeweizen2011-12-042-0/+342