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

Changelog

Fabio Biola edited this page Mar 22, 2015 · 17 revisions

1.3.3

  • added 'enable action bar shadow' functionality
  • resolved issue #230
  • added 'Default section loaded' functionality
  • fixed issue #200
  • fixed issue #187
  • added method removeSection for removing sections at runtime

1.3.2

  • updated material-ripple library
  • resolved issue #157
  • resolved back to pattern issue with toolbar #181
  • resolved issue #157
  • added method removeAccount, now accounts can be removed programmatically.
  • added method isDrawerOpen for checking if drawer is open or close

1.3.1

  • changed ripple effect library to material-ripple
  • account type -> created methods for set programmatically the username and email text color.
  • fixed more than 3 tabs bug #149
  • fixed smallestScreenWidthDp bug #145
  • fixed background clickable bug #146
  • fixed #143 bug
  • fixed #140 bug
  • now section can use his real color using newSectionWithRealColor methods
  • fixed section click behaviour #91
  • fixed layout problems #137
  • sections are now clickable if drawer is not closed properly #120

1.3

  • added multiple profile support
  • added account section list
  • fixed bug at #33 issue
  • hiding menu when the drawer is open (testing)
  • added RTL support
  • added master/detail flow
  • added drawer dark theme on -> MaterialNavigationDrawerTheme
  • fixed OutOfMemory errors

1.2.9

  • Added backpattern custom
  • resolved multipanes problems
  • removed default ripple support to all devices, added possibility to set to all 14+ devices.
  • added text notifications on sections
  • fixed change to first section on device rotation
  • added DrawerListener callbacks
  • fixed multiple clicks on drawer closing
  • added drawer header types

1.2.8

  • added support for int resources in newSection methods
  • changed method name from addSuheader to addSubheader
  • added support to API 10 (Gingerbread)
  • added ripple effect on every device with API 14+, thanks to Android-UI library
  • added learning pattern, now as default drawer will be open on starts.
  • added back pattern.

1.2.7

  • added Roboto font instead default internal font, thanks to Calligraphy library
  • added subheaders support.
  • added method for remove account data section from drawer.
  • section now support custom listeners.

1.2.6

  • added multi pane support
  • removed arrow animation when drawer is open/close
  • bottomSections now is not pinned to the bottom following material design guidelines
  • fixed account image background height problem

1.2.5

  • fixed tablet width drawer bug
  • added fade effect when switching between accounts for background image

1.2.4

  • added Google Gmail app transitions when switching accounts.

1.2.1

  • fixed return null on init() issue
  • added DarkActionBar theme
  • fixed fragments overlapping issue
  • now is possible change actionbar title from fragment

1.2

  • fixed addSection bug found here
  • now there are Dark (default) and Light version of MaterialNavigationDrawerTheme
  • removed useless newBottomSection(), use newSection() instead
  • added getAccountAtCurrentPosition(int position) that get the current account at position passed.

1.1.9

  • navigation drawer under status bar and status bar colors

1.1.8

  • Async load for account informations

1.1.7

  • Added Multiple Account support with max of 3.

1.1.3

  • Added both Fragment support ( Google support Fragment and Android Fragment)

1.1

  • Added notification functionality
  • passing to android.app.Fragment from support Fragment
  • Added secondAccount and thirdAccount functionality

1.0.1

  • Added to maven central repository

1.0

  • Create base Navigation Drawer with material design style and Sections
Clone this wiki locally