Przeglądaj źródła

新增cpu-count.jar & 更新wade-mobile.jar & 引入插码

leijie 8 lat temu
rodzic
commit
e6daf2a2c8

+ 18 - 0
display-client/assets/count-config.xml

@ -1,3 +1,21 @@
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<config>
3
    <monitor class="com.ai.ipu.count.monitor.impl.IpuPageMonitor">
4
        <count class="com.wade.mobile.func.MobileUI">
5
            <method>openPage</method>
6
            <method>openTemplate</method>
7
        </count>
8
    </monitor>
9
    
10
    <monitor class="com.ai.ipu.count.monitor.impl.IpuScanMonitor">
11
        <count class="com.ai.ipu.scan.func.IpuScan">
12
            <method>scanSingle</method>
13
        </count>
14
    </monitor>
15
    
16
    <monitor class="com.ai.ipu.count.monitor.impl.IpuPluginMonitor">
17
        <count class="com.wade.mobile.frame.plugin.PluginManager">
18
            <method>execute</method>
19
        </count>
20
    </monitor>
3 21
</config>

+ 1 - 8
display-client/project.properties

@ -13,12 +13,5 @@
13 13
# Project target.
14 14
target=android-22
15 15
android.library=false
16
android.library.reference.1=../../android/ipu-push
16
android.library.reference.1=../wade-mobile-common
17 17
android.library.reference.2=../wade-mobile-lib
18
android.library.reference.3=../ipu-baidumap-lib
19
android.library.reference.4=../ipu-pathmenu
20
android.library.reference.9=../wade-mobile-common
21
android.library.reference.5=../../android/ipu-voice
22
android.library.reference.6=../ipu-open-platform
23
android.library.reference.7=../ipu-bluetooth
24
android.library.reference.10=../../android/ipu-share

+ 9 - 9
ipu-client/.classpath

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

+ 10 - 9
ipu-pathmenu/.classpath

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

+ 0 - 1
ipu-pathmenu/AndroidManifest.xml

@ -12,7 +12,6 @@
12 12
13 13
    <application
14 14
        android:allowBackup="true"
15
        android:icon="@drawable/ic_launcher"
16 15
        android:label="@string/app_name"
17 16
        android:theme="@style/AppTheme" >
18 17
        <activity

BIN
ipu-pathmenu/ic_launcher-web.png


BIN
ipu-pathmenu/res/drawable-hdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-mdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-xhdpi/ic_launcher.png


BIN
ipu-pathmenu/res/drawable-xxhdpi/ic_launcher.png


BIN
wade-mobile-common/libs/ipu-count-1.0.jar


BIN
wade-mobile-common/libs/wade-mobile.jar