History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f4989216d62f70088cea29f9ae200a9bb3ff955 09-Sep-2014 Chris Banes <chrisbanes@google.com> More window inset fixes

The final fix is to make appcompat's decor optionally
fit system windows, just like PhoneWindow's decor.
Unfortunately the only way to enable this is via reflection.
Yuck.

With this turned on, we now need to call computeFitSystemWindows()
in ActionBarOverlayLayout. Again via reflection.

BUG: 17411097
Change-Id: I18c8e9b50cb5ab8d72dda1c106c4638d676e09d7
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
08358d12169435b51d800bb7076fc4a540eafb8c 08-Sep-2014 Chris Banes <chrisbanes@google.com> Don't call stopNestedScroll pre-L

Change-Id: Ib85b93bcf75dbb973c675da030c190b61ca37a59
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
26f676060f6b45921a809c696acceac9c031c85b 29-Aug-2014 Chris Banes <chrisbanes@google.com> Correctly handle system ui visibility changes

BUG: 16959423
Change-Id: Ia7d07ddc7aa15f0026ee99425bfd3fb460a83338
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
e9f074ac4967c05b4b3a7a4a6516a38ab539fc98 27-Aug-2014 Chris Banes <chrisbanes@google.com> Unify code paths for collapsing action views in action bars

BUG 17105724

Change-Id: I320923f45d59069ef15d4f6a6c1326c1d465924f
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.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/ActionBarOverlayLayout.java
8befe35284f720362ec0a862ec840bd9fb598fe4 21-Aug-2013 Chris Banes <chrisbanes@google.com> Fix android.R.id.content change

Looks like I didn't test Id425b59522b59e9db6c6f08974c648f88240f5e9
properly. This commit fixes it so that it actually works.

Change-Id: I543262a3821424e9fa92c44966f659cdaf7c7b1f
Signed-off-by: Chris Banes <chrisbanes@google.com>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
89208232f3b5d1451408d787872504a190bc7ee0 31-May-2013 Chris Banes <chrisbanes@google.com> Remove Native Action Bar support for Honeycomb

- Tweaked config & bool resources so that large & xlarge
match the width qualified resources as much as possible.
- Added CompatTextView which implements textAllCaps for
all platforms.
- Added @hide to internal classes which it was missing

Bug: 9218989

Change-Id: I038d8ab7261d6c1d5cb039cd17903a43d09183c2
Signed-off-by: Chris Banes <chrisbanes@google.com>
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ActionBarOverlayLayout.java
d900fe072335d488f883585e3f686ef955d1ccc9 08-Apr-2013 Chris Banes <chrisbanes@google.com> Scrub AppCompat Code and Resources

This commit removes TODOs, commented out code
and other dead code from AppCompat.

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