feat: add Keyboard mode - #38
Open
repinek wants to merge 7 commits into
Open
Conversation
pins versions for exact match
…oard_mode_note into right place
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Taken from Projects, this PR introduces keyboard mode and some other improvements
2906200
add
package-lock.json, it pins exact versions1d4afd9, 7766e79
add comment for
UnityUtils.CachedPtrddcae08, e6fadd9
add Keyboard Mode
was taken from https://github.com/All-Of-Us-Mods/AndroidUtilities/blob/eaa24c6077ab06d8219ca02dbc164c91d3bea22d/AuthFix/AuthPlugin.cs (no license is provided, but it's probably worth adding a mention to readme or whatever)
0013b9d
remove useless
select_platformkey from localization, other fixesI also tried to implement (re-implement) this:
But it looks completely useless and doesn't seem to do anything, so I'm not adding it.
Feel free to test it, though.
Also, there's something wrong with the Full Resolution feature: if I launch the game with it enabled, I'm almost guaranteed to get a
STRMISSerror. (not sure tho, but maybe is it)Also, Please add
delocalization for this feature