aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-08Fixed #1021 preload count being max int triggers buffer overflow in ↵Scott Jackson
getRecentDownloads()
2020-10-08Merge pull request #1016 from MoritzMaxeiner/dsub_mergeback_permissionsScott Jackson
Remove permission reserved for system apps since API version 16
2020-10-08Merge branch 'dsub_mergeback_cast' of ↵Scott Jackson
https://github.com/MoritzMaxeiner/DStream into edge
2020-10-08Merge remote-tracking branch 'origin/edge' into edgeScott Jackson
2020-10-08Change DLNA to default to off since it causes so many issuesScott Jackson
2020-10-03Merge pull request #1017 from MoritzMaxeiner/dsub_mergeback_jettyScott Jackson
Replace jetty ArrayQueue with java ArrayQueue
2020-10-03Fallback to default media receiver application when Google castingMoritz Maxeiner
2020-10-03Replace jetty ArrayQueue with java ArrayQueueMoritz Maxeiner
2020-10-03Remove permission reserved for system apps since API version 16Moritz Maxeiner
2020-10-02Request location access when opening SSID to make sure it worksScott Jackson
2020-10-02Add some compat info for new media style notificationScott Jackson
2020-10-02Merge branch 'version-28' into edgeScott Jackson
2020-10-02Merge branch 'MoritzMaxeiner-dsub' into version-28Scott Jackson
2020-10-02Merge branch 'version-28' into MoritzMaxeiner-dsubScott Jackson
2020-09-26Don't use relative import for servicesMoritz Maxeiner
2020-09-26Don't hardcode the package nameMoritz Maxeiner
2020-09-26Derive provider descriptors from applicationIdMoritz Maxeiner
2020-09-26Derive subsonic account type descriptor from applicationIdMoritz Maxeiner
2020-09-26Use applicationId for preferences und offline sync file namesMoritz Maxeiner
2020-09-25Merge pull request #1012 from Kakadua/headerauthScott Jackson
Adds a checkbox for including Authorization headers to the server settings
2020-09-26Adds a checkbox for including Authorization headers to the server settings ↵Patrik Johanson
to fix issues described in daneren2005/Subsonic#870
2020-09-21Create beta release that targets API 28Scott Jackson
2020-09-21Initial move to target version 28 so we can get back on the Play StoreScott Jackson
2020-09-21Remove @ validation from network settingsScott Jackson
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.
2020-09-21Fix shut up google notification playing when pressing play from new notificationScott Jackson
2020-09-21Merge branch 'avm99963-new-notifications' into edgeScott Jackson
2020-09-21Fix new media style not respecting persistent notification preferenceScott Jackson
2020-09-21Change media notification to default to system styleScott Jackson
2020-09-21Fix error with referencing white in vector drawablesScott Jackson
2020-09-21Add releases to ignore listScott Jackson
2020-09-15Add the option to display MediaStyle notificationsavm99963
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.
2020-09-13Merge pull request #1005 from massyas/edgeScott Jackson
Fix wrong french translation
2020-09-13Fix wrong french translationmassyas
2020-09-12Update to DSub 5.5.0Scott Jackson
2020-09-12Go back to just using getExternalFilesDirs on Android 11+Scott Jackson
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()
2020-09-12#1002 Delete from media store before renaming file since in Android 11 it ↵Scott Jackson
deletes the actual file instead of just the media store record
2020-09-12Update compile to Android 30Scott Jackson
2020-09-12Fix #1001 playlist timestamps showing UTC time stillScott Jackson
2020-09-12Fix hard crash when storage issues are preventing saving/loading stuffScott Jackson
2020-09-12Stop the constant logcat spam from decrypting passwordsScott Jackson
2020-05-26Merge pull request #993 from MyNameIsTroll/patch-1Scott Jackson
Corrections strings.xml
2020-05-23Corrections strings.xmlMyNameIsTroll
some corrections, spelling mistakes.
2020-02-07Merge pull request #957 from KBerstene/bugfix/oreoWidgetIntentsScott Jackson
Bugfix for widget PendingIntents on Android Oreo and higher
2020-02-07Merge pull request #980 from Kakadua/fix-intentextradataScott Jackson
Fix for send log not working properly
2020-02-07Merge pull request #984 from Kakadua/fix-decadesmax2010Scott Jackson
Fix for decades maxing out at 2010
2020-02-01Decades where hardcoded to max out at 2010, this fixes it so the current ↵Patrik
decade is always max
2020-01-15Fix for extra data not being passed to email intent when sending log files. ↵Patrik
Requires the minSdk to be bumped one step to 15 but that shouldn't really be a problem today.
2019-09-12Merge pull request #964 from Kakadua/audio-focus-lostScott Jackson
Bugfix for pause on losing focus
2019-08-31When loosing focus with TRANSIENT_MAY_DUCK the app would no longer run ↵Patrik
onAudioFocusChange This fixes that
2019-06-05Bugfix for widget PendingIntents on Android Oreo and higherKevin T. Berstene