History log of /frameworks/opt/setupwizard/library/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a74bc1d5c6d7cb9e0f5add4c56a983cb492cb3c2 22-Oct-2015 Maurice Lam <yukl@google.com> [SuwLib] Recycler item adapter support

Implement RecyclerView item adapter for an ItemHierarchy.

Change-Id: Id7e650fafa467ca7ee3c80102efc73d4323e5b1c
/frameworks/opt/setupwizard/library/Android.mk
24f1d0b9512dfc20bb1814a4e63f976a59f3ad99 14-Sep-2015 Maurice Lam <yukl@google.com> [SuwLib] Add RecyclerView templates

Add new "full-support" build variant that includes RecyclerView as
one of its dependencies, and add RecyclerView templates to the
library.

Bug: 24103690
Change-Id: I01a2b7ba3f9ff1d30a9b8aa9061ffe2a42eed968
/frameworks/opt/setupwizard/library/Android.mk
4e4550d82a0eb638ca62885466a954506254df74 01-Sep-2015 Maurice Lam <yukl@google.com> [SuwLib] Allow building eclair using Make

Add support for building the eclairMr1Compat variant using make.

Bug: 19801772
Change-Id: I8f080d54d250948536970941798fc79c00b85fbb
/frameworks/opt/setupwizard/library/Android.mk
91051468dbc273da8d7e7608640e833a71d011e2 07-Aug-2015 Maurice Lam <yukl@google.com> [SuwLib] Tint navigation button icons

- Remove the dark variant of button icons, since it is now tinted
to the desired color
- Use DrawableCompat.setTintList to tint the drawables to the same
color used as text
- Use textColorPrimary as the navigation text color, since the spec
now matches the default textColorPrimary implementation of material
theme (This changes the disabled color from 20% alpha to 26% alpha)
- Configured the build to take two different implementations of
NavigationBarButton. The platform build is the same as Button,
since drawable tinting is natively supported. The comapt build
uses DrawableCompat in the support library to tint any compound
drawables
- Removed all xxxhdpi assets since that was introduced in L, but
vector assets are used in L instead.
- For the vector drawables, use tint instead of fillColor so that the
state in the ColorStateList will be taken into account.

Bug: 22129308
Change-Id: Id0c7b40ad3e71c2c66a0e89df4522865a61e923e
/frameworks/opt/setupwizard/library/Android.mk
a36954a3da0c07f81e31bcb7e83b746d293cabae 20-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Use AppCompat themes for icsCompat

Always use the AppCompat themes for icsCompat builds, even on v21+
because support library's FragmentActivity et al requires that.

Change-Id: Ie67ce494ab58e3e6f39eb92a8014a83a1737f8ee
/frameworks/opt/setupwizard/library/Android.mk
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/Android.mk
d4c6ef70612f48c4612ec827bd89964d0955cd6f 12-Feb-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Initial project structure

Setup the initial project structure of the Setup Wizard Library, and
the makefiles.

Change-Id: I169c370d875fda2e73eefa59dbf19b8cb4c83d6b
/frameworks/opt/setupwizard/library/Android.mk