Annmarie
Annmarie
@SiobhyB - There was a major refactor to this part of the code in release 24.6. PR #19869 may have resolved this issue. Going to monitor the release. 🤞
@AliSoftware - Not sure I captured all the details that I need to capture. Can you help out if I missed anything. Thanks
So without having a degree in Sentry, I was not able to unmerge the issues. I did attach the sentry query above that shows the events for both issues. I...
TLDR; The Android app doesn't support reblog deep links. Intercepted deep link format: `https://wordpress.com/post/225903215?url=http%3A%2F%2Fthestoryreadingapeblog.com%2F2023%2F08%2F03%2Fstyle-guides-essential-writing-resources-for-professionals-by-melissa-donovan%2F&is_post_share=true` After investigation, it has become evident that the Android app currently lacks support for reblog deep...
@thomashorta - Exactly. In the java class only the first use of `autoCreateLinks` was checking for nulls before usage, the second use of the method was not. I am raising...
Investigation Notes - This crash seemed to take off when the `sync_publishing` feature flag was switched to 100%. It has since been switched back to `isAutomattician` and `1%`. The team...
🫤 I am unable to reproduce the issue with these steps, but it's a new direction to go in. Thanks.
During Hack Week, I investigated an issue and found some interesting results. When a device's date is set to the future, the app consistently encounters the following Volley error on...
Update: Following a chat with @AjeshRPai, he proposed an alternative approach: rather than validating the date against an NTP server, we could ensure that the device's date and time are...
I didn't get a chance to address this during hackweek, and I'm uncertain when I'll have the time to do so, so I'm sharing a few notes. In the context...