Stefanos Togoulidis
Stefanos Togoulidis
Originally [mentioned in Koke's comment here](https://github.com/wordpress-mobile/gutenberg-mobile/issues/479#issuecomment-512700550), we could use the API to fetch friendlier block names to use in the "Unsupported block" cases, making the block more identifiable. Since this...
Promoting it to a ticket, @malinajirka [has found evidence of memory leaks](https://github.com/wordpress-mobile/gutenberg-mobile/issues/2200#issuecomment-606444138) (see [next comment](https://github.com/wordpress-mobile/gutenberg-mobile/issues/2200#issuecomment-606547504) as well) on WPAndroid related to the block editor and it'd be best to tackle...
Drag-and-drop of images recently landed on `develop` in WordPress-Android (see https://github.com/wordpress-mobile/WordPress-Android/pull/4397) but with the intentional omission of not supporting URLs to images. The rationale of the omission was that it...
Adds HTTP MultiPart Post support to `RestRequest` in order to be able to post/upload files to endpoints. This enhances `RestRequest`, keeping its oAuth2 flow as well. Changes: - Enhance `RestRequest`...