summaryrefslogtreecommitdiff
path: root/src/com/android/settings/inputmethod/VirtualKeyboardPreferenceController.java
AgeCommit message (Collapse)Author
2018-08-28Sort importsFan Zhang
Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
2018-06-18Reorder and clean up imports.Fan Zhang
Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
2018-05-02Use ListFormatter to join stringsjyhshiangwang
Currently in Settings we are using R.string.join_many_items_first, R.string.join_many_items_middle and R.string.join_many_items_last to manually join strings. The join code is messy and the joined string is incorrect in some languages, so we migrate all string join to just use ListFormatter.getInstance().format(). Bug: b/78248791 Test: robotests Change-Id: I898339978e6e2027587e28994b0280fa46821fd6
2018-04-20Migrate Settings to androidx.Aurimas Liutikas
Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
2018-01-10Introduce boolean flags to show/hide items for Language & input.Ben Lin
This adds seven new boolean flags: config_show_phone_language config_show_virtual_keyboard_pref config_show_physical_keyboard_pref config_show_spellcheckers_settings config_show_tts_settings_summary config_show_pointer_speed config_show_vibrate_input_devices Which when individually set to false, will hide the item from "Language & input" in System. It will also hide them from surfacing in search results. Bug: 62379555 Test: Individual controller tests are all updated. Change-Id: I9ef1c3037b0bec6ffa5a627006507f4f16e534c4
2017-06-26Make PreferenceController a mixinTony Mantler
Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
2017-04-20Bidi wrap keyboard names before displaying them.Fan Zhang
This is needed because keyboard names can contain characters from mixed locale. Without Bidi wrapping the labels will be garbled and not readable. Change-Id: I47668a65d7bef8828ad0424097834929ec12700d Fix: 37353900 Test: make RunSettingsRoboTests
2017-03-25Misc fixes for items under system settingFan Zhang
- Show summary under virtual keyboard: list all avaiable keyboards - Set about phone subtext to device model string. - Update DND Suggestion text Change-Id: I20acffcf691d1354c7636f5851b376099844700f Fix: 35959817 Fix: 36395109 Test: robotests