Wojciech Rozwadowski

Results 18 issues of Wojciech Rozwadowski

FYI, it happens after every payment I make. ``` ==================================== HEAP ANALYSIS RESULT ==================================== 1 APPLICATION LEAKS References underlined with "~~~" are likely causes. Learn more at https://squ.re/leaks. 83354 bytes...

Bug report

**Is your feature request related to a problem? Please describe.** We are interested in utilizing the "Drop-in" version of the SDK. However, users often accidentally drag the payment sheet down...

Enhancement

Is there any way to reset indeterminate progress? When I used this code for stop spinning: ``` mProgressWheel.stopSpinning(); ``` and after some time i try to used this: ``` mProgressWheel.spin();...

HELLo, I have one annoying problem. I want to draw your progress (blue progress with semitransparent green rim) on a `RoundedImageView` with own border (red). ![internal_padding](https://cloud.githubusercontent.com/assets/2025949/11685756/b7d92232-9e7b-11e5-9979-4f6d35e8281d.png) I have `10dp` border...

It'll be a little enhancement but so much pleasant one :) Kotlin and Swift has something like _Safe casting_ with `as?` operator. It gives an opportunity to casting with `null`...

small-feature

I observe strange behavior because on every 4th clean build iteration I receive 10-30% build time peak. It occurs only on long time builds for at least 3 mins. ![image](https://user-images.githubusercontent.com/2025949/128930000-17d85e79-5a12-460a-a68e-a3d028c51664.png)...

On low ends devices there's sometimes a issue when "onTransitionCompleted" are not called. ```kotlin fun MotionLayout.playTransitions( @IdRes val transitionSetStartId: Int, @IdRes val transitionSetEndId: Int ) { setTransitionListener(object : TransitionListener {...

**Is your feature request related to a problem? Please describe.** While we had full control over styling the progress in `AdyenCheckout.PaymentInProgressView.ProgressBar`, we currently don't have the capability to make any...

Enhancement