This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Releases: recruit-lifestyle/FloatingView
Releases · recruit-lifestyle/FloatingView
Ver 2.4.5
Ver 2.4.4
Ver 2.4.3
Ver 2.4.2
Ver 2.4.1
Ver 2.4.0
- Update SDK
- support library 28.0.0
- Support Android P(#82)
- Foreground service permission
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
- DisplayCutout
UseFloatingViewManager.findCutoutSafeArea(activity)
- Foreground service permission
- Bugs on Galaxy S9+ (#88)
- dirty hack...
- Fix FloatingViewManager.removeAllViewToWindow() causes IllegalArgumentException (#89)
All changes here
Ver 2.4.0-beta02
- Fix FloatingViewManager.removeAllViewToWindow() causes IllegalArgumentException (#89)
Ver 2.4.0-beta01
- 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
- Support Android P(#82)
- Foreground service permission
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
- DisplayCutout
- But... it has constraints (See No 9)
- Foreground service permission
Ver 2.3.2
- Update sdk
- use implementation keyword
Thank you @TurboProgramming