History log of /frameworks/support/preference/src/main/java/androidx/preference/PreferenceGroupAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca95d1c53dd086c368cd21685179517d4dadabcd 13-Mar-2018 Aurimas Liutikas <aurimas@google.com> Fix imports for preference code.

A follow up after factor to make it so androidx imports go in the
correct order.

Test: ./gradlew buildOnServer
Change-Id: I06a9780fa029c85cb58aea8251f3bfb7ff4236ad
/frameworks/support/preference/src/main/java/androidx/preference/PreferenceGroupAdapter.java
226a42d7fbfb54e2173e6e04f997d32848c4da62 09-Mar-2018 Louis Pullen-Freilich <lpf@google.com> Supports expandable preferences in every PreferenceGroup.

Previously only the last preference in a PreferenceScreen could become
expandable. With this change multiple PreferenceGroups can have their
own expandable preferences and be displayed in the same
PreferenceScreen.

Nesting expandable preferences is not supported and will throw an exception.

PreferenceGroups containing an expandable preference must have a key defined
to properly save state between transitions.

Nested groups inside an expandable preference will only add the title of
the group to the summary of the expandable preference, and not the title
of their children.

Bug: b/68811148
Test: added
Change-Id: I176cee0edd6fad3382b5f2fb873496c3bf04591a
/frameworks/support/preference/src/main/java/androidx/preference/PreferenceGroupAdapter.java
e94ca6676f8f845741369d4967255f642a4cefbb 09-Mar-2018 Jake Wharton <jakew@google.com> Move smaller projects out of v7 folder.

Bug: 74390715
Test: none
Change-Id: I48a3efcbb9eeb705cad589f4d65ed0b7ee3a4f50
/frameworks/support/preference/src/main/java/androidx/preference/PreferenceGroupAdapter.java