Mark Tkachenko

Results 7 comments of Mark Tkachenko

> Waiting for you... i'm currently developing version 4.0)

I mb will change the app icon

I will think about adding this

@verumIgnis can you describe the bug in more detail? I don't face it

![Screenshot_20241111-223903_crDroid Home.png](https://github.com/user-attachments/assets/b9443e69-e4eb-49a3-837b-dd4154f9d2c2) hm, i will understand it later

Use a regular calculator, then swipe to the converter. In the next version, a converter will be separate with its own keyboard

Hi, there is a class that is responsible for entering characters [app/src/main/java/com/forz/calculator/utils/InsertInExpression.kt](https://github.com/forzzzzz/Calculator-You/blob/master/app/src/main/java/com/forz/calculator/utils/InsertInExpression.kt) ``` fun enterDigit(digit: String, inputEditText: ExpressionEditText) { val string = inputEditText.text.toString() deleteSelection(inputEditText, inputEditText.selectionStart, inputEditText.selectionEnd) val cursorPositionStart = inputEditText.selectionStart...