It's cool to have the Subscriptions view, but there's a few issues that came along with #1826 into the latest alpha:
Then, to reiterate remarks made earlier (in https://github.com/AntennaPod/AntennaPod/pull/1826#issuecomment-202167130 and https://github.com/AntennaPod/AntennaPod/pull/1826#issuecomment-202273543):
App version: 1.6.0.0 (alpha from Google Play)
Android version: 5.1
Devide model: FP2



I see the bug with the numbers, I wonder if it's an issue with 6.0. Doesn't happen in the emulator for 4.1.1 or 2.3.7.
I'll investigate the other bugs as well.
I'm not sure I understand how following the theme will help with visibility when the _episodes_ have dark images.
Regarding your other suggestions, we'll see. I'm not sure I agree.
Maybe it would make sense to distinguish between actual bugs and enhancements...
How about making the counter triangle blue (either AntennaPod blue or the light/dark blue we already have), number just gets primary text color?
Titles: Why not adapt placeholders from queue/episodes and give the textview the same size as the cover? For add feeds, just use Iconify - {fa-plus 300%}\nAdd...
This branch addresses some of these concerns: https://github.com/TomHennen/AntennaPod/tree/subscriptions_fixup

I think many of your other suggestions would be better as a different issue.
Another issue: Adapter assumes fixed positions.
To reproduce: Subscribe to a feed, open subscriptions while the feed is being downloaded and parsed. If done right, you should see duplicate entries.
I wonder if it's an issue with 6.0
You mean Android? I'm on 5.1
how following the theme will help with visibility when the _episodes_ have dark images
"Following the theme" means: number color = 'overlay_dark' or white. These two colors have _bigger contrast (with the triangle background)_ than gray600. (Sure the contrast can also be increased in other ways; just thought it would be nice to do sth with the theme.)
How about making the counter triangle blue, number just gets primary text color?
I'm sorry I only have the chance to comment on it now, but the blue feels odd to me: it looks ok as such on the screenshot, but since it's not used anywhere else it's rather inconsistent with the dark & light themes.
Instead I would do:
background color: use the previously proposed, bit more opaque (e.g. 85%; #D9BFBFBF)
number color: 'overlay_dark' (#2C2C2C) or 'white'
If you want 'Add Podcast' removed from the drawer then I think it _must_ come first in Subscriptions view.
Why is that?
Ease of access: fair point. Then I'd rather have a button in the action bar (like all other apps) than to waste space for such a big plus sign that I hardly ever use. Don't really see how that's bad UX (@mfietz' argument).
Discoverability? Let me illustrate three cases:
I think many of your other suggestions would be better as a different issue.
As in 'all in one issue' or 'every single one of them in a separate issue'?
Issue with the TriangleLabelView is that they're not invalidating and requesting a new layout when content changes. See https://github.com/shts/TriangleLabelView/pull/2
Opening the downloads fragment and afterwards the subscriptions fragment creates a non-functional options menu entry
@ByteHamster so it does. Thanks for reporting, but could we please have one 'issue' per request or problem? It makes it much easier to know when we're done. This issue is rather difficult to track.
All issues have been solved / become irrelevant (except one that I addressed in a seperate issue) -> closing