This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Version 3.3.1
ADT 14 is now required. Maven 3 is required if building from the command line.
- XML-defined
onClick
attributes will now check for anonClick
method that
takes anandroid.support.v4.view.MenuItem
instance. - Tabs on medium screens in landscape now display inline rather than below the
action bar to mirror how Android 4.0 behaves with the same configuration. - Fix: Menu inflater properly checks activity context for
onClick
method
declared in the XML. - Fix: Dialog fragment properly saves its
showDialog
state when not being
used as a popup. - Fix: Return
-1
when in tab navigation but no tab is selected. This brings
the library in line with the post-3.0 behavior. - Fix: Removing a menu group no longer throws an
IndexOutOfBoundsException
. - Fix:
getSelectedTab
andgetTabAt
no longer throwNullPointerException
s
on post-3.0 when no tab was selected or no tab existed at the specified
position, respectively. - Fix:
findFragmentById
now properly returns fragments attached to
android.R.id.content
when run on pre-3.0 devices.