From b3df6cd8f85abfa1105420a05f1c14ba53aa5dbc Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Sat, 13 Jun 2015 12:07:40 +0300 Subject: [PATCH] Get rid of 'Designed for phones' tag of shame on Google Play listing page. --- project/jni/application/xserver/AndroidAppSettings.cfg | 4 ++-- project/res/drawable-hdpi/rectangle.png | 1 + project/res/drawable-ldpi/rectangle.png | 1 + project/res/drawable-mdpi/rectangle.png | 1 + project/res/drawable-xhdpi/rectangle.png | 1 + project/res/drawable-xxhdpi/rectangle.png | 1 + project/res/drawable-xxxhdpi/rectangle.png | 1 + project/res/layout-hdpi/main.xml | 1 + project/res/layout-ldpi/main.xml | 1 + project/res/layout-mdpi/main.xml | 1 + project/res/layout-xhdpi/main.xml | 1 + project/res/layout-xxhdpi/main.xml | 1 + project/res/layout-xxxhdpi/main.xml | 1 + todo.txt | 2 ++ 14 files changed, 16 insertions(+), 2 deletions(-) create mode 120000 project/res/drawable-hdpi/rectangle.png create mode 120000 project/res/drawable-ldpi/rectangle.png create mode 120000 project/res/drawable-mdpi/rectangle.png create mode 120000 project/res/drawable-xhdpi/rectangle.png create mode 120000 project/res/drawable-xxhdpi/rectangle.png create mode 120000 project/res/drawable-xxxhdpi/rectangle.png create mode 120000 project/res/layout-hdpi/main.xml create mode 120000 project/res/layout-ldpi/main.xml create mode 120000 project/res/layout-mdpi/main.xml create mode 120000 project/res/layout-xhdpi/main.xml create mode 120000 project/res/layout-xxhdpi/main.xml create mode 120000 project/res/layout-xxxhdpi/main.xml diff --git a/project/jni/application/xserver/AndroidAppSettings.cfg b/project/jni/application/xserver/AndroidAppSettings.cfg index d740f3a81..04f0aa8c6 100644 --- a/project/jni/application/xserver/AndroidAppSettings.cfg +++ b/project/jni/application/xserver/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="XServer XSDL" AppFullName=x.org.server # Application version code (integer) -AppVersionCode=11128 +AppVersionCode=11129 # Application user-visible version name (string) -AppVersionName="1.11.28" +AppVersionName="1.11.29" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu diff --git a/project/res/drawable-hdpi/rectangle.png b/project/res/drawable-hdpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-hdpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/drawable-ldpi/rectangle.png b/project/res/drawable-ldpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-ldpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/drawable-mdpi/rectangle.png b/project/res/drawable-mdpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-mdpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/drawable-xhdpi/rectangle.png b/project/res/drawable-xhdpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-xhdpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/drawable-xxhdpi/rectangle.png b/project/res/drawable-xxhdpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-xxhdpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/drawable-xxxhdpi/rectangle.png b/project/res/drawable-xxxhdpi/rectangle.png new file mode 120000 index 000000000..994793d01 --- /dev/null +++ b/project/res/drawable-xxxhdpi/rectangle.png @@ -0,0 +1 @@ +../drawable/rectangle.png \ No newline at end of file diff --git a/project/res/layout-hdpi/main.xml b/project/res/layout-hdpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-hdpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/project/res/layout-ldpi/main.xml b/project/res/layout-ldpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-ldpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/project/res/layout-mdpi/main.xml b/project/res/layout-mdpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-mdpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/project/res/layout-xhdpi/main.xml b/project/res/layout-xhdpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-xhdpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/project/res/layout-xxhdpi/main.xml b/project/res/layout-xxhdpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-xxhdpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/project/res/layout-xxxhdpi/main.xml b/project/res/layout-xxxhdpi/main.xml new file mode 120000 index 000000000..568104135 --- /dev/null +++ b/project/res/layout-xxxhdpi/main.xml @@ -0,0 +1 @@ +../layout/main.xml \ No newline at end of file diff --git a/todo.txt b/todo.txt index dc915683c..00fc6f549 100644 --- a/todo.txt +++ b/todo.txt @@ -52,3 +52,5 @@ TODO, which will get actually done - SDL: add option for non-fullscreen non-immersive mode. - Debian and Gimp: fails to launch on Galaxy S6 and Note 4 with Android 5.0.2, Snapdragon variants. + +- UQM HD: add fonts from http://mosc-portal.bursa.ru/showthread.php?t=206 and switch back to joystick controls, set 4:3 aspect ratio as default.