History log of /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd6650c958f74e30335c34218198e9aa067e3965 09-Jun-2018 Maurice Lam <yukl@google.com> Fix Partner.getText

Test: ./gradlew test
Bug: 109781942
Change-Id: I06c3be06def30803e5dda3069686f0ff510b804d
(cherry picked from commit 466c50ab5c4943c0c9a139d42a1b4d9af7d65a02)
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
9f0065b61120ff3814a28395b57f79d499079bb4 14-Feb-2018 Ajay Nadathur <ajayns@google.com> Add method to retrieve color from partner apk

bug: 73077257
Test: Manually tested and verified
Change-Id: Ia90998780913966d3953011591d9f46e088ef963
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
cb38f9b86c595ad8010384c331edcecdbae2dcb3 18-Aug-2017 Maurice Lam <yukl@google.com> Add getText to Partner.java

Test: Existing tests pass
Bug: 64547057
Change-Id: Ie98297d50a545952e861f79fba9c680550c64d29
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
a3f1dc094f749e873f0c182691dca2d9e928736e 11-Apr-2017 Maurice Lam <yukl@google.com> Match direct boot unaware receivers for Partner

In Partner.java, since we don't actually execute code in the package,
it is safe to match direct boot unaware receivers as well.

Test: ./gradlew connectedAndroidTest test
Bug: 36984206
Change-Id: I5ad017458db7d4af2d5a753a3f7663721291402e
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
903f83af5ba54075275b455a24c4273143fcb86a 07-Dec-2016 Maurice Lam <yukl@google.com> [SuwLib] Remove copied annotation classes

Use support-annotation instead.

Test: Existing tests pass (./gradlew connectedAndroidTest)
Change-Id: I9ef63db551e713f1ee26e7563da86b379d84c811
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
b38561602db3fc1b31c7ee907da41ec2c53e4764 19-Aug-2015 Maurice Lam <yukl@google.com> [SuwLib] Fix javadocs

Convert existing javadocs, which is more plain-text-ish, to javadocs
using proper HTML and javadoc tags.

Bug: 21444334
Change-Id: Iea79b3371c4e1c1c99515abd1c1492f37ad38d05
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
8c10c403c063aff3f17c4949b0fe9a88536ae580 29-May-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Support for ObjectAnimator

Support for animator to animate SetupWizardLayout horizontally, which
requires adding a setXFraction method, changing the translationX with
respect to the width of the view.

Also moved annotations to com.android.setupwizardlib.annotations
package to avoid class loading problems in clients that use support
annotation library.

Bug: 20110840
Change-Id: Ibfb900323bcf4f32c8ded4c4a6dbf4765f17751a
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
64158e33c3ad618ed0eecef71fd20dd8e3c02568 07-Apr-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Fix Partner class and tests

Partner.java had a bug preventing it from fetching the default value
from the original package if the resource is not found in the
overlay. There is a corresponding issue in the test, which is using
its own resources for testing. Since the test package builds against
the source of the library, all resources in the library is also
available in the test package, and therefore the behavior of resource
not found in overlay package could not be tested. This CL fixes that
by using a MockResources object instead.

In addition, the attribute isOverlay was added to ResourceEntry so
clients can tell if the ResourceEntry came from the overlay or from
the fallback.

Change-Id: Ib0490277db502ea563171d79ab8491934dc43d01
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java
2646e1d82ec6d133b35b775f044e156fca6d9d75 17-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Changed project hierarchy

Moved res-ics to ics/res, and res, src, AndroidManifest to main/.
This fits more to the "canonical layout" expected by gradle, and
works around the issue where blaze is expecting every res directory
used by a target to be named the same (including its library
dependencies and its transitive dependencies).

Change-Id: I658e3c0a67a01f379c43d3fad82cd40f9aa8cd28
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/Partner.java