WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Favorites List Update #54

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

What's New

Refactor of Favorites Fragment
loganSims commented 8 years ago

I forgot to mention I added a custom ViewPager ui/widget/HomePager.java for the home screen. This class helps guarantee that the swipe to dismiss an item will be captured by the recycler list and not the ViewPager.

It's sort of a workaround and I'm going to push some changes to the documentation in it soon. The class just overrides canScroll() in ViewPager. See [canScroll()](http://developer.android.com/reference/android/support/v4/view/ViewPager.html#canScroll%28android.view.View, boolean, int, int, int%29).

waynedyck commented 8 years ago

Merged with commit 3c41d324ef308cf8ee2c19d4e6368588df0aac12