summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2020-05-16Make duration visible when showing playback position updatesByteHamster
2020-05-16Fixed importing OPML files with BOMByteHamster
2020-05-16Fixed crash when switching themeByteHamster
2020-05-14Merge pull request #4138 from ByteHamster/theme-darkerH. Lehmann
Made dark theme darker
2020-05-14Made dark theme darkerByteHamster
2020-05-13Fix http search bugjmdouglas
2020-05-11Fixed Feed not refreshing when changing filterByteHamster
2020-05-11Merge pull request #4131 from ByteHamster/bugfixingH. Lehmann
Bugfixing
2020-05-11Fixed blue buttons with blue textByteHamster
2020-05-11Merge pull request #4132 from ByteHamster/accessibilityH. Lehmann
Improved TalkBack accessibility
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-09Fixed clicking page indicatorByteHamster
2020-05-06Fixed error dialog being shown in wrong threadByteHamster
2020-05-06Merge pull request #4121 from ByteHamster/on-demand-configurationH. Lehmann
Added on-demand configuration for stream vs download
2020-05-06Merge pull request #4125 from ByteHamster/theme-switch-without-restartH. Lehmann
Switch theme without user obstruction
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-06Switch theme without user obstructionByteHamster
2020-05-06Merge pull request #4117 from ByteHamster/webview-min-heightH. Lehmann
Reduced probability for closing player accidentally
2020-05-06Merge pull request #4124 from ByteHamster/fix-fragment-state-on-restartH. Lehmann
Fix fragment state on restart
2020-05-06Do not replace the fragment if it existsByteHamster
2020-05-06Reduced probability for closing player accidentallyByteHamster
If the description is really short, the WebView shrinks. When touching below the WebView, one needs to slide pretty precisely to swipe horizontally. If there is a little bit of slope, the player closes (completely, without following the finger). This change resizes the WebView, so that one can not touch below it.
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-03Fixed pager tab backgroundByteHamster
2020-05-03Merge pull request #4104 from ByteHamster/toast-to-snackbarH. Lehmann
Replaced some Toasts with Snackbars
2020-05-03Merge pull request #4105 from ByteHamster/video-open-correct-playerH. Lehmann
Fixed opening video player when starting video
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
Switched to MaterialComponents theme
2020-05-03Fixed opening video player when starting videoByteHamster
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-05-03Reformatted output, added Hebrew translationmalockin
Reformatted output to be sorted by date in descending order. Added links to episode page, as well as direct media download. Added Hebrew transaltion for Favorites export. Removed unused code.
2020-05-03Merge pull request #4101 from ByteHamster/snackbars-coveredH. Lehmann
Fixed Snackbars being covered by audio player
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-05-03Initial favorites export commitmalockin
2020-05-03Fix PagerIndicatorView disabled dot in RTL languagesEbrahim Byagowi
2020-05-01Use locale's digits in more placesEbrahim Byagowi
2020-05-01Merge pull request #4020 from ebraminio/rtlH. Lehmann
Adopt the project with ViewPager2
2020-05-01Merge pull request #4088 from ByteHamster/selected-quantityH. Lehmann
Allow plural of 'x selected' string
2020-04-29Allow plural of 'x selected' stringByteHamster
2020-04-21Skip intro and ending per feed (#3975)Tony Tam
2020-04-21Modify NestedScrollableHost to suit our needEbrahim Byagowi
Now manages nested child scrolling when the orientation isn't perpendicular
2020-04-21Wrap scrollable childs of viewpager in NestedScrollableHostEbrahim Byagowi
2020-04-21Use more optimized way to detect direction in PagerIndicatorViewEbrahim Byagowi
2020-04-21Fix menu items duplication in episodes and downloads fragmentEbrahim Byagowi
As ViewPager2 different lifecycle apparently setHasOptionsMenu needs to be called from onResume() from now on.
2020-04-21Disable downloads and episodes view tab position restore animationEbrahim Byagowi
2020-04-21Restore current tab right after downloads and episodes views creationEbrahim Byagowi
2020-04-21Fix view pager scrolling of bottom sheetEbrahim Byagowi
As was suggested in https://github.com/AntennaPod/AntennaPod/pull/4020#discussion_r406795883
2020-04-21Disable bringing episode animationEbrahim Byagowi
As was requested in https://github.com/AntennaPod/AntennaPod/pull/4020#discussion_r406797233
2020-04-21Bring back AudioPlayerFragment pager's setOffscreenPageLimitEbrahim Byagowi
The reason needs cast: https://issuetracker.google.com/issues/144669596
2020-04-21Use constants instead hardcoded numbers in view pagers adaptersEbrahim Byagowi
2020-04-21Add default cases for switches lack themEbrahim Byagowi