quick fix for android 4 device

This commit is contained in:
Sergey Solovyev 2012-02-05 21:10:12 +04:00
parent 8ec44d6b1f
commit 667a3f5d1c
3 changed files with 7 additions and 4 deletions

View File

@ -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="27" a:versionCode="28"
a:versionName="1.2.27"> a:versionName="1.2.28">
<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"/>
@ -20,6 +20,7 @@
<activity a:name=".CalculatorActivity" <activity a:name=".CalculatorActivity"
a:windowSoftInputMode="adjustPan" a:windowSoftInputMode="adjustPan"
a:hardwareAccelerated="false"
a:label="@string/c_app_name"> a:label="@string/c_app_name">
<intent-filter> <intent-filter>

View File

@ -174,7 +174,8 @@
1. Добавлены кнопки управления масштаб на графике\n 1. Добавлены кнопки управления масштаб на графике\n
2. Исправлены проблемы с биллингом\n 2. Исправлены проблемы с биллингом\n
3. Исправлена проблема с сохранением констант\n 3. Исправлена проблема с сохранением констант\n
4. Исправлены другие проблемы 4. Исправлены проблемы с отображением на 4ом Андроиде\n
5. Исправлены другие проблемы
</string> </string>
</resources> </resources>

View File

@ -173,7 +173,8 @@
1. Zoom buttons on graph plotter\n 1. Zoom buttons on graph plotter\n
2. Billing bug fixes\n 2. Billing bug fixes\n
3. Fixed bug with saving constants\n 3. Fixed bug with saving constants\n
4. Other small fixes 4. Android 4 GUI artifacts fixed (aka hardware acceleration problem)\n
5. Other small fixes
</string> </string>
</resources> </resources>