Changes of com.discord v1346

This commit is contained in:
root 2020-11-24 00:18:35 +00:00
parent eaf76e1284
commit 4b314d236d
1025 changed files with 37562 additions and 33472 deletions

View file

@ -243,6 +243,7 @@
<dimen name="markdown_bullet_gap">16.0dip</dimen>
<dimen name="markdown_bullet_vertical_padding">4.0sp</dimen>
<dimen name="markdown_header_1_bottom_padding">8.0sp</dimen>
<dimen name="markdown_header_1_changelog_special_top_padding">16.0sp</dimen>
<dimen name="markdown_header_1_textsize">16.0sp</dimen>
<dimen name="markdown_header_1_top_padding">20.0sp</dimen>
<dimen name="markdown_header_4_textsize">20.0sp</dimen>

View file

@ -295,6 +295,13 @@
<item type="id" name="change_log_facebook" />
<item type="id" name="change_log_instagram" />
<item type="id" name="change_log_scrollview" />
<item type="id" name="change_log_special_back" />
<item type="id" name="change_log_special_button" />
<item type="id" name="change_log_special_close" />
<item type="id" name="change_log_special_contents" />
<item type="id" name="change_log_special_cta_body" />
<item type="id" name="change_log_special_date" />
<item type="id" name="change_log_special_scrollview" />
<item type="id" name="change_log_thumbnail" />
<item type="id" name="change_log_twitter" />
<item type="id" name="change_log_video" />
@ -303,6 +310,8 @@
<item type="id" name="change_password_new_password_input" />
<item type="id" name="change_password_save" />
<item type="id" name="change_password_two_factor" />
<item type="id" name="changelog_special_header_container" />
<item type="id" name="changelog_special_video" />
<item type="id" name="channel_actions_view" />
<item type="id" name="channel_follow_channel_dropdown_icon" />
<item type="id" name="channel_follow_channel_name" />

File diff suppressed because it is too large Load diff

View file

@ -1083,6 +1083,40 @@ US Election Day is November 3, 2020 {fixed}
"</string>
<string name="change_log_md_date">2020-10-05</string>
<string name="change_log_md_experiment_body">"Say Hello to Stickers {improved}
======================
If you see this message, you're special. For many reasons of course but for Discord purposes, you've been granted select, **first access** to our newest feature: **stickers.**
* Stickers come in packs that showcase various expressions: **They're big, animated, and convey different scenes, emotions, and actions.**
* At launch, they'll **feature some known (and some new!) Discord characters.**
* Most sticker packs that are available for purchase will rotate in and out, so grab the sticker packs you like **before they leave the shop.** The hourglass icon next to the sticker pack name in the shop will show you how long the pack is available.
How-To {improved}
======================
Stickers are collectible and available for anyone to purchase who has been selected for first access: this means all Canadians! However, anyone you send a sticker to can see it even if they are not in Canada.
* It's a one-time thing. **Buy them and they're yours to use anywhere on Discord.**
* **Tap on the expression icon** in the chat bar, then tap on the new stickers tab. This is where you can see what stickers you've unlocked, and it's where you can buy new ones by tapping on the shop icon.
What about Nitro? {improved}
======================
**Nitro subs get to enjoy more** personalization on Discord with things like emoji and animated avatars, and we're adding sticker perks to the mix:
* Nitro Classic users are able to claim the **What's Up Wumpus pack for free**, giving you a head start on your stickers expression collection.
* Our higher tier Nitro subscribers get the **What's Up Wumpus pack for free**, as well as **exclusive access to the Wumpus Nitro Elite** sticker pack while subscribed.
* High-tier Nitro subscribers also enjoy a **33% discount** on all future sticker purchases for any new packs.
"</string>
<string name="change_log_md_experiment_date">2020-11-20</string>
<string name="change_log_md_experiment_experiment_bucket">1</string>
<string name="change_log_md_experiment_experiment_names">[2020-10_stickers_user_android]</string>
<string name="change_log_md_experiment_locale">en-US</string>
<string name="change_log_md_experiment_revision">1</string>
<string name="change_log_md_experiment_template">special</string>
<string name="change_log_md_locale">en-US</string>
<string name="change_log_md_revision">1</string>
<string name="change_log_md_video">https://cdn.discordapp.com/attachments/713208534786899972/760561253504254052/1_QIilNpi84ZrJad4K5If90A.png</string>
@ -1226,7 +1260,7 @@ Were here to make a good impression."</string>
<string name="color_picker_presets">Presets</string>
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="com.crashlytics.android.build_id">0fa8c0a1c08c4eafa34438dba518192c</string>
<string name="com.crashlytics.android.build_id">4c84f9d180bd4a33a452eb022d2b294a</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_giphy_query_description">Search for a GIF</string>

View file

@ -3106,6 +3106,12 @@
<style name="Markdown.Header1.Added" parent="@style/Markdown.Header1">
<item name="android:textColor">@color/status_green_500</item>
</style>
<style name="Markdown.Header1.ChangelogSpecial" parent="@style/TextAppearance.AppCompat.Large">
<item name="android:textSize">@dimen/uikit_textsize_xxlarge</item>
<item name="android:textColor">?colorHeaderPrimary</item>
<item name="android:textAllCaps">false</item>
<item name="android:fontFamily">@font/whitney_bold</item>
</style>
<style name="Markdown.Header1.Fixed" parent="@style/Markdown.Header1">
<item name="android:textColor">@color/status_red_500</item>
</style>