glidex icon indicating copy to clipboard operation
glidex copied to clipboard

glidex.forms is a library using Glide for faster Xamarin.Forms images on Android. Find out more about Glide at https://github.com/bumptech/glide

Results 17 glidex issues
Sort by recently updated
recently updated
newest added

Is there any way to make glidex work only on my own custom subclass? e.g. ``` public class GlideImage : Image { } ``` and leave all my Image as...

Hi @jonathanpeppers , Any idea if Glide.Xamarin will work on MAUI ? Checking out my dependencies I am a little bit worried about this and FFImageLoading. Does not look like...

Hey, As in the title images sometimes don't load, sometimes they do... This is what I'm getting: ``` 09-29 13:11:56.816 D/glidex (28232): Loading `Gradient5.png` as an Android resource 09-29 13:11:56.881...

good first issue
need-info

The Image does not appear when `HorizontalOptions = LayoutOptions.CenterAndExpand` Reproduction Sample: https://github.com/brminnick/GlideX_HorizontalOptions_Repro

bug
question

Hi, I get this in my application (Android project of a Xamarin.Forms solution) output `[glidex] IImageViewHandler of type `Android.Glide.ImageViewHandler`, instance created. [glidex] IImageViewHandler of type `Android.Glide.ImageViewHandler`, `LoadImageAsync` called. [Glide] Failed...

bug
need-info

Native Xamarin.Forms allows UriImageSource.Uri to be null - it behaves same as when ImageSource is null. With Glidex.Forms, however, it fails in [GlideExtensions.LoadViaGlide](https://github.com/jonathanpeppers/glidex/blob/master/glidex.forms/GlideExtensions.cs#L21) method.

need-info

Once I enable Glidex, my logo disappears in the `Shell.FlyoutHeaderTemplate` ``` ``` The logo is a "Logo.png" file located in the `Drawings` folder of the Android project. All other images...

help wanted
good first issue

Steps to reproduce: 1. Open Visual Studio 2. Create new Proyect "Mobile App (Xamarin.Forms) 3. Select Flyout template 4. Right click on android project to select Properties 5. Select Android...

bug

Hi, I have some thumbnail images in my application that are shown in a list item template. The user is able to select the list item to open a popup...

bug

Hi @jonathanpeppers . Excellent work, as always... I have a problem with FFImageLoading and Android devices luberda-molinet/FFImageLoading#1496 https://forums.xamarin.com/discussion/185515/ffimageloading-cacheimage-and-proxy Do "glidex" have the possibility to download images through a proxy? Alessandro

question