Rupinderjeet Singh Hans

Results 9 issues of Rupinderjeet Singh Hans

Can this functionality be introduced to retain previous keys? I don't know how this works, or even if it is possible. For e.g. It might look like this. 1. I...

### Describe the bug - Library version: 1.8.0 - Reproducible in official demo app: Yes - Device / Android version: *Pixel 3, API 29* I am using ZoomLayout to show...

is:enhancement
is:discussion

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** I would like `BetterPlayerDataSource` class to optionally receive a `dynamic` variable `tag`. The library...

enhancement
new issue

If I set a source like this, cropView.setImageResource(R.drawable.ic_launcher) And, set crop portion like this, cropView.setAspectRatio(1, 1) And, then, get crop-info like this, cropView.getCropInfo() It crashes with `Bitmap` can't be cast...

Hello guys, I am facing following issue on Crashlytics: ``` Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: "/data/app/com.appname-YdmUBN5mOxqqlPQtPxO8sA==/lib/arm64/libpruneau.so" has bad ELF magic: 00000000 ``` I use `splits { abiFilters { } }`...

### Feature proposal AudioHandler, already, has following two functions: * `removeQueueItem(MediaItem)` * `removeQueueItemAt(int)` I want to request following function to be added to this: * `removeQueueRange(int, int)` I know a...

``` // Instantiate a SessionBuilder for a remote recipientId + deviceId tuple. SessionBuilder sessionBuilder = new SessionBuilder(sessionStore, preKeyStore, signedPreKeyStore, identityStore, recipientId, deviceId); ``` This is no longer valid. The new...