Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/FossifyOrg/Calculator

A calculator for quick simple calculations with a nice user interface and no ads
https://github.com/FossifyOrg/Calculator

updating the license year

cd7eb9ca0931d4dd48e26bd075170223472c293d authored almost 9 years ago by Tibor Kaputa <[email protected]>
add a comma as group separator per 3 digits

6578a6a02d029577d5a22dc86df99c7dbb5dff8f authored almost 9 years ago by tibbi <[email protected]>
change the widget config buttons background

24d6dfbfac928a9b4fd2a84c07e4b11b3f7be38a authored almost 9 years ago by tibbi <[email protected]>
renaming a variable

186adbb5bb503f1cde36bbbfca52b41f238fd702 authored almost 9 years ago by tibbi <[email protected]>
remove simple_calculator from the package name

- no functionality changes

d57e20327bce3d9d3947325c0255ae83a5f9f9bc authored almost 9 years ago by tibbi <[email protected]>
create an app keystore and sign it

cfb013af6eaf1b420d8a875f32331048c3240b45 authored almost 9 years ago by tibbi <[email protected]>
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, els...

61cc6061e9f131472ba52913efb897af71128c1d authored almost 9 years ago by tibbi <[email protected]>
add some Formula tests

39227c7e5f0ceb1dbaf30100d3d12f16b31943de authored almost 9 years ago by tibbi <[email protected]>
write the formula above the result

fe5efdd3c35ae5d5f948ec4a74852a92be1fca8e authored almost 9 years ago by tibbi <[email protected]>
reset saved widget value on AC

1a7cd3246474b8f4b0660f0151b8594f0f8cd675 authored almost 9 years ago by tibbi <[email protected]>
moving shared preferences initialization

cb12d04111a3202ccfcd1df98bec272e05cb627f authored almost 9 years ago by tibbi <[email protected]>
minor refactoring

feaa8f2de7968fcba837778c67ecfb1330c0c4b6 authored almost 9 years ago by tibbi <[email protected]>
change a constants' value for consistency

4448b988cb7174fa806fc5848323eabb7c45757a authored almost 9 years ago by tibbi <[email protected]>
implement a slider for setting the widget background opacity

9b4f82bc2ebe8149531495c882dfc3a0c695fd4c authored almost 9 years ago by tibbi <[email protected]>
remove the RelativeLayout wrapping the calculator

8960387b48c388707dc85eb59a7ad928defbead1 authored almost 9 years ago by tibbi <[email protected]>
remove ripple effect and make buttons transparent

- they will inherit the backgrounds' color

dc09b692359b4da3042e9b37986dc688d2a3ddf2 authored almost 9 years ago by tibbi <[email protected]>
some widget corrections to make it work properly even when idle for a long time

58a50e97a147209f7aa9c304d23eb81af4b46d6e authored almost 9 years ago by tibbi <[email protected]>
add ripple effect to buttons

9037b9d8fe9568254f5ea017e584910e33a3e14e authored almost 9 years ago by tibbi <[email protected]>
couple more UI changes

9f07615348c101c5b62360a59151ad0f155292b0 authored almost 9 years ago by tibbi <[email protected]>
force portrait mode for now

f5d7c3e829026d6ba7a550f8f9cff3108d1e787e authored almost 9 years ago by tibbi <[email protected]>
move the Button text size back to style

e423258a04dfe4f7b4c90feeacd18c26f421fa1c authored almost 9 years ago by tibbi <[email protected]>
improve the widget config screen + style changes

ad9c907f1224cad3f261ceecd596bf5888a9208b authored almost 9 years ago by tibbi <[email protected]>
set the button text size directly, not through a style

fed4e15afbe1676b18f2151572c94cb457e43004 authored almost 9 years ago by tibbi <[email protected]>
display a title bar at the widget config activity

7389ec8dbc4076c35b9f2a0ee87086016870909b authored almost 9 years ago by tibbi <[email protected]>
create a simple widget config activity

fb5ccc50dc64ede61fa3c41545204f639869b503 authored almost 9 years ago by tibbi <[email protected]>
remove a check at handleOperation

80f5637a9fcbb75585b8b5cac8c77f8e6c47d22f authored almost 9 years ago by tibbi <[email protected]>
remove all paddings except the top one

e004d15c105c0e0f4e6affa69e7d77a29333390e authored almost 9 years ago by tibbi <[email protected]>
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

66dc345c1b3033a67ea4f78558787bb3830e3f3b authored almost 9 years ago by tibbi <[email protected]>
change an Espresso test to add all digits

5d75720619041764eba156a22a6e715fb549202f authored almost 9 years ago by tibbi <[email protected]>
add a basic home screen widget

4e1c556e8e0005dffc1fc8af7044a70584cbb63d authored almost 9 years ago by tibbi <[email protected]>
change operation constants to strings

1969300620d6a81a7aa2d02825cd76228bfcaaf7 authored almost 9 years ago by tibbi <[email protected]>
fix Robolectric tests

920b8f87a65e6805eaa97fa285865d035016ddfe authored almost 9 years ago by tibbi <[email protected]>
move the functionality to an interface

