Changes of com.discord v824

This commit is contained in:
DisTok 2019-02-04 21:12:03 +01:00
parent 204ebe7067
commit dff65ede3b
400 changed files with 9203 additions and 7169 deletions

View file

@ -1237,6 +1237,8 @@
<attr name="theme_chat_name" format="reference|color" />
<attr name="theme_chat_reaction_background" format="reference" />
<attr name="theme_chat_reaction_text_color" format="reference" />
<attr name="theme_chat_spoiler_bg" format="reference|color" />
<attr name="theme_chat_spoiler_bg_visible" format="reference|color" />
<attr name="theme_chat_text" format="reference|color" />
<attr name="theme_chat_timestamp" format="reference|color" />
<attr name="theme_emoji_icon_activity" format="reference" />

File diff suppressed because it is too large Load diff

View file

@ -317,6 +317,7 @@
<string name="application_store_genre_surfing_wakeboarding">Surfing/Wakeboarding</string>
<string name="application_store_genre_survival">Survival</string>
<string name="application_store_genre_survival_horror">Survival Horror</string>
<string name="application_store_genre_title">Browsing %1$s</string>
<string name="application_store_genre_tower_defense">Tower Defense</string>
<string name="application_store_genre_track_field">Track &amp; Field</string>
<string name="application_store_genre_train_simulator">Train Simulator</string>
@ -858,7 +859,7 @@ SIDE TO SIDE {progress}
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">f55e48f0-fd63-49f4-809b-1116da7143ba</string>
<string name="com.crashlytics.android.build_id">8e3da791-4364-4ca6-89ec-2cc305acaf7d</string>
<string name="coming_soon">Coming Soon</string>
<string name="coming_soon_notifications">Granular notification control only works on desktop apps at the moment. For now use the iOS notification settings.</string>
<string name="coming_soon_title">COMING SOON!</string>
@ -4062,5 +4063,5 @@ Want to know more about Discord?"</string>
<string name="youre_viewing_older_messages">"You're viewing older messages"</string>
<string name="zh_cn">Chinese, China</string>
<string name="zh_tw">Chinese, Taiwan</string>
<item type="string" name="APKTOOL_DUMMY_2fa">false</item>
<item type="string" name="APKTOOL_DUMMY_2fb">false</item>
</resources>

View file

@ -344,6 +344,8 @@
<item name="theme_chat_name">@color/white</item>
<item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_dark</item>
<item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_dark</item>
<item name="theme_chat_spoiler_bg">@color/primary_700</item>
<item name="theme_chat_spoiler_bg_visible">@color/white_alpha_10</item>
<item name="theme_chat_text">@color/white_alpha_70</item>
<item name="theme_chat_timestamp">@color/white_alpha_20</item>
<item name="theme_emoji_icon_activity">@drawable/ic_emoji_activity_dark</item>
@ -689,6 +691,8 @@
<item name="theme_chat_name">@color/grey_channels</item>
<item name="theme_chat_reaction_background">@drawable/drawable_bg_reaction_light</item>
<item name="theme_chat_reaction_text_color">@drawable/drawable_reaction_text_color_light</item>
<item name="theme_chat_spoiler_bg">@color/primary_200</item>
<item name="theme_chat_spoiler_bg_visible">@color/black_alpha_10</item>
<item name="theme_chat_text">@color/grey_3</item>
<item name="theme_chat_timestamp">@color/grey_1</item>
<item name="theme_emoji_icon_activity">@drawable/ic_emoji_activity_light</item>