Skip to content

Releases: GetStream/avatarview-android

1.0.7

05 Oct 12:47
d0bb304
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Jun 00:13
11b46b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

11 May 01:14
4fded24
Compare
Choose a tag to compare

🎉 A new version 1.0.5 was released! 🎉

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

01 Apr 03:23
db89814
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

03 Feb 00:50
56b66e7
Compare
Choose a tag to compare

✨ Released a new version 1.0.3! ✨

What's Changed

  • Fixed Loading Images with Fractional Style with Glide. #13
  • Run collect and combine methods for bitmaps on the Main dispatcher by @skydoves in #14
  • Bump Stream Chat SDK to 4.27.0 by @skydoves in #12

Full Changelog: 1.0.2...1.0.3

1.0.2

13 Jan 00:52
dae7626
Compare
Choose a tag to compare

✨ Released a new version 1.0.2! ✨

preview/dokka-avatarview.svg

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

06 Jan 02:33
9c49e2c
Compare
Choose a tag to compare

✨ Released a new version 1.0.1! ✨

What's Changed

  • Feature: Added onSuccess and onFailed listeners for AvatarView-Coil by @skydoves in #3
  • Feature: Added BorderColorArray and IndicatorBorderColorArray 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

17 Dec 14:54
97fe580
Compare
Choose a tag to compare

🎉 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.