Changes of com.discord v834
This commit is contained in:
parent
9fe0b0eaff
commit
dbe775932a
436 changed files with 9833 additions and 6057 deletions
|
@ -613,6 +613,7 @@
|
|||
<attr name="img_empty_search_global" format="reference" />
|
||||
<attr name="img_empty_server_invites" format="reference" />
|
||||
<attr name="img_forced_update" format="reference" />
|
||||
<attr name="img_game_detection_permissions" format="reference" />
|
||||
<attr name="img_gifting_pattern_bg" format="reference" />
|
||||
<attr name="img_new_tos" format="reference" />
|
||||
<attr name="img_no_mutual_friends" format="reference" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -874,7 +874,7 @@ SIDE TO SIDE {progress}
|
|||
<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">4eeaaee0-1de8-4826-8958-a12f8a696fe8</string>
|
||||
<string name="com.crashlytics.android.build_id">a2876eba-358c-4d69-acde-73447f19cc90</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>
|
||||
|
@ -1524,14 +1524,16 @@ SIDE TO SIDE {progress}
|
|||
<string name="game_activity">Game Activity</string>
|
||||
<string name="game_activity_notifications">Game Activity Notifications</string>
|
||||
<string name="game_detected">Playing: %1$s</string>
|
||||
<string name="game_detection_foreground_android">Enable Foreground Service for Game Detection</string>
|
||||
<string name="game_detection_foreground_info_android">This will improve game detection but will show a persistent notification in the drawer</string>
|
||||
<string name="game_detection_modal_android">"Discord now has EXPERIMENTAL game detection on Android! But to enable it, we need your help!
|
||||
|
||||
We'll jump you into Usage Access Settings and you'll need to select Discord, then Permit Usage Access"</string>
|
||||
<string name="game_detection_modal_info_android">"In order to enable Game Detection, Discord needs you to do the following:
|
||||
1) Open Usage Access Settings
|
||||
2) Select Discord
|
||||
3) Switch Permit Usage Access to enabled"</string>
|
||||
<string name="game_detection_open_settings">Open Settings</string>
|
||||
<string name="game_detection_service">Game Detection Service</string>
|
||||
<string name="game_detection_tracking_delay_android">This is an EXPERIMENTAL feature. It may consume more battery and may have up to a one minute delay in detecting your game.</string>
|
||||
<string name="game_feed_action_message">Message</string>
|
||||
<string name="game_feed_activity_action_play">Play</string>
|
||||
<string name="game_feed_activity_more_playing_count">+%1$s</string>
|
||||
|
|
|
@ -297,6 +297,7 @@
|
|||
<item name="img_empty_search_global">@drawable/asset_search_empty_dark</item>
|
||||
<item name="img_empty_server_invites">@drawable/img_empty_server_settings_invites_dark</item>
|
||||
<item name="img_forced_update">@drawable/img_forced_update_dark</item>
|
||||
<item name="img_game_detection_permissions">@drawable/img_game_detection_permissions_dark</item>
|
||||
<item name="img_gifting_pattern_bg">@drawable/img_gifting_pattern_bg_dark</item>
|
||||
<item name="img_new_tos">@drawable/img_new_tos_dark_theme</item>
|
||||
<item name="img_no_mutual_friends">@drawable/img_no_mutual_friends_dark</item>
|
||||
|
@ -645,6 +646,7 @@
|
|||
<item name="img_empty_search_global">@drawable/asset_search_empty_light</item>
|
||||
<item name="img_empty_server_invites">@drawable/img_empty_server_settings_invites_light</item>
|
||||
<item name="img_forced_update">@drawable/img_forced_update_light</item>
|
||||
<item name="img_game_detection_permissions">@drawable/img_game_detection_permissions_light</item>
|
||||
<item name="img_gifting_pattern_bg">@drawable/img_gifting_pattern_bg_light</item>
|
||||
<item name="img_new_tos">@drawable/img_new_tos_light_theme</item>
|
||||
<item name="img_no_mutual_friends">@drawable/img_no_mutual_friends_light</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue