You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tigerjj
This project is really helpful to handle the manual frame-animation for my case;
However there was some bugs which can be polished, I've fork the project and made some changes to fix these issues: #2#9#4#3
1. fix warning when reuse bitmap with option.in;
2. fix animation frozen issue after Home press
3. FasterAnimationsContainer is no longer singleton, so each ImageView may control it's animation;
4. global bitmap cache supported;
Since the project is kind of old, and I upgraded to Android Studio which make the diff really big, so I want to know if you'd like these change before send any Pull Request:
The mainly changes are FasterAnimationsContainer.java with LifoCache supported click to see diff
The text was updated successfully, but these errors were encountered:
Hi @tigerjj
This project is really helpful to handle the manual frame-animation for my case;
However there was some bugs which can be polished, I've fork the project and made some changes to fix these issues:
#2 #9 #4 #3
Since the project is kind of old, and I upgraded to Android Studio which make the diff really big, so I want to know if you'd like these change before send any Pull Request:
The mainly changes are FasterAnimationsContainer.java with LifoCache supported
click to see diff
The text was updated successfully, but these errors were encountered: