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.3.1

08 Mar 01:30
f6ee3bf
Compare
Choose a tag to compare

FloatingView moves smoothly(#19)

Ver 2.3.0

06 Mar 04:44
3a59881
Compare
Choose a tag to compare

Note: Physics-based animation is turned on by default from this version
If it is unnecessary, turn it off as an option
#68 #44

Ver 2.2.4

18 Jan 03:47
6aae1f4
Compare
Choose a tag to compare

Ver 2.2.3

26 Oct 05:16
Compare
Choose a tag to compare

Support Android O
(Use Android Studio 3.0)

  • targetSdkVersion 25 -> 26
  • Update libraries
  • Use NotificationChannel
  • New foreground service API (ContextCompat.startForegroundService)
  • New window layer (TYPE_APPLICATION_OVERLAY)

Ver 2.2.3-beta1

27 Jul 01:56
Compare
Choose a tag to compare
Ver 2.2.3-beta1 Pre-release
Pre-release

Beta release

Support Android O(#34)

  • targetSdkVersion 25 -> 26
  • Update libraries
  • Use NotificationChannel
  • New foreground service API (ContextCompat.startForegroundService)
  • New window layer (TYPE_APPLICATION_OVERLAY)

Ver 2.2.2

19 Jul 08:26
Compare
Choose a tag to compare
  • Supports MOVE_DIRECTION_NEAREST (move the nearest side)
  • Bug Fix
    #39
    #41
    #42

Ver 2.2.2-beta1

27 Jun 09:10
Compare
Choose a tag to compare
Ver 2.2.2-beta1 Pre-release
Pre-release

Deprecated(Use 2.2.2 or higher)

  • Supports MOVE_DIRECTION_NEAREST (move the nearest side)
  • Bug Fix
    #39
    #41
    #42

If you find the some bugs, please report on issue page
We will run a few weeks of testing and the official version will be released.

Ver 2.2.1

06 Apr 08:06
Compare
Choose a tag to compare

Minor update(sample module only)

  • Change the way to stop the service

Ver 2.2

16 Feb 02:52
Compare
Choose a tag to compare
  • Support for large image for FloatingView (not complete, but almost works)(#16)
  • Support size specification of FloatingView(#16)
  • Fix issue #14

Ver 2.1

30 Jan 05:57
Compare
Choose a tag to compare
  • Add FloatingView’s position callback and update demo
  • Add annotations
  • Update library version