| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -11/+1 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | #556: avoid duplicate tags when appending our tags | Bananeweizen | 2013-04-04 | 1 | -4/+6 |
| | | |||||
| * | #556: refactor to prepare customization of twitter text | Bananeweizen | 2013-04-02 | 1 | -29/+31 |
| | | |||||
| * | refactoring of cache logging code | Bananeweizen | 2013-03-30 | 1 | -0/+6 |
| | | | | | * simplify control flow * move sanity checks into GCVote and twitter methods | ||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -7/+7 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | refactoring: minor rename of resources | Bananeweizen | 2013-02-05 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -2/+2 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 2 | -4/+4 |
| | | |||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -2/+2 |
| | | |||||
| * | fix #2328: Have a wrapper around Matcher to avoid String related memory | Bananeweizen | 2013-01-05 | 1 | -5/+5 |
| | | | | issues | ||||
| * | Fix typo introduced in the latest commit | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 |
| | | |||||
| * | Fix: do not use String#isEmpty() | Samuel Tardieu | 2012-12-19 | 1 | -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 variables | Samuel Tardieu | 2012-12-18 | 1 | -7/+7 |
| | | |||||
| * | Refactoring: use isEmpty() where appropriate | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -2/+3 |
| | | |||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -3/+1 |
| | | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+2 |
| | | | | | This was requested by SammysHP. | ||||
| * | Use httpclientandroidlib instead of plain old httpclient | Samuel Tardieu | 2012-05-23 | 2 | -4/+3 |
| | | |||||
| * | refactoring: minor cleanups | Bananeweizen | 2012-05-15 | 1 | -3/+3 |
| | | | | | | * use ellipsis * avoid String concatenation | ||||
| * | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | | | | Those methods only do GET requests. | ||||
| * | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| | * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 1 | -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 settings | Bananeweizen | 2012-04-12 | 2 | -6/+6 |
| |/ | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 2 | -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 cgBase | Bananeweizen | 2012-03-10 | 2 | -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, renaming | Bananeweizen | 2012-01-22 | 2 | -2/+2 |
| | | |||||
| * | refactoring: remove all accesses to preferences besides central Settings | Bananeweizen | 2011-12-04 | 1 | -27/+8 |
| | | | | class | ||||
| * | refactoring: move twitter stuff into separate package | Bananeweizen | 2011-12-04 | 2 | -0/+342 |
