XSDL: updated project files, removed Gimp project files
@@ -7,10 +7,10 @@ AppName="XServer XSDL"
|
||||
AppFullName=x.org.server
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=12049
|
||||
AppVersionCode=12050
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.20.49"
|
||||
AppVersionName="1.20.50"
|
||||
|
||||
# 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, '!!' will also hide the entry from the menu, so it cannot be disabled
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../xserver-gimp/AndroidPreBuild.sh
|
||||
3
project/jni/application/xserver/AndroidPreBuild.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -f xsdl.raw ../../../res/raw/
|
||||
@@ -170,3 +170,12 @@
|
||||
String lang = new String(Locale.getDefault().getLanguage());
|
||||
if( Locale.getDefault().getCountry().length() > 0 )
|
||||
lang = lang + "_" + Locale.getDefault().getCountry();
|
||||
@@ -742,7 +742,7 @@ public class Settings
|
||||
Globals.TouchscreenKeyboardTheme = 9;
|
||||
|
||||
if( Globals.TouchscreenKeyboardTheme == 0 )
|
||||
- nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.ultimatedroid));
|
||||
+ nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.xsdl));
|
||||
if( Globals.TouchscreenKeyboardTheme == 1 )
|
||||
nativeSetupScreenKeyboardButtons(loadRaw(p, R.raw.simpletheme));
|
||||
if( Globals.TouchscreenKeyboardTheme == 2 )
|
||||
|
||||
|
After Width: | Height: | Size: 830 B |
|
After Width: | Height: | Size: 680 B |
|
After Width: | Height: | Size: 677 B |
|
After Width: | Height: | Size: 811 B |
|
After Width: | Height: | Size: 728 B |
|
After Width: | Height: | Size: 643 B |
|
After Width: | Height: | Size: 639 B |
|
After Width: | Height: | Size: 711 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 970 B |
|
After Width: | Height: | Size: 965 B |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 560 B |
|
After Width: | Height: | Size: 595 B |
|
After Width: | Height: | Size: 558 B |
|
After Width: | Height: | Size: 634 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
BIN
project/jni/application/xserver/screen-keys/key.xcf
Normal file
@@ -1 +0,0 @@
|
||||
../xserver-gimp/ultimatedroid.raw
|
||||