History log of /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
4c78d0f4beb89792eb955aa4fae85a730966e6a4 28-Feb-2017 Dake Gu <dake@google.com> SupportLeanbackDemos: Fix Link Errors

Bug 33007076
Test: run the demo app

Change-Id: I39ca542e7d690fe14991db416e23c31961c6cd88
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
cc671dd3caac1d0cbf3f6999ab063c9ff1f297b2 18-Oct-2016 Dake Gu <dake@google.com> Add checkstyle:off flag

Test: None
Bug: 32243836

Change-Id: I5c28ee5b4623e25126518ceb99f17b5ee384cb76
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
b7087e036a48f5a3db28d02ff7f9b97fbbc46c4f 22-Sep-2016 Dake Gu <dake@google.com> SupportLeanbackDemos: Remove usage of deprecated methods

Minor style clean up.

Change-Id: I1857e46bbc093bc069a060b9d850b20fff13c1e1
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
ae746be7c46297b910a99c07697e33e3a5fd7fac 04-Aug-2016 Dake Gu <dake@google.com> GuidedStepFragment: support BACK for drop down list

Added onChildViewHolderSelectedAndPositioned when Child of GridView
is being laid out, that is required to adjust the expanded focus
item view vertical position in *one* layout pass for fragment
transition to properly run.

Add BACK key interception for sub actions list
and action with hasEditableActivatorView() (e.g. Picker)

Removed mSelectedIndex from GuidedStepFragment since we already
save/restore index in view state.

Show case in SupportLeanbackDemo NewPaymentFragment to use
setTargetFragment to pass result back to second fragment.

Bug 29901385

Change-Id: Ib856b776bc02c8cc01bf3379aa7562285c9bd41c
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
97906d5d967189bdcac6491fffa20c2cb0003466 18-Apr-2016 Dake Gu <dake@google.com> GuidedStepFragment sample: add id to radio/checkbox

So they can be auto saved/restored.

Bug 27978256

Change-Id: I7d829063d6953acc4573f495fd9893300630656c
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
c0a78151957be5562ba1c650585a37d084e9ce59 01-Apr-2016 Dake Gu <dake@google.com> GuidedStepFragment: Fix addAsRoot restoring bug

Dont re-add root fragment when savedInstanceState can restore
them.

Bug 27972030

Change-Id: I427f171164f60b901c328f17a51349045f04eb50
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
aec263932c93cd9980fee043d31b9c34ff835aa8 10-Feb-2016 Keyvan Amiri <keyvana@google.com> SupportLeanbackDemos: Fixed password crash when no payment is selected

The second Guided Step fragment crashed when a password was entered but
no credit card info was selected, because it was trying to extract "Visa"
or "Master" substrings from an empty string. Put a check for string
sizes before this extraction is performed.

Change-Id: I9b93a302f5f855b1853885ff4e5fc9a04c200766
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
20767a171ab46addb5d50248d4267db14c0c8883 28-Jan-2016 susnata <susnata@google.com> Updating SupportLeanbackDemo to showcase GuidedStepFragment.

Included sample activities/fragments to showcase how to
use GuidedStepFragment in half screen mode.

Change-Id: I9eefe417ddf79b0dfe896a5cec25b7c7cd3a41e7
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
bf8784e721d24a717294a09caa58e01b12813a9b 21-Jan-2016 Dake Gu <dake@google.com> Merge "Add example of DatePicker" into mnc-ub-dev
ab46229b057fb33e73a6214c781b3b9a0562d046 12-Jan-2016 Dake Gu <dake@google.com> GuidedStepFragment: add test for icon

Bug 26473407

Change-Id: I2f59fe2d869c39c802a6451533a49f6682cdef8a
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
7298559f4bd911900e4baaaaf52be5fcb8353759 11-Jan-2016 Dake Gu <dake@google.com> Add example of DatePicker

Bug 25390757

Change-Id: Iec578a2a195a7f8c6873fd95ceb08a33f502894b
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
47005bba6e07c4578530bd151967c0cce7daedc3 16-Dec-2015 Dake Gu <dake@google.com> Tuning GuidedAction APIs

