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

Add 12-character game link support #2299

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jas14
Copy link
Collaborator

@jas14 jas14 commented Jan 29, 2023

Closes #2291. This should do the trick for Android, but we will need to update apple-app-site-associations on lila for iOS.

I tested on an Android emulator using the following command:

adb shell am start -W -a android.intent.action.VIEW -d "https://lichess.org/2360tJXP000z#50" org.lichess.mobileapp

and substituted various URIs, including:

  • https://lichess.org/2360tJXP000Z#50 (White's perspective at ply 50)
  • https://lichess.org/2360tJXP000Z (White's perspective, no ply)
  • https://lichess.org/2360tJXP000z (Black's perspective, no ply)

and some of the other link variations with just 8-character game IDs.

@veloce
Copy link
Collaborator

veloce commented Feb 1, 2023

I guess I should merge it when the apple-app-site-association is updated on Lila.

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.

App does not capture 12-character full game IDs
2 participants