History log of /frameworks/support/v7/appcompat/src/android/support/v7/app/WindowDecorActionBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45b0ea2a10e79b580aabb411126d8d6b79c9da95 31-May-2016 Chris Banes <chrisbanes@google.com> Fix action mode animation on recreations

Currently if an action mode is started in onCreate()
it will fade in. This isn't ideal though, especially
since Activities are recreated routinely with
multi-window and resizable Activities. In that instance
we fade it in on every recreate.

This CL fixes this in both the decor and toolbar action
modes to only fade in if the decor has been laid out.

BUG: 29036694
Change-Id: Id75ac73bcf00bc15c91734a03195332dc118578c
/frameworks/support/v7/appcompat/src/android/support/v7/app/WindowDecorActionBar.java
bfc9bd50c5c7e6874dc6f32a5d81620398a5c1e5 26-Apr-2016 Chris Banes <chrisbanes@google.com> ActionMode fixes found in testing

- Fix onSupportActionModeFinished() being called twice.
Caused by double wrapping the callback which means that
each call is called twice.
- Fix onPrepareActionMode not being called. Caused by setting
the current action mode too late.

BUG: 28378961
BUG: 28392319

Change-Id: I7e41f1396c7230a37880c8c812d4622e969e032b
/frameworks/support/v7/appcompat/src/android/support/v7/app/WindowDecorActionBar.java
a6d085f83e2aec7ebda1fbbc69a5fd63c5f2e235 08-Dec-2015 George Mount <mount@google.com> Alt-up moves focus on the toolbar in action bar mode.

Bug 24811572

Change-Id: I0884bbabb155724539ba1314d0e9aeae27daaa83
/frameworks/support/v7/appcompat/src/android/support/v7/app/WindowDecorActionBar.java
66698bb15ba0f873aa1c2290cc50d6bb839a474a 26-Oct-2015 Chris Banes <chrisbanes@google.com> Flatten AppCompat class hierarchy

This allows us to do two things:

1) Move away from using public @hidden classes
everywhere.
2) Workaround silly OEM bugs.

BUG: 18218511

Change-Id: I7582e242c7564c32feeb044fc9eff6bfb5c56536
/frameworks/support/v7/appcompat/src/android/support/v7/app/WindowDecorActionBar.java