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

Version 3.1.1

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 14 Aug 16:07
· 1097 commits to master since this release
  • Fix: MenuItem.getSubMenu now returns a support instance rather than a
    native instance.
  • Fix: Fragment methods onAttach and onInflate incorrectly regressed to use
    Activity instead of a FragmentActivity in their method signatures.
  • Fix: Retained fragments not being re-attached on pre-3.0 when attached to
    android.R.id.content upon activity recreation.
  • Fix: onPrepareOptionsMenu not dispatched to fragments. This still will only
    occur if the activity method returns true (which is the default).
  • Fix: Menu.findItem not returning null when the item was not found on
    Android 3.0+.