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

feat(android): Android install page #185

Merged
merged 3 commits into from
Oct 7, 2020
Merged

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Oct 5, 2020

Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

Is the keyboard version correct?

'name' => $keyboard->name,
'host' => KeymanHosts::Instance()->downloads_keyman_com,
'tier' => $tier,
'version' => $version,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'version' => $version,
'version' => $keyboard->version,

Since $version is the Keyman for Android version for the tier, I was getting a non-existent keyboard link
https://downloads.keyman.com/keyboards/sil_ipa/13.0.6218/sil_ipa.kmp

Do we still need $version = self::$versions->android->$tier if the "Install Keyman for Android" link goes straight to the Play Store?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good pick! Fixed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Also fixed on iOS PR #184 and for Linux and macOS pages.

Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

lgtm

Base automatically changed from feat/ios-install-page to chore/collect-php_error.log-in-ci October 7, 2020 00:00
Base automatically changed from chore/collect-php_error.log-in-ci to staging October 7, 2020 00:10
@mcdurdin mcdurdin merged commit 93cad81 into staging Oct 7, 2020
@mcdurdin mcdurdin deleted the feat/android-install-page branch October 7, 2020 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants