Changes of com.discord v896

This commit is contained in:
root 2019-05-12 03:55:08 +02:00
parent 2a560c1a57
commit d41b9fcd19
174 changed files with 1679 additions and 1677 deletions

View file

@ -14,7 +14,7 @@
</com.google.android.material.card.MaterialCardView>
<androidx.constraintlayout.widget.Barrier android:id="@id/chat_list_item_attachment_barrier" android:layout_width="0.0dip" android:layout_height="0.0dip" app:barrierDirection="end" app:constraint_referenced_ids="chat_list_item_attachment_card, chat_list_item_attachment_image" />
<FrameLayout android:id="@id/chat_list_item_attachment_spoiler" android:background="?theme_chat_spoiler_bg" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/chat_list_item_attachment_barrier" app:layout_constraintStart_toEndOf="@id/uikit_chat_guideline" app:layout_constraintTop_toTopOf="parent">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large" app:cardElevation="@dimen/app_elevation">
<TextView android:textColor="@color/primary_200" android:layout_gravity="center" android:paddingLeft="@dimen/uikit_spacing_medium" android:paddingTop="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_medium" android:paddingBottom="@dimen/uikit_spacing_small" android:layout_marginLeft="@dimen/uikit_spacing_small" android:layout_marginRight="@dimen/uikit_spacing_small" android:text="@string/spoiler" android:textAllCaps="true" style="@style/UiKit.TextView.H2" />
</androidx.cardview.widget.CardView>
</FrameLayout>

View file

@ -13,8 +13,8 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.material.card.MaterialCardView>
<androidx.constraintlayout.widget.Barrier android:id="@id/chat_list_item_attachment_barrier" android:layout_width="0.0dip" android:layout_height="0.0dip" app:barrierDirection="end" app:constraint_referenced_ids="chat_list_item_attachment_card, chat_list_item_attachment_image" />
<FrameLayout android:id="@id/chat_list_item_attachment_spoiler" android:background="?theme_chat_spoiler_bg" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/chat_list_item_attachment_barrier" app:layout_constraintStart_toEndOf="@id/uikit_chat_guideline" app:layout_constraintTop_toTopOf="parent">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:elevation="@dimen/app_elevation" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large">
<FrameLayout android:id="@id/chat_list_item_attachment_spoiler" android:background="?theme_chat_spoiler_bg" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" android:elevation="@dimen/app_elevation" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/chat_list_item_attachment_barrier" app:layout_constraintStart_toEndOf="@id/uikit_chat_guideline" app:layout_constraintTop_toTopOf="parent">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large" app:cardElevation="@dimen/app_elevation">
<TextView android:textColor="@color/primary_200" android:layout_gravity="center" android:paddingLeft="@dimen/uikit_spacing_medium" android:paddingTop="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_medium" android:paddingBottom="@dimen/uikit_spacing_small" android:layout_marginLeft="@dimen/uikit_spacing_small" android:layout_marginRight="@dimen/uikit_spacing_small" android:text="@string/spoiler" android:textAllCaps="true" style="@style/UiKit.TextView.H2" />
</androidx.cardview.widget.CardView>
</FrameLayout>

View file

@ -14,7 +14,7 @@
</com.google.android.material.card.MaterialCardView>
<androidx.constraintlayout.widget.Barrier android:id="@id/chat_list_item_attachment_barrier" android:layout_width="0.0dip" android:layout_height="0.0dip" app:barrierDirection="end" app:constraint_referenced_ids="chat_list_item_attachment_card, chat_list_item_attachment_image" />
<FrameLayout android:id="@id/chat_list_item_attachment_spoiler" android:background="?theme_chat_spoiler_bg" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@id/chat_list_item_attachment_barrier" app:layout_constraintStart_toEndOf="@id/uikit_chat_guideline" app:layout_constraintTop_toTopOf="parent">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large">
<androidx.cardview.widget.CardView android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardBackgroundColor="@color/black_alpha_60" app:cardCornerRadius="@dimen/uikit_spacing_large" app:cardElevation="@dimen/app_elevation">
<TextView android:textColor="@color/primary_200" android:layout_gravity="center" android:paddingLeft="@dimen/uikit_spacing_medium" android:paddingTop="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_medium" android:paddingBottom="@dimen/uikit_spacing_small" android:layout_marginLeft="@dimen/uikit_spacing_small" android:layout_marginRight="@dimen/uikit_spacing_small" android:text="@string/spoiler" android:textAllCaps="true" style="@style/UiKit.TextView.H2" />
</androidx.cardview.widget.CardView>
</FrameLayout>

File diff suppressed because it is too large Load diff

View file

@ -1003,7 +1003,7 @@ LOVE, DISCORD {fixed}
<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">febe03d4-f8e7-4ff3-ba9d-2b7d98aba2ed</string>
<string name="com.crashlytics.android.build_id">9095ba99-373f-47bc-b724-a8889b377746</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>
@ -1448,7 +1448,6 @@ LOVE, DISCORD {fixed}
<string name="form_help_attenuation">Lower the volume of other applications by this percent when someone is speaking. Set to 0%% to completely disable attenuation.</string>
<string name="form_help_automatic_vad">If the indicator is solid green then Discord is transmitting your beautiful voice.</string>
<string name="form_help_bitrate">**ALL THE BITS!** Going above %1$skbps is not recommended unless you are an audiophile because it will adversely affect people on mobile devices or poor connections without noticeable benefit.</string>
<string name="form_help_boosts_disabled">Server boosts are disabled in Verified and Partnered servers.</string>
<string name="form_help_certified_voice_processing">While using a Discord Certified microphone certain voice processing features are no longer handled by Discord itself, but rather the microphone.</string>
<string name="form_help_channel_permissions">Selecting roles will automatically setup basic permissions for this channel.</string>
<string name="form_help_custom_code">Use any alphanumeric value as a code.</string>
@ -1469,6 +1468,7 @@ LOVE, DISCORD {fixed}
<string name="form_help_slowmode">Members will be restricted to sending one message per this interval, unless they have Manage Channel or Manage Messages permissions.</string>
<string name="form_help_system_channel">This is the channel we send system event messages to. These can be turned off at any time.</string>
<string name="form_help_system_channel_join_messages">Send a random welcome message when someone joins this server.</string>
<string name="form_help_system_channel_joins_only">Send a message to this channel when someone joins this server. Messages are randomized. This can be turned off at any time.</string>
<string name="form_help_system_channel_premium_subscription_messages">Send a message when someone boosts this server.</string>
<string name="form_help_temporary">Members are automatically kicked when they disconnect unless a role is assigned.</string>
<string name="form_help_user_limit">Limits the number of users that can connect to this voice channel. Users with the **Move Members** permission ignore this limit and can move other users into the channel.</string>
@ -3301,6 +3301,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="premium_grandfathered_warning_confirm">Do It Anyway</string>
<string name="premium_grandfathered_warning_mobile">If you cancel now, you will lose access to your grandfathered plan.</string>
<string name="premium_grandfathered_warning_title">Careful There Friend</string>
<string name="premium_guild_cooldown_available_countdown">Your boost will be available in **%1$sd %2$sh %3$sm**</string>
<string name="premium_guild_features_blurb">Boosting a Server with your Nitro subscription will help progress it to a new Tier. For every Tier achieved, itll unlock chat perks **for everyone in your Server!** Check out a few of these sweet perks:</string>
<string name="premium_guild_features_emoji_slots_description">More emoji slots to hoard the means of expression</string>
<string name="premium_guild_features_emoji_slots_title">Additional Emoji Slots</string>