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

Releases: mikepenz/CrossfadeDrawerLayout

v1.1.0

22 Sep 16:17
Compare
Choose a tag to compare

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

v1.1.0-rc01

18 Aug 14:37
Compare
Choose a tag to compare
v1.1.0-rc01 Pre-release
Pre-release

WARNING

  • this release is the first release using androidX, stay with older versions for pure appcompat dependencies

Changes

  • upgrade to androidX
  • update to build tools 28
  • update to targetSdk 28
  • include material dependency
  • update to the new release setup used in my other libs
  • update to gradle 4.9
  • cleanup

v1.0.1

28 Oct 16:54
Compare
Choose a tag to compare
  • update build tools to 27
  • update compile sdk to 27
  • update target sdk to 27
  • update supportLibs to 27
  • update gradle to 4.1
  • update butterknife to 8.8.1

v1.0.0

21 Aug 19:29
Compare
Choose a tag to compare

library

  • drop minSdk 10 support. new minSdk is now 14
    • please use v0.3.4 of the library for API 10 support
  • update to the latest support libraries v24.2.0
  • overwrite all closeDrawer & openDrawer methods to correctly set the current state
  • clear animation of the mContainer if we close the drawer
  • remove unnecessary code
  • update dependencies
  • update gradle

v0.3.4

07 Apr 18:21
Compare
Choose a tag to compare

library

  • update to latest support libraries v23.3.0
  • update materialize to v0.8.8

general

  • update to latest gradle 2.12
  • update to latest android gradle build tools v2.0.0
  • update build tools to v23.0.3

v0.3.3

11 Mar 15:26
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1
  • update to latest materialize library v0.8.6
  • use new addDrawerListener method, makes the previous setDrawerListener obsolete
  • properly update parameters if we open the drawer, so sliding is working

v0.3.2

28 Feb 16:26
Compare
Choose a tag to compare

library

v0.3.1

25 Feb 22:59
Compare
Choose a tag to compare

MIGRATION

  • update to latest support appcompat v23.2.0

library

  • update to latest appcompat v23.2.0
  • upgrade to latest Materialize library v0.8.5

v0.3.0

06 Feb 14:22
Compare
Choose a tag to compare

library

  • fix scrolling inside the CrossfadeDrawerLayout. Note this will change the behavior. The new behavior is that it will not crossfade to the MiniDrawer anymore if you drag left if the touch was done on the drawer. If you drag left starting in the area beside the drawer it will crossFade to the MiniDrawer first
  • set fitsSystemWindows inside the CrossfadeDrawerLayout
  • update to the latest Materialize library
  • remove the UIUtils as all functions are now inside the Materialize library

sample

  • probably handle the translucent statusbar in the sample

v0.2.5

25 Jan 19:21
Compare
Choose a tag to compare

library

  • use ScrimInsetsRelativeLayout as the Container