ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
225 stars 26 forks source link

Improve consistency in subversion number displays #14

Closed TWiStErRob closed 11 months ago

TWiStErRob commented 2 years ago

@ebelinski bump

ebelinski commented 2 years ago

I get the desire for consistency here. Most modern versions of Android have only one API level per major Android version. When I was originally creating this website, I started with the newest Android versions and worked my way down, only later realizing I would need to a way to explain why Android 8 has levels 27 and 26, etc, so I added the green bubbles as kind of minor explanatory tidbits. But of course now I realize pretty much anything Android 8 and below has multiple API levels per major version, and now so does Android 12 too, thanks to 12L.

I think if we want to display this information for all API levels, we might as well use a separate column. Let me try something out in a separate PR...

ebelinski commented 2 years ago

I get the desire for consistency here. Most modern versions of Android have only one API level per major Android version. When I was originally creating this website, I started with the newest Android versions and worked my way down, only later realizing I would need to a way to explain why Android 8 has levels 27 and 26, etc, so I added the green bubbles as kind of minor explanatory tidbits. But of course now I realize pretty much anything Android 8 and below has multiple API levels per major version, and now so does Android 12 too, thanks to 12L.

I think if we want to display this information for all API levels, we might as well use a separate column. Let me try something out in a separate PR...

ebelinski commented 2 years ago

@TWiStErRob What do you think of my idea here?

TWiStErRob commented 2 years ago

Sorry, forgot about this, I wrote down my thoughts in review.

TWiStErRob commented 2 years ago

Superseded by #16

TWiStErRob commented 11 months ago

I'm going to close and delete this for now. Feel free to revive or merge #16 or not :)