aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/twitter
Commit message (Collapse)AuthorAgeFilesLines
* #2684: use view injection libraryBananeweizen2013-05-011-11/+1
| | | | * If you have compile errors after pulling, please consult the issue on github.
* #556: avoid duplicate tags when appending our tagsBananeweizen2013-04-041-4/+6
|
* #556: refactor to prepare customization of twitter textBananeweizen2013-04-021-29/+31
|
* refactoring of cache logging codeBananeweizen2013-03-301-0/+6
| | | | * simplify control flow * move sanity checks into GCVote and twitter methods
* code cleanupBananeweizen2013-02-241-7/+7
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* refactoring: minor rename of resourcesBananeweizen2013-02-051-1/+1
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* refactoring: use exception object in logggingBananeweizen2013-01-122-4/+4
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-2/+2
|
* fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-051-5/+5
| | | issues
* Fix typo introduced in the latest commitSamuel Tardieu2012-12-191-1/+1
|
* Fix: do not use String#isEmpty()Samuel Tardieu2012-12-191-1/+1
| | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead.
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-7/+7
|
* Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-181-1/+1
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-2/+3
|
* fix #1893: remove go4cacheBananeweizen2012-08-261-3/+1
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+2
| | | | This was requested by SammysHP.
* Use httpclientandroidlib instead of plain old httpclientSamuel Tardieu2012-05-232-4/+3
|
* refactoring: minor cleanupsBananeweizen2012-05-151-3/+3
| | | | | * use ellipsis * avoid String concatenation
* 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