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
..
src Implement missing equals and hashcode methods for feeditem (#7132) 2024-04-24 21:06:12 +02:00
README.md Moved model to its own module 2021-04-22 23:17:11 +02:00
build.gradle Move some tests from core module to their respective module (#7059) 2024-04-04 22:26:53 +02:00

README.md

:model

This module provides basic model classes like Feed and Chapter.