summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-25Redesign ExternalPlayerFragmentByteHamster
2020-03-25Removed AudioPlayerActivityByteHamster
2020-03-25Merge pull request #3960 from ByteHamster/queue-iconH. Lehmann
Updated queue icon
2020-03-25Merge pull request #3959 from ByteHamster/online-feed-view-closeH. Lehmann
Close OnlineFeedViewActivity when clicking border
2020-03-25Merge pull request #3958 from ByteHamster/fix-sidebar-positionH. Lehmann
Fixed sidebar sometimes highlighting wrong fragment
2020-03-25Merge pull request #3957 from ByteHamster/search-list-roundH. Lehmann
Round icons in search list
2020-03-25Reworked cast button handlingByteHamster
2020-03-25Show buffering indicator on ExoPlayerByteHamster
2020-03-25Implemented missing PlaybackController state handlingByteHamster
2020-03-25Updated queue iconByteHamster
2020-03-25Close OnlineFeedViewActivity when clicking borderByteHamster
2020-03-25Fixed sidebar sometimes highlighting wrong fragmentByteHamster
2020-03-25Round icons in search listByteHamster
2020-03-24Add and use new iconNathan Mascitelli
2020-03-24List episodes that are downloadedNathan Mascitelli
2020-03-24Use different idsNathan Mascitelli
2020-03-23Added basic cast button to AudioPlayerFragmentByteHamster
2020-03-23Fixed testsByteHamster
2020-03-23Going down the BottomSheetBehavior rabbit hole...ByteHamster
BottomSheetBehavior only supports one scrolling child. Add support for a ViewPager. ViewPager.getChildAt sometimes does not match the actual position. Make sure that it keeps all children using setOffscreenPageLimit
2020-03-23Merge pull request #3953 from ByteHamster/do-not-rotate-speed-indicatorH. Lehmann
Do not rotate speed indicator if setSpeed is never called
2020-03-23Merge pull request #3955 from ByteHamster/consumerH. Lehmann
Use AndroidX consumer instead of our own
2020-03-23Converted chapters list to RecyclerViewByteHamster
This fixes scrolling in bottom sheet
2020-03-23Lock bottom sheet when playing videoByteHamster
2020-03-23Added bottom sheet to activityByteHamster
2020-03-23Added options menuByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2020-03-23Extracted skip preference dialogByteHamster
2020-03-23Copied setup from MediaPlayerActivity to AudioPlayerFragmentByteHamster
2020-03-22Do not rotate speed indicator if setSpeed is never calledByteHamster
2020-03-22Created audio player fragmentByteHamster
2020-03-22Fix build after rebaseNathan Mascitelli
2020-03-22Changes based on feedbackNathan Mascitelli
2020-03-22Autodownload notification opens queueNathan Mascitelli
2020-03-22Requested changes from review feedbackNathan Mascitelli
2020-03-22Add new notification channelNathan Mascitelli
2020-03-22Fix build after rebaseNathan Mascitelli
2020-03-22Remove unused constantNathan Mascitelli
2020-03-22Updates based on QA feedbackNathan Mascitelli
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Simplify constructorsNathan Mascitelli
2020-03-22Fix build and testsNathan Mascitelli
2020-03-22Add preferencesNathan Mascitelli
2020-03-22Create report if download generated by systemNathan Mascitelli
2020-03-22Add generatedBySystem to DownloadStatusNathan Mascitelli
2020-03-22Add generatedBySystem to DownloadRequestNathan Mascitelli
2020-03-21Merge pull request #3951 from ByteHamster/progress-barsH. Lehmann
Made sure that all fragments have a progress bar
2020-03-21Made sure that all fragments have a progress barByteHamster
2020-03-20Merge pull request #3950 from ByteHamster/feedinfo-pageH. Lehmann
Feedinfo page improvements
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-20Fixed header not updating after feed refreshByteHamster