AntennaPod/app
ByteHamster 0288d4e51e
Small database efficiency tweaks (#7058)
- When checking whether there is a subscription, there is no need to create feed objects (plus counters etc). Just the number of episodes is enough.
- Downloads section only needs to load the items it actually displays.
- No need to load FeedMedia, just to load FeedItem including the same FeedMedia afterwards.
- No need to convert columns to Strings and back to Longs.
- No need to join favorites when we are only interested in the list of IDs anyway.
2024-04-04 21:58:36 +02:00
..
sampledata Remove some unused assets 2022-05-12 18:02:33 -04:00
src Small database efficiency tweaks (#7058) 2024-04-04 21:58:36 +02:00
build.gradle Restructure related UI classes together (#7044) 2024-03-31 18:40:15 +02:00
lint.xml
proguard.cfg Fix OkHttp deprecations (#6979) 2024-03-10 07:55:35 +01:00