Changes of com.discord v1304

This commit is contained in:
root 2020-10-31 07:32:22 +00:00
parent a32f22f0fd
commit 02cd2a5eee
773 changed files with 16170 additions and 14307 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffb9bbbe" android:pathData="M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.522 2 12 2ZM16.707 15.293L15.293 16.707L12 13.415L8.707 16.707L7.293 15.293L10.585 12L7.292 8.707L8.706 7.294L11.999 10.587L15.292 7.294L16.706 8.707L13.414 12L16.707 15.293Z" />
</vector>

View file

@ -1,12 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@id/chat_input_container" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<include layout="@layout/widget_chat_input_guard" />
<LinearLayout android:id="@id/chat_input_wrap" android:visibility="gone" style="@style/UiKit.ViewGroup.LinearLayout">
<androidx.recyclerview.widget.RecyclerView android:id="@id/chat_input_mentions_recycler" android:background="?theme_chat_input" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<RelativeLayout android:id="@id/chat_input_context_bar" android:background="?colorBackgroundSecondary" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatImageButton android:id="@id/chat_input_context_cancel" android:paddingTop="8.0dip" android:paddingBottom="8.0dip" android:layout_width="40.0dip" android:layout_height="32.0dip" android:src="@drawable/ic_close_circle_grey_24dp" android:scaleType="fitCenter" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" style="@style/UiKit.ImageView.Clickable" />
<TextView android:textSize="@dimen/uikit_textsize_medium" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/chat_input_context_description" android:layout_width="wrap_content" android:maxLines="1" android:layout_centerVertical="true" android:layout_marginEnd="8.0dip" android:layout_toEndOf="@id/chat_input_context_cancel" style="@style/UiKit.TextView" />
<RelativeLayout android:id="@id/chat_input_context_bar" android:background="?colorBackgroundSecondary" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="40.0dip">
<androidx.appcompat.widget.AppCompatImageButton android:id="@id/chat_input_context_cancel" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="44.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_close_circle_nova_grey_24dp" android:scaleType="fitCenter" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" style="@style/UiKit.ImageView.Clickable" />
<TextView android:textSize="@dimen/uikit_textsize_medium" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/chat_input_context_description" android:layout_width="wrap_content" android:layout_height="fill_parent" android:maxLines="1" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:layout_toStartOf="@id/chat_input_context_reply_mention_button" android:layout_toEndOf="@id/chat_input_context_cancel" style="@style/UiKit.TextView" />
<LinearLayout android:gravity="center" android:id="@id/chat_input_context_reply_mention_button" android:background="?selectableItemBackground" android:paddingTop="10.0dip" android:paddingBottom="10.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_centerVertical="true" android:paddingStart="12.0dip" android:paddingEnd="12.0dip" android:layout_alignParentEnd="true">
<ImageView android:id="@id/chat_input_context_reply_mention_button_image" android:layout_width="20.0dip" android:layout_height="20.0dip" android:src="@drawable/ic_mentions_white_24dp" android:contentDescription="@string/mention" app:tint="@color/brand" />
<TextView android:textColor="@color/brand" android:id="@id/chat_input_context_reply_mention_button_text" android:text="@string/reply_mention_on" android:textAllCaps="true" style="@style/UiKit.TextView.Bold" />
</LinearLayout>
</RelativeLayout>
<androidx.fragment.app.FragmentContainerView android:name="com.lytefast.flexinput.fragment.FlexInputFragment" android:id="@id/chat_input_widget" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>

View file

@ -459,6 +459,9 @@
<item type="id" name="chat_input_context_bar" />
<item type="id" name="chat_input_context_cancel" />
<item type="id" name="chat_input_context_description" />
<item type="id" name="chat_input_context_reply_mention_button" />
<item type="id" name="chat_input_context_reply_mention_button_image" />
<item type="id" name="chat_input_context_reply_mention_button_text" />
<item type="id" name="chat_input_emoji_picker_recycler" />
<item type="id" name="chat_input_emoji_picker_view_flipper" />
<item type="id" name="chat_input_guard" />

File diff suppressed because it is too large Load diff

View file

@ -1197,7 +1197,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">327eb38be6c64d16861303b3a1b436d9</string>
<string name="com.crashlytics.android.build_id">4eedb88dd02f4a16a07ff6d50dd13bff</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">Text to search for</string>
@ -5330,6 +5330,10 @@ The changes to your subscription are reflected below:"</string>
<string name="render_embeds">Show website preview info from links pasted into chat</string>
<string name="render_embeds_label">Link Preview</string>
<string name="render_reactions">Show emoji reactions on messages</string>
<string name="reply_mention_off">OFF</string>
<string name="reply_mention_off_tooltip">Click to enable pinging the original author.</string>
<string name="reply_mention_on">ON</string>
<string name="reply_mention_on_tooltip">Click to disable pinging the original author.</string>
<string name="reply_quote_message_blocked">Blocked message.</string>
<string name="reply_quote_message_deleted">Original message was deleted.</string>
<string name="reply_quote_message_not_loaded">Message could not be loaded.</string>