-Added fling to toss popup view when velocity is below shutdown.
-Added string for unknown content. -Fixed NPE when UI element is touched after player shuts down in service activity. -Fixed shuffle reset caused by position discontinuity offsets index. -Moved some more player shared preferences to PlayerHelper.
This commit is contained in:
parent
01e031e7e7
commit
38b2ffd450
5 changed files with 71 additions and 24 deletions
|
|
@ -122,6 +122,8 @@
|
|||
<string name="notification_channel_name">NewPipe Notification</string>
|
||||
<string name="notification_channel_description">Notifications for NewPipe Background and Popup Players</string>
|
||||
|
||||
<string name="unknown_content">[Unknown]</string>
|
||||
|
||||
<!-- error strings -->
|
||||
<string name="general_error">Error</string>
|
||||
<string name="network_error">Network error</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue