-
Notifications
You must be signed in to change notification settings - Fork 70
Add Tibetan Extended Wylie combiner #1427
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
Conversation
Layout added in futo-org/futo-keyboard-layouts#202 |
build.gradle
Outdated
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0' | ||
androidTestImplementation 'androidx.annotation:annotation:1.0.0' | ||
|
||
implementation 'io.bdrc.ewtsconverter:ewts-converter:1.6.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The library is only two Java files(?), I think I prefer the code to be vendored rather than adding a maven dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, please check the code
package org.futo.inputmethod.event.combiners.wylie; | ||
|
||
public class EwtsConverter { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might have left it blank accidentally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also make sure you preserve their license notice since it's required for Apache https://github.com/buda-base/ewts-converter/blob/c1a6d3f6a5f32f32952f85afbe3610e852e96423/src/main/java/io/bdrc/ewtsconverter/EwtsConverter.java#L1-L19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I committed all changes now
Thanks! |
Signed-off-by: Aleksandras Kostarevas <[email protected]>
When paired with an appropriate layout, this would allow the input of Tibetan script using the Extended Wylie transliteration system. Uses the ewts-converter library (Apache-2.0 license).
wylie_demo.mp4