2016-12-29
- Fix support Android 4.3 and below (issue with
onVisibilityChanged
).
2016-12-29
- Changed min API level to 16 (Android 4.1).
2016-12-28
- Fixed crash in case if view has initially visibility GONE.
2016-12-28
- Snowflakes are reset when visibility changed to GONE.
- Fixed Android Studio Preview rendering issue.
2016-12-27
- Draw optimization.
2016-12-26
- Support different start position on y-axis for snowflakes (attr
snowflakesAlreadyFalling
). - Rename attr
snowflakeFadingEnabled
tosnowflakesFadingEnabled
. - Fixed animation lags.
- Fixed API 15 support.
2016-12-25
- 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.
2016-12-23
Initial release.