summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
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-23Converted chapters list to RecyclerViewByteHamster
This fixes scrolling in bottom sheet
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-19Merge pull request #3943 from ByteHamster/nav-list-fragmentH. Lehmann
Nav list fragment
2020-03-18Migrated nav list to a fragmentByteHamster
2020-03-18Do not spam toast message when downloadingByteHamster
2020-03-18Fixed delete button visibilityByteHamster
2020-03-18Show artistName in place of podcast url when it is available (#3762)Tony Tam
2020-03-17Tiny add feed improvementsByteHamster
2020-03-17Migrated download screen to RecyclerViewByteHamster
2020-03-17Showing feed results in searchByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-03-16Merge pull request #3882 from ByteHamster/stream-unsubscribed-episodeH. Lehmann
Allow to stream episodes from unsubscribed podcast
2020-03-16Allow to stream episodes from unsubscribed podcastByteHamster
2020-03-15Fixed error message when file was deletedByteHamster
2020-03-13Color tweaksByteHamster
2020-03-10Change display of text from Download queued to Download pending (#3916)JessieVela
2020-03-01Add allow streaming dialog (#3897)H. Lehmann
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-28Show pause button for currently streamed episodeByteHamster
2020-02-18All episodes and new episodes no longer have a drawer itemByteHamster
2020-02-13Rounded chapter imagesByteHamster
2020-02-12Added chapter image to chapter listByteHamster
2020-02-08Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-07Fixed chapter screen not updatingByteHamster
2020-02-06Updated chapters listByteHamster
2020-02-06Updated running downloads listByteHamster
2020-02-06Updated download log listByteHamster
2020-02-06Respect theme in downloaded listByteHamster
2020-02-05Using unified item view in search fragmentByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Honor makePlayedItemsTransparent flagByteHamster
2020-02-05Allow to drag images like beforeByteHamster
2020-02-05Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-05Hide images on podcast details screenByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-05Removed unnecessary ItemAccessByteHamster
2020-02-05Increase touchable areaByteHamster
2020-02-05Hide separator dot if there are no iconsByteHamster
2020-02-05Do not search in chaptersByteHamster
This speeds up searching a LOT. I hope that most podcasts use good descriptions and we do not need to search for chapters. Podcasts outside of Germany use chapters only very infrequently.
2020-02-05Search for feeds separatelyByteHamster
2020-02-04Replaced all episodes list with new adapterByteHamster
2020-02-04Converted download list to new item viewByteHamster
2020-02-04Cleaned up layoutByteHamster
2020-02-04Converted FeedItemlistAdapter to use new EpisodeItemViewHolderByteHamster
2020-02-04Extract queue item holder to new classByteHamster
First step to use a single item holder in the future
2020-02-01Clean up statisticsByteHamster
Removed unused `StatisticsData` wrapper class and extracted `StatisticsItem` to new class
2020-01-26Fix download button when 'prefer streaming' is activeByteHamster