-
I have the following error:
```
System.OverflowException: Value was either too large or too small for an unsigned byte.
at System.Number.ThrowOverflowException(TypeCode type)
at System.Conve…
-
## Environment
- Android OS version: 14
- Devices affected: Pixel 5
- Maps SDK Version: 11.4.0
## Observed behavior and steps to reproduce
Mapbox doesn't seem to honor the `autoMirrored` …
m3-ra updated
1 month ago
-
I already use Universal Image Loader to pull down a drawable. Is there any way to integrate the existing drawable?
-
**Glide Version**: 4.11.0
**Device/Android Version**: Pixel 3a Emulator (Android Q) / Umidigi One Max (Android 9)
**Issue details / Repro steps / Use case background**:
I have an ImageView wit…
-
# Bug Report
## Problem
In master version the icon of the app is not showing.
### What is expected to happen?
Icon of app not showing (shows cordova default icon)
### What does actually…
-
Great library, thanks!
I've been scouring the code trying to find out what id/drawable is used to draw the circle behind the selected date but I can't seem to find it anywhere. **Do you know what vi…
-
### What problem are you facing?
When setting up push notifications for android following the expo docs [here](https://www.braze.com/docs/developer_guide/platform_integration_guides/react_native/push…
-
This problem does not appear when I use a regular selection. It started when I introduced my custom selection drawable (which is basically a circle shape with gradient).
The bug appears when I scro…
-
My app is mainly work with Canvas and I would like to draw Rive on it and use Canvas's matrix feature. How can I do it?
Does Rive have any implementation of android Drawable like Lottie? With Drawabl…
-
Hello,
I'm making a function that deletes images that are 5 days old through `File.getLastModified()`
The way I'm loading an image is this one
```
Glide.with(getContext())
/**
…