Commit Graph

869 Commits

Author SHA1 Message Date
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
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 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
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
Luis Alfredo Figueroa Bracamontes f00b390e3e
Update strings.xml
A correction in the spelling
2020-09-20 08:13:03 -05:00
vachan-maker 976529d60d
Update strings.xml 2020-09-16 02:40:34 +00:00
vachan-maker 231cd476d6
Add malayalam translation(ml-in) 2020-09-15 17:33:03 +00:00
Tibor Kaputa 4fb1724218
Update strings.xml 2020-08-23 18:22:43 +02:00
JCWasmx86 a632fcbe03 Removed typos 2020-08-23 17:52:01 +02:00
JCWasmx86 00f2b7b49e Removed error 2020-08-23 17:47:10 +02:00
JCWasmx86 526cb4f506 Translated some things to german, improved grammar and typos 2020-08-23 17:43:31 +02:00
tibbi dc0a5381a1 update version to 5.3.0 2020-08-19 23:15:49 +02:00
tibbi 130b530db8 do not require the Fingerprint permission 2020-08-19 23:15:42 +02:00
tibbi 9e1ed0860d update commons to 5.30.1 2020-08-19 23:07:21 +02:00
Tibor Kaputa bc2d70ea4d
Merge branch 'master' into develop 2020-08-19 22:56:36 +02:00
tibbi ffbca22cac updating target version to 30, Android R 2020-08-19 22:49:53 +02:00
Tibor Kaputa bc1f2449a3
removing an empty line 2020-08-18 09:10:25 +02:00
WeiYan1289 29c4f0acc9 Translation: Update of Malay Translation(value-ms/strings.xml) 2020-08-18 11:32:36 +08:00
tibbi 7186eb6fab moving the malay files from my to ms 2020-08-17 22:58:42 +02:00
WeiYan1289 f6bd425147 Translation: Add Malay Language(values-my/strings.xml) 2020-08-18 01:19:49 +08:00
Shaun 4682f70555
Created strings.xml for Korean Language
Added Korean language support for the application and the description.
Suitable changes of the description have been made but the general meaning still lies therein.
2020-08-17 17:40:40 +08:00
Vyas Nellutla 673efc8e00
Fix Division Operation 2020-07-16 09:19:10 -05:00
Vyas Nellutla 0a31ad06ea
Show higher Precision 2020-07-16 09:18:53 -05:00
Vyas Nellutla 72eaa36af7
Infinite Precision using BigDecimal
- Moved to using BigDecimal
- Replaced Deprecated Methods/Classes
2020-07-16 08:43:51 -05:00
Luis Alfredo Figueroa Bracamontes ea4064a0fd
Update strings.xml Español 2020-07-15 18:29:27 -05:00
Tommy He 5a8899fca8 Update pronoun and fix a typo. 2020-05-31 20:11:49 +08:00
Tommy He 2d69aec7ca Add zh_CN translated strings.xml. 2020-05-30 19:26:13 +08:00
tibbi ac2f2d39c3 update version to 5.2.0 2020-05-24 23:12:56 +02:00
tibbi 288c9c6318 allow resizing the widget to a smaller size 2020-05-24 23:08:08 +02:00
tibbi 0204369302 use rounded widget background 2020-05-24 23:04:16 +02:00
tibbi fc373024bf cleaning up some widget config code 2020-05-24 22:52:21 +02:00
tibbi 98a578ca6d formatting some xml 2020-05-24 22:48:59 +02:00
tibbi b573c5949d removing the scientific calculator boilerplace 2020-05-24 22:48:47 +02:00
tibbi 0d25980807 updating commons, gradle, kotlin 2020-05-24 22:39:05 +02:00
tibbi da7b81b71e fixing an icon visual glitch 2020-05-24 20:58:42 +02:00
tibbi b05f640450 refreshing the app icon on Android below 8 2020-05-24 20:36:50 +02:00
tibbi e3e6da6abb adding a missed toast import 2020-05-19 14:40:31 +02:00
Tibor Kaputa 11933ce2e1
simplifying the zero division check a bit 2020-05-19 14:38:54 +02:00
Danil Ochagov 95feb32d0f Show Toast message instead of printing division by zero error 2020-05-19 15:03:53 +03:00
Danil Ochagov f13b72d04b Add division by zero message in strings.xml 2020-05-19 13:19:28 +03:00
Danil Ochagov 5ecff10644 Add division by zero message 2020-05-18 17:45:52 +03:00
Guillaume 0de012fc97
Shorten desc 2020-05-07 16:39:45 +02:00
Guillaume dbb6a44cee
Dutch 2020-05-07 16:30:30 +02:00
tibbi 64ef5fc7d4 removing the scientific calculator menu button 2020-03-28 18:19:47 +01:00
tibbi 4095221add update version to 5.1.3 2020-03-22 09:55:00 +01:00
tibbi 602b51b4ea updating the app icon 2020-03-22 09:40:33 +01:00
tibbi fb7847925a updating commons and gradle 2020-03-22 09:40:24 +01:00
Angelina A 9b119e6bcc extended percentage calculation to be inside other operations 2020-03-16 14:14:58 +01:00
Angelina A 35369ab684 fixed existing tests 2020-03-16 14:04:58 +01:00
spkprs 17bf215eab
Update strings.xml 2020-03-14 00:21:45 +03:00
Tibor Kaputa fb1285d308
reverting the app title 2020-03-13 21:29:14 +01:00
spkprs 0836a56467
Update strings.xml 2020-03-13 21:28:02 +03:00
tibbi d2e2950b9e updating Google Play app listing, make it more verbose 2020-03-13 16:51:27 +01:00
Tibor Kaputa d7d90445b4
Merge branch 'master' into patch-3 2020-03-07 22:52:53 +01:00
Guillaume 0b603fecdd
Update strings.xml 2020-03-07 15:12:28 +01:00
Guillaume baa279750a
Dutch 2020-03-07 15:08:54 +01:00
tibbi 733f67fd5b adding some links in the apps long description 2020-03-06 22:26:05 +01:00
Fatih Fırıncı 95e0c8303a
Update strings.xml 2020-03-06 23:54:07 +03:00
tibbi 396da47652 update version to 5.1.2 2020-03-05 19:09:32 +01:00
tibbi 4060967217 update commons to 5.22.18 2020-03-05 19:01:58 +01:00
tibbi 5bd871b76f update commons to 5.22.17 2020-03-05 17:48:50 +01:00
tibbi c352550695 update version to 5.1.1 2020-02-15 23:38:40 +01:00
Tibor Kaputa c530dd2056
Merge pull request #142 from WddVictor/master
Resolve the bug of C and add a test case
2020-02-15 23:34:02 +01:00
tibbi eff2b7067b updating build tools 2020-02-15 23:29:05 +01:00
tibbi 36071535dc always show Purchase Simple Thank You at the app settings 2020-02-15 23:28:30 +01:00
tibbi dbd49bc03c updating commons, gradle, kotlin 2020-02-15 23:28:12 +01:00
tibbi 26da77b374 tweaking the app icon 2020-02-15 23:27:58 +01:00
pcpepik b337812333
Create cs strings.xml
- Translate strings to Czech
2020-01-17 19:17:55 +01:00
Luis Alfredo Figueroa Bracamontes 5be8693a9a
Update strings.xml Español
Some little translations
2020-01-01 21:32:06 -06:00
tibbi 0b704a7ae9 make building the app easier, do not require a release version 2019-12-22 22:55:47 +01:00
WddVictor 6a21edba97 fix the bug of % and pass the test case percentageTest 2019-12-20 23:47:47 +08:00
WddVictor e6762dcec1 Resolve the bug of C and add a test case 2019-12-20 23:21:49 +08:00
tibbi 13ae2b25cf allow building the debug app version without keystore.properties 2019-12-19 22:00:29 +01:00
fricyo f09c3f4b53
Update Translation 2019-12-16 17:36:01 +08:00
zmni 8eebe0387a Update Indonesian translation 2019-12-15 18:02:48 +07:00
tibbi 6bbfa5768b update version to 5.1.0 2019-11-26 11:52:28 +01:00
tibbi 143bc477bb updating commons and target SDK to 29 2019-11-26 11:51:38 +01:00
Sérgio Marques 0325919515
Update strings.xml 2019-11-18 22:45:05 +00:00
tibbi 22c8816e29 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calculator 2019-11-14 08:49:22 +01:00
tibbi 7ae9339c08 moving the greek strings into the proper folder 2019-11-14 08:49:13 +01:00
Tibor Kaputa ac8b6a72a4
deleting the published apk file 2019-11-13 20:30:01 +01:00
spkprs 60975a7f59
Update values-el 2019-11-13 21:21:57 +03:00
Tibor Kaputa e1c9738228
Merge pull request #135 from spkprs/patch-1
Create values-el
2019-11-13 19:07:55 +01:00
Tibor Kaputa f335fc9ed6
fixing the apps short description 2019-11-13 19:07:28 +01:00
tibbi ac6754b270 fixing the apps short description 2019-11-13 19:07:08 +01:00
spkprs f65ad0e534
Create values-el 2019-11-13 20:03:36 +03:00
Guillaume 9d04db51eb
Dutch
<50 chars
2019-11-11 20:00:58 +01:00
Guillaume e8e343e30f
Dutch 2019-11-11 19:52:53 +01:00
tibbi df74ce4caf adding some more descriptive app titles 2019-11-10 23:20:55 +01:00
Guillaume 05fbd4b1da
Dutch 2019-11-09 17:20:36 +01:00
tibbi 9d8cf05ad9 updating the app short description 2019-11-05 22:04:20 +01:00
tibbi dbdb22a296 changing website to https in some languages, no other change 2019-10-16 13:40:46 +02:00
tibbi df3fa5bef3 updating commons, gradle, kotlin 2019-09-18 21:08:48 +02:00
AELyskovets 15ded589eb minor translation improvements (Russian) 2019-08-07 16:51:08 +03:00
tibbi cac8f486ac flipping the order of WhatsNew items 2019-07-25 11:32:26 +02:00
tibbi b2256c09b0 update version to 5.0.5 2019-07-23 12:44:43 +02:00
tibbi 589f38455d update commons to 5.15.7 2019-07-23 12:44:35 +02:00
tibbi 68945b3288 adding the navigation bar color customization in Whats New 2019-07-23 12:44:27 +02:00
tibbi 4a7f54ca10 update commons to 5.15.6 2019-07-23 11:10:35 +02:00
tibbi 68601f99b3 update version to 5.0.4 2019-07-23 09:03:24 +02:00
tibbi 40be0cffb3 updating commons, gradle, kotlin 2019-07-23 08:59:19 +02:00
tibbi 21af95239e update version to 5.0.3 2019-07-05 23:02:06 +02:00
tibbi 1eafd86948 updating commons, gradle, kotlin 2019-07-05 22:58:37 +02:00
zmni 4058a7ef02 Create Indonesian translation 2019-06-25 14:37:01 +07:00
motomoto7 d91e28ae17
Ukrainian, update strings.xml
Minor translation improvements
2019-06-21 12:31:11 +03:00
motomoto7 87302cf43b
Create values-uk/strings.xml
Ukrainian translation
2019-06-03 12:14:10 +03:00
tibbi 3140e27c4c escaping an apostrophe 2019-05-07 10:08:20 +02:00
tibbi 14e452b362 updating kotlin, gradle, commons 2019-05-07 10:08:13 +02:00
Cymrodor 93d47e7120
Creating Welsh strings.xml 2019-05-06 14:17:43 +01:00
tibbi b405dbc5e7 update version to 5.0.2 2019-04-07 23:31:20 +02:00
tibbi faacb49101 fixing a Commons item title 2019-04-07 23:30:30 +02:00
tibbi 83dfa3cacc removing some xml rules 2019-04-07 23:05:14 +02:00
tibbi 97032f3a4b update version to 5.0.1 2019-04-07 22:59:13 +02:00
tibbi 92f5ccf980 updating the way the app is signed 2019-04-07 22:54:30 +02:00
tibbi 09cfa58bc2 updating commons, kotlin, gradle 2019-04-07 22:45:52 +02:00
Guillaume c7b9491015
Dutch 2019-01-15 22:40:18 +01:00
dugi9991 653c20d6ac Update strings.xml
Updated new strings.
2019-01-06 19:13:57 +01:00
Emanuele Petriglia c11b4c7e40
Translate app name in Italian 2018-12-21 17:05:24 +00:00
Tibor Kaputa 30888ae72e
Update strings.xml 2018-12-21 15:03:32 +01:00
Emanuele Petriglia aa6c67776a
Improve italian translations
This commit will add some useful comments for other translators, it also improve some strings.
2018-12-21 13:13:39 +00:00
kniddl b439557ae7
Update German string 2018-12-10 15:28:08 +01:00
fricyo 273c47920b
Update Translation 2018-11-28 18:08:38 +08:00
Tibor Kaputa c27055ef77
Merge pull request #112 from smarquespt/patch-1
Update strings.xml
2018-11-18 10:23:13 +01:00
en2sv 60eea2f3f6
Update Swedish translation 2018-11-17 20:24:02 +01:00
Sérgio Marques 60abc037a3
Update strings.xml 2018-11-17 15:31:21 +00:00
Fatih Fırıncı 7ba9010d51
Update Turkish strings.xml 2018-11-06 10:05:59 +00:00
Maksimka101 2ca7e33ff1
Update strings.xml, fix typo
s/Нкжатие/Нажатие/
2018-10-27 07:13:11 +03:00
Emanuele Petriglia bc54d2d7e7
Update italian translation 2018-10-19 17:31:22 +00:00
tibbi b071df7b4a update version to 5.0.0 2018-10-19 18:21:09 +02:00
tibbi d67b98b880 hide the scientific calculator button until it gets fully implemented 2018-10-19 18:18:38 +02:00
tibbi 4a81aeebbc update Commons, min OS to 5 2018-10-19 18:14:18 +02:00
tibbi d81dbd8ce5 Merge branch 'creation-of-factorial' of https://github.com/dalampira/Simple-Calculator 2018-10-08 11:49:55 +02:00
tibbi ade39f82f6 escaping some italian apostrophes 2018-10-08 11:49:30 +02:00
Sissy Dalampira e21ecfa96c Fixing changes 2018-10-07 22:32:47 +03:00
Sissy Dalampira ce425b3087 General impovements of the ScientificActivity 2018-10-07 21:04:40 +03:00
Emanuele Petriglia bef08d3455
Fix name on italian translation 2018-10-06 11:00:34 +00:00
Sissy Dalampira c9a41c22fb Adding scientific_activity layout 2018-10-06 13:21:09 +03:00
Emanuele Petriglia a4235d8e02
Add italian translation 2018-10-06 08:52:37 +00:00
tibbi 5ec93b3cf5 update version to 4.2.0 2018-10-05 22:13:23 +02:00
Sissy Dalampira d94396b6f5 Fixing styles and adding scientific button 2018-10-05 23:12:26 +03:00
tibbi 25a8dc20bc updating gradle, kotlin, commons 2018-10-05 22:08:10 +02:00
Sissy Dalampira c489247bc4 final changes 2018-10-04 22:06:18 +03:00
Sissy Dalampira 88565fc748 Adding FactorialOperation class 2018-10-04 21:23:40 +03:00
Sissy Dalampira 726e0ac55f Adding factorial button 2018-10-04 20:55:27 +03:00
Gozzwip 40fa6006ab
added description 2018-09-16 20:09:52 +04:00
Tibor Kaputa 73c10541a5
Merge pull request #99 from dugi991/master
Update Croatian translations
2018-09-15 16:58:19 +02:00
Nikola Trubitsyn 08eaa3f5f6
Update values-ru/strings.xml 2018-09-15 15:21:49 +03:00
dugi991 b7601d7614
Update Croatian translations
Updated new strings
2018-09-15 10:25:41 +00:00
Gozzwip d4c7b25db0
adding translations 2018-08-16 04:08:50 +04:00
tibbi fa952e3361 update version to 4.1.0 2018-08-09 23:31:26 +02:00
tibbi 2f18de44a3 fixing some percentage related operations 2018-08-09 23:29:01 +02:00
tibbi 179982e238 adding a Purchase Thank You button in the app settings 2018-08-09 22:43:26 +02:00
tibbi 3c1855888f update commons to 4.6.4 2018-08-09 22:42:07 +02:00
ScratchBuild ffa692c850 Update Japanese translation 2018-06-28 16:28:53 +09:00
gregory678 531edfd25a
PL translation updates [2018.06.27]
I think it was missed / ignored during my last translation "tour", so I'm redoing it.
2018-06-27 18:46:56 +02:00
Tibor Kaputa 34ff60c14d
reverting some strings 2018-06-05 09:42:08 +02:00
Jonas Schubert 9ba0d6aad9 Updated german translations 2018-06-04 21:51:30 +02:00
fricyo 224aa20372
Update Translation 2018-06-04 17:34:50 +08:00
Pierre49 91350c8b77
mise à jour des chaînes françaises 2018-05-17 14:46:11 +02:00
tibbi 6f63072b87 update version to 4.0.0 2018-05-16 00:06:15 +02:00
tibbi 0600de9ffa changing the launcher icons to make the foreground smaller 2018-05-16 00:05:35 +02:00
tibbi d1beef5dd3 fix #81, add a FAQ item about clearing 2018-05-15 23:37:29 +02:00
tibbi da386687f0 add a settings item for customizing widget colors without recreating 2018-05-15 23:36:12 +02:00
tibbi 0d5c8a5a81 add a stroke to widget config color pickers 2018-05-15 23:18:02 +02:00
tibbi 262c277762 adding colored launcher icons 2018-05-15 23:14:57 +02:00
tibbi 2bc79d231c updating gradle, kotlin and some testing libs 2018-05-15 22:37:56 +02:00
Sérgio Marques dfba104d8c
Update strings.xml 2018-04-28 16:56:46 +00:00
tibbi 81cbae7357 updating the slovak translation 2018-04-18 10:49:50 +02:00
GuitarBilly 32b4f93cd6 created Dutch translation.
added English FAQ entry to all language files.
2018-04-18 10:02:34 +02:00
Tibor Kaputa b7d770f874
updating FAQ 2018-04-12 22:26:30 +02:00
GuitarBilly 13072813f2
Update strings.xml
- proposed FAQ entry for the C button.
- updated http://www to https:// as done at other Simple Tools.
please accept or reject the change, i will make the Dutch translation next to match your decision.
2018-04-12 22:01:58 +02:00
tibbi c75eb61ee6 unify some setting item paddings 2018-04-04 16:37:03 +02:00
Kompiuterių meistras +37060040020 1bbc583f17
Update strings.xml 2018-04-04 01:28:04 +03:00
tibbi 491d0ce18e update version to 3.2.0 2018-04-04 00:03:57 +02:00
tibbi 37a1cdff91 use bigger text size for Formula on tablets 2018-04-03 23:55:21 +02:00
tibbi c8a10cd466 properly update formula after first operation 2018-04-03 23:33:35 +02:00
tibbi be0dea16ae fix #29, replace modulo with percent 2018-04-03 23:26:34 +02:00
tibbi d388cd0fc4 update commons to 3.17.24 2018-04-03 22:22:18 +02:00
Unknown 059fd70146 Croatian translation
App fully translated to Croatian.
2018-03-27 19:04:45 +02:00
Kompiuterių meistras +37060040020 200737c346
Lithuanian translation
strings.xml lithuanian
2018-03-19 17:41:36 +02:00
julianaito 4c17618d5a Updated and fixed French translation 2018-03-13 16:33:45 +01:00
fricyo 9c3a70f909
Creat Chinese(TW) Translation 2018-03-08 16:35:11 +08:00
tibbi 261fb1410b update version to 3.1.2 2018-02-27 20:50:02 +01:00
tibbi 060f966f07 add the toggle for sleep preventing in release notes 2018-02-27 20:49:08 +01:00
tibbi 8e221da298 add a toggle for preventing the phone from sleeping 2018-02-27 20:43:15 +01:00
tibbi 389aaac3ee adding FAQ 2018-02-27 20:35:21 +01:00
tibbi 7bfc7fd534 adding a toggle for avoiding Whats New 2018-02-27 20:32:48 +01:00
tibbi bb31282226 update commons to 3.13.15 2018-02-27 20:29:40 +01:00
gregory678 a6317c5d4d
PL translation update [2018.02.27] 2018-02-27 18:07:16 +01:00
en2sv e48380c912
Update Swedish translation 2018-02-03 20:12:37 +01:00
Nikola Trubitsyn 1c82580fd9 Set unique applicationIdSuffix in debug builds 2018-02-02 00:51:56 +03:00
tibbi fc16c35032 update version to 3.1.1 2018-01-23 15:43:42 +01:00
tibbi 5a320c4eb9 update commons to 3.8.1 2018-01-23 15:20:48 +01:00
Nikola Trubitsyn 4d13f1d3ee
Specify build tools 27.0.3 explicitly 2018-01-22 13:10:13 +03:00
tibbi 7fb600b9d5 update commons to 3.7.7 2018-01-16 20:27:21 +01:00
tibbi 97ce38ada3 adding a comment related to app playstore short description 2018-01-16 19:21:11 +01:00
tibbi 9ca984a88e update version to 3.1.0 2018-01-16 19:18:56 +01:00
tibbi 6d5637da70 removing a space 2018-01-16 19:06:05 +01:00
tibbi e141301464 update commons to 3.7.6 2018-01-16 18:57:09 +01:00
Tibor Kaputa 23201138ac
Merge pull request #55 from ensozos/Issue#54
[Bug] NaN error #54
2018-01-06 14:28:33 +01:00
zosimadis eed466ed05 [Bug] NaN error #54 2018-01-06 14:35:23 +02:00
zosimadis 8833e0ed58 Confusing behaviour after calculating a square root #28 2018-01-06 13:21:48 +02:00
Phoenix1747 dd9918be09
Update DE Play Store description 2017-12-30 13:58:22 +01:00
Rex_sa 5fcde8e286
Create strings.xml
Add ar (Arabic) translation
2017-12-22 20:01:49 +03:00
Nikola Trubitsyn 755b7f36a9 Simple Commons 3.3.12 2017-12-22 09:19:52 +03:00
Nikola Trubitsyn 83fab769bc Build Tools 27.0.2 2017-12-22 09:18:57 +03:00
Sérgio Marques 7c7bf35edf
Update strings.xml 2017-12-10 23:19:32 +00:00
tibbi e1902ef7f4 use some resources values instead of hardcoded fields 2017-12-07 12:59:27 +01:00
tibbi bae86e8226 update version to 3.0.1 2017-12-07 12:02:47 +01:00
tibbi 083335f4db replace vector launcher icon with pngs 2017-12-07 12:01:03 +01:00
tibbi 4ad2bced11 move the foreground icon to drawable-v26 2017-12-04 19:51:37 +01:00
tibbi 049507d836 update version to 3.0.0 2017-12-04 19:28:23 +01:00
tibbi eb3d8301c0 use svg icons wherever possible 2017-12-04 19:23:30 +01:00
tibbi 5f9688a4cd use round launcher icons on every app version 2017-12-04 17:05:33 +01:00
Nikola Trubitsyn 4b9475581d
Update strings.xml 2017-12-01 21:42:13 +03:00
Phoenix1747 6398812470
Updated German localization 2017-12-01 17:55:28 +01:00
tibbi a13c38394b update Commons to 3.0.20 2017-12-01 14:32:45 +01:00
tibbi e2f1593be7 adding a toggle for forcing english 2017-11-30 19:29:29 +01:00
tibbi c64cdc681c update commons to 3.0.10 2017-11-30 19:14:40 +01:00
tibbi c2c5cd7ca8 add optional vibration on button pressing 2017-11-30 19:04:26 +01:00
tibbi e5f01155ad do not use the dynamic theme at widget config screen 2017-11-29 22:39:39 +01:00
tibbi 8c4df635e9 updating Commons, gradle, kotlin etc 2017-11-29 21:34:46 +01:00
Daria Szatan 1a07d59e15 [Update] Polish app name 2017-11-12 12:58:48 +01:00
Daria Szatan bc3639e1f0 Polish translation 2017-11-12 12:38:38 +01:00
tibbi 373ddde2b3 explicitly remove the Fingerprint permission 2017-11-11 09:03:36 +01:00
tibbi 15dc68354d updated version to 2.0.0 2017-11-05 20:52:25 +01:00
tibbi 4d466a696b updating Unit tests style 2017-11-05 20:46:16 +01:00
tibbi 9257edd92e updating Robolectric 2017-11-05 20:43:09 +01:00
tibbi e3aaff7b2a remove some debug statements 2017-11-05 20:25:54 +01:00
tibbi b75d44b147 updating a couple more widget related things 2017-11-05 20:25:04 +01:00
tibbi 2f9f65ae5b add a black Splash screen 2017-11-05 18:14:01 +01:00
tibbi 53cf6ba3b6 use the TextColor for setting text color 2017-11-05 18:11:42 +01:00
tibbi 3a5d4e96f1 couple adjustments to the widget config activity 2017-11-05 17:48:49 +01:00
tibbi 5555aa5138 some bugfixes 2017-11-05 16:51:59 +01:00
tibbi 0aafddbaa9 remove some redundant dimen declarations 2017-11-05 16:44:35 +01:00
tibbi 47ea5deafd adding rounded launcher icons 2017-11-05 16:37:55 +01:00
tibbi 7e81133093 move files from src/main/java to src/main/kotlin, no functionality change 2017-11-05 16:28:27 +01:00
tibbi df5be92141 some rewrites and reorganization here and there 2017-11-05 16:25:01 +01:00
Nikola Trubitsyn 46a46c735e Rewrite in Kotlin 2017-11-05 16:39:09 +03:00
Phoenix1747 a3cbd13e32
Update strings.xml 2017-10-31 15:02:18 +01:00
Phoenix1747 1e4f5cd8e0
Update strings.xml 2017-10-29 18:36:12 +01:00
tibbi 9876ce1563 adding turkish translation 2017-10-25 15:37:37 +02:00
Matúš Olekšák 60390dad01 Add Slovak Translation 2017-10-23 16:15:44 +02:00
xin acf71b899c Improve French translation 2017-10-13 17:37:54 +00:00
Tibor Kaputa 64a8a47589 removing a new line 2017-08-30 19:38:37 +02:00
RiZom-91 7dfd527a08 Updated fr (French) translation
Commit made via Stringlate
2017-08-30 19:21:11 +02:00
en2sv 398316e2ac Update Swedish translation 2017-07-09 20:12:34 +02:00
Nikola Trubitsyn 69a954144b Polymorphic calculator operations 2017-05-10 17:38:34 +03:00
Nikola Trubitsyn 76fdd5317e Make Robolectric tests run
Update Robolectric to 3.3.2
Remove MyTestRunner.class and use RobolectricTestRunner.class instead
2017-05-09 18:26:05 +03:00
Nikola Trubitsyn 73163edb53 Update dependencies (now targets SDK 25) 2017-04-19 17:08:45 +03:00
Nikola Trubitsyn 71c47214e0 Remove non-translatable strings from values-ru 2017-04-19 16:41:18 +03:00
Nikola Trubitsyn 7aff11a441 Fix a typo in translation 2017-04-19 16:25:57 +03:00
Nikola Trubitsyn 5e3998ef88 Russian translation 2017-04-19 16:22:42 +03:00
Sérgio Marques a54b44435b Rename to -pt only 2017-03-21 16:25:05 +00:00
naofum 8b97581afd Updated Japanese 2016-11-30 23:16:31 +09:00
tibbi fbfb32b52e adding Spanish translation of the app description 2016-11-28 21:40:56 +01:00
Sérgio Marques ea6ac17068 Portuguese update 2016-11-26 15:30:32 +00:00
tibbi c24b053746 adding playstore strings 2016-11-24 23:57:14 +01:00
tibbi d3165f7681 added Spanish translation 2016-11-21 18:15:32 +01:00
Sérgio Marques db300326f8 Update strings.xml 2016-11-13 18:22:54 +00:00
Sérgio Marques 9739770cb4 Portuguese update 2016-11-10 22:24:21 +00:00
mueller-ma bba82aa792 Translated some strings to german 2016-10-25 11:23:54 +02:00
YSmhXQDd6Z 4180f64ee7 Create strings.xml 2016-10-02 21:39:42 +00:00
Tibor Kaputa 32782ba612 Merge pull request #12 from vanitasvitae/master
Fixed typo
2016-09-09 00:18:28 +02:00
vanitasvitae 2ee19b6abe Fixed typo 2016-09-08 10:05:36 +02:00
tibbi 08a697e614 update version to 12 (1.12) 2016-09-07 22:45:45 +02:00
tibbi 94e5329089 small change to selectable item background 2016-09-07 22:45:24 +02:00
vanitasvitae 60ef1dbac7 Added german translation 2016-09-06 14:56:58 +02:00
tibbi 47fe13100a update version to 11 (1.11) 2016-08-29 21:06:54 +02:00
tibbi c08a8d00e2 update the launcher name to Calculator 2016-08-29 21:04:08 +02:00
tibbi 1232a7febc update launcher icons 2016-08-29 20:58:50 +02:00
tibbi 818ff67364 update version to 10 (1.10) 2016-08-21 21:28:29 +02:00
tibbi f816d79f54 add an Invite friends button 2016-08-21 21:27:23 +02:00
tibbi aedb0302a2 make the buttons in About section easier to click 2016-08-21 20:02:51 +02:00
tibbi c7352ebc7b updating version to 9 (1.9) 2016-07-26 22:32:07 +02:00
tibbi 6c88e9bb02 make the dark theme really dark 2016-07-26 22:32:00 +02:00
tibbi 1c6fee5fbc remove a not needed flag 2016-07-24 11:39:48 +02:00
tibbi acff8572bf update version to 8 (1.8) 2016-07-21 23:56:29 +02:00
tibbi a431863587 remove a deprecated string 2016-07-21 23:55:42 +02:00
tibbi 30e284415d add a dark theme 2016-07-21 23:51:58 +02:00
tibbi c785b96ac8 fix a typo 2016-07-17 23:40:59 +02:00
tibbi ea803bf150 remove some non translatable strings 2016-07-17 23:17:32 +02:00
Tibor Kaputa cc635501c6 Merge pull request #5 from Sopor-/master
swedish translation
2016-07-17 23:16:04 +02:00
Sopor a64918439e swedish translation 2016-07-17 23:14:07 +02:00
tibbi 92115c04b5 allow rotating some screens 2016-07-17 22:20:50 +02:00
tibbi 1fe67c9463 mark some strings as non translatable 2016-07-17 22:19:52 +02:00
Tibor Kaputa 6b60993853 Merge pull request #2 from naofum/master
Added Japanese translation
2016-07-17 22:13:33 +02:00
anthologist fd544da513 Create strings.xml 2016-07-15 10:35:03 +02:00
naofum 1a30abf45e Added Japanese translation 2016-07-12 21:24:24 +09:00
tibbi 7e05468e8a some english fixes 2016-07-11 20:20:00 +02:00
tibbi f5a434c3f2 update version to 7 (1.7) 2016-07-07 11:46:52 +02:00
tibbi e5b130d462 display the proper widget preview 2016-07-07 11:46:39 +02:00
tibbi c5eb250bcb update version to 6 (1.6) 2016-07-05 21:34:00 +02:00
tibbi 13babe6cab use the new Google Plus logo 2016-07-01 22:34:30 +02:00
tibbi c9a052ba99 update version to 5 (1.4) 2016-07-01 15:46:56 +02:00
tibbi 16e9d9ca33 display a Rate us button to returning users 2016-07-01 14:27:15 +02:00
tibbi 4a45d9cfe0 move a dimen value up 2016-07-01 12:11:25 +02:00
tibbi 41aabe3319 use smaller social logos on tablets 2016-06-30 16:43:17 +02:00
tibbi a418ecb3d7 increase the widgets min size on tablets 2016-06-30 15:30:48 +02:00
tibbi 8ad43100bb increase the padding at social icons on tablets 2016-06-30 15:13:20 +02:00
tibbi 94e9b8484f scale up the sizes properly for tablets 2016-06-30 14:39:39 +02:00
tibbi bff33cf086 update version to 4 (1.3) 2016-06-27 23:04:14 +02:00
tibbi 154b9481ed add Google Plus in About section 2016-06-27 23:03:48 +02:00
tibbi 6e74dc2cc2 fix an import 2016-06-19 15:09:00 +02:00
tibbi 9f6f3b0fa3 update the version to 3 (1.2) 2016-06-19 15:01:19 +02:00
tibbi 775a4b11bf do not allow copying empty value to clipboard 2016-06-19 13:22:15 +02:00
tibbi a3e9e23706 add a Facebook url to About section 2016-06-19 13:19:35 +02:00
tibbi 9b4da81eb9 rename MyWidgetConfigure activity 2016-06-18 23:47:10 +02:00
tibbi ea4c740316 some refactoring, no functionality change 2016-06-18 23:37:33 +02:00
tibbi 0c8dc858be update build tools and appcompat 2016-06-15 16:12:47 +02:00
tibbi d91b03b2f7 update the version to 2 (1.1) 2016-06-13 16:12:43 +02:00
tibbi c0d648b2d8 set maxlines of the result and formula to 1 2016-06-13 16:12:03 +02:00
tibbi dd265ed072 allow resizing the widget 2016-06-13 16:11:44 +02:00
tibbi f83a63daf8 copy the result or formula to clipboard on long press 2016-06-04 14:48:26 +02:00
tibbi 9829186618 open the app on widgets result or formula click 2016-06-04 14:04:21 +02:00
tibbi 1210026631 add widget preview images 2016-06-04 11:06:23 +02:00
tibbi 649bab24a3 add a launcher icon 2016-06-04 10:49:56 +02:00
tibbi d270c4794f change app colors 2016-06-03 23:24:43 +02:00
tibbi 91af8550cc widget crashfix 2016-06-03 23:00:27 +02:00
tibbi 14c89e5a6a add some licences 2016-06-02 21:35:45 +02:00
tibbi 2c42ff0920 change the actionbar font style 2016-06-02 12:32:54 +02:00
tibbi 14279ddac4 update Butterknife to 8.0.1 2016-06-01 18:00:18 +02:00
tibbi 09cb1a6d8c minor cleanup 2016-06-01 17:17:55 +02:00
tibbi 126167c460 make the formula view scale automatically 2016-06-01 16:31:36 +02:00
tibbi 7c62587628 make the activity a bit brighter 2016-06-01 15:20:11 +02:00
tibbi 61d68dd31f lets be a bit more stylish 2016-06-01 15:10:45 +02:00
tibbi b666f121b8 fix saving fix saving transparent widget background color 2016-05-31 19:44:22 +02:00
tibbi 226fd7faea small context handling change in widget 2016-05-31 17:16:17 +02:00
tibbi 7f391fc544 add a comment to proguard 2016-04-25 22:45:24 +02:00
tibbi c4139a3747 adding some empty lines 2016-04-25 22:23:03 +02:00
tibbi 22a9e52ba7 change the way we sign the app 2016-04-25 22:19:28 +02:00
tibbi 46fbd21f60 fix tests 2016-04-12 09:34:45 +02:00
tibbi 2cfbc679cd update Gradle to 2.0 2016-04-11 19:13:33 +02:00
tibbi d05ffd0351 add License in the About activity 2016-04-07 19:31:35 +02:00
tibbi 4ac9b18fd5 add a couple info in the About section 2016-04-06 23:12:17 +02:00
tibbi 42f9815fd9 add an About activity 2016-04-06 20:22:06 +02:00
tibbi 87de7daf41 do not store the calc value in Shared prefs 2016-04-04 20:02:17 +02:00
tibbi d9d571be69 add ripple only to sdk 21+ 2016-03-21 21:36:58 +01:00
tibbi 121fbdb490 add ripple effect to buttons 2016-03-21 21:30:05 +01:00
tibbi 60fb78b1c8 update the text at widget config screen 2016-02-28 16:00:47 +01:00
tibbi 57a2127491 change the package name 2016-02-28 15:56:08 +01:00
tibbi 6326d71e5e change the way we update the widget and update it every 10 hours 2016-02-28 15:52:06 +01:00
tibbi a23391ff56 one more change to widget updating 2016-02-05 19:03:47 +01:00
tibbi ccead6340b minor edit for widget updating 2016-02-05 18:54:58 +01:00
tibbi 8928509e62 allow changing the text color 2016-01-31 22:00:44 +01:00
tibbi 281abb5163 replace % with "mod" for modulo 2016-01-31 21:30:34 +01:00
tibbi 4ce5c8f0fc allow changing the widget background and text color 2016-01-31 20:45:37 +01:00
tibbi 85b790ff49 move the widget RESULT_CANCELED a bit up 2016-01-31 17:12:55 +01:00
tibbi 40316dad11 properly display the wallpaper at the widget config activity 2016-01-27 17:52:02 +01:00
tibbi cf831b5268 reset the saved value at disabling the widget 2016-01-26 20:41:37 +01:00
tibbi c5c0913eb8 remove the decimal dot if its the last character 2016-01-22 12:36:54 +01:00
tibbi 963829f4ac Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calculator 2016-01-22 12:31:32 +01:00
tibbi 12a07c0fcc keep the numbers properly formatted at clearing digits 2016-01-21 23:03:19 +01:00
tibbi c90c123971 allow writing zeroes as decimal values 2016-01-21 22:59:56 +01:00
tibbi 7f45ced367 comment out the release signing stuff by default 2016-01-21 11:23:00 +01:00
tibbi 6578a6a02d add a comma as group separator per 3 digits 2016-01-08 21:06:12 +01:00
tibbi 24d6dfbfac change the widget config buttons background 2016-01-07 20:07:46 +01:00
tibbi 186adbb5bb renaming a variable 2016-01-06 18:42:10 +01:00
tibbi d57e20327b remove simple_calculator from the package name
- no functionality changes
2016-01-06 13:57:34 +01:00
tibbi cfb013af6e create an app keystore and sign it 2016-01-04 23:19:39 +01:00
tibbi 61cc6061e9 make the result and formula textview font scale automatically
- works only in the app, not in the widget
- we have to leave the textviews as TextView type, else the widget breaks totally
2016-01-04 21:56:34 +01:00
tibbi 39227c7e5f add some Formula tests 2016-01-03 21:52:39 +01:00
tibbi fe5efdd3c3 write the formula above the result 2016-01-03 21:30:49 +01:00
tibbi 1a7cd32464 reset saved widget value on AC 2016-01-03 20:29:47 +01:00
tibbi cb12d04111 moving shared preferences initialization 2016-01-03 19:35:37 +01:00
tibbi feaa8f2de7 minor refactoring 2016-01-03 17:31:17 +01:00
tibbi 4448b988cb change a constants' value for consistency 2016-01-03 17:26:10 +01:00
tibbi 9b4f82bc2e implement a slider for setting the widget background opacity 2016-01-03 17:25:23 +01:00
tibbi 8960387b48 remove the RelativeLayout wrapping the calculator 2016-01-03 16:10:55 +01:00
tibbi dc09b69235 remove ripple effect and make buttons transparent
- they will inherit the backgrounds' color
2016-01-03 15:34:59 +01:00
tibbi 58a50e97a1 some widget corrections to make it work properly even when idle for a long time 2016-01-03 14:32:03 +01:00
tibbi 9037b9d8fe add ripple effect to buttons 2016-01-03 00:11:46 +01:00
tibbi 9f07615348 couple more UI changes 2016-01-02 23:03:32 +01:00
tibbi f5d7c3e829 force portrait mode for now 2016-01-02 18:49:02 +01:00
tibbi e423258a04 move the Button text size back to style 2016-01-02 18:47:16 +01:00
tibbi ad9c907f12 improve the widget config screen + style changes 2016-01-02 18:41:18 +01:00
tibbi fed4e15afb set the button text size directly, not through a style 2016-01-02 14:52:14 +01:00
tibbi 7389ec8dbc display a title bar at the widget config activity 2016-01-01 22:17:03 +01:00
tibbi fb5ccc50dc create a simple widget config activity 2016-01-01 21:13:04 +01:00
tibbi 80f5637a9f remove a check at handleOperation 2016-01-01 19:43:09 +01:00
tibbi e004d15c10 remove all paddings except the top one 2016-01-01 19:34:10 +01:00
tibbi 66dc345c1b add a AC (reset) button to the widget
- it does the same as long pressing the C in the app, however widgets cannot be long pressed
2015-12-30 22:34:09 +01:00
tibbi 5d75720619 change an Espresso test to add all digits 2015-12-30 20:57:30 +01:00
tibbi 4e1c556e8e add a basic home screen widget 2015-12-30 20:25:18 +01:00
tibbi 1969300620 change operation constants to strings 2015-12-30 15:35:50 +01:00
tibbi 920b8f87a6 fix Robolectric tests 2015-12-30 14:54:22 +01:00
tibbi de3e1312ca move the functionality to an interface
- that way we can reuse all the code in the widget
2015-12-30 12:53:49 +01:00
tibbi aecabbe7e0 use linearlayouts instead of tablelayout 2015-12-29 21:53:45 +01:00
tibbi d37a1963de add some Espresso tests and a cheat sheet pdf 2015-12-29 16:08:51 +01:00
tibbi a9539cdeb6 correct a Root test 2015-12-29 14:11:15 +01:00
tibbi ca53937aef implement an Espresso test 2015-12-29 12:49:48 +01:00
tibbi cc856b3d05 add some more tests for the other buttons 2015-12-28 22:15:26 +01:00
tibbi 95d3b31102 add a couple tests + minor refactoring 2015-12-28 19:26:38 +01:00
tibbi b0f64390dd setup Robolectric for tests 2015-12-26 22:35:45 +01:00
tibbi e5e64f93fa replace Infinity at Power(x, y) with 0 2015-12-26 16:39:01 +01:00
tibbi 9d7b67ba16 implement Clear 2015-12-26 16:33:03 +01:00
tibbi aa6ebd00b3 implement Root 2015-12-26 14:24:52 +01:00
tibbi 0e216ad692 implement Power(x, y) 2015-12-26 14:04:45 +01:00