Port patches to v8.4.3

mfw yet another notrack rewrite
will have to find a way to get rid of those libraries completely
if I do that I'll probably call the patch "ownthelibs" or smth
This commit is contained in:
ave 2019-02-06 23:50:49 +03:00
parent b721c0cc27
commit 6c509c6005
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
38 changed files with 6072 additions and 0 deletions

View file

@ -0,0 +1,22 @@
diff -crB -x dist -x build com.discord-839-testing/res/values/styles.xml com.discord-839/res/values/styles.xml
*** com.discord-839-testing/res/values/styles.xml 2019-02-03 09:37:05.669928847 +0300
--- com.discord-839/res/values/styles.xml 2019-02-03 09:54:45.214140645 +0300
***************
*** 811,817 ****
<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>
--- 811,818 ----
<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

@ -10,4 +10,5 @@ A very small amount of rounding is applied to make it look a little better.
- 8.3.9g
- 8.4.1g
- 8.4.2g
- 8.4.3g