Alex Grebenyuk
Alex Grebenyuk
- Install MediaEditor - Cleanup CocoaPods (details in the comments) – this is another small improvement in app size, down from 113.6 MB to 113.1 MB (**-0.5 MB**) - [Prepare](https://github.com/Automattic/Gravatar-SDK-iOS/pull/298)...
I made a mistake in the [previous PR](https://github.com/wordpress-mobile/WordPress-iOS/pull/23381) where I added compressed `JPBackground` pngs but completely forgot about Xcode compression – it was inflating them back to around 1.9 MBs....
I tested an [original PR](https://github.com/wordpress-mobile/WordPress-iOS/pull/23378) and there was a small issue with `WordPressKit` not being included in the `Jetpack` app. I fixed it, and also followed Tony's suggested next steps...
To test: ## Regression Notes 1. Potential unintended areas of impact 2. What I did to test those areas of impact (or what existing automated tests I relied on) 3....
The `wpxmlrpc` was another transient dependency declared in `WordPressKit.podspec` but used directly from the app. `WordPressKit` now re-export the only property from `wpxmlrpc` that was used by the app. If...
I don't think `SWIFT_PACKAGE` macro works in Objective-C headers, and that what was causing the problem. That was the only header file using it. No header – no problem. **Note:**...
It was "needed" for tests. To test: ## Regression Notes 1. Potential unintended areas of impact 2. What I did to test those areas of impact (or what existing automated...
The dependency was used in a single line: `UIDeviceHardware.platform()`, so it wasn't worth requiring it in the framework. Instead, I added it directly to the app. I tested the before/after...
This PR introduces the “post refresh” mechanism that was cut from the original scope of 24.9 to reduce the complexity. When you open a post for editing the app will...
The app has seemingly no support for the "deleted site" workflows. ## Site List On wp.com, deletes sites are displayed at the bottom. There is a way to "restore" a...