Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

86 lines (53 loc) · 3.27 KB

Change Log

Version 3.0.0-RC3 (2021-02-12)

  • Update library to no longer pull dependencies from JCenter in preparation for its shutdown on May 1, 2021. Thanks @barnhill!
  • Moved to Maven Central
  • Kotlin 1.4.30
  • targetSdkVersion is now 30
  • Android Gradle Plugin 4.1.2
  • androidx.lifecycle 2.3.0
  • Disable BuildConfig generation
  • Mark interface with fun for SAM conversion. Thanks @starsep!
  • Use rootView instead of first child to fix [#61]. Thanks @kuno!

Version 3.0.0-RC2 (2020-02-28)

  • Add missing javadoc.jar and sources.jar
  • Improve status bar height calculation logic #57. Thanks @anoop44!
  • Fix an wrong method signature #58. Thanks @bensmiley!

Version 3.0.0-RC1 (2020-02-14)

  • Library converted to Kotlin(v1.3.61)
  • Update targetSdkVersion to 29
  • Android Gradle Plugin 3.5.3
  • Added support for Architecture Components Lifecycle #48. Thanks @kletzander!
  • Exclude the height of status bar and ActionBar from the height diff calculation to fix #41. Thanks @anoop44!

Version 2.3.0 (2019-04-09)

  • Check SOFT_INPUT_ADJUST_NOTHING explicitly to fix #37 and #38. Thanks to @alzhuravlev for the fix!

Version 2.2.1 (2019-01-22)

  • Added logic to handle softInputMode with keyboard state flags. (windowSoftInputMode="adjustResize|stateHidden" or similar values will not crash anymore and keyboard visibility changes will be detected properly)

Version 2.2.0 (2018-12-11)

  • Update targetSdkVersion to 28
  • Use ratio rather than constant value to detect keyboard visibility change #25

Version 2.1.0 (2017-03-06)

  • Add Unregistrar registerEventListener(Activity, KeyboardVisibilityEventListener) to manually unregister event(#18). Thanks to @anoop44 for the awesome PR!

Version 2.0.1 (2017-01-06)

  • Fix keyboard not properly detected in some situation(#7 and #8). Thanks to @UsherBaby for the fix!

Version 2.0.0 (2016-08-20)

  • Moved to jCenter
  • Min SDK 14
  • Auto unregister event upon target Activity's onDestroy
  • Updated tools

Version 1.0.1 (2015-10-26)

  • Min SDK 9

Version 1.0.0 (2015-03-20)

  • Initial Release