History log of /frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
77ace2ef69c54acdbbff62cc34e8487fc3c2f165 11-Oct-2012 Adam Powell <adamp@google.com> Revert "Fixed group and child view caching in SimpleExpandableListAdapter."

This reverts commit b49e4d63d1976b673b4763bc012d152833609688.

This produced problems with app compatibility. The boolean array
introduced in this patch is never resized and can cause applications
expecting different behavior to crash with index out of bounds
exceptions.

This looks like a good path but it will need to be revisted later.

Bug 7221618
/frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java
b49e4d63d1976b673b4763bc012d152833609688 17-Mar-2012 Georg Hofmann <georg.hofmann@gmail.com> Fixed group and child view caching in SimpleExpandableListAdapter.

Now the adapter reports the correct type count and type for group and child
views by overriding the respective methods from the base class. Each group
view has two types, one for expanded views, one for collapsed views. Each
child view has two types, one for the last view within a group, one for the
other views within a group.

Change-Id: I117b2c0f7e98fb7fe2fdd35c15f7d1f9dc06674f
Signed-off-by: Georg Hofmann <georg.hofmann@gmail.com>
/frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/widget/SimpleExpandableListAdapter.java