Change-Id: I6d7f354d32315270201d9ab5ccae1c3d5f7b7e0d
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
4fa476ce5e53629a1016ca0743aec659c09cea9c 02-Dec-2015 Dake Gu <dake@google.com> Fix Context.getDrawable() crash on earlier platforms

Change-Id: I821577795f17e48e6fe58208861be501e9ee4627
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
cf49916e96a2a8a19ea8112d91862e7ede4ceb67 23-Nov-2015 Dake Gu <dake@google.com> SupportLeanbackDemos: first showcase of drop down selection

Showcase of sub actions (aka dropdown list) and the typical payment
steps: a dropdown list of available cards plus "add new card" step
which will add more options to the list.

Bug 24979518

Change-Id: I1c7b83381cda37081c7438700b6800a02b36fe71
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
06c39be6a0e6e44986083280451115a4a701ec73 13-Nov-2015 Dake Gu <dake@google.com> SupportLeanbackDemos: guidedstep changes

1. no longer provide a view to host background view
2. add demo of checkbox
3. add demo of customize Ime options.

Change-Id: I76dbbbd7e341906ff4e7b8923b1ddc2c01026f44
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
7d9ba1eb1d51f531ff17cf1967f522bcb78f2064 03-Nov-2015 Dake Gu <dake@google.com> GuidedStepFragment: Example of two columns actions

Bug 24979563

Change-Id: Id28e9b374d464846043e96c6b24ee95eed1af1d7
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
ee3c13ee552002263be40f6a5986f61c605b0bac 28-Oct-2015 Dake Gu <dake@google.com> Dont use R.id.content to host GuidedStepFragment

Added example of set action not focusable

Bug 25352427

Change-Id: Ie9aed8c52d7639c3a39938117be94a65cf2005eb
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
971cfadff0da45fa2e899a8cedd05e5cb99dd672 28-Oct-2015 Dake Gu <dake@google.com> GuidedStep example: Use standard action IDs and titles

Bug 25193684

Change-Id: Iced3aa78db1437d1823b60d2be1188993f557958
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
ca5018729526470dfb2599a88869deaa48a7fea9 28-Oct-2015 Dake Gu <dake@google.com> SupportLeanbackDemo: add example finishGuidedStepFragments()

and popBackStackToGuidedStepFragment()

Change-Id: I747673f886bebf5ccc81b8f686c801ede4b5ac0b
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
1f735b248bf5e9d37791b6aed4b2c634e41912ab 26-Oct-2015 Dake Gu <dake@google.com> GuidedStep: More example of editing

Example of switching text when editing.
Example of error checking and next action.
Example of InputType.
Example of enable/disable action.

Change-Id: Iea5108cb3f3d487be0a8cd892568c3e053ee3d0d
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
8374a4e00678fec6ed5aa3fcd1befcaeb8423b6c 05-Oct-2015 Dake Gu <dake@google.com> Leanback Demo: demo of edit title

Bug 24673827

Change-Id: I1e4d9378cc862d748055387a71129692bd4cf53b
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
0e6f38cfa4c36ea435c20cf9be3e0ad09a8b57b2 01-Oct-2015 Dake Gu <dake@google.com> GuidedStepFragment Subclass need explcitly specify a container id for background

After fixed Bug 24570987

Change-Id: I1ec51f8ea39b21e4d547e923386dd357a538ff4a
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
71e7e67f320b23feac784b629db17b3bcce08722 30-Sep-2015 Dake Gu <dake@google.com> Generate support version of leanback fragment tests

Include all leanback support version of fragment except
PlaybackOverlayFragment missing a support version of PlaybackControlHelper.

Change-Id: Icb5c99e8677630e8541b22b009051dd3908d4f35
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java
ab1d3dce4807789e76bb7c4c7b6693d5aa993b1b 05-Sep-2015 Dake Gu <dake@google.com> Generate example of GuidedStepSupportFragment

Bug: 21504593

Change-Id: Ifafc4a956060def75bc01d45eeb568d3077a977e
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/GuidedStepSupportActivity.java