| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: use null URL in UnknownConnector | Bananeweizen | 2015-01-27 | 1 | -1/+1 |
| | | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+0 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -1/+1 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | fix #3942: log template USER must depend on cache website | Bananeweizen | 2014-06-03 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 1 | -2/+2 |
| |\ | | | | | Internal webview | ||||
| | * | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵ | Arne Schwabe | 2014-05-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f. | ||||
| * | | fix #3923: signature template not resolved recursively | Bananeweizen | 2014-05-30 | 1 | -19/+34 |
| | | | |||||
| * | | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 1 | -0/+6 |
| |/ | |||||
| * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -2/+2 |
| | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 1 | -4/+0 |
| | | |||||
| * | fix #3378: Placeholder [LOG] not working for TB tweets | Bananeweizen | 2013-10-26 | 1 | -1/+2 |
| | | |||||
| * | fix #3368: New placeholer [LOG] for twitter template | Bananeweizen | 2013-10-19 | 1 | -4/+21 |
| | | |||||
| * | fix #3365: Twitter placeholder not working | Bananeweizen | 2013-10-19 | 1 | -0/+29 |
| | | |||||
| * | fix #2994: have [NUMBER] template respect cache source | Bananeweizen | 2013-07-17 | 1 | -23/+18 |
| | | |||||
| * | refactoring: cleanup | Bananeweizen | 2013-07-17 | 1 | -26/+37 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -1/+1 |
| | | |||||
| * | 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 |
