Releases: JetradarMobile/android-snowfall
Releases · JetradarMobile/android-snowfall
1.2.1
- Remove lazy accessors for fields. They are adding extra overhead in terms of memory and they are way too heavy for one threaded environment complex for Android world.
- Remove kotlin stdlib methods in onDraw. They are just adding extra allocations while trying to draw on Android canvas.
- Some code overall clean up.
- Migrate sample to AndroidX.
- Update dependencies for Kotlin and plugins.
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
- Support custom snowflake image (attr
snowflakeImage
). - Support custom snowflake angle (attr
snowflakeAngleMax
). - Support custom snowflake speed (attrs
snowflakeSpeedMin
,snowflakeSpeedMax
). - All snowflakes are unique (size, speed, angle, alpha, start position).
- Calculate size by using gaussian ("normally") distribution.