# HG changeset patch # User Xeli # Date 1309883238 -7200 # Node ID 4ae1b082e4ba25c3d68ae5950f08c3864dc8a60c # Parent 5caae9d7e12e74d6ac1f2558252014036edea880 Added download functionality and changed some icons diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/AndroidManifest.xml --- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml Tue Jul 05 18:23:54 2011 +0200 +++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml Tue Jul 05 18:27:18 2011 +0200 @@ -1,17 +1,33 @@ + + + - + android:theme="@android:style/Theme" + android:launchMode="singleTask"> + + + + + + + diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/default.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/Android-build/SDL-android-project/default.properties Tue Jul 05 18:27:18 2011 +0200 @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-8 diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/default.properties.orig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/Android-build/SDL-android-project/default.properties.orig Tue Jul 05 18:27:18 2011 +0200 @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-9 diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/local.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/Android-build/SDL-android-project/local.properties Tue Jul 05 18:27:18 2011 +0200 @@ -0,0 +1,10 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must *NOT* be checked in Version Control Systems, +# as it contains information specific to your local configuration. + +# location of the SDK. This is only used by Ant +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/home/richard/SoftDev/android/android-sdk-linux_86 diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/res/drawable-mdpi/statusbar.png Binary file project_files/Android-build/SDL-android-project/res/drawable-mdpi/statusbar.png has changed diff -r 5caae9d7e12e -r 4ae1b082e4ba project_files/Android-build/SDL-android-project/res/layout/download.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/Android-build/SDL-android-project/res/layout/download.xml Tue Jul 05 18:27:18 2011 +0200 @@ -0,0 +1,40 @@ + + + + +