You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the standard layout for number keypads, here's a screenshot of how the Google Keyboard looks:
And this is the new keyboard:
This PR adds that option, while keeping the default with the separator in the middle, and also migrating the config changes for existing users. The only thing missing is the new translations, for all other languages besides English.
Having 0 in the middle for sure offers a better user experience. @sal0max is there a reason why this PR is not merged?
Also, I would recommend removing the arithmetic operators too. They do not really server a big purpose in a currency convertor app. It just makes the view cluttered
Having 0 in the middle for sure offers a better user experience. @sal0max is there a reason why this PR is not merged?
Also, I would recommend removing the arithmetic operators too. They do not really server a big purpose in a currency convertor app. It just makes the view cluttered
Wrong. I use the arithmetic operations a lot.
I would have wanted to add brackets "()" for the expanded keyboard, instead of the empty space to the right.
In order words, expand on the arithmetic not reduce or remove it.
Having 0 in the middle for sure offers a better user experience. @sal0max is there a reason why this PR is not merged?
Also, I would recommend removing the arithmetic operators too. They do not really server a big purpose in a currency convertor app. It just makes the view cluttered
Wrong. I use the arithmetic operations a lot. I would have wanted to add brackets "()" for the expanded keyboard, instead of the empty space to the right.
In order words, expand on the arithmetic not reduce or remove it.
@EliorMachlev
WRONG.
You should use a calculator app to do your arithmetic operations not a currency convertor app.
Having 0 in the middle for sure offers a better user experience. @sal0max is there a reason why this PR is not merged?
Also, I would recommend removing the arithmetic operators too. They do not really server a big purpose in a currency convertor app. It just makes the view cluttered
Wrong. I use the arithmetic operations a lot. I would have wanted to add brackets "()" for the expanded keyboard, instead of the empty space to the right.
In order words, expand on the arithmetic not reduce or remove it.
@EliorMachlev
WRONG.
You should use a calculator app to do your arithmetic operations not a currency convertor app.
#Free_Palestine
#Cheers ✌🏼
Each his own usage.
Easier to have simple operations in one app instead of 2. Such as you buying items in a store abroad and holding multiple items in your hand.
Mabye you can make it a switch in the settings if you would like a simpler homepage for yourself.
#Free_Narnia
#Cheers ✌️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the standard layout for number keypads, here's a screenshot of how the Google Keyboard looks:


And this is the new keyboard:
This PR adds that option, while keeping the default with the separator in the middle, and also migrating the config changes for existing users. The only thing missing is the new translations, for all other languages besides English.