summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
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
2020-01-20Merge pull request #3773 from ByteHamster/fix-cover-loaderH. Lehmann
Fix weird behavior in CoverLoader
2020-01-20Fix weird behavior in CoverLoaderByteHamster
If you had an episode in the queue without a cover, it first showed the placeholder text. After scrolling, the placeholder text was hidden and then there was just nothing at all. This was inconsistent and confusing. Now, always shows the placeholder (while loading and on error), making sure to update visibility.
2020-01-12Added colorful dots to statisticsByteHamster
2020-01-12Merge pull request #3523 from wseemann/developH. Lehmann
Show storage size of downloaded episodes
2020-01-12Show storage size of downloaded episodesWilliam Seemann
2020-01-11Merge pull request #3743 from txtd/mark-as-playedH. Lehmann
Show "mark as read" rather than "mark as play" in case item has no media
2020-01-11Show mark as read rather than mark as played in case item has no mediatxtd
2020-01-09Merge pull request #3715 from ByteHamster/speed-up-searchH. Lehmann
Increased search performance
2020-01-04Try to fix ArrayIndexOutOfBoundsExceptionByteHamster
We sometimes get an ArrayIndexOutOfBoundsException when trying to create the ItemPagerFragment. After trying quite a few things already, Google Play still reports the crash. Previous experiments showed that the index is not larger than the array length. Because it is an AIOOB Exception and not a NPE, the array must be created correctly. Maybe it is a negative index. Might be caused by getAdapterPosition() returning NO_POSITION (-1).
2020-01-01Increased search performanceByteHamster
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-11-12Merge pull request #3600 from ByteHamster/fix-currently-playing-updateH. Lehmann
Fixed position sometimes updated in wrong item
2019-11-12Merge pull request #3592 from ↵H. Lehmann
orionlee/more_respect_download_order_2448_handle_cancel More respect download order - handle cancel
2019-11-12Fixed position sometimes updated in wrong itemByteHamster
2019-11-09Added licenses screenByteHamster
2019-11-09Added translators screenByteHamster