500px / 500px-android-blur

Android Blurring View
http://developers.500px.com/2015/03/17/a-blurring-view-for-android.html
MIT License
2.69k stars 326 forks source link

Renderscrip Support mode #1

Closed panzerdev closed 9 years ago

panzerdev commented 9 years ago

Was Renderscript Support mode tried? it's v8 and easy to enable in the build script

defaultConfig{ .. renderscriptTargetApi 21 renderscriptSupportModeEnabled true .. }

http://developer.android.com/tools/support-library/features.html#v8

luojun commented 9 years ago

Thanks for the suggestion and the contribution! Your PR has been merged. (Wasn't able to test it on API level 15 devices, yet. Will try when there's an available device. Test on emulator with API level 15 resulted in a crash in RenderScript.)

panzerdev commented 9 years ago

I had crashes in the emulator as well. This is why I flashed my Galaxy Nexus back with the 4.0.4 factory image and developed with that device as a target.