Changes of com.discord v938
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
@ -3,6 +3,11 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/drawable_auth_splash" android:scaleType="centerCrop" android:importantForAccessibility="no" />
|
||||
<com.google.android.material.card.MaterialCardView android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/uikit_spacing_medium" app:cardBackgroundColor="@color/primary_630" app:cardCornerRadius="8.0dip" app:cardElevation="8.0dip" app:strokeColor="@color/primary_800" app:strokeWidth="1.0dip" style="@style/Widget.MaterialComponents.CardView">
|
||||
<LinearLayout android:id="@id/oauth_authorize_not_supported" android:visibility="gone" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<TextView android:background="@color/primary_700" android:padding="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:text="@string/scope_unsupported_on_platform" style="@style/UiKit.TextView.H1" />
|
||||
<TextView android:gravity="center" android:layout_gravity="center" android:layout_margin="@dimen/uikit_spacing_xlarge" android:text="@string/scope_unsupported_on_platform_description" android:drawableBottom="@drawable/img_baddies_dark_theme" android:drawablePadding="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
|
||||
<Button android:id="@id/oauth_authorize_loading_close" android:layout_margin="@dimen/uikit_spacing_large" android:text="@string/open_in_browser" style="@style/UiKit.Button" />
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="vertical" android:id="@id/oauth_authorize_content" android:visibility="gone" android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<RelativeLayout android:background="@color/primary_700" android:padding="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.RelativeLayout">
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/oauth_authorize_application_icon" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:importantForAccessibility="no" android:layout_alignParentEnd="true" app:placeholderImage="?ic_game_icon_placeholder" app:placeholderImageScaleType="fitCenter" app:roundingBorderColor="@color/primary_200_alpha_30" style="@style/Avatar.Large" />
|
||||
|
@ -12,9 +17,11 @@
|
|||
<com.discord.app.AppTextView android:id="@id/oauth_authorize_permissions_label_tv" style="@style/UiKit.Settings.Item.Header" />
|
||||
<androidx.recyclerview.widget.RecyclerView android:scrollbarAlwaysDrawVerticalTrack="true" android:id="@id/oauth_authorize_permissions_list" android:paddingBottom="@dimen/uikit_spacing_large" android:clipToPadding="false" android:layout_height="0.0dip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_weight="1.0" android:fadeScrollbars="false" style="@style/UiKit.ViewGroup.RecyclerView" />
|
||||
<View android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.Divider.Thick" />
|
||||
<com.discord.app.AppTextView android:textColor="@color/primary_400" android:id="@id/oauth_authorize_security_notice" android:paddingTop="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:lineSpacingMultiplier="1.0" app:tv_markdown_enabled="true" style="@style/UiKit.TextView" />
|
||||
<Button android:id="@id/oauth_authorize_grant" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/authorize" style="@style/UiKit.Button" />
|
||||
<Button android:id="@id/oauth_authorize_deny" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/cancel" style="@style/UiKit.Button.Transparent" />
|
||||
<com.discord.app.AppTextView android:textColor="@color/primary_400" android:id="@id/oauth_authorize_security_notice" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:lineSpacingMultiplier="1.0" app:tv_markdown_enabled="true" style="@style/UiKit.Auth.Note.Rotatable" />
|
||||
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout.Rotatable">
|
||||
<Button android:id="@id/oauth_authorize_grant" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/authorize" android:layout_weight="1.0" style="@style/UiKit.Button" />
|
||||
<Button android:id="@id/oauth_authorize_deny" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/cancel" android:layout_weight="1.0" style="@style/UiKit.Button.Transparent" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:id="@id/oauth_authorize_loading" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<ProgressBar android:layout_gravity="center" android:padding="@dimen/uikit_spacing_large" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="@dimen/uikit_spacing_large" />
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/drawable_auth_splash" android:scaleType="centerCrop" android:importantForAccessibility="no" />
|
||||
<com.google.android.material.card.MaterialCardView android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="@dimen/uikit_spacing_medium" app:cardBackgroundColor="@color/primary_630" app:cardCornerRadius="8.0dip" app:cardElevation="8.0dip" app:strokeColor="@color/primary_800" app:strokeWidth="1.0dip" style="@style/Widget.MaterialComponents.CardView">
|
||||
<LinearLayout android:id="@id/oauth_authorize_not_supported" android:visibility="gone" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<TextView android:background="@color/primary_700" android:padding="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:text="@string/scope_unsupported_on_platform" style="@style/UiKit.TextView.H1" />
|
||||
<TextView android:gravity="center" android:layout_gravity="center" android:layout_margin="@dimen/uikit_spacing_xlarge" android:text="@string/scope_unsupported_on_platform_description" android:drawableBottom="@drawable/img_baddies_dark_theme" android:drawablePadding="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
|
||||
<Button android:id="@id/oauth_authorize_loading_close" android:layout_margin="@dimen/uikit_spacing_large" android:text="@string/open_in_browser" style="@style/UiKit.Button" />
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="vertical" android:id="@id/oauth_authorize_content" android:visibility="gone" android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<RelativeLayout android:background="@color/primary_700" android:padding="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.RelativeLayout">
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/oauth_authorize_application_icon" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:importantForAccessibility="no" app:placeholderImage="?ic_game_icon_placeholder" app:placeholderImageScaleType="fitCenter" app:roundingBorderColor="@color/primary_200_alpha_30" style="@style/Avatar.Large" />
|
||||
|
@ -12,9 +17,11 @@
|
|||
<com.discord.app.AppTextView android:id="@id/oauth_authorize_permissions_label_tv" style="@style/UiKit.Settings.Item.Header" />
|
||||
<androidx.recyclerview.widget.RecyclerView android:scrollbarAlwaysDrawVerticalTrack="true" android:id="@id/oauth_authorize_permissions_list" android:paddingBottom="@dimen/uikit_spacing_large" android:clipToPadding="false" android:layout_height="0.0dip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_weight="1.0" android:fadeScrollbars="false" style="@style/UiKit.ViewGroup.RecyclerView" />
|
||||
<View android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.Divider.Thick" />
|
||||
<com.discord.app.AppTextView android:textColor="@color/primary_400" android:id="@id/oauth_authorize_security_notice" android:paddingTop="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:lineSpacingMultiplier="1.0" app:tv_markdown_enabled="true" style="@style/UiKit.TextView" />
|
||||
<Button android:id="@id/oauth_authorize_grant" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/authorize" style="@style/UiKit.Button" />
|
||||
<Button android:id="@id/oauth_authorize_deny" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/cancel" style="@style/UiKit.Button.Transparent" />
|
||||
<com.discord.app.AppTextView android:textColor="@color/primary_400" android:id="@id/oauth_authorize_security_notice" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:lineSpacingMultiplier="1.0" app:tv_markdown_enabled="true" style="@style/UiKit.Auth.Note.Rotatable" />
|
||||
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout.Rotatable">
|
||||
<Button android:id="@id/oauth_authorize_grant" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/authorize" android:layout_weight="1.0" style="@style/UiKit.Button" />
|
||||
<Button android:id="@id/oauth_authorize_deny" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/cancel" android:layout_weight="1.0" style="@style/UiKit.Button.Transparent" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:id="@id/oauth_authorize_loading" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<ProgressBar android:layout_gravity="center" android:padding="@dimen/uikit_spacing_large" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="@dimen/uikit_spacing_large" />
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_marginLeft">20.0dip</item>
|
||||
</style>
|
||||
<style name="UiKit.Auth.Note.Rotatable" parent="@style/UiKit.TextView">
|
||||
<item name="android:paddingTop">@dimen/uikit_spacing_medium</item>
|
||||
<item name="android:paddingBottom">@dimen/uikit_spacing_medium</item>
|
||||
</style>
|
||||
<style name="UiKit.Copy" parent="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<item name="android:gravity">center</item>
|
||||
<item name="android:padding">@dimen/uikit_spacing_large</item>
|
||||
|
|
|
@ -1110,6 +1110,8 @@
|
|||
<item type="id" name="oauth_authorize_grant" />
|
||||
<item type="id" name="oauth_authorize_loading" />
|
||||
<item type="id" name="oauth_authorize_loading_cancel" />
|
||||
<item type="id" name="oauth_authorize_loading_close" />
|
||||
<item type="id" name="oauth_authorize_not_supported" />
|
||||
<item type="id" name="oauth_authorize_permissions_label_tv" />
|
||||
<item type="id" name="oauth_authorize_permissions_list" />
|
||||
<item type="id" name="oauth_authorize_security_notice" />
|
||||
|
|
|
@ -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">42d08fe1-10ce-4918-8cdf-6ea55289ed2a</string>
|
||||
<string name="com.crashlytics.android.build_id">8427cd27-62ab-4dad-9abc-7c8086ef339c</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>
|
||||
|
@ -3199,6 +3199,7 @@ Want to know more about Discord?"</string>
|
|||
<string name="oauth2_label">This will allow %1$s to</string>
|
||||
<string name="oauth2_message_cta">You may now close this window or tab.</string>
|
||||
<string name="oauth2_message_unknown_error">Unknown Error</string>
|
||||
<string name="oauth2_request_missing_param">Invalid request. Missing param **%1$s**</string>
|
||||
<string name="oauth2_security_notice">This application **cannot** read or send messages on your behalf.</string>
|
||||
<string name="oauth2_title">Authorize access to your account</string>
|
||||
<string name="okay">Okay</string>
|
||||
|
@ -3698,7 +3699,9 @@ 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_body_settings">See more stats in Server Settings.</string>
|
||||
<string name="publish_followed_news_body_stats">"Also, since your last post, you've gained %1$s new servers and lost %2$s servers."</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>
|
||||
|
@ -3885,6 +3888,8 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="scope_bot_permissions">Allow the following permissions</string>
|
||||
<string name="scope_bot_permissions_description">This will create a role named **%1$s** you can edit.</string>
|
||||
<string name="scope_bot_server_placeholder">Select a server</string>
|
||||
<string name="scope_bot_server_placeholder_no_guilds">No servers with permissions available</string>
|
||||
<string name="scope_bot_server_selected_label">Server</string>
|
||||
<string name="scope_connections">Access your third-party connections</string>
|
||||
<string name="scope_connections_empty">"You don't have any third-party connections yet!"</string>
|
||||
<string name="scope_email">Access your email address</string>
|
||||
|
@ -3904,6 +3909,8 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="scope_rpc_description">This allows the app to connect with your local Discord client.</string>
|
||||
<string name="scope_rpc_notifications_read">Listen to notifications over your Discord client</string>
|
||||
<string name="scope_rpc_notifications_read_description">This allows the app to see notifications we send to you.</string>
|
||||
<string name="scope_unsupported_on_platform">Unsupported Scope</string>
|
||||
<string name="scope_unsupported_on_platform_description">The discord machine broke, you gotta log in via the interwebz.</string>
|
||||
<string name="scope_webhook_incoming">Adds a webhook to a channel</string>
|
||||
<string name="scope_webhook_incoming_channel_placeholder">Select a channel</string>
|
||||
<string name="scope_webhook_incoming_description">This allows the app to send messages to a channel on Discord</string>
|
||||
|
|
|
@ -2940,6 +2940,10 @@
|
|||
<style name="UiKit.Anim.Verify.By.Phone.Frozen" parent="@style/UiKit.Anim.Verify.By.Phone">
|
||||
<item name="lottie_autoPlay">false</item>
|
||||
</style>
|
||||
<style name="UiKit.Auth.Note.Rotatable" parent="@style/UiKit.TextView">
|
||||
<item name="android:paddingTop">@dimen/uikit_spacing_large</item>
|
||||
<item name="android:paddingBottom">@dimen/uikit_spacing_large</item>
|
||||
</style>
|
||||
<style name="UiKit.Auth.Spots" parent="@style/UiKit.ImageView">
|
||||
<item name="android:alpha">0.3</item>
|
||||
</style>
|
||||
|
|