History log of /frameworks/support/design/src/android/support/design/widget/NavigationView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9d9e5f050714c1f82c3c1adeab97c9a83a795d9e 30-Jun-2015 Yuichi Araki <yaraki@google.com> Fix potential NPE when proguard is on

Bug: 22140597
Change-Id: I0a6039576d88805f74266f4af7418236a74c6577
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
6c72ea0134a3309ff8197f0862aad8d7bc712b55 15-Jun-2015 Yuichi Araki <yaraki@google.com> Fix SubMenu in NavigationView

This introduces new wrappers; NavigationMenu and NavigationSubMenu.
These are necessary to notify the top menu when its sub menu is changed.
https://code.google.com/p/android/issues/detail?id=176300

Change-Id: I1ea97880dfb0e0c1dee6426b3c528d6d60323063
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
153fa9a03422419cd56b7d17def1ae907fc7b5cf 08-Jun-2015 Chris Banes <chrisbanes@google.com> Add method to change NavigationView text appearance

BUG: 21455036
Change-Id: I5ce72af991c66ac1f7750bd1820bc4361f95eddf
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
f9b8005bf607feddd9b482f817bd68c46739e4f1 08-Jun-2015 Yuichi Araki <yaraki@google.com> NavigationView handles checked status

NavigationView now handles checked status in its menu. This was
necessary to handle checked status for items in sub menu. Also, it now
forces only one item to be marked as checked among all the checkable
items in the menu. Menu groups can be marked as checkedBehavior="single"
or ="all", but all the items behave the same in either cases.

Change-Id: Ia2e1a39475175b5ada8ec84273a39b995ec414c3
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
3e51099621857da0572458c8097b799795ea9a06 08-Jun-2015 Yuichi Araki <yaraki@google.com> Fix NPE in NavigationView

Change-Id: I64fe41e5d823cfa065e6003d17ff356297a4cd8d
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
cc7a09fc0018e348027151daecf581b1d1b78f11 05-Jun-2015 Yuichi Araki <yaraki@google.com> Fix for menu XML ending with a sub menu

Bug: 21650306
Change-Id: I4ba4f1f2a04354416ce914914806cf5ec8acd0d4
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
a63940ca14cd3ad9620e94f709930bb968525c57 01-May-2015 Chris Banes <chrisbanes@google.com> Tidy up styling and tinting in NavigationView

Currently there is no way to set a different tint/color
for the text and icon. This icon splits them up and tidies
up some of the internal state.

Change-Id: I5d81f19dddf2df6cfc983fc2a60b2353a780d522
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
0cf8ecaeccbd07b5259927569eaf79e9a275d34f 29-Apr-2015 Chris Banes <chrisbanes@google.com> Add app:headerLayout attribute to NavigationView

BUG: 20654538
Change-Id: I38a299b514cfcdc3092273fec58d1134b187a928
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
3a2c9c408e240e761b043139c5d228d3ad93f6c2 26-Mar-2015 Chris Banes <chrisbanes@google.com> Add app:menu attribute to NavigationView

Also refactored some of the navigation view internals.

BUG: 19938713
Change-Id: I046761c2c41490fd28b984c035672add77ea9c7a
/frameworks/support/design/src/android/support/design/widget/NavigationView.java
a5081dfb26b3664d97d5fe09b9b6a9c9667e0e9f 19-Feb-2015 Yuichi Araki <yaraki@google.com> Rename NavigationDrawerView to NavigationView

Change-Id: I639fbb4754add5d72f5baaca6728fc1348e256e0
/frameworks/support/design/src/android/support/design/widget/NavigationView.java