aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2023-01-28Tweaks taken from Material 3 branchedgeIván Ávalos
2023-01-08Small margin tweakIván Ávalos
2023-01-08Improved look of song list item and album cell itemIván Ávalos
2023-01-05Even more improvements to player UI!Iván Ávalos
2022-12-13Large buttons are slighly largerIván Ávalos
2022-12-13Cards are slightly more roundIván Ávalos
2022-12-13Small padding fixIván Ávalos
2022-12-13Replaced all icons with SVGsIván Ávalos
2022-12-13Added album art placeholder to Now Playing UIIván Ávalos
2022-12-13Improved Now Playing UI (land & large-land)Iván Ávalos
2022-12-13Improved Now Playing UIIván Ávalos
2022-07-27Made showing suffixes optionalPatrik
2022-07-12Add song suffix as details of list song itemRemi Drouin
2022-05-14improve Chinese translationXUJINKAI
2022-04-01DSub 5.5.3 releasedScott Jackson
2021-02-20Add Chinese translationfangxx3863
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-03DSub 5.5.2 releaseScott Jackson
2020-11-04Fix fullscreen layout not actually be fullscreen anymoreScott Jackson
2020-10-12Request location permissions on every startup if not givenScott Jackson
2020-10-12Add explanation of why user is prompted for location accessScott Jackson
2020-10-08Release DSub 5.5.1Scott Jackson
2020-10-08Change DLNA to default to off since it causes so many issuesScott Jackson
2020-10-02Merge branch 'version-28' into MoritzMaxeiner-dsubScott Jackson
2020-09-26Derive provider descriptors from applicationIdMoritz Maxeiner
2020-09-26Derive subsonic account type descriptor from applicationIdMoritz 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-21Change media notification to default to system styleScott 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
2020-05-23Corrections strings.xmlMyNameIsTroll
some corrections, spelling mistakes.
2018-10-26Add changelog for 5.4.4Scott Jackson
2018-10-11Remove registerMediaButtonEventReceiver for API >= 21Glenn Guy
Finally figured out that this was causing an extra controller to be registered with the AVRCP module. With DSub as the only media app running the log would show `V/NewAvrcpMediaPlayerList: onActiveSessionsChanged: number of controllers: 0` on entry into the app and would increase to 2 shortly after. On Android Pie this causes problems as the new AVRCP module's logic is causing the metadata to be sent through to the wrong controller. I'm not sure if you think I've gone about it in the correct way but I've removed the setting for media buttons as well for Lollipop onwards, considering that this setting has no effect anyway on >= 21.
2018-09-11Dsub 5.4.3 releasedScott Jackson
2018-08-23DSub 5.4.2 ReleasedScott Jackson
2018-07-29Update HU translationScott Jackson
2018-07-29DSub 5.4.1 releasedScott Jackson
2018-07-26Dsub 5.4 releasedScott Jackson
2018-07-26Merge branch 'master' into edgeScott Jackson
2018-06-13Add option to disable downloading while roamingFlorian Bruhin
2017-09-22Merge pull request #829 from YSmhXQDd6Z/masterScott Jackson
Update portuguese translation
2017-09-18Update strings.xmlYSmhXQDd6Z
2017-06-13Merge branch 'KBerstene-feature/rewindjumppreferences' into edgeScott Jackson
2017-06-13Merge branch 'master' into edgeScott Jackson
2017-06-09Added preference for rewind and fast forward intervalsKevin T. Berstene
Keeping the default at 10s and 30s respectively, added preference options under Playback to allow user to change how far rewind and fast forward jump.
2017-06-09Change SeekBarPreference value to center alignment, bringing it in line with ↵Kevin T. Berstene
similar dialog boxes.
2017-05-08Better share error handlingScott Jackson