summaryrefslogtreecommitdiff
path: root/library/recyclerview
AgeCommit message (Collapse)Author
2017-04-26Fix deprecated annotationMaurice Lam
Fix javadoc and annotation mismatch. Test: Existing tests pass Change-Id: Iddac7daaaff57d2e2649908c3e99d8252992b6fb
2017-04-25Allow setting DividerInsetEndMaurice Lam
- Added XML attribute suwDividerInsetEnd, and replaced suwDividerInset with suwDividerInsetStart. - Modified the themes so that the divider insets are set automatically. If the activity uses GLIF (v1) or material, and the list does not have icons, it should set app:suwDividerInsetStart="?attr/suwDividerInsetStartNoIcon" in the Glif[Recycler/List]Layout Test: ./gradlew connectedAndroidTest test Bug: 37677772 Change-Id: Ia4cb9954dd7e3c59cbc72db8937989557689061b
2017-04-24Move testing resources into test directoryMaurice Lam
Test: Existing tests pass Change-Id: I2ed937de0bdcad7049b723485863700cb4626087
2017-04-18Customize Item callbacks and support existing background inAjay Nadathur
RecycleItemAdapter - Added support for custom backgrounds in RecyclerItemAdapter. - Added callbacks in Item to allow overriding state/level that gets copied from icon to drawable Test: Tests added, verified that changes work Change-Id: I33c883e0a1a0b76ccccaf8a61ab0bb49f46da3fb
2017-03-28Rename SuwLib directoriesMaurice Lam
Rename eclair-mr1 to gingerbread to reflect the min SDK version change, and full-support to recyclerview to better reflect what's inside the directory Also added comments and applied style fixes to keep checkstyle happy. Test: Existing tests pass Change-Id: I20332f718f2aae04092d5e45de944b1efce1a596