Changes of com.discord v1260
This commit is contained in:
parent
992e6ebb45
commit
d892b01c80
900 changed files with 21156 additions and 16097 deletions
Binary file not shown.
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M5,3.814C5,2.2599 6.2768,1 7.8519,1H16.1481C17.7232,1 19,2.2599 19,3.814V7.5L17.4444,6.0362V4H6.5556V19.5H17.4444V17.4677L19,16V20.186C19,21.7401 17.7232,23 16.1481,23H7.8519C6.2768,23 5,21.7402 5,20.186V3.814Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M15.6,15.3188C15.6,15.5388 15.8637,15.6515 16.0228,15.4995L19.8108,11.8772C19.9139,11.7786 19.9137,11.614 19.8106,11.5156L16.0225,7.903C15.8634,7.7512 15.6,7.864 15.6,8.0839V9.6792C15.6,9.8037 15.5068,9.9091 15.3839,9.9293C11.7864,10.5197 10.0661,12.8369 9.2844,15.3807C9.2054,15.6377 9.5526,15.8068 9.739,15.613C11.1239,14.174 12.8913,13.4854 15.3497,13.4422C15.4877,13.4397 15.6,13.5519 15.6,13.69V15.3188Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/sticker_pack_store_sheet_container" android:background="?colorBackgroundSecondary" style="@style/UiKit.ViewGroup.Page"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.recyclerview.widget.RecyclerView android:id="@id/sticker_pack_store_sheet_recycler" android:background="?colorBackgroundPrimary" android:paddingLeft="12.0dip" android:paddingTop="4.0dip" android:paddingRight="12.0dip" android:clipToPadding="false" android:layout_height="fill_parent" android:paddingHorizontal="12.0dip" app:layout_constraintBottom_toTopOf="@id/sticker_pack_store_sheet_buy_button_container" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ViewGroup.RecyclerView" />
|
||||
<FrameLayout android:id="@id/sticker_pack_store_sheet_buy_button_container" android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent">
|
||||
<include layout="@layout/sticker_picker_store_buy_button" />
|
||||
</FrameLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<com.discord.rlottie.RLottieImageView android:id="@id/sticker_full_size_lottie" android:layout_width="@dimen/dsti_length" android:layout_height="@dimen/dsti_length" />
|
||||
</FrameLayout>
|
5
com.discord/res/layout/sticker_full_size_dialog_png.xml
Normal file
5
com.discord/res/layout/sticker_full_size_dialog_png.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:id="@id/sticker_full_size_png" android:layout_width="@dimen/dsti_length" android:layout_height="@dimen/dsti_length" android:importantForAccessibility="no" />
|
||||
</FrameLayout>
|
|
@ -2,8 +2,8 @@
|
|||
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<LinearLayout android:paddingLeft="12.0dip" android:paddingTop="16.0dip" android:paddingRight="12.0dip" android:paddingBottom="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
|
||||
<com.discord.views.LoadingButton android:id="@id/sticker_store_buy_button_premium" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" android:layout_marginEnd="8.0dip" app:lb_background_color="@color/status_green" app:lb_icon="@drawable/ic_nitro_badge_white" app:lb_icon_gravity="textStart" app:lb_progress_color="@color/white" />
|
||||
<com.discord.views.LoadingButton android:id="@id/sticker_store_buy_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" app:lb_background_color="?colorButtonSecondary" app:lb_progress_color="@color/white" />
|
||||
<com.discord.views.LoadingButton android:id="@id/sticker_store_buy_button_premium" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" android:layout_marginEnd="8.0dip" app:lb_background_color="@color/status_green" app:lb_icon="@drawable/ic_nitro_badge_white" app:lb_icon_gravity="textStart" app:lb_progress_color="@color/white" />
|
||||
<com.discord.views.LoadingButton android:id="@id/sticker_store_buy_button" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" app:lb_background_color="?colorButtonSecondary" app:lb_progress_color="@color/white" />
|
||||
</LinearLayout>
|
||||
<View android:id="@id/sticker_store_buy_button_divider" style="@style/UiKit.Divider" />
|
||||
</LinearLayout>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/sticker_pack_store_sheet_container" android:background="?colorBackgroundSecondary" style="@style/UiKit.ViewGroup.Page"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.recyclerview.widget.RecyclerView android:id="@id/sticker_pack_store_sheet_recycler" android:background="?colorBackgroundPrimary" android:paddingLeft="12.0dip" android:paddingTop="4.0dip" android:paddingRight="12.0dip" android:clipToPadding="false" android:layout_height="fill_parent" app:layout_constraintBottom_toTopOf="@id/sticker_pack_store_sheet_buy_button_container" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ViewGroup.RecyclerView" />
|
||||
<FrameLayout android:id="@id/sticker_pack_store_sheet_buy_button_container" android:background="?colorBackgroundSecondary" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent">
|
||||
<include layout="@layout/sticker_picker_store_buy_button" />
|
||||
</FrameLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -2242,8 +2242,13 @@
|
|||
<item type="id" name="sticker_app_bar" />
|
||||
<item type="id" name="sticker_category_item_pack_avatar" />
|
||||
<item type="id" name="sticker_category_item_recent" />
|
||||
<item type="id" name="sticker_full_size_lottie" />
|
||||
<item type="id" name="sticker_full_size_png" />
|
||||
<item type="id" name="sticker_item_imageview" />
|
||||
<item type="id" name="sticker_item_progress" />
|
||||
<item type="id" name="sticker_pack_store_sheet_buy_button_container" />
|
||||
<item type="id" name="sticker_pack_store_sheet_container" />
|
||||
<item type="id" name="sticker_pack_store_sheet_recycler" />
|
||||
<item type="id" name="sticker_picker_backspace_icon" />
|
||||
<item type="id" name="sticker_picker_bottom_bar" />
|
||||
<item type="id" name="sticker_picker_bottom_bar_divider" />
|
||||
|
|
|
@ -1046,6 +1046,10 @@
|
|||
<item quantity="zero">%s stickers</item>
|
||||
<item quantity="one">%s sticker</item>
|
||||
</plurals>
|
||||
<plurals name="sticker_premium_upsell_alert_perks_guild_subscriptions_numFreeGuildSubscriptions">
|
||||
<item quantity="other">%s Server Boosts</item>
|
||||
<item quantity="one">%s Server Boost</item>
|
||||
</plurals>
|
||||
<plurals name="thread_join_sub_text_count">
|
||||
<item quantity="other">%s people are in this thread</item>
|
||||
<item quantity="zero">No one is in this thread</item>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1149,7 +1149,7 @@ We’re 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">aacab6ed31a34b57a278a5dfe0dfeeef</string>
|
||||
<string name="com.crashlytics.android.build_id">c1c34bc68aca4617ac015f23444db293</string>
|
||||
<string name="coming_soon">Coming Soon</string>
|
||||
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
|
||||
<string name="command_me_description">Displays text with emphasis.</string>
|
||||
|
@ -3010,6 +3010,7 @@ You just Boosted the server."</string>
|
|||
<string name="guild_template_header_creator">Artists & Creators</string>
|
||||
<string name="guild_template_header_friend">Friends</string>
|
||||
<string name="guild_template_header_gaming">Gaming</string>
|
||||
<string name="guild_template_header_school_club">School Club</string>
|
||||
<string name="guild_template_header_study">Study Group</string>
|
||||
<string name="guild_template_invalid_subtitle">You can ask the owner to make a new one though</string>
|
||||
<string name="guild_template_invalid_title">Invalid server template</string>
|
||||
|
@ -3070,6 +3071,8 @@ Want to know more about Discord?"</string>
|
|||
<string name="guild_template_name_voice_lobby">Lobby</string>
|
||||
<string name="guild_template_name_voice_lounge">Lounge</string>
|
||||
<string name="guild_template_name_voice_meeting_room">Meeting Room</string>
|
||||
<string name="guild_template_name_voice_meeting_room_1">Meeting Room 1</string>
|
||||
<string name="guild_template_name_voice_meeting_room_2">Meeting Room 2</string>
|
||||
<string name="guild_template_name_voice_stream_room">Stream Room</string>
|
||||
<string name="guild_template_name_voice_study_room">Study Room %1$s</string>
|
||||
<string name="guild_template_name_welcome">welcome</string>
|
||||
|
@ -5544,6 +5547,15 @@ Good news though, it does work on your mobile web browser! So please open it the
|
|||
<string name="sticker_picker_owned_pack">You own this pack</string>
|
||||
<string name="sticker_picker_price_unknown">Unknown price</string>
|
||||
<string name="sticker_picker_price_with_premium_tier_2">%1$s with Nitro</string>
|
||||
<string name="sticker_picker_view_all_tooltip_mobile">Tap to view all</string>
|
||||
<string name="sticker_premium_upsell_alert_continue_cta">Continue to purchase</string>
|
||||
<string name="sticker_premium_upsell_alert_description">"Get stickers at a better price with Nitro*! For **%1$s / Month** you'll get:"</string>
|
||||
<string name="sticker_premium_upsell_alert_disclaimer">*Stickers discount and free %1$s pack are not available with a Nitro Classic subscription.</string>
|
||||
<string name="sticker_premium_upsell_alert_perks_discount">%1$s%% off all sticker packs</string>
|
||||
<string name="sticker_premium_upsell_alert_perks_free_pack">Free exclusive sticker pack while subscribed</string>
|
||||
<string name="sticker_premium_upsell_alert_perks_guild_subscriptions">%1$s for instant Level 1 perks</string>
|
||||
<string name="sticker_premium_upsell_alert_perks_misc">Extra chat perks: animated emoji, custom Discord tag, and more</string>
|
||||
<string name="sticker_premium_upsell_alert_upgrade_cta">Upgrade to Nitro</string>
|
||||
<string name="sticker_purchase_modal_confirm_acknowledge">Sweet!</string>
|
||||
<string name="sticker_purchase_modal_confirm_body_content">The %1$s sticker pack has been added to your stickers drawer.</string>
|
||||
<string name="sticker_purchase_modal_confirm_body_header">Yay stickers!</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue