History log of /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0cb1f577feba17baceb159ab7592e1050425bbad 02-May-2017 Keyvan Amiri <keyvana@google.com> Enabled customization of the arrow color in OnboardingFragment

Previosuly, we could customize the foreground color of the arrow but not
the arrow itself which was a PNG drawable. This CL uses ColorFilter that
is installed on the paint which draws the arrow. This enables setting
the bitmap color.
Also defined theme attribute for setting color. Programmatically setting
this color will supersede the theme attribute.

Bug: 37881573
Test: tested with a subclass of OnboardingFragment both setting the
color through the theme attribute as well as dynamically in onCreate().

Change-Id: I18a8d98f7fffe1c029a9116bbcd031ad67c6b10d
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
93cc83d6fffa2138aa0509f6fd70f1c02087683c 13-Apr-2017 Keyvan Amiri <keyvana@google.com> Enabled dynamic setting of different colors in OnboardingFragment

OnboardingFragment enabled setting the TitleView, DescriptionView
colors and background colors for dots and arrows through theme attributes.
This CL adds APIs to enable setting them programatically. When set
through the code, these colors will supercede the color values set
through theme attributes.

Test: manual test on an app with both theme attributes and programmatic
setting of different colors. The color from the API calls should take
over.

Change-Id: I859b73bbf104dad423fce4b4295d921bd155b278
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
8e10080c914d1ad0784394fa3026b85535535847 18-Nov-2016 Aurimas Liutikas <aurimas@google.com> Move from GROUP_ID to LIBRARY_GROUP annotations

- GROUP_ID was deprecated in favor of LIBRARY_GROUP.
- Fix import order in touched files.

Test: ./gradlew assemble assembleAndroidTest
Change-Id: I2a774e93215090f42262fb86cf8e841f2a546a4f
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
6938d8b565a9ab42c7741262049e0c86138c55e0 27-Sep-2016 Dake Gu <dake@google.com> Rename attribute dotRadius to avoid conflicts with wear am: 13c7d89d1f am: 919024c751
am: 218b9557ec

Change-Id: Iccdfdc26c259b49d2aea879f04db3d107722aace
13c7d89d1f64bdb782bddd2a6e8cdb81b7e77886 27-Sep-2016 Dake Gu <dake@google.com> Rename attribute dotRadius to avoid conflicts with wear

Test: with SupportLeanbackDemo app
Bug: 30104998
Change-Id: I80f191416b260da4c33e93803977d0ecb8ba3d92
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
3103f63e99d47573823957f7aa34308555873221 20-Sep-2016 Aurimas Liutikas <aurimas@google.com> Fix all operator wrapping issues in leanback library.

Test: code still compiles, there should be no code/logic changes.
Change-Id: I6e97e2ba429c323022055263540c3fb6d0003822
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
c39d9c75590eca86a5e7e32a8824ba04a0d42e9b 25-Aug-2016 Alan Viverette <alanv@google.com> Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations

Also removes some unnecessary @hide annotations on classes that wouldn't
have shown up in docs anyway due to package/private visibility or NO_DOCS.

Bug: 27937193
Change-Id: Iab127a5a3ce57a2d61965d3cef782621eb3859f5
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
99ec8b0cb375f7e5577ea3ec9f09e6ff7a95de0d 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-leanback.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 469 methods in our jar.

Bug: 31075707
Change-Id: I68c8152d060c9f35c72a2d78c608a9bccd12c86e
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
6a8b0fd35afda4d204e3f46d192bf20f510185d9 08-Apr-2016 Chulwoo Lee <chulwoo@google.com> Support customization of paging indicator dimensions

Bug: 26024822
Change-Id: I24238f46d30e9b289cc24adfd8ae01c2c59d37ba
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
9b5ef3e2e264a624058bc514e05cf5e5dc8d94b9 23-Mar-2016 Chulwoo Lee <chulwoo@google.com> Add attribute for PagingIndicator

The dot color should be able to be changed by the sub class.

Change-Id: I17c05a9a02841849a5531d6ddde6c7125d1dc852
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
1dd331211beded89ec02c37d68afced18d329375 19-Feb-2016 Chulwoo Lee <chulwoo@google.com> Fix minor bugs

- Fix wrong class name in layout.
- Call getters/setters explicitly to guard from the proguard.

Change-Id: I443d416c76aeb05adaac2dddea9edda7a661afa7
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
6cb24d438e700ceb0a8b7d5a93683b19eae6c1b5 08-Feb-2016 Chulwoo Lee <chulwoo@google.com> RTL support in onboarding

Bug: 26024822
Change-Id: I9a135b0679ca0bb86917e38bc571ce5520e1c323
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java
b78877670c813ccfc46071a8d361f45185fd06f4 27-Jan-2016 Chulwoo Lee <chulwoo@google.com> Initial CL for the onboarding screen

Refer to the documents about onboarding in the bug.

Bug: 26751768
Change-Id: I673afd21d1b8b8d72ec549d0d35da36b1fee68ae
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/PagingIndicator.java