forked from distok/cutthecord
Add support for 8.5.3
- Support for new channel type (news) is added - New color: primary_660, not used anywhere - `switch_thumb_normal_material_light` is no longer top bar color, this will affect customtheme's top bar, I'll fix it when I find time. - crashlytics was updated (ahhhhhhhhhhhh) - fabric was updated (ahhhhhhhhhh) - drainEventsQueue from analytics was rewritten (ahhhhhhhhhhhhhhhhh)
This commit is contained in:
parent
80753551c8
commit
74cf1c0485
39 changed files with 6468 additions and 1 deletions
22
patches/squareavatars/853.patch
Normal file
22
patches/squareavatars/853.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-848-base/res/values/styles.xml com.discord-848/res/values/styles.xml
|
||||
*** com.discord-848-base/res/values/styles.xml 2019-02-17 12:23:56.084234586 +0300
|
||||
--- com.discord-848/res/values/styles.xml 2019-02-17 12:37:45.411891228 +0300
|
||||
***************
|
||||
*** 825,831 ****
|
||||
<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>
|
||||
--- 825,832 ----
|
||||
<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>
|
||||
|
|
@ -16,4 +16,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.4.8
|
||||
- 8.5.0
|
||||
- 8.5.1
|
||||
- 8.5.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue