-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Enhance Chromebook support / metrics #5664
Comments
Solving #1 would require analyzing how google analytics reports device metrics by default (using their documentation) and putting the information we need into those fields. Something that differentiated ChromeOS from regular Android, and if possible differentiated how they installed it (via APK from Play Store - possible now on chromebooks, or via Chrome Web Store) Solving #2 requires following this process https://github.com/ankidroid/Anki-Android/wiki/Release-procedure#chrome-web-store through the specific commits in the delta between 2.9alpha36 and 2.9alpha37, to see what broke and/or if there is any fix possible. Likely not. |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
I want to keep this open - the analytics change should be easy and would tune how much priority we should give to ChromeOS support |
I've got analytics now as of #6492 ! Chromebooks are almost exactly .1% (35 out of 35,000 users) of our demographics. |
2 things going on:
1- I can't tell from the analytics currently what percentage of users are using a Chromebook (no indication of operating system or mobile device type), and I can't tell whether they are using the Chromebook Web Store version or an APK directly
2- I can't publish new releases to the Chrome Web Store. The chromebook release process fails starting on release 2.9alpha37 which unfortunately included the switch to AndroidX so I'm not sure this is a recoverable situation: https://github.com/ankidroid/Anki-Android/commits/master?after=ac527462170071626673b517d131e5c7f08a49a5+419
The text was updated successfully, but these errors were encountered: