bradyt / cone

A ledger.
https://cone.tangential.info
20 stars 5 forks source link

iOS port, quantity keypad does not have buttons for decimal or minus #72

Open bradyt opened 4 years ago

bradyt commented 4 years ago

As I am working on the iOS port, I notice that the keypad for entering quantities does not have a period, comma, or dash, to enter quantities like 0.01 or -1.

There are issues with adding either of the decimal or negation.

Adding decimal option still presents a nice numpad, but I don't think it will offer users both of period and comma. Potentially I would hard-code the app to provide period, and maybe add extra buttons in an AppBar menu, such as the comma, when applicable.

Adding an option for negation seems to force iOS to present a full keyboard, which seems less useful for adding quantities quickly. Again I could add a button in an AppBar menu to enter the negation sign -.

Perhaps there should be an option in menu to toggle the keyboard altogether. Effectively a toggle on the negation option.

simonmichael commented 4 years ago

I looked for a minus sign (often I type the asset account and its amount first).

kostua-xd commented 1 year ago

Would really love to see the minus and decimal point on the iOS Cone app. It would make the experience soo much better.

Potential solutions: