Android Calculator
Go to file
serso c6e62fee37 Fix NPE in MathType.getType
java.lang.NullPointerException
at java.lang.String.startsWith(String.java:1428)
at org.solovyev.android.calculator.App.find(SourceFile:167)
at org.solovyev.android.calculator.math.MathType.getType(SourceFile:285)
at org.solovyev.android.calculator.view.TextHighlighter.process(SourceFile:99)
at org.solovyev.android.calculator.view.EditorTextProcessor.process(SourceFile:36)
at org.solovyev.android.calculator.Editor.onTextChanged(SourceFile:105)
at org.solovyev.android.calculator.history.History.org.solovyev.android.calculator.Editor.onTextChanged(SourceFile:15098)
at org.solovyev.android.calculator.history.History$2.run(SourceFile:227)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5127)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:825)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:641)
at dalvik.system.NativeStart.main(Native Method)
2017-07-04 16:55:11 +02:00
app Simplify Ripple backgrounds 2017-06-07 21:49:58 +02:00
dragbutton Remove logging from PaintCache 2017-06-07 21:37:12 +02:00
gradle/wrapper Update gradle version 2017-05-25 14:10:09 +02:00
jscl Fix NPE in MathType.getType 2017-07-04 16:55:11 +02:00
translations Add a comment to the output XML containing the source of translations 2016-06-19 11:09:09 +02:00
.gitignore gitignore .gradle folder 2016-02-26 19:46:17 +01:00
build.gradle Update gradle version 2017-06-10 11:51:56 +02:00
crowdin.sh Rename values directories 2016-02-16 15:22:34 +01:00
gradle.properties Increase Java heap for Gradle 2016-06-12 21:57:15 +02:00
gradlew Maven -> Gradle 2015-01-20 23:50:46 +01:00
gradlew.bat Maven -> Gradle 2015-01-20 23:50:46 +01:00
settings.gradle Extract DragButton into a separate module 2016-08-14 12:36:05 +02:00