avatarview-android icon indicating copy to clipboard operation
avatarview-android copied to clipboard

Feature Request: Ability to change the logic of String.parseInitials

Open DroidPulkit opened this issue 1 year ago • 0 comments

Right now at https://github.com/GetStream/avatarview-android/blob/main/avatarview/src/main/kotlin/io/getstream/avatarview/internal/Extensions.kt#L62 This logic only allows initials i.e. 2 letters in imageview. I think, we should provide an option for end user to write custom logic for parseInitials. Maybe 3 digits, or any any number of digits

DroidPulkit avatar Jul 24 '23 13:07 DroidPulkit