ar-g

Results 14 issues of ar-g

When we combine RoundedCorners and CenterCrop transformations with thumbnail it causes jumping corners. ```kotlin glide .load(content.image?.path()) .thumbnail(0.5f) .transforms(centerCrop, roundedCorners) .override(imageView.measuredWidth, imageView.measuredHeight) .placeholder(cameraPlaceholder) .error(cameraPlaceholder) .diskCacheStrategy(DiskCacheStrategy.RESOURCE) .into(imageView) ``` Without thumbnail everything works...

### OkDownload Version v1.0.7 ### Problem Describe I was trying to download this video `https://yourtourservice.azurewebsites.net/api/video/4ab09c31-27cd-44da-9d2f-08d7ca9a2d38?maxWidth=1920` by pasting the link into `sample-app` in `SingleActivity` it finishes with `status=COMPLETED` but doesn't save...

I have a situation when user switch fragments 1. A -> B which contains nested fragment C 2. user goes back from fragment B -> A, but C presenter retained...

bug
question
Hacktoberfest

When using your lib, I noticed weird side-effect, when using ``` java compose(RxTiPresenterUtils.deliverLatestCacheToView(this)) ``` it creates too many instances of OperatorSemaphore. After config changes and moving between screens with "Don't...

bug
rx
question

It is pretty annoying to get this code every time I wanna update binding of views because I do bind my views in my parent class. I would like to...

https://github.com/traex/ExpandableLayout/issues/37

I thought lib use some new animation api, but as turns to be no. Please add support for old android versions in build.gradle.

Let's wait for web-extension to migrate to wallet-kit and merge and test this as part of it. cc @stylianos-panagakos