Files
AntennaPod/model
flofriday 4bc0b38280 Implement missing equals and hashcode methods for feeditem (#7132)
Till 5713b18267 many classes like FeedItem
used to inherit from FeedComponent which provided those two methods.
However since that commit the component no longer exists and now the
classes need to implement it on their own. Without this, ArrayList.remove breaks.
2024-04-24 21:06:12 +02:00
..
2021-04-22 23:17:11 +02:00

:model

This module provides basic model classes like Feed and Chapter.