A calculator for quick simple calculations with a nice user interface and no ads
Go to file
tibbi aabe8d2d97 add some screenshots 2016-06-03 11:51:51 +02:00
app add some licences 2016-06-02 21:35:45 +02:00
gradle/wrapper update Gradle to 2.0 2016-04-11 19:13:33 +02:00
screenshots add some screenshots 2016-06-03 11:51:51 +02:00
.gitignore change the way we sign the app 2016-04-25 22:19:28 +02:00
LICENSE add an Apache license 2016-06-03 10:57:00 +02:00
README.md Update README.md 2016-06-03 11:04:17 +02:00
build.gradle update Butterknife to 8.0.1 2016-06-01 18:00:18 +02:00
gradle.properties creating the android project 2015-12-24 12:29:46 +01: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
settings.gradle creating the android project 2015-12-24 12:29:46 +01:00
signing.properties_sample change the way we sign the app 2016-04-25 22:19:28 +02:00

README.md

Simple-Calculator

A simple Android opensource calculator with a widget, functional and UI tests

Running Espresso UI tests

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

Running Robolectric tests

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

License

Copyright 2016 SimpleMobileTools

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.