Changes of com.discord v947
This commit is contained in:
parent
5ec7e99617
commit
dbe9741a4b
400 changed files with 10528 additions and 10551 deletions
File diff suppressed because it is too large
Load diff
|
@ -62,7 +62,6 @@
|
|||
<string name="account_scheduled_for_deletion_description">Your account is scheduled to self-destruct soon.</string>
|
||||
<string name="account_scheduled_for_deletion_title">Account Scheduled for Deletion</string>
|
||||
<string name="account_scheduled_for_deletion_undo">Changed your mind?</string>
|
||||
<string name="account_settings_saved">Account settings successfully updated.</string>
|
||||
<string name="acknowledgements">Acknowledgements</string>
|
||||
<string name="action_bar_scrolling_view_behavior">com.discord.app.AppScrollingViewBehavior</string>
|
||||
<string name="action_may_take_a_moment">This may take a moment.</string>
|
||||
|
@ -996,7 +995,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">3d402c4e-8d1f-48ba-8faa-bcc5c21bba1f</string>
|
||||
<string name="com.crashlytics.android.build_id">13c1675d-75e2-414e-9cbe-36e6d2e6d3ba</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>
|
||||
|
@ -1992,7 +1991,6 @@ Icon"</string>
|
|||
<string name="group_dm_settings">Group Settings</string>
|
||||
<string name="group_name">Group Name</string>
|
||||
<string name="group_owner">Group Owner</string>
|
||||
<string name="group_settings_saved">Group settings successfully updated.</string>
|
||||
<string name="groups">Groups</string>
|
||||
<string name="guest_lurker_mode_chat_input_body">Register to use text and voice chat in communities, or connect with friends.</string>
|
||||
<string name="guest_lurker_mode_chat_input_header">Sign up for Discord</string>
|
||||
|
@ -3877,6 +3875,7 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="save_media_failure_mobile">Save Failed</string>
|
||||
<string name="save_media_success_mobile">Saved</string>
|
||||
<string name="save_new_url">Save New URL</string>
|
||||
<string name="saved_settings">Settings successfully updated.</string>
|
||||
<string name="scope_activities_read">Access your Activity Feed</string>
|
||||
<string name="scope_activities_read_description">This allows the app to read the information from the Now Playing and Recently Played sections of your activity feed.</string>
|
||||
<string name="scope_activities_write">Update your current activity</string>
|
||||
|
@ -4884,5 +4883,5 @@ Good news though, it does work on your mobile web browser! So please open it the
|
|||
<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_38c">false</item>
|
||||
<item type="string" name="APKTOOL_DUMMY_38b">false</item>
|
||||
</resources>
|
||||
|
|
|
@ -826,6 +826,17 @@
|
|||
<style name="AppTheme.ToolbarTheme" parent="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
|
||||
<item name="colorControlNormal">?primary_000</item>
|
||||
</style>
|
||||
<style name="AppTheme.Translucent" parent="@style/AppTheme.Dark">
|
||||
<item name="android:backgroundDimAmount">0.15</item>
|
||||
<item name="android:windowBackground">@color/transparent</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowAnimationStyle">@android:style/Animation</item>
|
||||
<item name="android:background">@color/transparent</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
<item name="android:backgroundDimEnabled">true</item>
|
||||
<item name="android:colorBackgroundCacheHint">@null</item>
|
||||
</style>
|
||||
<style name="Avatar">
|
||||
<item name="actualImageScaleType">fitCenter</item>
|
||||
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue