aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/ec
Commit message (Collapse)AuthorAgeFilesLines
* fastdateformat is broken, remove itBananeweizen2014-01-191-2/+3
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-112-2/+0
|
* fix #3173: open specific connector preferences on missing loginBananeweizen2014-01-111-1/+1
|
* refactoring: cache singletonsSamuel Tardieu2013-12-313-15/+19
|
* fixes #3465 Find count not updated after log submission; also fixes broken ↵rel00p2013-12-311-0/+4
| | | | logging for EC after changed login method
* fix #3493: search by geocode for EC is case sensitiveBananeweizen2013-12-301-3/+3
|
* fix #3480: quasi-systematic concurrent loginsSamuel Tardieu2013-12-281-4/+0
| | | | | | | | | | The login procedure was initiated in both `onCreate()` and `onResume()`. It has been limited to `onResume()` and refactored as to not manipulate a global variable. Also, the previous code prevented cgeo from retrying a failed login to one of the cache providers if another had succeeded, as every provider cleared `setLogin()` in case of success. This has been fixed as well.
* Merge remote-tracking branch 'rel00p/newlogin'Bananeweizen2013-12-283-79/+58
|\ | | | | | | * moved common api request parameters into the central apiRequest method * added return to retry
| * reworked EC loginrel00p2013-12-273-75/+50
| |
* | refactoring: remove redundant testSamuel Tardieu2013-12-281-3/+1
|/
* fix findbugs issueMichael Keppler2013-12-251-1/+2
| | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there
* refactoring: remove duplicated codeBananeweizen2013-12-182-5/+16
|
* refactoring: generalize GCConnector capabilities implementationBananeweizen2013-12-181-1/+2
|
* fix findbugs issuesBananeweizen2013-12-171-1/+3
|
* new: search by keyword for OX connectorBananeweizen2013-12-171-3/+4
|
* new: have OpenCaching.com as normal connectorBananeweizen2013-12-161-3/+3
| | | | | * now with bounding box search for live map * fixed search by center * added setting to enable/disable connector
* refactoring: remove duplication in logging managerBananeweizen2013-12-161-13/+2
|
* refactoring: remove duplication in login classesBananeweizen2013-12-163-65/+23
| | | * convert from static to singletons
* integrate extremcaching.comBananeweizen2013-12-161-4/+2
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* implemented suggestions from reviewrel00p2013-12-166-48/+30
|
* extremcaching connector added logging capabillityrel00p2013-12-163-1/+141
|
* extremcaching connector license textrel00p2013-12-161-0/+6
|
* extremcaching connector initial versionrel00p2013-12-165-0/+568