Commit graph

672 commits

Author SHA1 Message Date
tibbi
a313e5de38 fix a glitch introduced by thousands delimiter 2020-11-07 17:32:36 +01:00
tibbi
49712ff64c fixing some decimal related glitches 2020-11-07 16:43:05 +01:00
tibbi
2291a5263b adding a comma as delimiter for thousands 2020-11-07 16:32:04 +01:00
tibbi
04a191c66b properly handle pressing Plus after a decimal 2020-11-07 09:20:42 +01:00
tibbi
a6c1847701 minor style change for better readability 2020-11-07 00:02:33 +01:00
tibbi
ad5d1d2ebf simplifying addDigit 2020-11-06 23:56:00 +01:00
tibbi
15e6f060e3 reordering some functions to give it more sense 2020-11-06 23:47:43 +01:00
tibbi
d74457b1e7 shortening more code 2020-11-06 23:38:13 +01:00
tibbi
e9167c9183 more cleanup and reordering 2020-11-06 23:26:18 +01:00
tibbi
06486aad1c more simplification 2020-11-06 23:03:53 +01:00
tibbi
0dbbf6ef2d more cleanup 2020-11-06 22:51:40 +01:00
tibbi
ab5c0a3522 simplifying Clear, not sure why was it so complicated 2020-11-06 22:35:13 +01:00
tibbi
f527d8d954 some renaming, reordering 2020-11-06 22:30:40 +01:00
tibbi
606fad63ef bit more cleanup 2020-11-06 22:20:17 +01:00
tibbi
de1bf98bcf bit more cleanup 2020-11-06 22:15:12 +01:00
tibbi
3e5c4cc616 some cleanup, removing more unneeded stuff (I hope) 2020-11-06 22:02:15 +01:00
tibbi
0b825d119e reimplementing percentage handling, it cannot be handled via the library 2020-11-06 21:40:40 +01:00
tibbi
871683d532 removing the tests 2020-11-06 21:32:34 +01:00
tibbi
6e27c97323 rely on objecthunter:exp4j at calculating formulas 2020-11-06 20:57:37 +01:00
tibbi
7b82f163a8 make lastOperation non nullable 2020-11-06 17:18:19 +01:00
tibbi
6504233dd2 couple more glitch fixes 2020-11-06 17:13:53 +01:00
tibbi
f8f10c40ba lets revert BigDecimal to Double, it was an overkill 2020-11-06 12:33:47 +01:00
tibbi
675901410b remove the length limitations from the layout files 2020-11-06 12:03:08 +01:00
tibbi
13829b852a improve percentage handling 2020-11-06 11:48:24 +01:00
tibbi
6db8017611 fixing the behaviour of Root 2020-11-06 10:50:57 +01:00
tibbi
c7b1899146 removing one more factorial reference 2020-11-06 10:22:17 +01:00
tibbi
ae69401aa7 remove everything related to factorials, we dont even have it 2020-11-05 23:26:02 +01:00
tibbi
dc97c40b70 do not allow prepending some numbers with zero 2020-11-05 23:04:53 +01:00
tibbi
b775a98247 fixing a decimal glitch 2020-11-05 22:51:08 +01:00
tibbi
998766e2e1 fixing some Equals related glitch 2020-11-05 22:40:38 +01:00
tibbi
2ec342d4db fixing some negative number related glitches 2020-11-05 22:28:47 +01:00
tibbi
2abd8ae27e enable vibrations by default 2020-11-05 21:57:04 +01:00
tibbi
a1a71c368a fix a glitch at having zero prepended at some numbers 2020-11-05 21:46:53 +01:00
tibbi
4a0f9187ca properly handle updating top menu colors 2020-11-05 21:46:09 +01:00
tibbi
8b7c26002c make inputDisplayedFormulat non nullable 2020-11-05 21:41:22 +01:00
tibbi
cffa735c2a autoformatting the code, no real change 2020-11-05 21:36:31 +01:00
Tibor Kaputa
34ee9e5b04
Merge pull request #183 from studentPavel/patch-1
Make symbol appear in input
2020-11-05 21:35:13 +01:00
Tibor Kaputa
438219f6ab
Merge branch 'master' into patch-1 2020-11-05 21:31:31 +01:00
tibbi
95211501ab catch exceptions thrown at some operations in general 2020-11-05 21:26:41 +01:00
tibbi
b3be3860e8 removing a weird old debug log 2020-11-05 21:25:02 +01:00
tibbi
c65e92d1d2 limit the formula to 30 characters 2020-11-05 21:22:54 +01:00
tibbi
ed94493368 limit result to 20 characters, do not allow too small numbers 2020-11-05 21:21:00 +01:00
tibbi
eafbecfad2 updating commons, kotlin, gradle 2020-11-05 21:19:55 +01:00
studentPavel
7d41b0ba51
Make symbol appear in input
I tried to resolve feature issue
2020-10-20 22:17:03 +02:00
Tibor Kaputa
4a59d4e942
Merge pull request #180 from davidre345/patch-1
Adding galician strings
2020-10-03 20:39:04 +02:00
Tibor Kaputa
57c9e6588f
reverting the short descriptions translation, it is too long 2020-10-03 20:38:41 +02:00
Tibor Kaputa
7bbc112b34
Merge pull request #179 from ema-pe/patch-1
Update Italian translator
2020-10-03 20:37:43 +02:00
Emanuele Petriglia
7d834be220
Escape apostrophe 2020-10-03 13:25:24 +00:00
davidre345
8e726abf34
Adding galician strings 2020-10-02 15:41:33 +02:00
Emanuele Petriglia
a44079a540
translate app's descriptions 2020-10-02 10:17:50 +00:00