Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate column for android subversions #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ebelinski
Copy link
Owner

Experimenting with moving the Android subversions (e.g. 12, 12L) into a separate subcolumn of the "Versions" column.

image

@@ -215,14 +215,14 @@ This is an overview of all Android versions and their corresponding identifiers
<td><code>JELLYBEAN</code></td>
</tr>
<tr>
<td>4.0.3 – 4.0.4</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was better before. More space, but more explicit and therefore easier to read and understand.

@@ -12,7 +12,9 @@ This is an overview of all Android versions and their corresponding identifiers

<table class="full-width">
<tr>
<th>Version</th>
<th colspan="2">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move the API Level column first, after all that's the "key" in this table and even your website is named after it. Everything else is explaining/detailing API levels.

So: API Level, Version Code, Codename, Version, Codename

(not sure about Codename's location, either of those two)

<tr>
<td>Level 31 <span class="subversion">Android 12</span></td>
<td>12</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would still bring in some of my changes from #14, because the inconsistency of 4 missing cells probably raises more eyebrows than the missing empty spaces gives wins.

@TWiStErRob
Copy link
Contributor

What do we need to get this in?

@TWiStErRob
Copy link
Contributor

Bump ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants