History log of /frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a52784195525cdb1f2bb4d8dde1b8b314f480957 10-Sep-2014 Chet Haase <chet@google.com> Remove references to "L"

Issue #16894783 Remove references to L when API is locked down

Change-Id: Icf1215eed34e6fbe3d71a5cec4bf1699c3bc3ff9
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
058467cbd6dd0acdfaec61e65ab9e352868ec5c9 27-Aug-2014 Yigit Boyar <yboyar@google.com> Create a new ActionBarDrawerToggle with arrow and hamburger menu

Bug: 16514897
Bug: 17353988

Change-Id: Ia3c39b6accf3923bd297740b24e48dba35820b37
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
d333fbf215cc2fd93e8081ea5181ebf5795e0b87 24-Jul-2014 Alan Viverette <alanv@google.com> Fix home as up indicator

Change-Id: I4b24541178636c7a9ec2c5c4e43007c9c6cf87db
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
64fcaa34a80f277307ed0bc7f04caa128d8f85aa 24-Jul-2014 Alan Viverette <alanv@google.com> Allow client to set up indicator used by ActionBarDrawerToggle

BUG: 16355561
Change-Id: I416c4d50599ce05885ed9163882531d88c275ffe
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
eeb7ac88c693732f66df764310394c80fd927fd5 19-Jul-2014 Adam Powell <adamp@google.com> Don't animate the ActionBarDrawerToggle drawer indicator for new apps

The new Toolbar-backed action bars provide enough space for navigation
that the drawer glyph has its own permanent button-like
position. Don't slide it back and forth like the Holo version if the
app is new and running on a new platform version. Also let the app
decide this manually.

Bug 15885014

Change-Id: I43b66b750d8db13ad4da646ee70fd39d8019c257
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
a3ff3273e976adf19770651dcf473fa67b38eb22 21-Mar-2014 Tor Norbye <tnorbye@google.com> Add tools metadata annotations to the support library

Change-Id: I018ccee411da848e6ced91da316f86ae149dc218
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
9bd9831d1f3b23c72f67a4bf5d2b2504046bc771 23-Oct-2013 Kirill Grouchnikov <kirillg@google.com> Non-reflection based implementation for drawer toggle for JBMR2+.

Resurrecting the lost https://googleplex-android-review.git.corp.google.com/#/c/379426/
with extra null checks.

Bug: 12958873
Change-Id: I39ace8a70d8c8499140505fbe52ec83ec12284fd
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
14fabe0b90c2cd2fa5d67da7acb97b9e554636c1 14-Nov-2013 Alan Viverette <alanv@google.com> Fix slide drawable mirroring

BUG: 11673295
Change-Id: I181eb6aa2ab2a80d29716633cd25857540eba72d
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
5fff1aa4dcdbcd9804ed1033d44f74608b53a8ca 03-Oct-2013 Kirill Grouchnikov <kirillg@google.com> Use correct open/close content description strings.

The JD for the costructor says that the openDrawerContentDescRes
describes the "open action". This means that it should be set
when the drawer is closed. Same for the closeDrawerContentDescRes
that should be set when the drawer is opened.

However, the code in syncState, setDrawerIndicationEnabled, onDrawerClosed
and onDrawerOpened swapped the meaning of the two strings.

Bug: 11062863
Change-Id: I9df100f5520f992190d7c479a99ba5471b4a3822
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
5df122f8bb619edcdbef94cd455efef0e6e44377 23-Sep-2013 Alan Viverette <alanv@google.com> Add auto-mirroring support to ActionBarDrawerToggle

Also adds the necessary KitKat packages, classes, and build targets
for the support-v4 library.

BUG: 10209321
Change-Id: Iec8906182be2694e2ef1959bcf39d9fe61b7a151
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
a2baef2fdbcfca77239addd2f202953a7a5dda52 10-Sep-2013 Chris Banes <chrisbanes@google.com> Get ActionBarDrawerToggle Delegate earlier in constructor

getThemeUpIndicator() uses the Delegate but is currently
called before the Delegate is retrieved.

Bug: 10618525
Change-Id: I80de1c40ecc9e3a1af252ba1fa1deaf862e20110
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
8292501782046595337faeb0a0784b12cafad422 05-Aug-2013 Alan Viverette <alanv@google.com> Make SlideDrawable respect the layout direction of its activity

BUG: 10023102
Change-Id: Ib033022d6cebecea3f3f9c5cfa67b48483371e83
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
45d973fcc4c43f5ea00cddd3d9b947d9e8d8fc4e 28-May-2013 Chris Banes <chrisbanes@google.com> ActionBarCompat support for ActionBarDrawerToggle

Bug: 9167781
Change-Id: I927788a093d27e26b8b693766127f1a608d1b540
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
be5d626f0e91da09f46b82daa84c3d57df196c11 19-May-2013 Scott Kennedy <skennedy@google.com> Return true when we toggle the drawer

The docs say we can check the return value from
ActionBarDrawerToggle#onOptionsItemSelected(MenuItem) to
short-circuit Activity#onOptionsItemSelected(MenuItem), but we were
never returning true.

Change-Id: Ieadc469e65189c27182ed5b28ffb9cd712d06b96
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
753e0f10af4a3e3820779a825d9004d48412d6a7 25-Apr-2013 Adam Powell <adamp@google.com> ActionBarDrawerToggle behavior tweak

Only open/close the drawer when the indicator is actually enabled.

Bug 8698758

Change-Id: Ic90c48b5c94fea1e0f7931bd9ecdd58827b244b7
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java
79f95ce3e660d267831067e514ff455156c4381f 18-Apr-2013 Adam Powell <adamp@google.com> Add ActionBarDrawerToggle

This helper provides an easy way to tie together the functionality of
DrawerLayout and the framework action bar and correctly implement the
design guide behavior for navigation drawers.

Fix a bug with minimum fling velocity in
DrawerLayout/SlidingPaneLayout.

Part of bug 8609454 - code samples for DrawerLayout/SlidingPaneLayout

Change-Id: I293ac33e3898e5dbecdb8aed386318a40f72ca75
/frameworks/support/v4/java/android/support/v4/app/ActionBarDrawerToggle.java