Changes
This commit is contained in:
parent
fa7904c1cd
commit
c746a2768a
@ -54,7 +54,7 @@ public class AFunction implements IFunction, MathPersistenceEntity, Serializable
|
|||||||
@NotNull
|
@NotNull
|
||||||
private String content;
|
private String content;
|
||||||
|
|
||||||
@ElementList
|
@ElementList(type = String.class)
|
||||||
@NotNull
|
@NotNull
|
||||||
private List<String> parameterNames = new ArrayList<String>();
|
private List<String> parameterNames = new ArrayList<String>();
|
||||||
|
|
||||||
|
@ -63,7 +63,24 @@
|
|||||||
-dontwarn com.google.common.collect.MinMaxPriorityQueue
|
-dontwarn com.google.common.collect.MinMaxPriorityQueue
|
||||||
|
|
||||||
-keep class org.simpleframework.xml.** { *; }
|
-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",
|
/*@ReportsCrashes(formKey = "dEhDaW1nZU1qcFdsVUpiSnhON0c0ZHc6MQ",
|
||||||
mode = ReportingInteractionMode.TOAST)*/
|
mode = ReportingInteractionMode.TOAST)*/
|
||||||
@ReportsCrashes(formKey = "",
|
@ReportsCrashes(formKey = "",
|
||||||
mailTo = "se.solovyev+programming+calculatorpp+crashes@gmail.com",
|
mailTo = "se.solovyev+programming+calculatorpp+crashes+1.5.0b@gmail.com",
|
||||||
mode = ReportingInteractionMode.DIALOG,
|
mode = ReportingInteractionMode.DIALOG,
|
||||||
resToastText = R.string.crashed,
|
resToastText = R.string.crashed,
|
||||||
resDialogTitle = R.string.crash_dialog_title,
|
resDialogTitle = R.string.crash_dialog_title,
|
||||||
|
Loading…
Reference in New Issue
Block a user