Changes
This commit is contained in:
parent
fa7904c1cd
commit
c746a2768a
@ -54,7 +54,7 @@ public class AFunction implements IFunction, MathPersistenceEntity, Serializable
|
||||
@NotNull
|
||||
private String content;
|
||||
|
||||
@ElementList
|
||||
@ElementList(type = String.class)
|
||||
@NotNull
|
||||
private List<String> parameterNames = new ArrayList<String>();
|
||||
|
||||
|
@ -63,7 +63,24 @@
|
||||
-dontwarn com.google.common.collect.MinMaxPriorityQueue
|
||||
|
||||
-keep class org.simpleframework.xml.** { *; }
|
||||
-keep class * implements org.solovyev.android.calculator.model.MathPersistenceEntity
|
||||
-keep class * implements org.solovyev.android.calculator.model.MathPersistenceEntity
|
||||
-keep class * implements org.solovyev.android.calculator.MathEntityPersistenceContainer
|
||||
|
||||
#
|
||||
#*********************************************************************
|
||||
#
|
||||
# LOGS
|
||||
#
|
||||
#*********************************************************************
|
||||
#
|
||||
|
||||
-assumenosideeffects class android.util.Log {
|
||||
public static int v(...);
|
||||
public static int d(...);
|
||||
public static int i(...);
|
||||
public static int w(...);
|
||||
public static int e(...);
|
||||
}
|
||||
|
||||
#
|
||||
#*********************************************************************
|
||||
|
@ -22,7 +22,7 @@ import org.solovyev.android.calculator.widget.CalculatorWidgetHelper;
|
||||
/*@ReportsCrashes(formKey = "dEhDaW1nZU1qcFdsVUpiSnhON0c0ZHc6MQ",
|
||||
mode = ReportingInteractionMode.TOAST)*/
|
||||
@ReportsCrashes(formKey = "",
|
||||
mailTo = "se.solovyev+programming+calculatorpp+crashes@gmail.com",
|
||||
mailTo = "se.solovyev+programming+calculatorpp+crashes+1.5.0b@gmail.com",
|
||||
mode = ReportingInteractionMode.DIALOG,
|
||||
resToastText = R.string.crashed,
|
||||
resDialogTitle = R.string.crash_dialog_title,
|
||||
|
Loading…
Reference in New Issue
Block a user