aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/fragments
AgeCommit message (Collapse)Author
2021-05-15Fix current SSID detectionTxema Martinez
2020-10-08Change DLNA to default to off since it causes so many issuesScott Jackson
2020-10-02Request location access when opening SSID to make sure it worksScott Jackson
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-21Remove @ validation from network settingsScott 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-02-07Merge pull request #980 from Kakadua/fix-intentextradataScott Jackson
Fix for send log not working properly
2020-02-01Decades where hardcoded to max out at 2010, this fixes it so the current ↵Patrik
decade is always max
2020-01-15Fix 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-04-01Added password encryption for SDK 23 and higherKevin T. Berstene
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-06-13Add option to disable downloading while roamingFlorian Bruhin
2018-01-06Fix server settings rejecting urls like the_max.subsonic.org which are validScott Jackson
2017-10-13Fix crash on startup when building without environment variablesCarey Metcalfe
- Adds a check for the `CAST_APPLICATION_ID` variable in `CastCompat`. If it's null, casting will be disabled. - Without a `PASTEBIN_DEV_KEY` sending logs would result in a generic "Failed to gather logs" message. This commit changes the message to something more accurate.
2017-06-19Merge branch 'master' into edgeScott Jackson
2017-06-14Make sure to always show correct fast foward or next buttonsScott Jackson
2017-06-13Merge branch 'KBerstene-feature/rewindjumppreferences' into edgeScott Jackson
2017-06-09Additional change for modifiable rewind/fast forward.Kevin T. Berstene
2017-05-08Better share error handlingScott Jackson
2017-04-17Merge 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-17Fixes #788: Only download playlist immediately if we match sync settingsScott Jackson
2017-04-17Fixes #791: Add scan server button for stock SubsonicScott Jackson
2017-04-12Enhanced Playback speed UI using shehabic/Droppy library and persistence of ↵Marcus
speed settings between songs and non-songs.
2016-11-22Add option to disable DLNA castingScott Jackson
2016-11-01Fix split screen mode not continuing to update UIScott Jackson
2016-10-21Ask for location permissions in support for the day/night themeScott Jackson
2016-10-17Add some better error handling to saving playlists + log errorsScott Jackson
2016-10-13Fixes #748: Show albums for Show AllScott Jackson
2016-10-13Fixes #749: Fix background cache refresh screwing up Show AllScott Jackson
2016-10-11Fixes #746: Add support for Play Title by Artist voice commandsScott Jackson
2016-10-11Fixes #747: Add support for Internet Radio while castingScott Jackson
2016-10-10Fix a couple of minor warningsScott Jackson
2016-09-30Fixes #738: Add support for radio station playlistsScott Jackson
2016-09-27Fixes #737: Don't show playback speed button on < 6.0Scott Jackson
2016-09-23Fix error when removing and then immediately adding serverScott Jackson
2016-09-20Merge branch 'internet-radio' into edgeScott Jackson
2016-09-19Fixes #735: Add Play Now to song's context menu when click to addScott Jackson
2016-09-14#172 Implement playback of internet radio stations + hide UI elements which ↵Scott Jackson
don't make sense on streams
2016-09-14Merge branch 'edge' into internet-radioScott Jackson
2016-09-13Fix error if adding a user with no current usersScott Jackson
2016-09-08#172 Add Internet Radio tab UIScott Jackson
2016-08-31Fixes #726: Add custom playback speedScott Jackson
2016-08-01Fixes #723: Fix Play Next from options menu with nothing selectedScott Jackson
2016-07-27Fixes #714: Add different options for action when pressing a songScott Jackson
2016-07-26Fix the cast dialog theme not matchingScott Jackson
2016-07-26Fix being able to add albums to playlistsScott Jackson
2016-07-25Merge branch 'master' into playback_speedScott Jackson
2016-06-14Fixes #710: Show album on Top TracksScott Jackson
2016-06-13Fixes #707: Fix artists not showing up with First Level ArtistsScott Jackson
2016-06-13Fixes #708: Typo causing artist options not to showScott Jackson
2016-06-13Add build to logsScott Jackson