summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-03-20Merge pull request #3949 from ByteHamster/fix-downloads-taking-longH. Lehmann
Fixed downloads taking long before being shown as started
2020-03-20Fixed downloads taking long before being shown as startedByteHamster
The first call to installSslProvider may take quite long. Already report the started download.
2020-03-20Merge pull request #3946 from ByteHamster/speed-up-startH. Lehmann
Install ssl provider asynchronously
2020-03-20Merge pull request #3948 from ByteHamster/authentication-button-visibilityH. Lehmann
Fixed white on white text
2020-03-20Give cancelling downloads more timeByteHamster
The first download installs the ssl security provider and might block around 1.2 seconds longer than in previous versions.
2020-03-20Fixed white on white textByteHamster
2020-03-20Merge pull request #3945 from ByteHamster/fix-jumping-splashH. Lehmann
Fixed jumping icon on splash screen
2020-03-20Merge pull request #3947 from ByteHamster/fixesH. Lehmann
Fixed some regressions with the new UI