Changes of com.discord v1025

This commit is contained in:
root 2020-01-22 02:17:22 +01:00
parent 2098bf3040
commit ca384822dc
534 changed files with 12144 additions and 11706 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="#ff000000" android:pathData="M11.383,3.0792C11.009,2.9252 10.579,3.0102 10.293,3.2962L6,8.0022H3C2.45,8.0022 2,8.4532 2,9.0022V15.0022C2,15.5522 2.45,16.0022 3,16.0022H6L10.293,20.7102C10.579,20.9962 11.009,21.0822 11.383,20.9272C11.757,20.7722 12,20.4072 12,20.0022V4.0022C12,3.5992 11.757,3.2322 11.383,3.0792ZM14,5.0021V7.0021C16.757,7.0021 19,9.2461 19,12.0021C19,14.7591 16.757,17.0021 14,17.0021V19.0021C17.86,19.0021 21,15.8631 21,12.0021C21,8.1431 17.86,5.0021 14,5.0021ZM14,9.0021C15.654,9.0021 17,10.3491 17,12.0021C17,13.6571 15.654,15.0021 14,15.0021V13.0021C14.551,13.0021 15,12.5531 15,12.0021C15,11.4511 14.551,11.0021 14,11.0021V9.0021Z" android:fillType="evenOdd" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />
</shape>

View file

@ -2,6 +2,7 @@
<LinearLayout android:gravity="center" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/private_call_controls_video" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:layout_margin="11.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/private_call_controls_disconnect" android:background="@drawable/drawable_circle_red" android:layout_margin="11.0dip" android:src="@drawable/ic_call_audio_stop_white_24dp" android:contentDescription="@string/disconnect" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/private_call_controls_audio_output" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:layout_margin="11.0dip" android:src="@drawable/ic_sound_24dp" android:tint="@color/white" android:contentDescription="@string/switch_audio_output" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/private_call_controls_mute" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:layout_margin="11.0dip" android:src="@drawable/ic_mic_white_24dp" android:contentDescription="@string/mute" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/private_call_controls_disconnect" android:background="@drawable/drawable_circle_red" android:layout_margin="11.0dip" android:src="@drawable/ic_call_audio_stop_white_24dp" android:contentDescription="@string/disconnect" style="@style/UiKit.Calls.ButtonCircle" />
</LinearLayout>

View file

@ -2,7 +2,6 @@
<menu
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:icon="?ic_switch_camera" android:id="@id/menu_private_call_select_camera" android:visible="false" android:title="@string/camera_switch" app:showAsAction="ifRoom" />
<item android:icon="?ic_speaker_state" android:id="@id/menu_private_call_toggle_speaker_mode" android:visible="true" android:title="@string/use_speaker" app:showAsAction="always" />
<item android:icon="?ic_call_participants" android:id="@id/menu_private_call_participants" android:visible="false" android:title="@string/member_list" app:showAsAction="ifRoom" />
<item android:id="@id/menu_private_call_user_settings" android:visible="false" android:title="@string/user_settings" app:showAsAction="never" />
<item android:id="@id/menu_private_call_group_settings" android:visible="false" android:title="@string/group_dm_settings" app:showAsAction="never" />

View file

@ -1107,7 +1107,6 @@
<item type="id" name="menu_private_call_group_settings" />
<item type="id" name="menu_private_call_participants" />
<item type="id" name="menu_private_call_select_camera" />
<item type="id" name="menu_private_call_toggle_speaker_mode" />
<item type="id" name="menu_private_call_user_settings" />
<item type="id" name="menu_private_call_voice_settings" />
<item type="id" name="menu_send" />
@ -1362,6 +1361,7 @@
<item type="id" name="premium_upsell_learn_more" />
<item type="id" name="premium_upsell_viewpager" />
<item type="id" name="private_call_connect" />
<item type="id" name="private_call_controls_audio_output" />
<item type="id" name="private_call_controls_disconnect" />
<item type="id" name="private_call_controls_mute" />
<item type="id" name="private_call_controls_video" />

File diff suppressed because it is too large Load diff

View file

@ -1025,7 +1025,7 @@ ONE MORE THING {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">a920fbbe-a360-4b9c-b27a-d721242da70f</string>
<string name="com.crashlytics.android.build_id">d9a46dd8-dd94-41c5-9b62-507115950609</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>
@ -2939,6 +2939,7 @@ Want to know more about Discord?"</string>
<string name="keybind_description_push_to_mute">Hold to temporarily disable your microphone while in Voice Activity mode.</string>
<string name="keybind_description_push_to_talk">Hold to temporarily enable your microphone while in Push to Talk mode.</string>
<string name="keybind_description_push_to_talk_priority">Hold to temporarily enable your microphone while in Push to Talk mode. Other speakers who are not also transmitting with priority will temporarily have their volume lowered while you are speaking.</string>
<string name="keybind_description_start_audio_debug_record">Trigger outbound audio record for 10 seconds for debugging.</string>
<string name="keybind_description_toggle_deafen">"Toggle your speaker's playback on and off. Also disables your microphone while deafened."</string>
<string name="keybind_description_toggle_go_live_streaming">Toggle to start/stop streaming in your current voice channel.</string>
<string name="keybind_description_toggle_mute">"Toggle your microphone's transmission on and off."</string>
@ -2950,6 +2951,7 @@ Want to know more about Discord?"</string>
<string name="keybind_push_to_mute">Push to Mute</string>
<string name="keybind_push_to_talk">Push to Talk (Normal)</string>
<string name="keybind_push_to_talk_priority">Push to Talk (Priority)</string>
<string name="keybind_start_audio_debug_record">Trigger Audio Debug Record</string>
<string name="keybind_toggle_deafen">Toggle Deafen</string>
<string name="keybind_toggle_go_live_streaming">Toggle Go Live Streaming</string>
<string name="keybind_toggle_mute">Toggle Mute</string>