| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring of cache logging code | Bananeweizen | 2013-03-30 | 1 | -2/+5 |
| | | | | | * simplify control flow * move sanity checks into GCVote and twitter methods | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -5/+5 |
| | | |||||
| * | Refactoring: simplify code | Samuel Tardieu | 2013-01-23 | 1 | -22/+8 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -2/+2 |
| | | |||||
| * | fix #2328: Have a wrapper around Matcher to avoid String related memory | Bananeweizen | 2013-01-05 | 1 | -7/+7 |
| | | | | issues | ||||
| * | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -2/+1 |
| | | |||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | Refactoring: make it clearer that the first value is returned | Samuel Tardieu | 2012-04-22 | 1 | -6/+4 |
| | | |||||
| * | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 1 | -2/+2 |
| | | | | | Those methods only do GET requests. | ||||
| * | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 1 | -2/+2 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| | * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | 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 settings | Bananeweizen | 2012-04-12 | 1 | -7/+7 |
| |/ | |||||
| * | Merge remote-tracking branch 'teschi/issue#1304' | Bananeweizen | 2012-04-08 | 1 | -3/+2 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | renamed LeastRecentlyUsedCache to LeastRecentlyUsedMap | teschi | 2012-04-03 | 1 | -2/+2 |
| |/ | |||||
| * | 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 | -3/+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: cleanups | Bananeweizen | 2012-03-04 | 1 | -6/+10 |
| | | | | | * remove unused resources * fix some comments, layout, logging and other stuff | ||||
| * | performance refactorings | Bananeweizen | 2012-03-04 | 1 | -0/+34 |
| | | | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation | ||||
| * | refactoring: moved some classes to packages, renaming | Bananeweizen | 2012-01-22 | 1 | -1/+1 |
| | | |||||
| * | refactoring: move and rename LeastRecentlyUsedCache to avoid confusion | Bananeweizen | 2012-01-14 | 1 | -2/+2 |
| | | |||||
| * | new base class cache | blafoo | 2012-01-14 | 1 | -11/+3 |
| | | |||||
| * | change implementation of #939: hard limit for cached ratings | Bananeweizen | 2012-01-12 | 1 | -2/+12 |
| | | |||||
| * | Cache for ratings. Avoids double requests. Fixes #939 | blafoo | 2012-01-08 | 1 | -0/+30 |
| | | |||||
| * | fix: avoid NPE in GC voting | Bananeweizen | 2011-12-06 | 2 | -4/+4 |
| | | |||||
| * | Prevent null check warnings | Samuel Tardieu | 2011-11-16 | 1 | -2/+1 |
| | | | | | | | | | | The use of CollectionsUtils.isNotEmpty() is not detected as meaning that the checked value is not null. Those calls have been inlined. Also, at some other places, we know that a value cannot be null but the compiler has no means to check it by itself because this information is not conveyed in the method signatures. | ||||
| * | refactor GCVote ratings, move into own package | Bananeweizen | 2011-11-15 | 2 | -0/+220 |
