Michael Winkler
Michael Winkler
## Description This PR fixes the Issue https://github.com/bumptech/glide/issues/4819 NullPointerException on String.hashCode() call ## Motivation and Context Required because there are a lot of crashs.
**Description:** It looks like there is a uncatched null pointer exception in the hash code function. `com.bumptech.glide.load.engine.EngineKey.hashCode(EngineKey.java:63)` **Environment** `implementation 'com.onesignal:OneSignal:4.7.3'` **Steps to Reproduce Issue:** I can't recreate the bug since...
**Description:** Hello guys, i just want to let you know that there is a little bug inside the proguard rules file. On following line is a warning for "Unresolved class...
This PR migrates the existing project to Kotlin and Android X. It uses also the latest library updates from other depencies. #### Implementation: ``` allprojects { repositories { maven {...
First of all great library! I have 3 problems. 1. Where can I set the size of the image after the dialog is open? 2. The statusbar gets a grey...
**Description:** onSurfaceColor (background) is not equal for date and timepicker. As you can see on the pictures the background value is different on date and timepicker to each other. It...
### What happened? See Logcat details: ``` [DefaultDispatcher-worker-3] HttpClient: PATCH RECEIVED JSON: {"errors":["API rate limit exceeded"],"limit":"Subscription/User Update Per Device"} [DefaultDispatcher-worker-3] HttpClient: PATCH RECEIVED JSON: {"errors":[{"code":"user-2","title":"One or more Aliases claimed by...
### What happened? DefaultDispatcher-worker-4] HttpClient: Got Response = PATCH - STATUS: 409 - Body: {"errors":[{"code":"user-2","title":"One or more Aliases claimed by another User","meta":{"external_id":"[email protected]"}}]} ### Steps to reproduce? ```Markdown The problem: I...
### What happened? If we request any permission with the default android implementation the dialog looks like this:  Statusbar and navigationbar is here transparent. If we request the notification...
**Description:** If we place a Slider with visible Label, the label does not move up or down inside a bottom sheet dialog. **Expected behavior:** It should follow the dialog. **Source...