Update all patches but notrack to 8.4.8

oh god oh fuck they moved around a LOT of tracking code this will be a
pain
This commit is contained in:
ave 2019-02-17 12:38:41 +03:00
parent 2a1b88d203
commit f2bdc4ff67
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
37 changed files with 3446 additions and 2 deletions

View 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>