History log of /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/GuidedActionEditText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed6ddac644df9949403f1a01e1224a37cb568feb 20-Feb-2016 Dake Gu <dake@google.com> GuidedStepFragment item accessibility fix

set VisibleToUser=false is a hack fix, the EditText is visible
to user. Instead, make EditText not clickable and not focusable,
so the EditText will not get a11y focus.

Bug 26692260

Change-Id: I997b899e317f44e6c043df4406619e648fb5998c
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/GuidedActionEditText.java
0e7ad46e829a72558e9e256895fd6d46bbbb60b2 05-Feb-2016 Dake Gu <dake@google.com> GuidedStep: Turn on underline of EditText

Save the underline background of EditText and turn on/off
when it is focused or unfocused.

Bug 26990241

Change-Id: Ie9ef48774114f8b3d60005f718c59e720a6be8a9
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/GuidedActionEditText.java
6626b899cb2565105f20e4ee2060a5104826d1dd 20-Jan-2016 Dake Gu <dake@google.com> Leanback: Accessiblity navigation fix

1. disable accessiblity focus of header view in the RowsFragment
because the focusfinding model of talkback is not same as leanback,
causing unpreditive manner. Disable it before we figure out how to
customize accessibility focus finder.

2. Fix guided action item's accessibility focus, make TextView not
focusable before it's in editing and disable focusable after TextView
loses focus.

Bug 26692260

Change-Id: I55291ed8db734d592f0e8a7c2ce9afe796cc6fba
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/GuidedActionEditText.java
ac07e9d12b10138d4a449522f7082a40f18861e2 08-Aug-2015 Kris Giesing <kgiesing@google.com> Allow action item layouts that do not supply editable actions.

Fix cast operations that were throwing exceptions; make the Leanback
edit text object public to allow reuse.

b/23039755

Change-Id: Id9ceda139efeb352210831dbed0f1dfbbcccd76a
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/GuidedActionEditText.java