updating readme
This commit is contained in:
parent
e3aaff7b2a
commit
6bd65b4fb1
30
README.md
30
README.md
|
@ -1,5 +1,5 @@
|
|||
# Simple Calculator
|
||||
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/launcher.png" width="80">
|
||||
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80">
|
||||
|
||||
A calculator with the basic functions and a customizable widget.
|
||||
|
||||
|
@ -7,7 +7,7 @@ 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 a Dark theme too.
|
||||
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 http://www.simplemobiletools.com
|
||||
|
||||
|
@ -21,25 +21,23 @@ This app is just one piece of a bigger series of apps. You can find the rest of
|
|||
It contains a couple UI and unit tests, they can be ran with the following instructions.
|
||||
|
||||
<h3>Running Espresso UI tests</h3>
|
||||
1. at Build Variants select "Android Instrumentation Tests"
|
||||
2. Run -> Edit Configurations
|
||||
3. create a new "Android Tests" configuration, give it a name (i.e. "MainActivityEspressoTest")
|
||||
4. choose the "app" module
|
||||
5. OK
|
||||
6. make sure MainActivityEspressoTest is selected near the Run button
|
||||
7. Run
|
||||
<p>1. Run -> Edit Configurations</p>
|
||||
<p>2. Create a new "Android Instrumentation Tests" configuration, give it a name (i.e. "MainActivityEspressoTest")</p>
|
||||
<p>3. Choose the "app" module</p>
|
||||
<p>4. OK</p>
|
||||
<p>5. Make sure MainActivityEspressoTest is selected near the Run button</p>
|
||||
<p>6. Run</p>
|
||||
|
||||
<h3>Running Robolectric tests</h3>
|
||||
1. at Build Variant select "Unit Tests"
|
||||
2. at the Project tab right click the folder containing the tests (i.e. "calculator.simplemobiletools.com.simple_calculator (test)")
|
||||
3. select Run 'Tests in 'calculator.simplemob...' to run all the tests
|
||||
4. 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)
|
||||
5. OK
|
||||
6. Run
|
||||
<p>1. At the Project tab right click the folder containing the tests (i.e. "calculator.simplemobiletools.com.simple_calculator (test)")</p>
|
||||
<p>2. select Run 'Tests in 'calculator.simplemob...' to run all the tests</p>
|
||||
<p>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)</p>
|
||||
<p>4. OK</p>
|
||||
<p>5. Run</p>
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright 2016 SimpleMobileTools
|
||||
Copyright 2017 SimpleMobileTools
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
Loading…
Reference in New Issue