Changes of com.discord v936

This commit is contained in:
root 2019-08-02 01:08:43 +02:00
parent 9f56b1d431
commit 1dc4020927
4393 changed files with 54076 additions and 53883 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/rich_presence_header" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.Settings.Item.Header" />
<androidx.constraintlayout.widget.Guideline android:orientation="vertical" android:id="@id/embed_guideline" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintGuide_begin="@dimen/uikit_spacing_large" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="72.0dip" android:layout_height="72.0dip" android:src="?ic_game_icon_placeholder" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="@id/embed_guideline" app:layout_constraintStart_toStartOf="@id/embed_guideline" app:layout_constraintTop_toBottomOf="@id/rich_presence_header" app:placeholderImage="?colorPrimaryDark" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="72.0dip" android:layout_height="72.0dip" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="@id/embed_guideline" app:layout_constraintStart_toStartOf="@id/embed_guideline" app:layout_constraintTop_toBottomOf="@id/rich_presence_header" app:placeholderImage="?ic_game_icon_placeholder" app:placeholderImageScaleType="fitCenter" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<androidx.legacy.widget.Space android:id="@id/image_bottom_guideline" android:layout_width="@dimen/uikit_image_border_size" android:layout_height="@dimen/uikit_image_border_size" android:layout_marginLeft="@dimen/uikit_image_border_size" android:layout_marginTop="@dimen/uikit_image_border_size" android:layout_marginStart="@dimen/uikit_image_border_size" app:layout_constraintLeft_toRightOf="@id/rich_presence_image_large" app:layout_constraintStart_toEndOf="@id/rich_presence_image_large" app:layout_constraintTop_toBottomOf="@id/rich_presence_image_large" />
<FrameLayout android:background="?primary_630_circle" android:padding="@dimen/uikit_image_border_size" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="@id/image_bottom_guideline" app:layout_constraintEnd_toEndOf="@id/image_bottom_guideline" app:layout_constraintRight_toRightOf="@id/image_bottom_guideline">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_small" android:visibility="gone" app:roundAsCircle="true" style="@style/Avatar.Standard" />

View file

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/rich_presence_header" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.Settings.Item.Header" />
<androidx.constraintlayout.widget.Guideline android:orientation="vertical" android:id="@id/embed_guideline" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintGuide_begin="@dimen/uikit_spacing_large" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="72.0dip" android:layout_height="72.0dip" android:src="?ic_game_icon_placeholder" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="@id/embed_guideline" app:layout_constraintStart_toStartOf="@id/embed_guideline" app:layout_constraintTop_toBottomOf="@id/rich_presence_header" app:placeholderImage="?colorPrimaryDark" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="72.0dip" android:layout_height="72.0dip" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="@id/embed_guideline" app:layout_constraintStart_toStartOf="@id/embed_guideline" app:layout_constraintTop_toBottomOf="@id/rich_presence_header" app:placeholderImage="?ic_game_icon_placeholder" app:placeholderImageScaleType="fitCenter" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<androidx.legacy.widget.Space android:id="@id/image_bottom_guideline" android:layout_width="@dimen/uikit_image_border_size" android:layout_height="@dimen/uikit_image_border_size" android:layout_marginLeft="@dimen/uikit_image_border_size" android:layout_marginTop="@dimen/uikit_image_border_size" app:layout_constraintLeft_toRightOf="@id/rich_presence_image_large" app:layout_constraintStart_toEndOf="@id/rich_presence_image_large" app:layout_constraintTop_toBottomOf="@id/rich_presence_image_large" />
<FrameLayout android:background="?primary_630_circle" android:padding="@dimen/uikit_image_border_size" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="@id/image_bottom_guideline" app:layout_constraintEnd_toEndOf="@id/image_bottom_guideline" app:layout_constraintRight_toRightOf="@id/image_bottom_guideline">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_small" android:visibility="gone" app:roundAsCircle="true" style="@style/Avatar.Standard" />

File diff suppressed because it is too large Load diff

View file

