about + new version
This commit is contained in:
parent
c005610cb5
commit
461126bee8
@ -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"/>
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user