preferences added

This commit is contained in:
serso
2011-09-26 23:46:47 +04:00
parent 323fe37fa7
commit 268d3503d3
27 changed files with 404 additions and 133 deletions

View File

@@ -5,10 +5,6 @@
package org.solovyev.android.calculator;
import de.congrace.exp4j.Calculable;
import de.congrace.exp4j.ExpressionBuilder;
import de.congrace.exp4j.UnknownFunctionException;
import de.congrace.exp4j.UnparsableExpressionException;
import org.junit.Assert;
import org.junit.Test;

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) 2009-2011. Created by serso aka se.solovyev.
* For more information, please, contact se.solovyev@gmail.com
* or visit http://se.solovyev.org
*/
package org.solovyev.android.calculator;
import org.junit.Assert;