Alex

Results 44 issues of 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 ![device-2021-03-16-105740](https://user-images.githubusercontent.com/9613966/111244702-c1ab6500-8646-11eb-9922-fef04f819a47.png) It looks like...

[Type] Bug
[Pri] Low
Site Management
Tag/Category Management

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:...

[Type] bug

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...

[Store] Site

Extend the Jetpack tunnel to support wrapped calls with the `OPTIONS` method to the WP API via Jetpack.

Core

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...

Core

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...

Error Management

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...

[Type] enhancement
[Store] Site
[Store] Account

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...

[Store] Site