Results 54 comments of Maxime Biais

FYI, I changed the "Poll interval (ms)" option from the default 500ms to 2500ms, that interferes with the auto pause detection (pause/unpause every 10 seconds). I'll try again later with...

Note: I can reproduce this issue with the volley `HurlStack`. After some time spent debugging Volley, I've found the underlying issue is actually: ``` java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset...

> I guess this means that the error is happening during the wp.uploadFile part of the test, and not the wp.getMediaLibrary part - is that right? Nope, I can repro...

> The easy solution is to change the MIME type to application/xml instead of text/xml. I tested this on the Wordpress app and sure enough, it accepted the password with...

> Just make a test user that has a '%' in their password. I tried that, but it's working fine on my test sites (without any change in the app).

TBH, I'm not sure we should implement this in wpandroid. Do we have an idea of future Calypso design for comments? It might be useful to have in the API...

I agree we should rename `UPLOADED_MEDIA` to `PUSH_MEDIA`. I'm not sure about the prefixes, I don't think they are worth the added verbosity and not super obvious in usage: `mDispatcher.dispatch(SiteActionBuilder.newNaNsFetchConnectSiteInfoAction(url))`

This is a bigger project (but related to this), we should replace `Gson` by a more flexible alternative.

@jitpack-io We found a git flag that makes the cloning process faster (and takes less bandwith): `--shallow-submodules`, is this something you could add on your side? The test we did....

Paymium module needs to be updated. Actually most of the market modules need an update. Bitstamp, Kraken, Bitflyer seems to work fine though: ``` $ python3 -m arbitrage -m Bitstamp,Kraken,Bitflyer...