Skip to content

Releases: skydoves/ElasticViews

2.1.0

11 May 10:20
ef88839
Compare
Choose a tag to compare

🎉 Released a new version 2.1.0! 🎉

What's New?

  • Added a View as a receiver on setOnClickListeners in Builders and elastic views.
  • Added ElasticView that extends View for implementing custom views.
  • Renamed internal ElasticView interface to ElasticInterface.
  • Updated kotlin to 1.4.31 internally.

2.0.9

05 Dec 16:18
12d4a6b
Compare
Choose a tag to compare

🎉 Released a new version 2.0.9! 🎉

What's New?

  • Unabled to generate BuildConfig from the elasticview module.
  • Changed setOnFinishListener() receives nullable parameter.
  • Updated kotlin version to 1.4.20 internally.
  • Internal improvements.

2.0.8

20 Sep 16:17
2c7e9ea
Compare
Choose a tag to compare

🎉 Released a new version 2.0.8! 🎉

What's New?

  • Used mutated drawable for rounded views.
  • Refactor views constructor and initialization (#10)
  • Updated compile SDK version to 30 and kotlin version to 1.4.10 stable.
  • Used single abstract method conversions for listeners.
  • Hided kotlin lambda functions in Java APIs using JvmSynthetic.

2.0.7

10 Jan 03:30
5b63909
Compare
Choose a tag to compare

Released version 2.0.7.

  • Added ElasticCardView.
<com.skydoves.elasticviews.ElasticCardView
  android:layout_width="match_parent"
  android:layout_height="120dp"
  app:cardCornerRadius="8dp"
  app:cardElevation="12dp"
  app:cardBackgroundColor="@color/background"
  app:cardView_duration="250"
  app:cardView_scale="0.8" >

  ...

</com.skydoves.elasticviews.ElasticCardView>
  • Fixed ElasticLayout got elastic animation multiple times.

2.0.6

07 Dec 17:25
b1cf1c3
Compare
Choose a tag to compare

Implemented some features.

  • cornerRadius attributes on ElasticButton, ElasticCheckButton, ElasticLayout. #7
  • Implemented builder classes on every elastic view. We can create an instance using the builder classes.

2.0.5

15 Sep 10:24
94307f7
Compare
Choose a tag to compare

Released version 2.0.5.

  • fixed the wrong reference of the duration.
  • removed useless resources
  • optimized codes

v2.0.4

07 Jul 18:38
08ef015
Compare
Choose a tag to compare

refactor

  • the animation starts on onClickListener instead of dispatchTouchEvent
  • removed useless attributes of the ElasticViews

v2.0.3

22 Jan 11:16
Compare
Choose a tag to compare
Update README.md

Migrating to AndroidX

23 Nov 03:05
d0fe007
Compare
Choose a tag to compare

Migrating to AndroidX

v2.0.1

19 Nov 13:45
Compare
Choose a tag to compare
update gradle version to 4.6