@ -1024,7 +1024,7 @@ Icon"</string>
<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">196ba6bc-9c81-4165-912d-a58ebf0f837f</string>
<string name="com.crashlytics.android.build_id">526d3af7-d904-4ac2-9030-9f73c3b3f335</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>
@ -1154,6 +1154,7 @@ Icon"</string>
<string name="create_instant_invite">Create Instant Invite</string>
<string name="create_lfg_listings_channel">Create LFG Channel</string>
<string name="create_link">Create Link</string>
<string name="create_listings">Create Groups</string>
<string name="create_news_channel">Create News Channel</string>
<string name="create_or_join_modal_header">Oh, another server huh?</string>
<string name="create_server_button_body">"Create a new server and invite your friends. It's free!"</string>
@ -2777,6 +2778,8 @@ Want to know more about Discord?"</string>
<string name="lfg_create_a_group">Create a group</string>
<string name="lfg_create_button">Create group</string>
<string name="lfg_create_placeholder">Describe your group requirements…</string>
<string name="lfg_delete_modal_content">Are you sure you want to delete your group?</string>
<string name="lfg_delete_modal_title">Delete Group</string>
<string name="lfg_edit_modal_cta">Update</string>
<string name="lfg_edit_modal_description_label">Body</string>
<string name="lfg_edit_modal_group_size_label">Group size</string>
@ -2806,6 +2809,7 @@ Want to know more about Discord?"</string>
<string name="link_your_xbox_account_2">"Discord is a voice, text, and video chat app for gamers that's free, secure, and works on desktop and mobile."</string>
<string name="linux">Linux</string>
<string name="listening_to">Listening to **%1$s**</string>
<string name="listings_permissions">Listing Permissions</string>
<string name="live">Live</string>
<string name="live_beta_description">"Welcome to the stream! We're working on making it beta"</string>
<string name="live_on_twitch">Live on Twitch</string>
@ -2834,6 +2838,8 @@ Want to know more about Discord?"</string>
<string name="manage_channels">Manage Channels</string>
<string name="manage_channels_description">Members with this permission can create new channels and edit or delete existing ones.</string>
<string name="manage_emojis">Manage Emojis</string>
<string name="manage_listings">Manage Groups</string>
<string name="manage_listings_description">Members with this permission can delete groups by other members</string>
<string name="manage_messages">Manage Messages</string>
<string name="manage_messages_description">Members with this permission can delete messages by other members or pin any message.</string>
<string name="manage_nicknames">Manage Nicknames</string>
@ -3689,7 +3695,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="ptt_permission_body">You launched %1$s as administrator. Please relaunch Discord as an administrator in order to enable Push-to-talk detection while the game has focus.</string>
<string name="ptt_permission_title">Push-to-talk Needs Permission</string>
<string name="publish_followed_news_body">This message will be sent to all servers following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
<string name="publish_followed_news_body_reach">This message will be sent to %1$s servers following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
<string name="publish_followed_news_body_reach">This message will be sent to **%1$s** servers following this channel. You can edit or delete this message later, and it will update correspondingly in each following server.</string>
<string name="publish_followed_news_fail_title">Failed to publish message</string>
<string name="publish_followed_news_generic_body">Sorry, something went wrong.</string>
<string name="quick_dm_blocked">You cannot message blocked users</string>
@ -4195,6 +4201,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="stream_bad_streamer">Your stream currently has reduced video or audio quality. This may be due to network conditions.</string>
<string name="stream_capture_paused">Stream Paused</string>
<string name="stream_capture_paused_details">Swap to your game to resume</string>
<string name="stream_capture_paused_details_viewer">%1$s has minimized the game…sit tight!</string>
<string name="stream_description">Members with this permission can stream to the channel.</string>
<string name="stream_ended">This stream has ended. See you next time!</string>
<string name="stream_ended_button">Stream ended</string>
@ -4752,6 +4759,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="video_unavailable">Video Unavailable</string>
<string name="video_unsupported_browser_body">Video and Screen Share are not supported in this browser. Please download our desktop client to beam your face and screen across the net.</string>
<string name="video_unsupported_browser_title">Browser not supported</string>
<string name="view_and_join_listings">View and Join Groups</string>
<string name="view_audit_log">View Audit Log</string>
<string name="view_audit_log_description">"Members with this permission have access to view the server's audit logs"</string>
<string name="view_channel">View Channel</string>