Commit graph

478 commits

Author SHA1 Message Date
tibbi
7f3358856a fix #203, show an error if the result is infinite 2021-02-05 18:12:02 +01:00
Nekromanser
25d4105913
Create strings.xml
Adding finnish language.
2021-01-31 16:53:36 +02:00
tibbi
67ef4f6717 simplifying a button visibility check 2020-12-28 23:22:11 +01:00
tibbi
53a5d3cc2f update version to 5.5.0 2020-12-28 21:19:18 +01:00
tibbi
a5ec64f6f9 replace * with × and / with ÷ 2020-12-28 21:03:39 +01:00
tibbi
cf45c237bc avoid inserting new operations after division by zero 2020-12-28 20:57:05 +01:00
tibbi
e4e24bc226 show a clearshow a clearer error at zero division 2020-12-28 20:51:25 +01:00
tibbi
3be6487fdd fix #189, use × instead of * for multiplication 2020-12-28 20:30:46 +01:00
tibbi
549172021c fix #196, properly handle NaN values 2020-12-28 20:22:00 +01:00
tibbi
28160884fd fixed some glitches related to infinite numbers and errors 2020-12-28 20:16:53 +01:00
tibbi
210020895f add a hackfix for pressing Root as first operation 2020-12-28 19:58:55 +01:00
tibbi
4c132d1acf updating kotlin, commons, gradle 2020-12-28 18:48:35 +01:00
Anonymous
9c3738876c
Update Polish translation 2020-11-24 17:16:29 +00:00
Anonymous
c172ea1be9
Update Polish translations 2020-11-21 16:10:09 +00:00
tibbi
65f89b308e update version to 5.4.0 2020-11-07 18:01:50 +01:00
tibbi
a0bc9395f3 removing some old redundant operations 2020-11-07 17:57:14 +01:00
tibbi
7d165ae0e7 handle thousands delimiter at Clear too 2020-11-07 17:38:31 +01:00
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