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

Releases: recruit-lifestyle/FloatingView

Ver 2.4.5

03 Feb 05:53
@uny uny
dae0fb7
Compare
Choose a tag to compare
  • Enhance child views can handle touch events #120
  • Android X #121

Thank you to @ynntk4815 and @hannesa2 for pull requests!

Ver 2.4.4

28 Mar 04:05
8a9a722
Compare
Choose a tag to compare
  • Enable hardware acceleration by default #115

Ver 2.4.3

05 Mar 02:05
bef16b9
Compare
Choose a tag to compare
  • getDisplayCutout() on a null object reference #110

Ver 2.4.2

25 Jan 04:46
353e19f
Compare
Choose a tag to compare
  • NullPointerException on mVelocityTracker(#103 )
  • Fix sample app

Ver 2.4.1

15 Jan 02:01
d0034e3
Compare
Choose a tag to compare
  • Fix "addViewToWindow() crashes with IllegalStateException"( #100 )

Ver 2.4.0

15 Oct 03:33
f549e30
Compare
Choose a tag to compare
  • Update SDK
    • support library 28.0.0
  • Support Android P(#82)
  • Bugs on Galaxy S9+ (#88)
    • dirty hack...
  • Fix FloatingViewManager.removeAllViewToWindow() causes IllegalArgumentException (#89)

All changes here

Ver 2.4.0-beta02

02 Oct 08:17
96447e0
Compare
Choose a tag to compare
Ver 2.4.0-beta02 Pre-release
Pre-release
  • Fix FloatingViewManager.removeAllViewToWindow() causes IllegalArgumentException (#89)

Ver 2.4.0-beta01

28 Sep 11:54
b95b5d5
Compare
Choose a tag to compare
Ver 2.4.0-beta01 Pre-release
Pre-release
  • Update SDK
    • support library 28.0.0
  • Add method about DisplayCutout.
    • FloatingViewManager.findCutoutSafeArea(activity)
  • Bugs on Galaxy S9+ (#88)
    • dirty hack...

Ver 2.4.0-alpha01

14 Sep 07:51
f5ad373
Compare
Choose a tag to compare
Ver 2.4.0-alpha01 Pre-release
Pre-release

Ver 2.3.2

28 May 05:16
9d13cf3
Compare
Choose a tag to compare
  • Update sdk
  • use implementation keyword

Thank you @TurboProgramming