mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-03-11 02:31:10 -04:00
* added ability to filter/select languages * fixed string casing * fixed: dvorak missing from init of dialog * First step to moving to mutableSet for selected languages * use MutableSet to store selected languages * Added callback to selectedLanguagesToToggle to invoke the changes * Simplify code by saving languages in a mutable set of Ints instead of strings * switched to a recycler view for the language selection dialog * Rename preference and format code - Renamed 'Selected keyboard languages' to 'Manage keyboard languages' - Simplify/format code --------- Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>