abouttreesummaryrefslogcommitdiff
path: root/res/xml/pin.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-30Apply modify_layout to text layout onlyJules Aguillon1-1/+1
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to implement more complicated transformations to the layouts.
2022-11-06Enable pin layout for decimal and signed inputsJules Aguillon1-2/+2
Decimal and signed inputs are more common than expected. Adding a few keys is enough to support these.
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-8/+8
There is no way to type letters on the pin layout, the indication are decoration only. Use the E.161 standard.
2022-10-24Add the pin entry layoutJules Aguillon1-0/+27
The layout is used for phone number and datetime input boxes as well as some numbers. It is easier to use when the full numeric layout is not needed.