cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Migrate to AndroidX, upgrade libraries, general cleanup #497

Closed vanshg closed 5 years ago

vanshg commented 5 years ago

As per https://github.com/cymcsg/UltimateRecyclerView/issues/496, this PR:

And in addition:

vanshg commented 5 years ago

Although it looks like an intimidating PR with many changes, most of them are just migrating import statements

cymcsg commented 5 years ago

Thanks @vanshg . Could you PR to dev branch instead of master branch? Then I will merge the dev branch into master.

vanshg commented 5 years ago

Sure thing @cymcsg

vanshg commented 5 years ago

@cymcsg I have resubmitted the PR with target branch set to dev https://github.com/cymcsg/UltimateRecyclerView/pull/498