| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -6/+6 |
| | | |||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -5/+5 |
| | | |||||
| * | fix #2013: Template for cache owner | Bananeweizen | 2012-09-01 | 1 | -60/+117 |
| | | |||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -4/+4 |
| | | |||||
| * | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| |/ | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -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 fixes | Bananeweizen | 2012-03-18 | 1 | -1/+8 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -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 to | Bananeweizen | 2012-03-04 | 1 | -1/+1 |
| | | |||||
| * | Another change to the regex | Torsten Keil | 2012-02-23 | 1 | -1/+1 |
| | | |||||
| * | Improved pattern to respect dot as thousands separator too | Torsten Keil | 2012-02-22 | 1 | -1/+1 |
| | | |||||
| * | Replaced parsing for find count by usage of defined pattern | Torsten Keil | 2012-02-22 | 1 | -29/+2 |
| | | |||||
| * | optimization: use available find count in log templates | Bananeweizen | 2012-02-18 | 1 | -5/+8 |
| | | |||||
| * | refactoring: moved some classes to packages, renaming | Bananeweizen | 2012-01-22 | 1 | -0/+156 |
