History log of /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ab6b02ab7c3b54472cbc530b38230b0d3389aaf 25-Jun-2015 Chris Banes <chrisbanes@google.com> Merge "Update AppCompatSpinner with popup theme" into mnc-dev
acce58688e2c3e5abd0b13e78dcf2c26710eabd0 15-Jun-2015 Chris Banes <chrisbanes@google.com> Change ActionBar animtion from/to ActionMode - support edition

This CL changes the animation going from/to ActionMode per UX request.
The previous animation uses a combination of scale and translation
animation, whereas the new animation uses fade-out and then fade-in
(no cross-fade) for the action bar transition.

Also removed any internal code support split action bars.
AppCompat does not support it is not used.

Bug: 20882034

Change-Id: I65d39fd785cbd7c80357fae7411350100225eb5f
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
f933672168f6deff5e3636584bec735416b5a93b 28-Apr-2015 Chris Banes <chrisbanes@google.com> Update AppCompatSpinner with popup theme

This is done by handling the dropdown popup
ourselves in AppCompatSpinner. This enables
us to control the context.

Also removed the old copy-pasta SpinnerCompat
implementation moving us to the new AppCompatSpinner
everywhere.

BUG: 17625714

Change-Id: Ic2ded027898cf441241b6a22eb1a6d62fd77dcee
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
f3ad1351d8b40ec5defe35e79d3430ad3c384b6d 27-Nov-2014 Chris Banes <chrisbanes@google.com> Refactor AppCompat's Activity structure

- The activity delegates now have a public abstract class
called AppCompatDelegate. Any Activity can create one,
but they must call through to the delegate at certain
lifecycle methods.
- Related, I've reduced the number of manual lifecycle
calls needed by using Window.Callback where possible.
- Activities can implement the the new AppCompatActivityCallback
interface to receive certain callbacks.
- AppCompatActivity does all of this automatically
- ActionBarActivity is now a deprecated alias for AppCompatActivity
- Removed support for the v4 Drawer Toggle
- Remove our internal callback in favor of using Window.Callback
directly

BUG: 18547959

Change-Id: I8ece4372fa2abbc5b5246544643fafe0e22874be
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
46dfe0c53492ef0cb59873123ca141906fbb7dcc 03-Nov-2014 Chris Banes <chrisbanes@google.com> Bring list menu fully into appcompat

We no longer delegate upto the Window to display
list menu items.

We now include more PhoneWindow. YAY.

BUG: 18004449
BUG: 17470603

Change-Id: Ieb072b6ac02db7a1438ab3ebfe2ba1cc29717a77
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
6aadbd39814a5ae41e1fadfab06657cdf901e625 23-Oct-2014 Yigit Boyar <yboyar@google.com> Move all actionbar related methods to DecorToolbar

Bug: 17999561
Change-Id: Ibf7d84372eca7757bebee5c142c6a2237af815fa
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
acf94897e0924ff5fcd3c5b371ab1aa620cb1dc6 18-Sep-2014 Chris Banes <chrisbanes@google.com> Allow fallback to Toolbar's default Navigation Icon

BUG: 17554486

Change-Id: I9ed2a7adfb57247da0dfebce30e5d6ad86921bc0
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.java
b3813e08451b31c599f47ebaf14c9467043cedbc 11-Sep-2014 Yigit Boyar <yboyar@google.com> Add support for default content description in Toolbar

Bug: 16888338

Change-Id: Iefd663455b5a8f5f4ec96041bfbd74881c2bf0df
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/DecorToolbar.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/DecorToolbar.java