-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: serso/android-linear-layout-manager
base: master
head repository: Fgabz/android-linear-layout-manager
compare: master
- 11 commits
- 11 files changed
- 3 contributors
Commits on Jun 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b4a5cac - Browse repository at this point
Copy the full SHA b4a5cacView commit details -
Decorations are now measured properly
Previously first/last flags were not taken into account and offsets were cached sometimes in LayoutParams
Configuration menu - View commit details
-
Copy full SHA for fccd858 - Browse repository at this point
Copy the full SHA fccd858View commit details -
Wrong positions were used for item decorations
Use adapter positions instead of view positions for determining first and last items
Configuration menu - View commit details
-
Copy full SHA for 7cadda9 - Browse repository at this point
Copy the full SHA 7cadda9View commit details -
On API <= 18, when vertical RecyclerView is inside ScrollView, we alw…
…ays have heightSize == 0 and heightMode == UNSPECIFIED. In this case calculated measuredHeight == 0 and RecycleView is not visible at all. So, we shouldn't take specSize into account if specMode is UNSPECIFIED.
Configuration menu - View commit details
-
Copy full SHA for 227a123 - Browse repository at this point
Copy the full SHA 227a123View commit details -
When horzontal RecyclerView with layout_height=="wrap_content" does n…
…ot fit horizontally, it fills all available height, because super.onMeasure() is used in this case. This patch fixes this.
Configuration menu - View commit details
-
Copy full SHA for 19833c5 - Browse repository at this point
Copy the full SHA 19833c5View commit details -
According to the documentation we should pass size instead of spec to…
… getChildMeasureSpec(). This patch fixes the incorrect measuring children's height in horizontal RecycleView, when children have layout_height="wrap_content"
Configuration menu - View commit details
-
Copy full SHA for 8859124 - Browse repository at this point
Copy the full SHA 8859124View commit details -
If allowBackup="false" in main app AndroidManifest, build fails with:
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:23:4 Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:19:2 to override So, we shouldn't specify allowBackup explicitly in library manifest.
Configuration menu - View commit details
-
Copy full SHA for 7279b09 - Browse repository at this point
Copy the full SHA 7279b09View commit details -
Last divider is invisible, when recyclerView has only one item and Di…
…viderItemDecoration.first == false. This patch fixes it.
Configuration menu - View commit details
-
Copy full SHA for de10bc7 - Browse repository at this point
Copy the full SHA de10bc7View commit details -
Merge pull request #6 from rusmonster/bugfix/last-divider-not-shown
Last divider is invisible, when recyclerView has only one item and Di…
Configuration menu - View commit details
-
Copy full SHA for f6148f1 - Browse repository at this point
Copy the full SHA f6148f1View commit details
Commits on Jun 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b4603c3 - Browse repository at this point
Copy the full SHA b4603c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b8432 - Browse repository at this point
Copy the full SHA 11b8432View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.