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"
|
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
|
||||||
package="org.solovyev.android.calculator"
|
package="org.solovyev.android.calculator"
|
||||||
a:installLocation="auto"
|
a:installLocation="auto"
|
||||||
a:versionCode="26"
|
a:versionCode="27"
|
||||||
a:versionName="1.2.26">
|
a:versionName="1.2.27">
|
||||||
|
|
||||||
<uses-permission a:name="android.permission.VIBRATE"/>
|
<uses-permission a:name="android.permission.VIBRATE"/>
|
||||||
<uses-permission a:name="android.permission.INTERNET"/>
|
<uses-permission a:name="android.permission.INTERNET"/>
|
||||||
|
@ -156,4 +156,11 @@
|
|||||||
6. Двойной ноль (00)
|
6. Двойной ноль (00)
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
|
<string name="c_release_notes_for_26">
|
||||||
|
1. Интегрирование тригонометрических функций запрещено для отличных от радиан угловых единиц\n
|
||||||
|
2. Исправлена проблема 1/0 = -1/0\n
|
||||||
|
3. Исправлена проблема ∫(sin(t°), t)\n
|
||||||
|
4. Исправлены другие мелкие проблемы
|
||||||
|
</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
@ -156,4 +156,11 @@
|
|||||||
6. Double zero (00) key
|
6. Double zero (00) key
|
||||||
</string>
|
</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>
|
</resources>
|
Loading…
Reference in New Issue
Block a user