MediaPicker-Android icon indicating copy to clipboard operation
MediaPicker-Android copied to clipboard

MediaPicker is an Android Fragment that allows capture and selection of media assets from a variety of sources.

Results 9 MediaPicker-Android issues
Sort by recently updated
recently updated
newest added
trafficstars

Android Studio 1.1+ and gradle plugin 1.1.0+ allows for native unit testing.

tools

Images located on SD cards are not currently being imported. ([reference](https://github.com/wordpress-mobile/WordPress-Android/issues/2548))

enhancement

``` java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:300) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355) at java.util.concurrent.FutureTask.setException(FutureTask.java:222) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:841) Caused by: java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeStream(BitmapFactory.java) at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:709) at...

bug

I was testing out WPAndroid on my Nexus 10, and when attempting to pick media on it, the device begins vibrating every few seconds, then eventually hangs forever and I...

bug

One user reported using folders to help speed up the media selection process. Seems like a useful feature and it would help those who use the media library more than...

enhancement

While testing [#2499](https://github.com/wordpress-mobile/WordPress-Android/pull/2499) I noticed a lot of flickering/refreshing in the media picker's "Site Images" tab, and I believe it's caused by the listener calling `notifyDataSetChanged()` every time a media...

enhancement

The current resources don't have any definitions for non-default layouts. So tablets end up with two rows by default. Since the height of the cells is static the images are...

enhancement

This entails restoring selected items.

enhancement

As implemented there are major performance concerns when capturing content. When it can be demonstrated to work without hindering the UX the sample project should showcase it.

enhancement