HomoArk / Homogram

Homogram is a 3rd-party Telegram client for HarmonyOS 5, driven by ArkTS/ArkUI (UI-layer) and Rust (native-layer).
Apache License 2.0
54 stars 5 forks source link

Fallback to default profile photo if a chat does not have one #7

Open xymeng16 opened 1 month ago

xymeng16 commented 1 month ago

A default profile is made up of the first character of its first name and second name, with a colored background. But how does Telegram decide the color? Actually I don't want to check the official implement, instead let's just use some hash algorithm to select one from a hard-coded beautiful color lists:)

Also I think it would be better to pre-render the list so that we can save a lot of runtime rendering time.