Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-12-03 | DSub 5.5.2 release | Scott Jackson | |
2020-11-04 | Merge remote-tracking branch 'origin/edge' into edge | Scott Jackson | |
2020-11-04 | Merge branch 'target-sdk-29' into edge | Scott Jackson | |
2020-11-04 | Fix fullscreen layout not actually be fullscreen anymore | Scott Jackson | |
2020-10-20 | Merge pull request #1026 from t-m-w/patch-1 | Scott Jackson | |
Show mediastyle notification on secure lockscreen | |||
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 | Initial upgrade to target SDK 29 | Scott Jackson | |
2020-10-12 | Add explanation of why user is prompted for location access | Scott Jackson | |
2020-10-08 | Release DSub 5.5.1 | Scott Jackson | |
2020-10-08 | Fixed #1021 preload count being max int triggers buffer overflow in ↵ | Scott Jackson | |
getRecentDownloads() | |||
2020-10-08 | Merge pull request #1016 from MoritzMaxeiner/dsub_mergeback_permissions | Scott Jackson | |
Remove permission reserved for system apps since API version 16 | |||
2020-10-08 | Merge branch 'dsub_mergeback_cast' of ↵ | Scott Jackson | |
https://github.com/MoritzMaxeiner/DStream into edge | |||
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 | Merge pull request #1017 from MoritzMaxeiner/dsub_mergeback_jetty | Scott Jackson | |
Replace jetty ArrayQueue with java ArrayQueue | |||
2020-10-03 | Fallback to default media receiver application when Google casting | Moritz Maxeiner | |
2020-10-03 | Replace jetty ArrayQueue with java ArrayQueue | Moritz Maxeiner | |
2020-10-03 | Remove permission reserved for system apps since API version 16 | 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-10-02 | Merge branch 'version-28' into edge | Scott Jackson | |
2020-10-02 | Merge branch 'MoritzMaxeiner-dsub' into version-28 | Scott Jackson | |
2020-10-02 | Merge branch 'version-28' into MoritzMaxeiner-dsub | Scott Jackson | |
2020-09-26 | Don't use relative import for services | Moritz Maxeiner | |
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-25 | Merge pull request #1012 from Kakadua/headerauth | Scott Jackson | |
Adds a checkbox for including Authorization headers to the server settings | |||
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 | Create beta release that targets API 28 | Scott Jackson | |
2020-09-21 | Initial move to target version 28 so we can get back on the Play Store | Scott Jackson | |
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 | Merge branch 'avm99963-new-notifications' into edge | 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-21 | Fix error with referencing white in vector drawables | Scott Jackson | |
2020-09-21 | Add releases to ignore list | 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-13 | Merge pull request #1005 from massyas/edge | Scott Jackson | |
Fix wrong french translation | |||
2020-09-13 | Fix wrong french translation | massyas | |
2020-09-12 | Update to DSub 5.5.0 | Scott Jackson | |
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 | Update compile to Android 30 | Scott Jackson | |
2020-09-12 | Fix #1001 playlist timestamps showing UTC time still | Scott Jackson | |