Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-27 | Merge pull request #1117 from popeen/guest_account_demo_server | Scott Jackson | |
Changed default account as the old one no longer exists | |||
2022-07-27 | Noticed 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-27 | Made showing suffixes optional | Patrik | |
2022-07-25 | Merge pull request #1114 from raminou/edge | Scott Jackson | |
Add song suffix as details of list song item | |||
2022-07-12 | Change formatting as requested | mvn23 | |
2022-07-12 | Add song suffix as details of list song item | Remi Drouin | |
2022-06-27 | Fix album sort with duplicate track numbers | mvn23 | |
2022-04-05 | sync bastp to upstream/ vanilla-music | Pavel Rojtberg | |
2022-03-31 | Try 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-21 | Fixed Android Auto library browsing if Browse By Tag is enabled | ivorodr | |
2021-05-15 | Fix current SSID detection | Txema Martinez | |
2020-12-29 | #1033: Some devices can't decrypt a password they just made | Scott Jackson | |
2020-12-29 | Closes #1037: Better fix for fullscreen issue that doesn't break normal viewing | Scott Jackson | |
2020-12-29 | Fixes #1043 Add a dsub prefix to search id workaround in case other servers ↵ | Scott Jackson | |
try to use ar- or so- prefixes | |||
2020-11-04 | Merge remote-tracking branch 'origin/edge' into edge | Scott Jackson | |
2020-10-20 | Show mediastyle notification on secure lockscreen | t-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-12 | Request location permissions on every startup if not given | Scott Jackson | |
2020-10-12 | Add explanation of why user is prompted for location access | Scott Jackson | |
2020-10-08 | Fixed #1021 preload count being max int triggers buffer overflow in ↵ | Scott Jackson | |
getRecentDownloads() | |||
2020-10-08 | Merge remote-tracking branch 'origin/edge' into edge | Scott Jackson | |
2020-10-08 | Change DLNA to default to off since it causes so many issues | Scott Jackson | |
2020-10-03 | Replace jetty ArrayQueue with java ArrayQueue | Moritz Maxeiner | |
2020-10-02 | Request location access when opening SSID to make sure it works | Scott Jackson | |
2020-10-02 | Add some compat info for new media style notification | Scott Jackson | |
2020-09-26 | Don't hardcode the package name | Moritz Maxeiner | |
2020-09-26 | Derive provider descriptors from applicationId | Moritz Maxeiner | |
2020-09-26 | Derive subsonic account type descriptor from applicationId | Moritz Maxeiner | |
2020-09-26 | Use applicationId for preferences und offline sync file names | Moritz Maxeiner | |
2020-09-26 | Adds a checkbox for including Authorization headers to the server settings ↵ | Patrik Johanson | |
to fix issues described in daneren2005/Subsonic#870 | |||
2020-09-21 | Remove @ validation from network settings | Scott 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-21 | Fix shut up google notification playing when pressing play from new notification | Scott Jackson | |
2020-09-21 | Fix new media style not respecting persistent notification preference | Scott Jackson | |
2020-09-21 | Change media notification to default to system style | Scott Jackson | |
2020-09-15 | Add the option to display MediaStyle notifications | avm99963 | |
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-12 | Go 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-12 | Fix #1001 playlist timestamps showing UTC time still | Scott Jackson | |
2020-09-12 | Fix hard crash when storage issues are preventing saving/loading stuff | Scott Jackson | |
2020-09-12 | Stop the constant logcat spam from decrypting passwords | Scott Jackson | |
2020-02-07 | Merge pull request #957 from KBerstene/bugfix/oreoWidgetIntents | Scott Jackson | |
Bugfix for widget PendingIntents on Android Oreo and higher | |||
2020-02-07 | Merge pull request #980 from Kakadua/fix-intentextradata | Scott Jackson | |
Fix for send log not working properly | |||
2020-02-01 | Decades where hardcoded to max out at 2010, this fixes it so the current ↵ | Patrik | |
decade is always max | |||
2020-01-15 | Fix 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-08-31 | When loosing focus with TRANSIENT_MAY_DUCK the app would no longer run ↵ | Patrik | |
onAudioFocusChange This fixes that | |||
2019-06-05 | Bugfix for widget PendingIntents on Android Oreo and higher | Kevin T. Berstene | |
2019-04-08 | Merge pull request #945 from KBerstene/feature/encryptedPasswords | Scott Jackson | |
Added password encryption for SDK 23 and higher | |||
2019-04-05 | Bugfix for album art not appearing in Auto notifications | Kevin T. Berstene | |
2019-04-01 | Added password encryption for SDK 23 and higher | Kevin T. Berstene | |
2018-12-07 | Fix Chromecast routes | Koen | |