Added Bluetooth connect permission and better UX for permissions
This commit is contained in:
parent
33bbc0d07e
commit
c8dbb0a0fd
11 changed files with 121 additions and 35 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="PermissionItem">
|
||||
<attr name="permissionTitle" format="string" />
|
||||
<attr name="permissionTitleSubTitle" format="string" />
|
||||
<attr name="permissionTitle" format="string" localization="suggested" />
|
||||
<attr name="permissionTitleSubTitle" format="string" localization="suggested" />
|
||||
<attr name="permissionTitleNumber" format="string" />
|
||||
<attr name="permissionIcon" format="integer" />
|
||||
<attr name="permissionButtonTitle" format="string" />
|
||||
<attr name="permissionIcon" format="reference" />
|
||||
<attr name="permissionButtonTitle" format="string" localization="suggested" />
|
||||
</declare-styleable>
|
||||
</resources>
|
|
@ -93,6 +93,7 @@
|
|||
<string name="biography">Biography</string>
|
||||
<string name="black_theme_name">Just Black</string>
|
||||
<string name="blacklist">Blacklist</string>
|
||||
<string name="bluetooth_summary">The app needs nearby devices permission to check for bluetooth devices</string>
|
||||
<string name="blur">Blur</string>
|
||||
<string name="blur_card">Blur Card</string>
|
||||
<string name="bug_report_failed">Unable to send report</string>
|
||||
|
@ -196,6 +197,7 @@
|
|||
<string name="genres">Genres</string>
|
||||
<string name="git_hub_summary">Fork the project on GitHub</string>
|
||||
<string name="gradient">Gradient</string>
|
||||
<string name="grant_access">Grant access</string>
|
||||
<string name="grid_size_1">1</string>
|
||||
<string name="grid_size_2">2</string>
|
||||
<string name="grid_size_3">3</string>
|
||||
|
@ -234,6 +236,7 @@
|
|||
<string name="labeled">Labeled</string>
|
||||
<string name="last_added">Last added</string>
|
||||
<string name="last_song">Last song</string>
|
||||
<string name="lets_go">Let\'s go</string>
|
||||
<string name="library_categories">Library categories</string>
|
||||
<string name="licenses">Licenses</string>
|
||||
<string name="light_theme_name">Clearly White</string>
|
||||
|
@ -293,6 +296,7 @@
|
|||
<string name="paste_lyrics_here">Paste Lyrics Here</string>
|
||||
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
|
||||
<string name="peek">Peek</string>
|
||||
<string name="permission_bluetooth_denied">Nearby devices permission denied.</string>
|
||||
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
|
||||
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
|
||||
<string name="permission_title">Storage Access</string>
|
||||
|
@ -362,6 +366,7 @@
|
|||
<string name="pref_summary_show_lyrics">Display synced lyrics over album cover</string>
|
||||
<string name="pref_summary_suggestions">Show New Music Mix on homescreen</string>
|
||||
<string name="pref_summary_swipe_anywhere_now_playing">Enables changing song by swiping anywhere on the now playing screen</string>
|
||||
<string name="pref_summary_swipe_to_dismiss">Swipe down to dismiss mini player</string>
|
||||
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
|
||||
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
|
||||
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
|
||||
|
@ -408,6 +413,7 @@
|
|||
<string name="pref_title_show_lyrics">Show lyrics</string>
|
||||
<string name="pref_title_suggestions">Show suggestions</string>
|
||||
<string name="pref_title_swipe_anywhere_now_playing">Swipe anywhere to change song</string>
|
||||
<string name="pref_title_swipe_to_dismiss">Dismiss with swipe down</string>
|
||||
<string name="pref_title_tab_text_mode">Tab titles mode</string>
|
||||
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
|
||||
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
|
||||
|
@ -553,6 +559,5 @@
|
|||
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
|
||||
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
|
||||
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
|
||||
<string name="pref_summary_swipe_to_dismiss">Swipe down to dismiss mini player</string>
|
||||
<string name="pref_title_swipe_to_dismiss">Dismiss with swipe down</string>
|
||||
<string name="bluetooth_title">Nearby devices</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue