Alessandro Di Diego

Results 4 comments of Alessandro Di Diego

Are you, by any chance, trying the encoded output with a Digispark hardware by using duck2spark? I've found the same exact issue in that context, [tried to explain it here.](https://github.com/mame82/duck2spark/issues/11#issue-439792999)

Actually, I found out that probably the issue is here on the encoder itself. In the Italian Keyboard, the curly bracket character "{" is made up of: `KEY_LEFT_BRACE, MODIFIERKEY_RIGHT_ALT, MODIFIERKEY_SHIFT`...

@shikhaverma2009 can you attach the APK you are trying to analyze?

Same here, everything works fine on Lollipop but crashes on ICS. ``` /* setup enter and exit animation */ AlphaAnimation mEnterAnimation = new AlphaAnimation(0f, 1f); mEnterAnimation.setDuration(600); mEnterAnimation.setFillAfter(true); AlphaAnimation mExitAnimation =...