aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/activity/SubsonicFragmentActivity.java
AgeCommit message (Expand)Author
2023-01-08Initial progress of huge refactoring job that I really, really shouldn't be d...stupid-refactoringIván Ávalos
2023-01-08Migrate to AndroidXIván Ávalos
2022-07-27Noticed that the guest2 account DSub uses on the Subsonic demo server no long...Patrik
2019-04-01Added password encryption for SDK 23 and higherKevin T. Berstene
2017-06-14Make sure to always show correct fast foward or next buttonsScott Jackson
2017-04-12Added separate persistent settings for music and non-music playback. Also upd...Marcus
2016-10-26Fix crash if pressing play if in IDLE stateScott Jackson
2016-10-19Clear tint cache on exit so we can fix if bad colors get stuckScott Jackson
2016-10-11Fixes #746: Add support for Play Title by Artist voice commandsScott Jackson
2016-09-14#172 Implement playback of internet radio stations + hide UI elements which d...Scott Jackson
2016-09-08#172 Add Internet Radio tab UIScott Jackson
2016-07-05Fixes #718: fix rotation/sleep issues with EQ fragmentScott Jackson
2016-05-30Fixes #690: Modernize the action bar search with SearchViewScott Jackson
2016-05-25Fixes #700: close now playing when viewing artist/albumScott Jackson
2016-05-02Fixes #686: Don't restart activity when coming from notificationsScott Jackson
2016-04-06#669 On Audio Books/Podcasts replace back/forward with rewind/fast forwardScott Jackson
2016-02-16Fixes #648: Fix onPanelCollapse being called on drag down even if already closedScott Jackson
2016-02-11Fixes #642: fix First Level Artist interefering with Show Artist/AlbumScott Jackson
2016-01-27Fixes #625: infinite recursion when doing Play x with Now Playing visibleScott Jackson
2016-01-07#611 Update the cover art when refreshing songsScott Jackson
2016-01-04#615 Fix rotating after clicking widget opening up Now Playing againScott Jackson
2016-01-04#609 Go directly to playlist/podcast from sync notificationScott Jackson
2015-12-23Change ActionBar spinner to wrap_contentScott Jackson
2015-11-27#580, #596 Switch fragments for server settings as wellScott Jackson
2015-11-27#580, #596 Make setting open up a normal new fragmentScott Jackson
2015-10-30Fix issue of current user not being refreshed when server details changedScott Jackson
2015-10-22Merge branch 'auto'Scott Jackson
2015-10-19#572 Add option to never try to resume from remote play queueScott Jackson
2015-10-12#480 Add support for starring/rating from autoScott Jackson
2015-10-01Fix android-guest login not workingScott Jackson
2015-09-21Fix wrong overflow menu on EQ/Lyrics fragmentsScott Jackson
2015-08-27Some code cleanup on when to display what in drawer toggleScott Jackson
2015-08-18Fix random crashScott Jackson
2015-08-11#535 Move online/offline to pull out drawerScott Jackson
2015-07-30Stop active action mode when switching tabsScott Jackson
2015-07-18Fix empty bottom bar image on first loadScott Jackson
2015-07-18Revert hiding bottom bar since it still has issuesScott Jackson
2015-07-13#527 Change from polling to using DownloadService eventsScott Jackson
2015-07-09Fix Equalizer/Lyrics fragment not being in place of NowPlayingFragmentScott Jackson
2015-07-07Fix panel state when rotating with panel expandedScott Jackson
2015-07-02#332 Start of long multi selectScott Jackson
2015-06-25Reimplement hiding bottom bar using setPanelState(HIDDEN)Scott Jackson
2015-06-25Revert previous change since it causes bar to not show up at startScott Jackson
2015-06-24Hide NowPlaying bar when starting with nothing playing (can't hide later sinc...Scott Jackson
2015-06-24Move settings initiation to before super so we don't crash setting up drawer ...Scott Jackson
2015-06-22Theme updateScott Jackson
2015-06-18Go back to back icon for Now Playing fragmentScott Jackson
2015-06-05#493 Switch from ListView to NavigationView + move server selection logic int...Scott Jackson
2015-05-29Merge branch 'RecyclerView' into SlideUpPanel2Scott Jackson
2015-05-28#509 Convert search to use RecyclerViewScott Jackson