Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Version 3.3.0

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 14 Aug 16:05
· 935 commits to master since this release
  • Tabs are now displayed below the action bar on all medium-screen devices and
    portrait large-screen devices.
  • Fix: Dialog fragments no longer throw an IllegalStateException when being
    used as a regular fragment (i.e., not as a popup). See
    StackOverflow
    for more information.
  • Fix: Popping a fragment off of the back stack now properly assigns its parent
    activity.
  • Fix: An activity result no longer causes a NullPointerException when the
    target fragment no longer exists.
  • Fix: Action item dividers are now properly initially hidden when their
    associated action items are as well.