All Versions
44
Latest Version
Avg Release Cycle
14 days
Latest Release
583 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v6.1.1 Changes
October 06, 2018๐ Changes
- โก๏ธ update to latest build tools
- โก๏ธ update to latest gradle build plugin
- โก๏ธ update to latest gradle
- properly define different color for the subtext item in the header as defined in the guidelines
- ๐ use seperate dimensions for title and subtext of the header
- adjust sizes to 20sp and 13sp according to the design guideliens
- ๐ slightly adjust various dimensions to better fit the new material 2 definitions
- header is now higher
- selected profile picture smaller
- the selection area was moved up a bit to better fit the adjusted title text size
- the dropdown was moved up to be in line with the text
- properly handle compact header with no profiles (text aligned to start), image gone
Migration
- please read the MIGRATION notes for the new added theme attribute.
-
v6.1.0 Changes
September 22, 2018โ WARNING
- ๐ this release is the first release using androidX, stay with older versions for pure appcompat dependencies
๐ Changes
- ๐ includes all updates from the rc pre releases
- ๐ update to final androidX 1.0.0 release
-
v6.1.0-rc02 Changes
September 15, 2018โ WARNING
- ๐ this release is the first release using androidX, stay with older versions for pure appcompat dependencies
- in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2
๐ Changes
- ๐ update to latest androidX release v1.0.0-rc02
- ๐จ please also see the changelog of v6.1.0-rc01.2 (which has more details about the material2 design refactor)
-
v6.1.0-rc01.2 Changes
August 19, 2018โ WARNING
- ๐ this release is the first release using androidX, stay with older versions for pure appcompat dependencies
- in addition it has completely reworked items and headers using the new android constraintlayout v2.0.0-alpha2
๐ Changes
- โ add new dependency, constraintlayout
- constraintLayout 2.0.0-alpha2 to be able to use MotionLayout
- โ add migration info for new theme attributes
- reflect changes in README
- re-model all included drawerItems to have a more flat hierarchy by using constraintLayout, simplify them as far as possible
- introduce new util method
themeDrawerItem
which will apply the selected item design according to the material design guidelines (1 and 2) - ๐ support disabling material 2 design via theme
- re-work the headers to use a
ConstraintLayout
and hugely simplify the layout hierarchy
Screenshot time