Releases: GetStream/avatarview-android
1.0.7
What's Changed
- Update Kotlin to 1.6.21 by @skydoves in #33
- Bump Stream SDK to 5.4.0 by @skydoves in #34
- Bump Stream SDK to 5.5.0 by @skydoves in #35
- Update Stream SDK to 5.7.0 and bump dependencies by @skydoves in #38
- Update AGP to 7.3.0 and Kotlin to 1.7.20 by @skydoves in #40
- Bump Stream SDK to 5.11.1 by @skydoves in #41
- Update Coil to 2.2.1 and Glide to 4.14.1 by @skydoves in #42
Full Changelog: 1.0.6...1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
✨ Released a new version 1.0.2! ✨
What's Changed
- Deploy Dokka for AvatarView on GitHub by @skydoves
- Set up Dokka multi-module task by @skydoves in #8
- Add an
.editconfig
file to configure IDE set up by @skydoves in #9 - Bump Stream SDK to 4.26.0 by @skydoves in #10
- Update spotless License configurations by @skydoves in #11
Full Changelog: 1.0.1...1.0.2
1.0.1
✨ Released a new version 1.0.1
! ✨
What's Changed
- Feature: Added
onSuccess
andonFailed
listeners for AvatarView-Coil by @skydoves in #3 - Feature: Added
BorderColorArray
andIndicatorBorderColorArray
by @skydoves in #5 - Improve attribute customization documents by @skydoves in #7
- Update Snapshots documentation by @skydoves in #4
- Bump Stream SDK to
4.25.0
for Stream-Integration by @skydoves in #1
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
🎉 Released the first version 1.0.0
! 🎉
Avatarview
Includes the main custom view AvatarView
which draws shapes, borders, indicators, and initials with fully customizable options. And includes the multi-type(segmented style) image provider which is called AvatarBitmapCombiner
.
Avatarview-Coil
Helps to load the bitmap images over the AvatarView
with Coil. Provides custom image loader/requester, bitmap factory, and custom default/error placeholder provider.
Avatarview-Glide
Helps to load bitmap images over the AvatarView
with Glide. Provides custom image loader and loading segmented style image.
Avatarview-Stream-Integration
Helps to load avatar images with Stream SDK’s client models such as User
and Channel
. Supports loading segmented style image by using the Channel
, and drawing the default avatar image with initials.