History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5cbf40d0ef5e4ba3f50adaf2af08d19fecdf55a 22-Sep-2014 Yigit Boyar <yboyar@google.com> Prevent ActionBar views from starting ActionMode

Views inside ActionBar cannot start action mode. This was broken
in AppCompat because we were overriding the compatibility version
of startActionMode but we should override the framework version
as well.

Bug: 17585578
Bug: 17584648
Change-Id: I3413aa84c0cef5afc5053cd7ece3053ee64c945e
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
7d099302a9f49cee558d366a7c615b28cea79e0a 17-Sep-2014 Yigit Boyar <yboyar@google.com> Set correct bounds in ActionBar based on visibility of ActionBarView

Replica of CL I07e57f00e27b41d5370cb9440b35734a8ec10f3a
Bug: 17280341

Change-Id: I83df9c012410c811bfae0c612c7ff1812e9635ce
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
c5f2053af179e480ab0b0b50d1b0aade4e97fbc1 16-Sep-2014 Yigit Boyar <yboyar@google.com> Handle action mode changes properly for actionbar tabs

Bug: 17513613

Change-Id: I771157c6c010d8f13792c209e204670d90c680c7
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
d8213c28889f37a1a2b6c05115be9f6df54a7a45 07-Aug-2014 Chris Banes <chrisbanes@google.com> Fix visible elevation when actionbar bg is transparent

Imports change some of the framework change
I49698cc7c1bf4b2b55ffe2f82899543ca62bc61c

BUG: 16838001
Change-Id: Ibbc07853e01cea6d457fa7b6b83299ec3de17ac0
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
49c78900da0d43140fb602431fb93212bd7f6c70 15-Jul-2014 Chris Banes <chrisbanes@google.com> Update internal Action Bar implementation to L

This CL brings all of the internal widgets and helpers
for the Action Bar up to date with L. We now only use the
unbundled ActionBar/ToolBar implementation. This is to ease
integration and make styling simpler.

Change-Id: I267c9ee90b5707d997910c57242e26130f2dbcf8
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
18fd7433f4123ed2e725601591470455c6b7578e 16-Dec-2013 Chris Banes <chrisbanes@google.com> Fix Stacked Background filling Action Bar

Caused by Gingerbread's ColorDrawable not respecting
it's bounds.

https://code.google.com/p/android/issues/detail?id=62347

Change-Id: I63d87b7ec68e3f8b7e2c5f551f2a7f757591331a
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
242db97d44808da5e2f8ec45076e2353a03882a0 25-May-2013 Chris Banes <chrisbanes@google.com> Fix drawable handling for ABC's ActionBarContainer

Bug: 9131941

Change-Id: I667c01a1b5f0096dd1b77459177542d5a3025cca
Signed-off-by: Chris Banes <chrisbanes@google.com>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
d8222dedaacae30fa03bee346ebf42ee75b39928 26-Mar-2013 Chris Banes <chrisbanes@google.com> Expose support version of contextual Action Bar

This commit exposes the contextual Action Bar
to developers:

- More drawables imported (sigh).
- Using standard ActionButton style for Close button,
didn't see the point of adding yet more drawables
- Moved ActionMode.java out of internal
- Added ActionModeWrapper for HC+
- Added onBackPressed support
- Added relevant callbacks to ActionBarActivity

Change-Id: I02996621e810db6875c86cc5965ecac769459c16
Signed-off-by: Chris Banes <chrisbanes@google.com>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarContainer.java
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/src/android/support/v7/internal/widget/ActionBarContainer.java