Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork93
Releases: skydoves/ElasticViews
2.1.0
🎉 Released a new version2.1.0! 🎉
What's New?
- Added a
Viewas a receiver onsetOnClickListeners in Builders and elastic views. - Added
ElasticViewthat extendsViewfor implementing custom views. - Renamed internal
ElasticViewinterface toElasticInterface. - Updated kotlin to
1.4.31internally.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.9
🎉 Released a new version2.0.9! 🎉
What's New?
- Unabled to generate
BuildConfigfrom theelasticviewmodule. - Changed
setOnFinishListener()receives nullable parameter. - Updated kotlin version to
1.4.20internally. - Internal improvements.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.0.8
🎉 Released a new version2.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.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
2.0.7
Released version2.0.7.
- Added
ElasticCardView.
<com.skydoves.elasticviews.ElasticCardViewandroid: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
ElasticLayoutgot elastic animation multiple times.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
2.0.6
Implemented some features.
cornerRadiusattributes onElasticButton,ElasticCheckButton,ElasticLayout.#7- Implemented builder classes on every elastic view. We can create an instance using the builder classes.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
2.0.5
Released version2.0.5.
- fixed the wrong reference of the duration.
- removed useless resources
- optimized codes
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v2.0.4
refactor
- the animation starts on onClickListener instead of dispatchTouchEvent
- removed useless attributes of the ElasticViews
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v2.0.3
Update README.md
Assets4
Uh oh!
There was an error while loading.Please reload this page.
Migrating to AndroidX
d0fe007Migrating to AndroidX
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v2.0.1
update gradle version to 4.6
Assets3
Uh oh!
There was an error while loading.Please reload this page.