about + new version

This commit is contained in:
Sergey Solovyev 2012-01-14 20:56:48 +04:00
parent c005610cb5
commit 461126bee8
3 changed files with 16 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
package="org.solovyev.android.calculator"
a:installLocation="auto"
a:versionCode="26"
a:versionName="1.2.26">
a:versionCode="27"
a:versionName="1.2.27">
<uses-permission a:name="android.permission.VIBRATE"/>
<uses-permission a:name="android.permission.INTERNET"/>

View File

@ -156,4 +156,11 @@
6. Двойной ноль (00)
</string>
<string name="c_release_notes_for_26">
1. Интегрирование тригонометрических функций запрещено для отличных от радиан угловых единиц\n
2. Исправлена проблема 1/0 = -1/0\n
3. Исправлена проблема ∫(sin(t°), t)\n
4. Исправлены другие мелкие проблемы
</string>
</resources>

View File

@ -156,4 +156,11 @@
6. Double zero (00) key
</string>
<string name="c_release_notes_for_26">
1. Integration of trigonometric functions is disabled for not radian angles\n
2. Bug with 1/0 = -1/0 fixed\n
3. Bug with ∫(sin(t°), t) fixed\n
4. Other small fixes
</string>
</resources>