-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed bugs #425
base: v0.8.X-API-24
Are you sure you want to change the base?
fixed bugs #425
Conversation
…into dev * 'dev' of https://github.com/HKMOpen/UltimateRecyclerView: update version to 0.5.92 added glide proguard configuration adding more documents add sarcompat support on imageView but it was not working ... check pages loading make some changes on the readme. dev fix loading more for five or less items. display and remove loader animations. bug hunting for the cymcsg#363, cymcsg#374 Update README.md update version Delete README.md Update README.md
upgraded.
refresher merged
- header view - loading on the bottom - expandable layout items
fixed loading issue
@cymcsg here is all the fixed from the previous reports. you might try on my library before merging to my repos =) |
Great! |
@cymcsg the conflicts are covered from your part and most of the changes are done in the main class UlitmateRecyclerView. I recommend to merge -f when you have reviewed the code. finally you may need to make your changes and deploy on your packages with ur signature. I have my own on your package deployment as stated in my readme. |
remove adview fixed setlistener now support 25.3.1
please merge this issue as there is a bug in UltimateRecyclerView/ultimaterecyclerview/src/main/java/com/marshalchen/ultimaterecyclerview/UltimateRecyclerView.java updateHelperDisplays() mEmpty.setVisibility(mEmptyView == null ? View.VISIBLE : View.GONE); //should be reversed. |
enhanced ptr and repackaged the files