Steve Soltys

Results 24 comments of Steve Soltys

I was able to solve my particular case with the `CollectionWidget`. However, I will leave the issue open because I believe (?) it still applies. Side question: Will the `CollectionWidget`...

Thanks for the reply @Alex009. 1. I am using one row in horizontal direction, so should be fine here. 2. Good to know. Just showing images for now. So I...

Yeah, I think if we use [YYImage](https://github.com/ibireme/YYImage) it should be very easy to add basic GIF support. I believe the only dependency is moko-resources supporting GIF images.

@Alex009 Yeah, I think we agree. I'm only saying that `moko-resources` should support packaging GIF images inside the `images` resources folder (I believe it only works for JPG and PNG...

Hey! I'm thinking this is what you may be looking for: https://github.com/aosp-mirror/platform_packages_apps_settings/blob/master/src/com/android/settings/backup/BackupSettingsHelper.java#L216 Untested, but looks right to me. Let me know if changing that works for you. If it's not...

Will close this for now, if you find a good solution I can add it to the documentation so those interested can consider applying the patch. Thanks for bringing this...

I'll re-open this in case anyone else is having this issue and wants to contribute. It sounds to me like the backup transport is not set for that user. However,...