changeAppSettings.sh will remove Play Services lib from project if it's not used, updated TODO
This commit is contained in:
@@ -854,6 +854,9 @@ cd ../../..
|
||||
if [ "$GooglePlayGameServicesId" = "n" -o -z "$GooglePlayGameServicesId" ] ; then
|
||||
$SEDI "/==GOOGLEPLAYGAMESERVICES==/ d" project/AndroidManifest.xml
|
||||
GooglePlayGameServicesId=""
|
||||
grep 'google-play-services' project/local.properties > /dev/null && {
|
||||
$SEDI 's/.*google-play-services.*//g' project/local.properties
|
||||
}
|
||||
else
|
||||
for F in $JAVA_SRC_PATH/googleplaygameservices/*.java; do
|
||||
OUT=`echo $F | sed 's@.*/@@'` # basename tool is not available everywhere
|
||||
@@ -863,7 +866,7 @@ else
|
||||
done
|
||||
$SEDI "s/==GOOGLEPLAYGAMESERVICES_APP_ID==/$GooglePlayGameServicesId/g" project/res/values/strings.xml
|
||||
SDK_DIR=`grep '^sdk.dir' project/local.properties | sed 's/.*=//'`
|
||||
grep 'android.library.reference.1' project/local.properties > /dev/null || {
|
||||
grep 'google-play-services' project/local.properties > /dev/null || {
|
||||
# Ant is way too smart, and adds current project path in front of the ${sdk.dir}
|
||||
echo 'android.library.reference.1=../../../../../../../../../../../../../../${sdk.dir}/extras/google/google_play_services/libproject/google-play-services_lib' >> project/local.properties
|
||||
echo 'proguard.config=proguard.cfg;proguard-local.cfg' >> project/local.properties
|
||||
|
||||
@@ -7,10 +7,10 @@ AppName="Debian"
|
||||
AppFullName=com.cuntubuntu
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=140704
|
||||
AppVersionCode=141006
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="14.07.04"
|
||||
AppVersionName="14.10.06"
|
||||
|
||||
# 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
|
||||
|
||||
Submodule project/jni/application/xserver-debian/xserver updated: 3cce1acc1f...670f48dfe9
Binary file not shown.
10
todo.txt
10
todo.txt
@@ -27,14 +27,10 @@ TODO, which will get actually done
|
||||
|
||||
- Debian noroot: support multiple external storage locations.
|
||||
|
||||
- Debian noroot: support Android intent x11://localhost:6000 - http://www.openintents.org/node/905 .
|
||||
|
||||
- OpenTTD: cloud save support.
|
||||
|
||||
- OpenTTD: Town window too tall.
|
||||
|
||||
- OpenTTD: Togglable legend area for map window.
|
||||
- XSDL: support Android intent x11://localhost:6000 - http://www.openintents.org/node/905
|
||||
|
||||
- Nvidia Shield D-Pad does not send any events (probably acts as 3-rd joystick).
|
||||
|
||||
- USB Keyboard: touchpad mode, configurable mouse speed, show keyboard LEDs, show error when root is not installed.
|
||||
|
||||
- S Planner Killer: options to restore calendar settiongs, and to kill lock-screen widget.
|
||||
|
||||
Reference in New Issue
Block a user