Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
sure it is backslashes instead of forward slashes
|
|
returns backslashes instead of forward slashes in the entry's path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fix does fix fullscreen mode but breaks normal mode and make the notification bar overlap the header
|
|
try to use ar- or so- prefixes
|
|
|
|
|
|
|
|
Allow mediastyle playback notification to show up properly on lockscreens that hide sensitive notifications. For DSub's non-mediastyle implementation, this is already done on line 162. No need to check for LOLLIPOP+ because usingMediaStyleNotification already requires LOLLIPOP+.
|
|
|
|
|
|
|
|
|
|
getRecentDownloads()
|
|
Remove permission reserved for system apps since API version 16
|
|
https://github.com/MoritzMaxeiner/DStream into edge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to fix issues described in daneren2005/Subsonic#870
|
|
|
|
|
|
Was a PR to completely remove space and @ validation (https://github.com/daneren2005/Subsonic/pull/985), but I can see people easily pressing space without meaning to and not being able to see what is wrong. If someone makes a good reason for it to be needed I will remove it, but for now just removing @ so people can do basic auth.
|
|
|
|
|
|
|
|
|
|
Android now has the capability of displaying MediaStyle notifications
which are better aligned with the Material Design standards and blend
better into the OS than custom notifications.
This commit adds an option in the Playback section to show notifications
using the MediaStyle style.
|
|
|
|
|