scribe-org / Scribe-Android

Android app with keyboards for language learners
GNU General Public License v3.0
27 stars 14 forks source link

Remove the clipboard functionality from keyboards #26

Closed andrewtavis closed 2 years ago

andrewtavis commented 2 years ago

In converting an open-source keyboard app to Scribe-Android, one thing that needs to happen is that the clipboard feature of the original app needs to be removed. This feature isn't necessary, and the space on the keyboard will eventually be used for Scribe commands, autosuggest, and other future features.

First the part of the UI will for this will be removed from the UI .xml file, then references to it will be removed, and then files like the .xml for the icon will be removed.

andrewtavis commented 2 years ago

Closed in 40a6d52 :)