android-slideshow
android-slideshow copied to clipboard
A simple slideshow application for your mobile.
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...
Translations
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...
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(); }...
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...
When paused it would be cool if the images could be zoomed using two finger action
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...
I think it would be awesome if the App could play .webm files.
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
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.
``` 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...