A calculator for quick simple calculations with a nice user interface and no ads
Go to file
tibbi 288c9c6318 allow resizing the widget to a smaller size 2020-05-24 23:08:08 +02:00
.github Create FUNDING.yml 2019-11-21 10:24:09 +01:00
app allow resizing the widget to a smaller size 2020-05-24 23:08:08 +02:00
fastlane/metadata/android fixing an icon visual glitch 2020-05-24 20:58:42 +02:00
gradle/wrapper updating commons and gradle 2020-03-22 09:40:24 +01:00
.editorconfig use 4 spaces at xml file contuniation indentations 2020-03-05 17:48:34 +01:00
.gitignore updating the way the app is signed 2019-04-07 22:54:30 +02:00
CHANGELOG.md updating changelog 2020-03-22 09:55:06 +01:00
LICENSE changing license to GNU GPL v3 2019-10-13 15:27:37 +02:00
README.md updating the app logo 2020-03-22 15:17:00 +01:00
build.gradle updating commons, gradle, kotlin 2020-05-24 22:39:05 +02:00
gradle.properties updating gradle, kotlin, commons 2018-10-05 22:08:10 +02:00
gradlew creating the android project 2015-12-24 12:29:46 +01:00
gradlew.bat creating the android project 2015-12-24 12:29:46 +01:00
keystore.properties_sample updating the way the app is signed 2019-04-07 22:54:30 +02:00
settings.gradle creating the android project 2015-12-24 12:29:46 +01:00

README.md

Simple Calculator

Logo

A calculator with the basic functions and a customizable widget.

You can copy the result or formula to clipboard by long pressing it.

The text color of the widget can be customized, as well as the color and the alpha of the background. Press the result or formula in the widget to open the app.

Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.

This app is just one piece of a bigger series of apps. You can find the rest of them at https://www.simplemobiletools.com

Get it on Google Play Get it on F-Droid

App image App image App image

It contains a couple UI and unit tests, they can be ran with the following instructions.

Running Espresso UI tests

1. Run -> Edit Configurations

2. Create a new "Android Instrumentation Tests" configuration, give it a name (i.e. "MainActivityEspressoTest")

3. Choose the "app" module

4. OK

5. Make sure MainActivityEspressoTest is selected near the Run button

6. Run

Running Robolectric tests

1. At the Project tab right click the folder containing the tests (i.e. "calculator.simplemobiletools.com.simple_calculator (test)")

2. select Run 'Tests in 'calculator.simplemob...' to run all the tests

3. if you are on Linux or Mac, go to Run -> Edit Configurations, select the new JUnit configuration and change the "Working Directory" item to "$MODULE_DIR$" (without quotes)

4. OK

5. Run