diff --git a/project/jni/application/xserver-debian/AndroidAppSettings.cfg b/project/jni/application/xserver-debian/AndroidAppSettings.cfg index 13333887b..cddd8df50 100644 --- a/project/jni/application/xserver-debian/AndroidAppSettings.cfg +++ b/project/jni/application/xserver-debian/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="Debian" AppFullName=com.cuntubuntu # Application version code (integer) -AppVersionCode=141007 +AppVersionCode=141008 # Application user-visible version name (string) -AppVersionName="14.10.07" +AppVersionName="14.10.08" # 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 @@ -18,7 +18,7 @@ AppVersionName="14.10.07" # If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir - # these files are put inside .apk package by build system # Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS -AppDataDownloadUrl="!!System image|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/14.05.01/dist-debug-wheezy-proot-.tar.gz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall2.sh^!!Update|:update1.tar.gz:update1.tgz^!!Update|:update2.tar.gz:update2-.tgz^!!Update|:update3.tar.gz:update3.tgz" +AppDataDownloadUrl="!!System image|:data.tar.gz:http://sourceforge.net/projects/libsdl-android/files/ubuntu/14.05.01/dist-debug-wheezy-proot-.tar.gz/download^!!XSDL data files|:data-1.tar.gz:data-1.tgz^!!XSDL fonts|:DroidSansMono.ttf:DroidSansMono.ttf^!!Postinstall script|:postinstall.sh:postinstall2.sh^!!Update|:update1.tar.gz:update1.tgz^!!Update|:update2.tar.gz:update2-.tgz^!!Update|:update3.tar.gz:update3.tgz^!!Update|:update4.tar.gz:update4.tgz" # Reset SDL config when updating application to the new version (y) / (n) ResetSdlConfigForThisVersion=n diff --git a/project/jni/application/xserver-debian/AndroidData/update4.tgz b/project/jni/application/xserver-debian/AndroidData/update4.tgz new file mode 100644 index 000000000..fef9362f0 Binary files /dev/null and b/project/jni/application/xserver-debian/AndroidData/update4.tgz differ diff --git a/project/jni/application/xserver/gfx.c b/project/jni/application/xserver/gfx.c index b2b511b7d..89f5eed7f 100644 --- a/project/jni/application/xserver/gfx.c +++ b/project/jni/application/xserver/gfx.c @@ -242,6 +242,12 @@ static void * unpackFilesThread(void * unused) { "update1.tar.gz", "update1.sh", "" }, { "update2.tar.gz", "update2.sh", "" }, { "update3.tar.gz", "update3.sh", "" }, + { "update4.tar.gz", "update4.sh", "" }, + { "update5.tar.gz", "update5.sh", "" }, + { "update6.tar.gz", "update6.sh", "" }, + { "update7.tar.gz", "update7.sh", "" }, + { "update8.tar.gz", "update8.sh", "" }, + { "update9.tar.gz", "update9.sh", "" }, {NULL, NULL, NULL} }; int i;