summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-04-02Merge pull request #3992 from ByteHamster/performanceH. Lehmann
Performance improvements
2020-04-02Performance improvementsByteHamster
2020-04-01Do not query database on main threadByteHamster
2020-04-01Use AlertDialog for episode filters (#3981)Tony Tam
2020-04-01Merge pull request #3983 from ByteHamster/integrations-screenH. Lehmann
Removed integrations screen with only one item
2020-03-31put a date with the filename being exported (#3980)Tony Tam
2020-03-31Removed integrations screen with only one itemByteHamster
2020-03-30Checkstyle fixesByteHamster
2020-03-30Speed up full sync by not loading queue/favorite statusByteHamster
2020-03-30Give some love to gpodder login UIByteHamster
2020-03-30Report sync progressByteHamster
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-30App shortcuts (#3748)Shinichiro Fujiwara
2020-03-29Merge pull request #3976 from ByteHamster/fix-player-overlapH. Lehmann
Fixed description overlapping mini player
2020-03-29Fixed description overlapping mini playerByteHamster
2020-03-27Hide the miniplayer if there is no media playingByteHamster
2020-03-27Updated contributors listByteHamster
2020-03-26Merge pull request #3966 from ByteHamster/fix-not-updatingH. Lehmann
Fixed player sometimes not updating
2020-03-26Merge pull request #3967 from ByteHamster/make-controller-smallerH. Lehmann
Removed unused code from PlaybackController
2020-03-26Removed WiFi filter on Android 10ByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-26Fixed player sometimes not updatingByteHamster
2020-03-26Merge pull request #3839 from shortspider/NotificationForAutoDownloadsH. Lehmann
Notification for Auto Downloads
2020-03-26Merge pull request #3963 from ByteHamster/fix-externalplayer-not-hiddenH. Lehmann
Fixed external player not being hidden when expanding with intent
2020-03-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-26Do not show buffering indicator when playing local fileByteHamster
2020-03-26Fixed external player not being hidden when expanding with intentByteHamster
2020-03-25Merge pull request #3962 from ByteHamster/cleanup-lintH. Lehmann
Cleaned up some Lint warnings
2020-03-25Removed unused codeByteHamster
2020-03-25Merge pull request #3954 from ByteHamster/audioplayer-fragmentH. Lehmann
Convert AudioPlayer to fragment
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-25Deleted unused layout fileByteHamster
2020-03-25Fixed crashByteHamster
Not sure why that crash appeared now...
2020-03-25Removed CastPlayerActivityByteHamster
2020-03-25Updated testsByteHamster
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