SimpleMobileTools / Simple-Keyboard

Easy keyboard for inserting all kinds of texts, special characters and numbers.
https://www.simplemobiletools.com
GNU General Public License v3.0
330 stars 115 forks source link

Languages refactoring #173

Closed Merkost closed 1 year ago

Merkost commented 1 year ago

Please, review my keyboard languages refactoring suggestion. Instead of using constants or integers to represent different languages, we can use a Kotlin Enum to define a set of languages for the application. This helps to reduce the risk of errors and improve the overall quality of the code.

tibbi commented 1 year ago

can you check the conflict please

tibbi commented 1 year ago

here aswell, use the alphaberical sorting we used previously, do not change it to random

Merkost commented 1 year ago

Refactoring declined by @tibbi. I'm closing this pull request