Changes of com.discord v1070
This commit is contained in:
parent
dc10ee3234
commit
c6f92f590d
926 changed files with 28876 additions and 21261 deletions
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
5
com.discord/res/drawable/ic_menu_24dp.xml
Normal file
5
com.discord/res/drawable/ic_menu_24dp.xml
Normal 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="#ffffffff" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@id/widget_channels_list_container" android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<com.discord.views.CustomAppBarLayout android:id="@id/app_bar_layout" android:background="?colorBackgroundSecondary" style="@style/AppTheme.AppBarLayout">
|
||||
<com.google.android.material.appbar.CollapsingToolbarLayout android:id="@id/collapsing_toolbar" android:layout_width="fill_parent" android:layout_height="fill_parent" app:contentScrim="?colorBackgroundSecondary" app:layout_scrollFlags="exitUntilCollapsed|scroll" app:scrimVisibleHeightTrigger="0.0dip">
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<View android:layout_width="fill_parent" android:layout_height="0.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@id/widget_channels_list_container" android:background="?colorBackgroundSecondary" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<com.discord.views.CustomAppBarLayout android:id="@id/app_bar_layout" android:background="?colorBackgroundSecondary" style="@style/AppTheme.AppBarLayout">
|
||||
<com.google.android.material.appbar.CollapsingToolbarLayout android:id="@id/collapsing_toolbar" android:layout_width="fill_parent" android:layout_height="fill_parent" app:contentScrim="?colorBackgroundSecondary" app:layout_scrollFlags="exitUntilCollapsed|scroll" app:scrimVisibleHeightTrigger="0.0dip">
|
||||
|
|
10
com.discord/res/layout/widget_home_overlapping_panels.xml
Normal file
10
com.discord/res/layout/widget_home_overlapping_panels.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout style="@style/UiKit.ViewGroup.Page"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include layout="@layout/widget_main_panel_loading" />
|
||||
<com.discord.widgets.main.OverlappingPanelsLayout android:id="@id/widget_home_overlapping_panels_container" style="@style/UiKit.ViewGroup.Page">
|
||||
<include android:id="@id/main_panel_left" layout="@layout/widget_main_panel_left" />
|
||||
<include layout="@layout/widget_main_panel_center" />
|
||||
<include layout="@layout/widget_main_panel_right" />
|
||||
</com.discord.widgets.main.OverlappingPanelsLayout>
|
||||
</FrameLayout>
|
5
com.discord/res/layout/widget_home_tab.xml
Normal file
5
com.discord/res/layout/widget_home_tab.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout android:id="@id/widget_home_tab_container" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<FrameLayout android:id="@id/widget_home_tab_content" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
</FrameLayout>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
|
||||
<RelativeLayout android:orientation="vertical" android:id="@id/main_panel_center" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="fill_parent" android:animateLayoutChanges="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include layout="@layout/widget_main_panel_center_content" />
|
||||
</RelativeLayout>
|
|
@ -2,7 +2,7 @@
|
|||
<androidx.constraintlayout.widget.ConstraintLayout android:id="@id/widget_tabs_host_container" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<FrameLayout android:id="@id/widget_tabs_host_nav_host" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent">
|
||||
<fragment android:name="com.discord.widgets.main.WidgetMain" android:id="@id/widget_tabs_host_home" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<fragment android:name="com.discord.widgets.main.WidgetHomeTab" android:id="@id/widget_tabs_host_home" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<FrameLayout android:id="@id/widget_tabs_host_non_fullscreen_nav_host" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
<fragment android:name="com.discord.widgets.friends.WidgetFriendsTab" android:id="@id/widget_tabs_host_friends" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
<fragment android:name="com.discord.widgets.user.WidgetUserMentions" android:id="@id/widget_tabs_host_mentions" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
||||
|
|
|
@ -207,6 +207,8 @@
|
|||
<item type="dimen" name="hint_alpha_material_light">0.38</item>
|
||||
<item type="dimen" name="hint_pressed_alpha_material_dark">0.7</item>
|
||||
<item type="dimen" name="hint_pressed_alpha_material_light">0.54</item>
|
||||
<dimen name="home_screen_min_fling_dp_per_second">1472.0dip</dimen>
|
||||
<dimen name="home_screen_scroll_slop">8.0dip</dimen>
|
||||
<dimen name="input_container_margin">4.0dip</dimen>
|
||||
<dimen name="item_touch_helper_max_drag_scroll_per_frame">20.0dip</dimen>
|
||||
<dimen name="item_touch_helper_swipe_escape_max_velocity">800.0dip</dimen>
|
||||
|
|
|
@ -2321,6 +2321,7 @@
|
|||
<item type="id" name="widget_channel_sidebar_actions_private_view" />
|
||||
<item type="id" name="widget_channel_topic" />
|
||||
<item type="id" name="widget_channels" />
|
||||
<item type="id" name="widget_channels_list_container" />
|
||||
<item type="id" name="widget_channels_list_empty_friends_state_view" />
|
||||
<item type="id" name="widget_chat_bottom_space" />
|
||||
<item type="id" name="widget_chat_input" />
|
||||
|
@ -2332,6 +2333,9 @@
|
|||
<item type="id" name="widget_connected_list" />
|
||||
<item type="id" name="widget_friends_tab_friends_list" />
|
||||
<item type="id" name="widget_guilds" />
|
||||
<item type="id" name="widget_home_overlapping_panels_container" />
|
||||
<item type="id" name="widget_home_tab_container" />
|
||||
<item type="id" name="widget_home_tab_content" />
|
||||
<item type="id" name="widget_main_friends_list_content" />
|
||||
<item type="id" name="widget_profile_strip" />
|
||||
<item type="id" name="widget_search_results" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -44,6 +44,13 @@
|
|||
<string name="accessibility_font_scaling_use_app">Currently using the Discord-specific font scale.</string>
|
||||
<string name="accessibility_font_scaling_use_os">"Currently using your device's font scale."</string>
|
||||
<string name="accessibility_message_group_spacing">Space Between Message Groups</string>
|
||||
<string name="accessibility_prefers_reduced_motion">Reduced Motion</string>
|
||||
<string name="accessibility_prefers_reduced_motion_auto">Sync with computer</string>
|
||||
<string name="accessibility_prefers_reduced_motion_auto_note">"Discord's reduced motion will match your computer's settings"</string>
|
||||
<string name="accessibility_prefers_reduced_motion_description">Reduce the amount and intensity of animations, hover effects, and other moving effects across Discord.</string>
|
||||
<string name="accessibility_prefers_reduced_motion_enable">Enable Reduced Motion</string>
|
||||
<string name="accessibility_prefers_reduced_motion_enable_note">"Discord's reduced motion will be on and separate from your computer settings"</string>
|
||||
<string name="accessibility_reduced_motion_settings_override">This setting has been automatically disabled because of your **Reduced Motion** setting.</string>
|
||||
<string name="accessibility_zoom_level_label">Zoom level</string>
|
||||
<string name="account">Account</string>
|
||||
<string name="account_click_to_copy">Click to copy username</string>
|
||||
|
@ -1029,7 +1036,7 @@ Fixes and Updates {fixed}
|
|||
<string name="cloud_sync_modal_or">OR</string>
|
||||
<string name="collapse">Collapse</string>
|
||||
<string name="collapse_category">Collapse Category</string>
|
||||
<string name="com.crashlytics.android.build_id">8084ef42-cb0b-4b21-8954-3f46b094858d</string>
|
||||
<string name="com.crashlytics.android.build_id">f4d68a38-b24c-4372-9a7f-f496e42a1e3d</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>
|
||||
|
@ -1578,6 +1585,7 @@ Fixes and Updates {fixed}
|
|||
<string name="form_help_discovery_cover_image">This image will be displayed on your Discovery Listing. The recommended minimum size is 1920x1080 and recommended aspect ratio is 16:9.</string>
|
||||
<string name="form_help_enable_discoverable">This lists your server in Server Discovery, which allows people to find your server via search or recommendations.</string>
|
||||
<string name="form_help_explicit_content_filter">Automatically scan and delete media sent in this server that contains explicit content. Please choose how broadly the filter will apply to members in your server. **We recommend setting a filter for a public Discord.**</string>
|
||||
<string name="form_help_hardware_h264">Hardware acceleration uses your GPU for efficient video encoding, if available.</string>
|
||||
<string name="form_help_instant_invite_channel">If a channel is selected then an invite link will be generated with the widget, otherwise only online members and voice channels will be provided.</string>
|
||||
<string name="form_help_last_seen">Pruning will kick **%1$s** who have not been seen in **%2$s** and are not assigned to any roles. They can re-join the server using a new invite.</string>
|
||||
<string name="form_help_news">Post messages that reach servers outside your own. Users can opt into Following this channel, so select posts you Publish from here will appear directly in their own servers. [Learn more.](%1$s)</string>
|
||||
|
@ -5375,6 +5383,7 @@ You cannot take any moderation actions until you enable it."</string>
|
|||
<string name="user_settings_voice_codec_description">Discord uses only the best organic locally-sourced Opus Voice codec.</string>
|
||||
<string name="user_settings_voice_codec_title">Audio Codec</string>
|
||||
<string name="user_settings_voice_experimental_soundshare_label">Use an experimental method to capture audio from games</string>
|
||||
<string name="user_settings_voice_hardware_h264">H.264 Hardware Acceleration</string>
|
||||
<string name="user_settings_voice_mic_test_button_active">Stop Testing</string>
|
||||
<string name="user_settings_voice_mic_test_button_inactive">"Let's Check"</string>
|
||||
<string name="user_settings_voice_mic_test_description">"Having mic issues? Start a test and say something silly -- we'll play your voice back to you."</string>
|
||||
|
@ -5576,5 +5585,5 @@ You cannot take any moderation actions until you enable it."</string>
|
|||
<string name="youre_viewing_older_messages">"You're viewing older messages"</string>
|
||||
<string name="zh_cn">Chinese, China</string>
|
||||
<string name="zh_tw">Chinese, Taiwan</string>
|
||||
<item type="string" name="APKTOOL_DUMMY_390">false</item>
|
||||
<item type="string" name="APKTOOL_DUMMY_397">false</item>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue