Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
getExternalMediaDirs was depreciated in Android 11 since they want people to just contribute to MediaStore directly instead: https://developer.android.com/reference/android/content/Context#getExternalMediaDirs()
|
|
deletes the actual file instead of just the media store record
|
|
|
|
|
|
|
|
|
|
some corrections, spelling mistakes.
|
|
Bugfix for widget PendingIntents on Android Oreo and higher
|
|
Fix for send log not working properly
|
|
decade is always max
|
|
Requires the minSdk to be bumped one step to 15 but that shouldn't really be a problem today.
|
|
onAudioFocusChange
This fixes that
|
|
|
|
Added password encryption for SDK 23 and higher
|
|
|
|
|
|
|
|
Fix failing test #916
|