aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-07-12Change formatting as requestedmvn23
2022-06-27Fix album sort with duplicate track numbersmvn23
2022-05-14improve Chinese translationXUJINKAI
2022-04-05sync bastp to upstream/ vanilla-musicPavel Rojtberg
2022-04-01DSub 5.5.3 releasedScott Jackson
2022-03-31Try to be more conservative with #1093 to only cases where we are pretty ↵Scott Jackson
sure it is backslashes instead of forward slashes
2022-03-31#1093 Fix all songs in Airsonic being located in the root directory since it ↵Scott Jackson
returns backslashes instead of forward slashes in the entry's path
2021-05-21Fixed Android Auto library browsing if Browse By Tag is enabledivorodr
2021-05-15Fix current SSID detectionTxema Martinez
2021-02-20Add Chinese translationfangxx3863
2020-12-29#1033: Some devices can't decrypt a password they just madeScott Jackson
2020-12-29Re-release DSub 5.5.2 with fixed notification overlapScott Jackson
2020-12-29Closes #1037: Better fix for fullscreen issue that doesn't break normal viewingScott Jackson
2020-12-29#1037 Revert "Fix fullscreen layout not actually be fullscreen anymore"Scott Jackson
This fix does fix fullscreen mode but breaks normal mode and make the notification bar overlap the header
2020-12-29Fixes #1043 Add a dsub prefix to search id workaround in case other servers ↵Scott Jackson
try to use ar- or so- prefixes
2020-12-03DSub 5.5.2 releaseScott Jackson
2020-11-04Merge remote-tracking branch 'origin/edge' into edgeScott Jackson
2020-11-04Fix fullscreen layout not actually be fullscreen anymoreScott Jackson
2020-10-20Show mediastyle notification on secure lockscreent-m-w
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+.
2020-10-12Request location permissions on every startup if not givenScott Jackson
2020-10-12Initial upgrade to target SDK 29Scott Jackson
2020-10-12Add explanation of why user is prompted for location accessScott Jackson
2020-10-08Release DSub 5.5.1Scott Jackson
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-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 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-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-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-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-13Fix wrong french translationmassyas
2020-09-12Update to DSub 5.5.0Scott Jackson