Carlos Garcia
Carlos Garcia
## What? Bump Aztec library version to the latest version (`1.6.3`). ## Why? This PR is a follow-up of https://github.com/WordPress/gutenberg/pull/47604 in order to update Android `minSdkVersion` to 24. The [`minSdkVersion`...
I noticed that if URLs passed to `MediaViewFragment` contain query parameters, it doesn't calculate properly the media type (i.e. if it's an image, a video, or an audio file). This...
**Related PRs:** * https://github.com/wordpress-mobile/gutenberg-mobile/pull/6654 This PR is only for testing purposes. It's a test branch of https://github.com/wordpress-mobile/gutenberg-mobile/pull/6655 that [includes forcing JavaScript exceptions](https://github.com/WordPress/gutenberg/commit/80089845cab3cba284e002f862e4a6fac1e24e20). **To test:** Follow testing instructions from https://github.com/wordpress-mobile/gutenberg-mobile/pull/6654. ##...
**Related PRs:** * https://github.com/WordPress/gutenberg/pull/59221 * https://github.com/wordpress-mobile/gutenberg-mobile/pull/6655 * https://github.com/Automattic/Automattic-Tracks-iOS/pull/278 Fixes # To test: ## Regression Notes 1. Potential unintended areas of impact 2. What I did to test those areas of...
**Related PRs:** * https://github.com/wordpress-mobile/gutenberg-mobile/pull/6655 ## What? ## Why? ## How? ## Testing Instructions ### Testing Instructions for Keyboard ## Screenshots or screencast
**Internal ref:** pcdRpT-5rI-p2#comment-9518 **To test:** - Observe that the XCFramework artifact is generated properly. - Follow testing instructions from WP-iOS PR. PR submission checklist: - [ ] I have considered...
### How to reproduce it 🔍 Under investigation... This issue seems to have originated from multiple sources: ✅ Source 1 * Solved in WordPress/gutenberg/pull/56684 * block-editor/src/components/rich-text/native/get-format-colors.native.js ### Symbolicated stack trace...
**Sentry Issue:** [JETPACK-ANDROID-HRK](https://a8c.sentry.io/issues/4929408279/?referrer=github_integration) **Symbolicated stack trace:** ``` gutenberg/node_modules/react-native/Libraries/Pressability/Pressability.js:758:_performTransitionSideEffects gutenberg/node_modules/react-native/Libraries/Pressability/Pressability.js:695:_receiveSignal gutenberg/node_modules/react-native/Libraries/Pressability/Pressability.js:525:responderEventHandlers.onResponderRelease gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:22:invokeGuardedCallbackImpl gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:40:invokeGuardedCallback gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:53:invokeGuardedCallbackAndCatchFirstError gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:73:executeDispatch gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:1125:executeDispatchesAndReleaseTopLevel gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:361:forEachAccumulated gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:1160:batchedUpdates$argument_0 gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:8457:batchedUpdatesImpl gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:1106:batchedUpdates gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:1137:_receiveRootNodeIDEvent gutenberg/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js:1209:ReactNativePrivateInterface.RCTEventEmitter.register$argument_0.receiveTouches gutenberg/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:427:__callFunction gutenberg/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:113:__guard$argument_0 gutenberg/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:368:__guard gutenberg/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:112:callFunctionReturnFlushedQueue ``` Raw stack trace ⤵️...
**Describe the bug** While testing the writing flow, specifically the test case ["Splitting and merging - TC002 - Merge after selection"](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/writing-flow/splitting-merging.md#tc002), I spotted that selecting and deleting the first word,...
**Similar issue:** https://github.com/WordPress/gutenberg/issues/55386 **Describe the bug** When saving a post, both when closing the editor and tapping on the _Update_ button, it makes the app freeze for several seconds until...