aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/LogTemplateProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: use null URL in UnknownConnectorBananeweizen2015-01-271-1/+1
|
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+0
|
* switch to Java 1.7Bananeweizen2014-07-171-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 websiteBananeweizen2014-06-031-0/+7
|
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-311-2/+2
|\ | | | | Internal webview
| * Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-2/+2
| | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* | fix #3923: signature template not resolved recursivelyBananeweizen2014-05-301-19/+34
| |
* | #3903: send button in actionbar, signature as templateBananeweizen2014-05-281-0/+6
|/
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-2/+2
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* refactoring: remove unused codeBananeweizen2014-01-111-4/+0
|
* fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-261-1/+2
|
* fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-191-4/+21
|
* fix #3365: Twitter placeholder not workingBananeweizen2013-10-191-0/+29
|
* fix #2994: have [NUMBER] template respect cache sourceBananeweizen2013-07-171-23/+18
|
* refactoring: cleanupBananeweizen2013-07-171-26/+37
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-1/+1
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-6/+6
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-5/+5
|
* fix #2013: Template for cache ownerBananeweizen2012-09-011-60/+117
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-4/+4
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
|
* 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-121-1/+1
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-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 fixesBananeweizen2012-03-181-1/+8
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-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 toBananeweizen2012-03-041-1/+1
|
* Another change to the regexTorsten Keil2012-02-231-1/+1
|
* Improved pattern to respect dot as thousands separator tooTorsten Keil2012-02-221-1/+1
|
* Replaced parsing for find count by usage of defined patternTorsten Keil2012-02-221-29/+2
|
* optimization: use available find count in log templatesBananeweizen2012-02-181-5/+8
|
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-0/+156