-
Notifications
You must be signed in to change notification settings - Fork 78
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
UILexicon not loading into keyboard via expandLanguageDataset() #292
Comments
Note that the following Scribe-Data issues will handle parts of this issue such that in the end the focus will just be the UILexicon not being included: |
As the above specified Scribe-Data issues are done, the focus of this issue is now solely on the UILexicon not being present :) |
I could take care of that. The problem seems to be that we are not allowed to write to files or databases on the app's main bundle. The simulator seems to allow it, but not the device. |
Would be great to get some help with this, @Taufi! Thank you for offering :) Let us know if there's anything we can do to help 😊 |
Andrew, I was just about to make the pull request for the issue. Before that, I fetched the latest changes from upstream. This version ran into an error in Scripe>ParentTableCellModel from commit "b8cef23“. The init function does not work when setting the property hasNestedNavigation. The commit is from you, so the question is whether you can help? |
Hey @Taufi 👋 It looks like I mistakenly removed self from |
Do you want to add this as a minor fix to your PR? |
Yes, with pleasure. Thanks for the tip. |
Thanks for the fix, and sorry it was needed! |
Terms
Behavior
The first bug in v2.2.0 is that it appears that
expandLanguageDataset()
isn't being called. What this means is that the user doesn't have access to all that was being added via this function call: specifically UILexicon names, the wordScribe
so that it can trigger the easter egg 🐰🐣😢, and German compound prepositions.The point in the app where this should be called is the following:
Scribe-iOS/Keyboards/KeyboardsBase/KeyboardViewController.swift
Line 1470 in 1b39705
The issue is that as of now I cannot reproduce this on a simulator... A fix for this should definitely be included in a future release :)
Device type
iPhone and iPad
Versions
v2.2.0
The text was updated successfully, but these errors were encountered: