summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/ItemFragment.java
AgeCommit message (Collapse)Author
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-15Removed return parameter of loadMediaInfoByteHamster
We return true anyways. The call for actually loading is asynchronous, so returning anything here does not make sense. Reduces likelihood of loader being interrupted to just load the same item again when the state changes.
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-12Move basic views to new moduleByteHamster
2021-01-23Use podcast image as fallback when episode image returns 404 (#4861)Jonas Burian
2020-12-03added readonly message for feed items w/o media (#4711)markamaze
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-07-11Delete obsolete version checkTacoTheDank
2020-05-25Removed unnecessary buttons for local episodesByteHamster
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-04-08Fix crash when clicking timecodeByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-01Fixed ItemFragment typosByteHamster
2020-03-01Refactor action button in ItemFragment (#3898)H. Lehmann
Much more readable to have decision for action and action itself in one place.
2020-02-18Increased cover size and added rounded cornersByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-01Always allow clicking timecodesByteHamster
2020-02-01Reduced code duplicationByteHamster
2020-01-28Merge pull request #3800 from ByteHamster/fix-multiline-buttonH. Lehmann
Fixed multi-line buttons
2020-01-28Fixed multi-line buttonsByteHamster
2020-01-26Fix download button when 'prefer streaming' is activeByteHamster
2020-01-11Show mark as read rather than mark as played in case item has no mediatxtd
2019-12-20Fixed mark played button not workingByteHamster
2019-11-21Updated streaming iconByteHamster
2019-11-15Fixed empty adapter in some casesByteHamster
2019-11-15Tiny layout improvementsByteHamster
2019-11-15Moved actionbar menu to ItemPagerFragmentByteHamster
ViewPager keeps multiple fragments in background and therefore, the menu was shown multiple times.
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated unread items update to EventBusByteHamster
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-23feeditem context menu refactor - removed unused showExtendedMenu parameterorionlee
2019-09-22Queue context menu refactor - move queue-specific logic out of generic handlerorionlee
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
- moved the logic in Episodes Screen (AllEpisodesRecycleAdapter and EpisodesListFragment) to the generic FeedItemMenuHandler
2019-08-30Merge pull request #3351 from ByteHamster/lazy-load-episodesH. Lehmann
More episodes on all episodes
2019-08-30Renamed ItemlistFragment to FeedItemlistFragmentByteHamster
2019-08-30Allow to delete currently playing mediaByteHamster
2019-07-23Fixed crash when context is nullByteHamster
From Google Play console
2019-06-24Reorganize item fragments lifecycleAnderson Mesquita
2019-05-27Replace action/callback utils with ItemActionButtonAnderson Mesquita
This just replaces all previous usages of `ActionButtonUtils` and `DefaultActionButtonCallback` with the newly created `ItemActionButton` class.
2019-05-27Allow mixed contentByteHamster
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-08Fixed NPEByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused).
2019-04-06#2966 RxJava2 null - case the underlying method may return null, butorionlee
should never happen in the code path, e.g., return the current FeedItem in ItemFragment UI. Mark underlying method as @Nullable, and let observer's existing onError() to handle null case Rx observer : underlying sources marked as @Nullable ItemFragment.load : .loadInBackground MediaplayerActivity.checkFavorite : DBReader.getFeedItem ItemDescriptionFragment.onViewCreated : DBReader.getFeedItem ItemlistFragment.loadItems : .loadData
2019-04-03Specifying base urlByteHamster
Fixes <a href="//example.com"> links