History log of /frameworks/support/v7/appcompat/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbadf84caff1f0ebf8e68243e3b0f4e30fef4bbe 08-Mar-2014 Adam Metcalf <gamblore@google.com> Revert "Set SDK_VERSION to 19 instead of current."

This reverts commit 5cab3f67b66221ed17687dc5be660ed5bec61d49.

Change-Id: I153116043cc89e0c9d873a4ca4477379d7ed3963
/frameworks/support/v7/appcompat/Android.mk
5cab3f67b66221ed17687dc5be660ed5bec61d49 08-Mar-2014 Adam Metcalf <gamblore@google.com> Set SDK_VERSION to 19 instead of current.

Fix: when using master branch prebuilts/sdk
android.support.v7.app.ActionBarActivityDelegateICS.WindowCallbackWrapper is not abstract and does not override abstract method onWindowDismissed() in android.view.Window.Callback
Change-Id: I3f3509f55744811e57f26076a976a13430a0fcb8
/frameworks/support/v7/appcompat/Android.mk
16b9c32acfd3e6c96bd5571742bd09927f53bffe 21-May-2013 Ying Wang <wangying@google.com> Clean up dist files.

Change-Id: Ib22ec5e867955a71d4e42db0d2c56775fe37a4ae
/frameworks/support/v7/appcompat/Android.mk
e6072e2d918169bd827cf7431347fb648124c227 21-Mar-2013 Jeff Brown <jeffbrown@google.com> Clean up action bar support library.

Small initial refactoring. More to come.

Added a SearchActionProvider to make it easy to embed
SearchViewCompat within a support library action bar.

Bug: 8175766
Change-Id: I4ddb16d8fce5d638a76027446128f7462c2095ce
/frameworks/support/v7/appcompat/Android.mk
da10fdd1400ecfd8d7f2e55651dd528d0614dfc5 19-Mar-2013 Jeff Brown <jeffbrown@google.com> Move appcompat library to v7 package.

Moved most of the options menu related functionality out of v4
support lib into appcompat where it belongs. These two libraries
have very different design philosophies and it is important that
they remain untangled.

The support action bar options menu is broken by this change but
will be fixed in later patches after some refactoring to more
fully express the facade-like nature of the appcompat library.

Collapsed the appcompat eclair, honeycomb and ics folders into
one src folder because the layering did not make any sense.
All of these folders were providing portions of the API.
The layering will be reconstructed and improved in later patches.

Moved implementation types into an internal package within appcompat
to prevent them from leaking into the API.

Changed the base package name to android.support.v7, similar
to the gridlayout support lib.

Bug: 8175766
Change-Id: I538cbe08310e63e96a2a9fed0b8636eeda530f2c
/frameworks/support/v7/appcompat/Android.mk