Skip to content

Added compatibility with Android API Level 10 and lower #1

Description

@devilmac

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 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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions