aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-08Added padding to list itemsmaterial3Iván Ávalos
2023-01-08Removed holo theme. It now defaults to dark.Iván Ávalos
2023-01-08Dark theme now tints navbar and status bar equallyIván Ávalos
2023-01-08Replace themes with Material 3Iván Ávalos
2023-01-08Migrate to AndroidXIvá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-13Fixed bounds for cover art dialogIvá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-27Merge pull request #1117 from popeen/guest_account_demo_serverScott Jackson
Changed default account as the old one no longer exists
2022-07-27Merge pull request #1116 from popeen/suffix_optionalScott Jackson
Made showing suffixes optional
2022-07-27Noticed that the guest2 account DSub uses on the Subsonic demo server no ↵Patrik
longer exists so I changed it to just guest, that account is still there.
2022-07-27Made showing suffixes optionalPatrik
2022-07-25Merge pull request #1114 from raminou/edgeScott Jackson
Add song suffix as details of list song item
2022-07-12Merge pull request #1112 from mvn23/fix-album-sortScott Jackson
Fix album sort with duplicate track numbers
2022-07-12Change formatting as requestedmvn23
2022-07-12Add song suffix as details of list song itemRemi Drouin
2022-06-27Fix album sort with duplicate track numbersmvn23
2022-05-14Merge pull request #1105 from XUJINKAI/chineseScott Jackson
improve Chinese translation
2022-05-14improve Chinese translationXUJINKAI
2022-04-20Merge pull request #1094 from paroj/edgeScott Jackson
sync bastp to upstream/ vanilla-music
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-31Auto apply some gradle updates that do who knows what but Android Studios ↵Scott Jackson
insisted on
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-24Merge pull request #1070 from ivorodr/fix-auto-tagbrowseScott Jackson
Fixed Android Auto library browsing if Browse By Tag is enabled
2021-05-21Fixed Android Auto library browsing if Browse By Tag is enabledivorodr
2021-05-15Merge pull request #1069 from mrtxema/fix-ssid-checkScott Jackson
Fix current SSID detection
2021-05-15Fix current SSID detectionTxema Martinez
2021-02-24Merge pull request #1056 from fangxx3863/edgeScott Jackson
Add Chinese translation
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-04Merge branch 'target-sdk-29' into edgeScott Jackson
2020-11-04Fix fullscreen layout not actually be fullscreen anymoreScott Jackson
2020-10-20Merge pull request #1026 from t-m-w/patch-1Scott Jackson
Show mediastyle notification on secure lockscreen
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+.