Joel Dean

Results 73 comments of Joel Dean

Based on my investigation this issue occurs because the clipboard content that is shown to the user as a suggestion on Gboard is actually typed in as text, and is...

@fluiddot I want to hear your thoughts on a potential solution for this issue. Thanks in advance 🙇🏾 ## Potential ideas ### Preferred solution 1. **Introduce Gboard detection logic within...

> 👋 I had a super quick look at the case where GBoard inserts the copied text as text change event (instead of Paste event) and I think we can...

@samiuelson this PR has another revision to go but I decided to put it up to get a first pass from you. I will be AFK tomorrow. I will continue...

> Nice work, @jd-alexander! Thanks Sam! > Make sure to update the FluxC version to the trunk-based artifact version after you merge FluxC changes into trunk. Good point. Just to...

> > The only thing I want to update here is the FluxC versions but it somehow pulled in some other library updates. I am going to revert them but...

Upon my investigation, I found this functionality that seems similar to what you are requesting https://github.com/woocommerce/woocommerce-android/pull/9301 I am analyzing it to see if it covers all the necessary use cases.

From a logging standpoint, we can follow iOS' implementation of sending the error data when the order list fails https://github.com/woocommerce/woocommerce-ios/issues/9084

### Investigation Based on my exploration and architectural review of the [OrderStore](https://github.com/wordpress-mobile/WordPress-FluxC-Android/blob/trunk/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCOrderStore.kt) in FluxC, I've identified a set of errors that occur specifically with individual order operations such as update,...