Alex
Alex
### Expected behavior Loading the list of categories under Site Settings for sites with a large number of categories should correctly list them. ### Actual behavior  It looks like...
On occasion, FluxC builds fails with an error message like this: ``` e: private final XMLRPC mMethod; e: ^ e: symbol: class XMLRPC e: location: class XMLRPCRequest e: /../WordPress-FluxC-Android/fluxc/src/main/java/org/wordpress/android/fluxc/network/xmlrpc/XMLRPCRequest.java:42: error:...
486c1eb in #1087 commented out a few Automated Transfer tests that were failing due to a server-side issue. This issue is to track restoring the tests once the server-side patch...
Extend the Jetpack tunnel to support wrapped calls with the `OPTIONS` method to the WP API via Jetpack.
This warning is occasionally showing up in the logs: > W/OkHttpClient: A connection to https://public-api.wordpress.com/ was leaked. Did you forget to close a response body? We should look into the...
The `@Singleton` annotation rules for store and client classes is generating false positives on Windows - a previous attempt to address this was made in #723 but didn't work out.
When we fetch lists of models, we clean out any remote, unchanged models and re-add them to the database. This causes their local IDs can change, which can cause some...
Identify `ConnectException` and `UnknownHostException`s in `BaseRequest` and report them as a distinct error (not `UNKNOWN`) - and float them up to `OnChanged` events (instead of reporting as `GENERIC_ERROR`). We can...
This has come up before, most recently as a possible fix for https://github.com/wordpress-mobile/WordPress-FluxC-Android/issues/433 (option 4). We went with option 5 (manual check in `SiteSqlUtils`: https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/438) - but this check could...
https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/474 introduced `FETCH_WPCOM_SITE_BY_URL`, a signed-out action that fetches a WP.com site by its URL. The underlying network call is the same as the existing `IS_WPCOM_URL`, though the result for one...