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
this is not an issue but I want to tell you that I modified your library to be compatible with Android 10 and lower, because my project supports at least Android 10 and I want to add fragment transaction animations to it. I'm not able to create a pull request, but the changes done are quite easy and are the following:
I added support library v4 for fragments
I added library "NineOldAndroid" for support to animations
I changed references for Activity with FragmentActivity of the support library in FragmentTransactionExtended class
I changed references for all animation classes of Android with the same of NineOldAndroid library, always in FragmentTransactionExtended class
I have not yet tested these changes, but you could tell me if these changes are valid and reasonable.
Kind regards.
Federico
PS: sorry for my english ;)
The text was updated successfully, but these errors were encountered:
I hoped that these changes would have to work, but I'm encountering some problem with XML animation's "objectAnimator". I'm trying to create an animation working for Android Level 10 and lower to replace others with "objectAnimator".
Hi DesarrolloAntonio,
this is not an issue but I want to tell you that I modified your library to be compatible with Android 10 and lower, because my project supports at least Android 10 and I want to add fragment transaction animations to it. I'm not able to create a pull request, but the changes done are quite easy and are the following:
I have not yet tested these changes, but you could tell me if these changes are valid and reasonable.
Kind regards.
Federico
PS: sorry for my english ;)
The text was updated successfully, but these errors were encountered: