David Allison

Results 1051 comments of David Allison

> Can I take this issue? This may be complex - I feel it might be better if you take a different issue while you're getting used to the project

Would probably need to check with CrowdIn support about getting the test project verified as open source, we're very close to the 60k strings limit which pushes you to paid...

Awesome! Really minor change requested for performance on the startup path. Everything else can be ignored or moved to a new issue - implementer's choice. Happy to see this go...

> read the docs on the deprecated API and the new API, and convert the code to the new API Look up the method: `getParcelableExtra`: https://developer.android.com/reference/android/content/Intent#getParcelableExtra(java.lang.String) https://developer.android.com/reference/android/content/Intent#getParcelableExtra(java.lang.String,%20java.lang.Class%3CT%3E) is recommended instead....

It's a Uri: https://github.com/ankidroid/Anki-Android/blob/3f464f6f4cdc35a8b62e9ad9f93a2bb6efbe3306/AnkiDroid/src/main/java/com/ichi2/anki/multimediacard/fields/BasicImageFieldController.kt#L85 See our [compat infrastructure](https://github.com/ankidroid/Anki-Android/tree/main/AnkiDroid/src/main/java/com/ichi2/compat) for how to handle this. There's already a thread on [Discord](https://discord.gg/qjzcRTx) where I've walked someone through this

#12410 adds this infra, and should be a good starting point

I feel this is fixed in 2.16, can you check it works as expected https://github.com/ankidroid/Anki-Android/releases/download/v2.16alpha85/AnkiDroid-2.16alpha85.parallel.A.apk

> Is there a way for the user to choose the language when AnkiDroid start? I fear that some users may get English by default and then change the language...

Implementation: I'm happy, but I don't feel the content is providing an optimal onboarding benefit right now. I'd like to discuss the content and our goals with onboarding As I've...