History log of /frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/StableIdActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
abc73958d264e1eed7fd401a18be1d9ede8304eb 06-Mar-2017 Aurimas Liutikas <aurimas@google.com> A pass at fixing unchecked javac warnings.

Add types where needed.
Suppress places where we intentionally skip types.

Test: ./gradlew assemble still works
Change-Id: If1350e896948c7e27c212cf7b1a94f08b9131193
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/StableIdActivity.java
e2104f4b5c8e3ad63570306a25e61502dfe4c418 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Add all missing @Override annotations.

Historically, we could not add @Override for certain methods due to
using older SDKs to build support library. That is no longer the case
so we can add @Override everywhere now.

Test: ./gradlew assemble assembleAndroidTest still works
Change-Id: I85e3c1157f0e253e3eab7584189f3bf95cf030e9
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/StableIdActivity.java
fbefadccd826dba13987133e86823bdb8089cbc5 29-Nov-2016 Chris Craik <ccraik@google.com> Simplify support of prefetch with data set changed after layout

Fixes: 33196708
Bug: 33077209

Switches setDataSetChangedAfterLayout to mark holders as invalid
immediately, so that invalid but stable-id views can remain in the
cache, as expected by an adapter with stable ids.

Also adds a stable ID sample to support v7 demos.

Change-Id: Ibcfbc1f7376d3585872ec32df2d2026137419296
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/StableIdActivity.java