summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java
AgeCommit message (Expand)Author
2023-02-18Ensure that the context is non-null when loading the shownotes (#6327)ByteHamster
2022-10-14Remove text colors from shownotesByteHamster
2021-05-14New media player screen (#5075)ueen
2021-04-22Moved model to its own moduleByteHamster
2021-04-04Merge branch 'master' into developByteHamster
2021-03-26Fix crash when resuming while there is no playableByteHamster
2021-03-04Removed ShownotesProvider interfaceByteHamster
2021-02-15Removed method that does the same as loadMediaInfo anywayByteHamster
2021-02-15Removed return parameter of loadMediaInfoByteHamster
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-09-20Fixed crash (fromCallable rethrows instead of calling onError)ByteHamster
2020-07-27Dispose loaders before setting controller to nullByteHamster
2020-05-27Fixed NPEByteHamster
2020-05-16Fixed crash when switching themeByteHamster
2020-05-06Reduced probability for closing player accidentallyByteHamster
2020-04-02Removed yet another DB access on the main threadByteHamster
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-03-26Merge pull request #3966 from ByteHamster/fix-not-updatingH. Lehmann
2020-03-26Removed unused code from PlaybackControllerByteHamster
2020-03-26Fixed player sometimes not updatingByteHamster
2020-03-23Going down the BottomSheetBehavior rabbit hole...ByteHamster
2020-02-01Always allow clicking timecodesByteHamster
2020-02-01Reduced code duplicationByteHamster
2019-11-22Fixed some lint errorsByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-05-27Allow mixed contentByteHamster
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-04-12Fixed crash when re-using released controllerByteHamster
2019-04-12Let PlaybackController handle listening for service startByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
2019-04-10Do not hold state in fragmentsByteHamster
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
2019-04-03Specifying base urlByteHamster
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-06-06Moved playing background into attrByteHamster
2018-06-06Merge branch 'develop' of https://github.com/alifeflow/AntennaPod into alifef...ByteHamster
2018-04-14[True Black] Fix UI Elementsalifeflow
2018-04-05Even use expired cache if there is no networkByteHamster
2018-01-14Add final modifiersMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2016-09-03fix onMediaChanged() for ItemDescriptionFragmentDomingos Lopes
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this statem...Soso Tughushi
2016-05-19Fix for restoring scroll position in detail view #1947Jens Klingenberg
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-03-22code cleaning:Domingos Lopes
2016-03-13Prevent leakMartin Fietz
2016-02-22Do not refresh when not attachedMartin Fietz
2016-01-26Minor changesMartin Fietz