Closed tomafc330 closed 8 years ago
Fixes this issue which we were also seeing with our clients:
https://github.com/tvbarthel/BlurDialogFragment/issues/36
Basically it's using a version of Stack Blur that was a little outdated
// Stack Blur v1.0 from
- // http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html
- //
- // Java Author: Mario Klingemann <mario at quasimondo.com>
- // http://incubator.quasimondo.com
- // created Feburary 29, 2004
- // Android port : Yahel Bouaziz <yahel at kayenko.com>
- // http://www.kayenko.com
- // ported april 5th, 2012
...
Notice from the original code for Stack Blur, the IndexOutOfBoundsException was fixed in 08/2013:
19.08.2013: Added support for Alpha blurring
Basically took the Java code for the blur logic and put it in the library.
@vbarthel-fr Could you review this? Thanks!
Tested with the sample app...everything works.
@vbarthel-fr Mind reviewing this? Thanks!
@tommytcchan sorry for the delay, I'm quite busy at the moment, I will definitely take a look at what you did as soon as I have some free time.
Thanks for your contribution =)
Okay no problem thanks!
On Wed, Oct 21, 2015 at 2:38 PM, Vincent Barthélémy < notifications@github.com> wrote:
@tommytcchan https://github.com/tommytcchan sorry for the delay, I'm quite busy at the moment, I will definitely take a look at what you did as soon as I have some free time.
Thanks for your contribution =)
— Reply to this email directly or view it on GitHub https://github.com/tvbarthel/BlurDialogFragment/pull/48#issuecomment-150032775 .
@vbarthel-fr Hey there any updates on this?
Any update of this please?
I'm using version 2.1.5 but still crashing with ArrayIndexOut....
Hi @tommytcchan (=
We are finally back~~~
We are going to look at your pull request very soon!
Could you use the tvbarthel:develop as branch target?
Thanks you.
@tbarthel-fr so this is not going in? Do you have a workaround?
@tommytcchan Could you make a PR targeting the develop branch instead? Would love this change going in as well.
…s causing IndexArrayOutOfBoundsException.