summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2020-03-25Redesign ExternalPlayerFragmentByteHamster
2020-03-25Removed AudioPlayerActivityByteHamster
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-25Reworked cast button handlingByteHamster
2020-03-25Implemented missing PlaybackController state handlingByteHamster
2020-03-25Close OnlineFeedViewActivity when clicking borderByteHamster
2020-03-25Fixed sidebar sometimes highlighting wrong fragmentByteHamster
2020-03-25Round icons in search listByteHamster
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-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-22Fix build after rebaseNathan 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-22Add generatedBySystem to DownloadRequestNathan Mascitelli
2020-03-21Made sure that all fragments have a progress barByteHamster
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-20Fixed header not updating after feed refreshByteHamster
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-20Fixed jumping icon on splash screenByteHamster
2020-03-20Fixed back button no longer closing appByteHamster
2020-03-20Fixed adding feeds when clipboard is emptyByteHamster
2020-03-20Install ssl provider asynchronouslyByteHamster
2020-03-19Merge pull request #3943 from ByteHamster/nav-list-fragmentH. Lehmann
Nav list fragment
2020-03-19Updated testsByteHamster
2020-03-18Enabled more checkstyle rulesByteHamster
2020-03-18Using nav list fragment in MediaPlayerInfoActivityByteHamster
2020-03-18Migrated nav list to a fragmentByteHamster
2020-03-18Do not spam toast message when downloadingByteHamster