mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-27 09:07:49 +01:00
* Activated autofill support for our input method in method.xml * Implemented required methods in our IME * Styled views as similar as possible to the clipboard item * Added InlineContentViewHorizontalScrollView which properly clips these views, since they are owned by another process and are usually drawn above our views This closes #199