android-slideshow icon indicating copy to clipboard operation
android-slideshow copied to clipboard

A simple slideshow application for your mobile.

Results 29 android-slideshow issues
Sort by recently updated
recently updated
newest added

Great app :-) One feature request, sometimes I upload images in a zip archive. It would be good to start the slideshow directly from the zip, without unpacking. Similar concept...

enhancement

Slideshow is at a stable point in development and I don't expect to see many/any changes to the strings.xml for a while. Would be nice is some bilingual people could...

help wanted
good first issue

Some users are seeing this error: `Input dispatching timed out` When clicked, offload the loading to a background thread: ``` Thread t = new Thread(){ public void run(){ your_stuff(); }...

bug
help wanted

It seems to me that AUTO_ROTATE_DIMEN only works if device in portrait mode. My understanding would be, that when this option is selected, the image always fills the maximum amount...

bug

When paused it would be cool if the images could be zoomed using two finger action

enhancement
help wanted

Currently the slideshow app uses a fit to screen scaling mode. Would be good to allow the user to select between: * Fit to Screen * Fill Screen * Original...

enhancement
help wanted

I think it would be awesome if the App could play .webm files.

enhancement
help wanted

Add animations to slideshow. * Slide * Cross fade * Flip * Blur etc Happy for this to be a Glide only setting. Should be configurable and off by default

enhancement
help wanted

My use case is a digital photoframe. (Similar to apps like dayframe of fotoo.) It would be nice to be able to select multiple folders.

enhancement

``` java.lang.IllegalArgumentException: at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed (RequestManagerRetriever.java:134) at com.bumptech.glide.manager.RequestManagerRetriever.get (RequestManagerRetriever.java:102) at com.bumptech.glide.manager.RequestManagerRetriever.get (RequestManagerRetriever.java:87) at com.bumptech.glide.Glide.with (Glide.java:657) at link.standen.michael.slideshow.strategy.image.GlideImageStrategy.preload (GlideImageStrategy.java:42) at link.standen.michael.slideshow.ImageActivity.loadImage (ImageActivity.java:501) ``` ``` java.lang.IllegalArgumentException: at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed (RequestManagerRetriever.java:134) at com.bumptech.glide.manager.RequestManagerRetriever.get (RequestManagerRetriever.java:102) at...

bug
help wanted