Michael Standen

Results 69 comments of Michael Standen

This project has been sitting around for a while, but I've made a couple updates and seen more installs than I was expecting. A great deal of this has been...

@ASVS-Kartheek Yes please!

@sumanthrao Yes please! Directions are at the [contributing](https://github.com/ScreamingHawk/android-slideshow/blob/master/CONTRIBUTING.md) page

Hi all, I've added another setting that can be translated at your leisure. Thanks again for any help you provide with this. Cheers, Michael

I'm always happy to accept pull requests @JekRock :) Feel free

Wow that's really cool. Would this break normal use? I imagine it enables the app to be selected as a launcher when selecting launchers, but does it default to acting...

@eighthave I'd happily accept a pull request for this if you know how

Hi @ekorn What version of Phone Saver are you running? There is an `Enable Location Select` that's been released lately. Could you give that a go and see if that...

The `Enable Location Select` uses a native Android document selector which I have limited control over. It's a bit of a double edged sword unfortunately. The native implementation is great...

Optimised: ```java @Override protected Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeight) { Log.d(TAG, String.format("Height: %d Width: %d", toTransform.getHeight(), toTransform.getWidth())); boolean largerHeight = outHeight > outWidth; if ((largerHeight &&...