abouttreesummaryrefslogcommitdiff
path: root/res/layout/custom_extra_key_add.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-07-29Refactor: Split out ListGroupPreferenceJules Aguillon1-4/+0
Split out the implementation of a string-list preference from CustomExtraKeysPreference. Allows to share the implementation with future preferences.
2023-07-19Add custom extra keys preferenceJules Aguillon1-0/+4
This is a new section in the extra keys option that allows to enter arbitrary strings which are then added to the keyboard. A new string is needed for the title of the section, Android's icons and strings are used as much as possible to avoid adding more strings. Keys are stored in the preferences as a JSON array of strings.