github mikepenz/AboutLibraries v5.3.0

latest releases: v11.1.4, v11.1.3, v11.1.2...
8 years ago

MIGRATION

  • change .fragment() to .supportFragment() and LibsFragment to LibsSupportFragment

CHANGES

  • move logic of LibsFragment to LibsFragmentCompat
    • create new LibsFragment and LibsSupportFragment
  • Rename all references to LibsFragment to LibsSupportFragment
  • improve and change to ContextCompat
  • use correct getContext method
  • add new supportFragment() method to LibsBuilder
  • add new TargetAPI annotation to fragment() method

DETAIL INFO

  • moved logic of the fragment to the new LibsFragmentCompat class
    • create new LibsSupportFragment which extends the android.support.v4.app.Fragment
    • change the LibsFragment which now extends the android.app.Fragment
  • add new method .supportFragment() which returns android.support.v4.app.Fragment
  • change .fragment() which now returns android.app.Fragment

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.