WordPress-Editor-Android icon indicating copy to clipboard operation
WordPress-Editor-Android copied to clipboard

Integrate or create an image picker to allow multiple image selection and upload

Open bummytime opened this issue 10 years ago • 1 comments

Original issue: https://github.com/wordpress-mobile/WordPress-Android/issues/1628

We can't import multiple images from the device to the app (the only way is to use the "share via WordPress" feature). We should create an image picker/browser that allow multiple image import and make it available from media manager and new post views.

Rethink the app flow to allow gallery creation after multiple image import.

bummytime avatar Apr 04 '15 20:04 bummytime

We now have a media picker, but it needs some work to replace the old picker completely. IMO, we should drop the media picker and use the ACTION_PICK intent with EXTRA_ALLOW_MULTIPLE that will invoke the native Android picker - only works on API level > 18 (sorry for other users).

maxme avatar Feb 04 '16 14:02 maxme