release notes
This commit is contained in:
parent
4bc319a46f
commit
9de789015b
@ -3,8 +3,8 @@
|
||||
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
package="org.solovyev.android.calculator"
|
||||
a:installLocation="auto"
|
||||
a:versionCode="29"
|
||||
a:versionName="1.2.29">
|
||||
a:versionCode="30"
|
||||
a:versionName="1.2.30">
|
||||
|
||||
<uses-permission a:name="android.permission.VIBRATE"/>
|
||||
<uses-permission a:name="android.permission.INTERNET"/>
|
||||
|
@ -178,4 +178,17 @@
|
||||
5. Исправлены другие проблемы
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_29">
|
||||
1. Новая тема оформления Метро с тремя цветовыми вариациями\n
|
||||
2. Простая раскладка (без дополнительных научных функций)\n
|
||||
3. Изменения экрана настроек\n
|
||||
4. Добавлена настройка для максимального времени вычисления\n
|
||||
5. Добавлена настройка для вывода результаты в научной форме\n
|
||||
6. Добавлена настройка по очищению информации о покупке\n
|
||||
7. Надпись "Ошибка" заменена на затемнённый текст\n
|
||||
8. Поддержка раскладки для Galaxy Note\n
|
||||
9. Исправлена проблема с вычислением Sgn(0)\n
|
||||
10. Исправлены проблемы с покупкой приложения
|
||||
</string>
|
||||
|
||||
</resources>
|
@ -177,4 +177,18 @@
|
||||
5. Other small fixes
|
||||
</string>
|
||||
|
||||
<string name="c_release_notes_for_29">
|
||||
1. New Metro theme with 3 color variations (old themes are still available)\n
|
||||
2. Simple layout (Default layout is still scientific)\n
|
||||
3. Preferences screen changes\n
|
||||
4. Maximum calculation time preference added\n
|
||||
5. Always scientific notation option added\n
|
||||
6. Remove billing information option added\n
|
||||
7. Error label is substituted with greyed text\n
|
||||
8. Special layout for x-high density displays (aka Galaxy Note support)\n
|
||||
9. Sgn(0) problem fixed\n
|
||||
10. Billing problems fixes
|
||||
</string>
|
||||
|
||||
|
||||
</resources>
|
@ -14,7 +14,6 @@ import net.robotmedia.billing.BillingController;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.solovyev.android.ads.AdsController;
|
||||
import org.solovyev.android.calculator.model.CalculatorEngine;
|
||||
import org.solovyev.android.errors.CustomExceptionHandler;
|
||||
|
||||
/**
|
||||
* User: serso
|
||||
@ -88,6 +87,6 @@ public class CalculatorApplication extends android.app.Application {
|
||||
}
|
||||
|
||||
public static void registerOnRemoteStackTrace() {
|
||||
Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(null, REMOTE_STACK_TRACE_URL));
|
||||
//Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler(null, REMOTE_STACK_TRACE_URL));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user