Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | Corrections strings.xml | MyNameIsTroll | |
some corrections, spelling mistakes. | |||
2018-10-26 | Add changelog for 5.4.4 | Scott Jackson | |
2018-10-11 | Remove registerMediaButtonEventReceiver for API >= 21 | Glenn 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-11 | Dsub 5.4.3 released | Scott Jackson | |
2018-08-23 | DSub 5.4.2 Released | Scott Jackson | |
2018-07-29 | Update HU translation | Scott Jackson | |
2018-07-29 | DSub 5.4.1 released | Scott Jackson | |
2018-07-26 | Dsub 5.4 released | Scott Jackson | |
2018-07-26 | Merge branch 'master' into edge | Scott Jackson | |
2018-06-13 | Add option to disable downloading while roaming | Florian Bruhin | |
2017-09-22 | Merge pull request #829 from YSmhXQDd6Z/master | Scott Jackson | |
Update portuguese translation | |||
2017-09-18 | Update strings.xml | YSmhXQDd6Z | |
2017-06-13 | Merge branch 'KBerstene-feature/rewindjumppreferences' into edge | Scott Jackson | |
2017-06-13 | Merge branch 'master' into edge | Scott Jackson | |
2017-06-09 | Added preference for rewind and fast forward intervals | Kevin 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-09 | Change SeekBarPreference value to center alignment, bringing it in line with ↵ | Kevin T. Berstene | |
similar dialog boxes. | |||
2017-05-08 | Better share error handling | Scott Jackson | |
2017-04-30 | Update translation | Scott Jackson | |
2017-04-18 | Dsub 5.3.5 released | Scott Jackson | |
2017-04-17 | Merge branch 'enhanced-playback-speed' of ↵ | Scott Jackson | |
https://github.com/SilentViking/Subsonic into SilentViking-enhanced-playback-speed # Conflicts: # app/src/main/java/github/daneren2005/dsub/util/Constants.java | |||
2017-04-17 | Merge branch 'master' into edge | Scott Jackson | |
2017-04-17 | Fixes #791: Add scan server button for stock Subsonic | Scott Jackson | |
2017-04-12 | Enhanced Playback speed UI using shehabic/Droppy library and persistence of ↵ | Marcus | |
speed settings between songs and non-songs. | |||
2017-03-07 | Fixes #784: Add 48 kpbs option | Scott Jackson | |
2017-01-17 | Little improvement of the french translation | 3615pipou | |
"Play next" was translate "Suivant" which mean "next" so I propose "Jouer juste après". And "Play last" was translate "Précédent" which mean "previous" so I propose "Jouer en fin de liste" | |||
2017-01-05 | Fixes #776: Update French translation of Bookmarks | Scott Jackson | |
2017-01-05 | Fix verbage of keep last played | Scott Jackson | |
2016-11-28 | DSub 5.3.4 Released | Scott Jackson | |
2016-11-22 | Add option to disable DLNA casting | Scott Jackson | |
2016-11-10 | DSub 5.3.3 Released | Scott Jackson | |
2016-10-22 | DSub 5.3.2 released | Scott Jackson | |
2016-10-17 | Second beta released with self-signed cert fixes | Scott Jackson | |
2016-10-17 | Change Show all media -> Show all songs | Scott Jackson | |
2016-10-13 | DSub released to Beta to test out connection logic | Scott Jackson | |
2016-10-10 | Remove extra xlms definitions on layouts | Scott Jackson | |
2016-10-04 | DSub 5.3.1 Released | Scott Jackson | |
2016-10-03 | Merge branch 'YSmhXQDd6Z-master' into edge | Scott Jackson | |
2016-10-03 | Merge branch 'master' of https://github.com/YSmhXQDd6Z/Subsonic into ↵ | Scott Jackson | |
YSmhXQDd6Z-master | |||
2016-10-02 | Update strings.xml | YSmhXQDd6Z | |
2016-09-27 | Update hu translation | Scott Jackson | |
2016-09-23 | DSub 5.3 Released to beta | Scott Jackson | |
2016-09-23 | Fix applicationIdSuffix not working with custom attributes | Scott Jackson | |
2016-09-20 | Merge branch 'internet-radio' into edge | Scott Jackson | |
2016-09-19 | Fixes #735: Add Play Now to song's context menu when click to add | Scott Jackson | |
2016-09-08 | #172 Add Internet Radio tab UI | Scott Jackson | |
2016-09-02 | Fixes #656: Add Day/Night themes | Scott Jackson | |
2016-09-01 | Fixes #732: Add support for runtime permissions | Scott Jackson | |
2016-08-31 | Fixes #726: Add custom playback speed | Scott Jackson | |
2016-08-30 | DSub 5.2.2 Released | Scott Jackson | |
2016-08-30 | Fixes #731: Work around for RecyclerView constantly loading entire adapter ↵ | Scott Jackson | |
instead of just what was visible in landscape |