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

Version 3.2.0

Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 14 Aug 16:06
· 1010 commits to master since this release
  • Added support for MapView and the Google APIs through the use of
    FragmentMapActivity. If you are using a map within a fragment you must
    ensure it is always attached to an activity which extends from this new base
    class.

Since supporting maps requires compiling against the Google APIs, this
functionality is implemented in the form of a plugin which is to be used
alongside the normal library. You can choose to add it as an additional
library project or by including it as a .jar. Maven users may simply
include the additional dependency (artifactId: plugin-maps).

  • Fix: Fragments adjacent to the currently selected fragment in a ViewPager
    no longer contribute to the activity menu.
  • ActionBar.Tab has been changed from an interface to an abstract class to
    mirror its native counterpart.