Przeglądaj źródła

Merge branch 'master' of http://10.1.235.20:3000/ipu/android-share.git

wangyj18 8 lat temu
rodzic
commit
13bc0d2e28

+ 4 - 7
display-client/assets/mobile-action.xml

@ -65,14 +65,11 @@
65 65
	<action name="browserFile" class="com.ailk.mobile.client.func.SwitchActivity" method = "browserFile"/>
66 66
	<action name="openDisplayPage" class="com.ailk.mobile.client.func.SwitchActivity" method = "openDisplayPage"/>
67 67
	<!-- MobileMap -->
68
	<!-- 
69
	<action name="location" class="com.wade.mobile.func.MobileMap" method="location"/>
70
	<action name="markMap" class="com.wade.mobile.func.MobileMap" method="markMap"/>
71
	<action name="selectLocation" class="com.wade.mobile.func.MobileMap" method="selectLocation"/>
72
	 -->
73
	 <action name="location" class="com.ai.ipu.map.func.MobileMap" method="location"></action>
68
	<!--  
69
	<action name="location" class="com.ai.ipu.map.func.MobileMap" method="location"></action>
74 70
	 <action name="markMap" class="com.ai.ipu.map.func.MobileMap" method="markMap"></action>
75
	 <action name="selectLocation" class="com.ai.ipu.map.func.MobileMap" method="selectLocation"></action>
71
	 <action name="selectLocation" class="com.ai.ipu.map.func.MobileMap" method="selectLocation"></action> 
72
	 -->
76 73
	<!-- MobileStorage -->
77 74
	<action name="removeMemoryCache" class="com.wade.mobile.func.MobileStorage" method="removeMemoryCache"></action>
78 75
	<action name="clearMemoryCache" class="com.wade.mobile.func.MobileStorage" method="clearMemoryCache"></action>

+ 1 - 1
display-client/project.properties

@ -13,5 +13,5 @@
13 13
# Project target.
14 14
target=android-22
15 15
android.library=false
16
android.library.reference.1=../wade-mobile-lib
16
android.library.reference.1=..\\wade-mobile-lib
17 17
android.library.reference.2=../wade-mobile-common

+ 9 - 9
ipu-alertdialog/.classpath

@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
4
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
5
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
	<classpathentry kind="src" path="src"/>
7
	<classpathentry kind="src" path="gen"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpath>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
4
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
5
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6
	<classpathentry kind="src" path="src"/>
7
	<classpathentry kind="src" path="gen"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpath>

+ 2 - 2
ipu-alertdialog/AndroidManifest.xml

@ -5,8 +5,8 @@
5 5
    android:versionName="1.0" >
6 6
7 7
    <uses-sdk
8
        android:minSdkVersion="11"
9
        android:targetSdkVersion="21" />
8
        android:minSdkVersion="8"
9
        android:targetSdkVersion="22" />
10 10
11 11
 
12 12
</manifest>

+ 2 - 2
ipu-count-test/AndroidManifest.xml

@ -4,8 +4,8 @@
4 4
    android:versionName="1.0" >
5 5

6 6
    <uses-sdk
7
        android:minSdkVersion="10"
8
        android:targetSdkVersion="15" />
7
        android:minSdkVersion="8"
8
        android:targetSdkVersion="22" />
9 9
    <uses-permission android:name="android.permission.INTERNET"/>
10 10
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
11 11
    <uses-permission android:name="android.permission.WRITE_CONTACTS" />

+ 1 - 1
ipu-count-test/project.properties

@ -11,5 +11,5 @@
11 11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 12
13 13
# Project target.
14
target=android-15
14
target=android-22
15 15
android.library=false

+ 1 - 1
wade-mobile-common/AndroidManifest.xml

@ -5,5 +5,5 @@
5 5

6 6
    <uses-sdk
7 7
        android:minSdkVersion="8"
8
        android:targetSdkVersion="15" />
8
        android:targetSdkVersion="22" />
9 9
</manifest>

+ 1 - 1
wade-mobile-common/project.properties

@ -11,5 +11,5 @@
11 11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 12
13 13
# Project target.
14
target=android-15
14
target=android-22
15 15
android.library=true

+ 1 - 1
wade-mobile-lib/AndroidManifest.xml

@ -5,7 +5,7 @@
5 5

6 6
    <uses-sdk
7 7
        android:minSdkVersion="8"
8
        android:targetSdkVersion="15" />
8
        android:targetSdkVersion="22" />
9 9

10 10
    <!-- <application
11 11
        android:allowBackup="true"

+ 1 - 1
wade-mobile-lib/project.properties

@ -11,5 +11,5 @@
11 11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 12
13 13
# Project target.
14
target=android-15
14
target=android-22
15 15
android.library=true