- that way we can reuse all the code in the widget

de3e1312caa7b022663bbf2336960748b2201d90 authored almost 9 years ago by tibbi <[email protected]>
use linearlayouts instead of tablelayout

aecabbe7e021e89635f9debe66c54ddc731d07cb authored almost 9 years ago by tibbi <[email protected]>
add some Espresso tests and a cheat sheet pdf

d37a1963deba0b44d175fd85e6b11b2de868b0c0 authored almost 9 years ago by tibbi <[email protected]>
correct a Root test

a9539cdeb6cb4ba46721be60b780ff0329767eaf authored almost 9 years ago by tibbi <[email protected]>
Create README.md

f2a4535f5e3e012b3cf69452ac1f528941c3d41a authored almost 9 years ago by Tibor Kaputa <[email protected]>
change the license to MIT

7fa8d5424f38728a350b15c4022d2e85e63c9757 authored almost 9 years ago by tibbi <[email protected]>
implement an Espresso test

ca53937aef1895814634cf286f9832c8520f635f authored almost 9 years ago by tibbi <[email protected]>
add some more tests for the other buttons

cc856b3d05ea6c30c7a81ef3d5287cdb4bc4d32f authored almost 9 years ago by tibbi <[email protected]>
add a couple tests + minor refactoring

95d3b311022087ad889fc804087a0d5d61a75669 authored almost 9 years ago by tibbi <[email protected]>
setup Robolectric for tests

b0f64390ddfd0aa5e943be9c56d7a7d7845d4158 authored almost 9 years ago by tibbi <[email protected]>
replace Infinity at Power(x, y) with 0

e5e64f93fa0991a8e614dfe127e93d0efd908373 authored almost 9 years ago by tibbi <[email protected]>
implement Clear

9d7b67ba16bac60559ad70155c977e582d77478a authored almost 9 years ago by tibbi <[email protected]>
implement Root

aa6ebd00b3c50135f5639515d99cbb46cc185869 authored almost 9 years ago by tibbi <[email protected]>
implement Power(x, y)

0e216ad692710d480baea82221666baa95ff7f64 authored almost 9 years ago by tibbi <[email protected]>
implement Modulo

08dccc68bad34330b7eca19256c1c9d54f269f03 authored almost 9 years ago by tibbi <[email protected]>
remove an unnecessary return statement

9f4fc90a3768eb636084d56317b061152b16be97 authored almost 9 years ago by tibbi <[email protected]>
minor refactoring, no functionality change

c6aae26f9430929ef1ed2540e1cbe9fa68c224b7 authored almost 9 years ago by tibbi <[email protected]>
correct some operations after equals

637c47f5b5b2f4c40ee701806cb5e15c239ab714 authored almost 9 years ago by tibbi <[email protected]>
implement division

9b1c979be69d39356e1754b3451a6c0edf57a77d authored almost 9 years ago by tibbi <[email protected]>
implement multiplication

3be2aee4d3d038d9bc3903070d727a38cae7ca45 authored almost 9 years ago by tibbi <[email protected]>
implement Subtraction

82521af7b0b37a5933508a02665fb1c500b753c7 authored almost 9 years ago by tibbi <[email protected]>
move the formatter in a separate class

271bf692dd8b51fa18767430d4b5c1f608178fc0 authored almost 9 years ago by tibbi <[email protected]>
change the app name to Simple Calculator

eb40066bd29cd633a03f42b07b3652b2e551379e authored almost 9 years ago by tibbi <[email protected]>
implement addition

ecfa09495bc8a16ca48ccd48de9533f353486d60 authored almost 9 years ago by tibbi <[email protected]>
create a common function for getting the displayed number

0c1f8257c95cad67ac2b347e7964b2770471168e authored almost 9 years ago by tibbi <[email protected]>
implement decimals and correct handling of 0

576520dc3aca42753ba9d51a039c5ce3dddb8425 authored almost 9 years ago by tibbi <[email protected]>
implement digit buttons

c84200a101feb328f5a44604796b974e82c5cee5 authored almost 9 years ago by tibbi <[email protected]>
add modulo, power, root, clear buttons

b41d375d10f11dad0c7647e7ddb7ce5c49811049 authored about 9 years ago by tibbi <[email protected]>
add a display

4798537a3a800d15e29f9a4fe6a52bc87bcc96b2 authored about 9 years ago by tibbi <[email protected]>
delete the w820dp version of dimens file for now

587db7295303de167a3d69c3cbab49e5cc331c41 authored about 9 years ago by tibbi <[email protected]>
increase the font size of the button texts

8f99d8439c6b25936a8d59165cf9c0b67d12d7e8 authored about 9 years ago by tibbi <[email protected]>
add the basic buttons

9bcdc715dd8a9f47040ff38fd4819ce03e691d5b authored about 9 years ago by tibbi <[email protected]>
creating the android project

67a33593c002e0b9076848b4ebda79c8c1b596e5 authored about 9 years ago by tibbi <[email protected]>
Initial commit

8e4287907535a008dc8b3db2b35ef4f81256c230 authored about 9 years ago by Tibor Kaputa <[email protected]>