Add 9.9.1.

Still no slashcommands -> I'll be splitting it off into two patches, so
that the requirement of its presence for CTC boot can be removed as I
work on reimplementing the actual slash command part.
This commit is contained in:
ave 2019-11-26 12:13:44 +03:00
parent 5904f24142
commit 05dd5c6f99
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
37 changed files with 56570 additions and 3 deletions

View file

@ -0,0 +1,21 @@
diff -crB from/res/values/styles.xml to/res/values/styles.xml
*** from/res/values/styles.xml 2019-11-26 10:48:43.946149741 +0300
--- to/res/values/styles.xml 2019-11-26 10:50:01.489825484 +0300
***************
*** 927,933 ****
<item name="actualImageScaleType">fitCenter</item>
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
<item name="placeholderImageScaleType">fitCenter</item>
! <item name="roundAsCircle">true</item>
</style>
<style name="Avatar.Chat" parent="@style/Avatar.Large">
<item name="android:layout_width">@dimen/avatar_size_chat</item>
--- 927,934 ----
<item name="actualImageScaleType">fitCenter</item>
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
<item name="placeholderImageScaleType">fitCenter</item>
! <item name="roundAsCircle">false</item>
! <item name="roundedCornerRadius">3dp</item>
</style>
<style name="Avatar.Chat" parent="@style/Avatar.Large">
<item name="android:layout_width">@dimen/avatar_size_chat</item>

View file

@ -54,4 +54,5 @@ A very small amount of rounding is applied to make it look a little better.
- 9.8.0
- 9.8.4
- 9.8.6
- 9.9.1