wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Support drag-and-dropping web URLs of images #441

Open hypest opened 8 years ago

hypest commented 8 years ago

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 is inefficient to verify that the URL does point to an image.

It would be nice to add that functionality though and so, following @aforcier 's suggestion, I'm opening this ticket so we can revisit.