Skip to content

Commit 59d9127

Browse files
author
张西涛
committed
initial commit:import from adt
0 parents  commit 59d9127

File tree

2,586 files changed

+94539
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,586 files changed

+94539
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.gradle
2+
/local.properties
3+
/.idea/workspace.xml
4+
/.idea/libraries
5+
.DS_Store
6+
/build
7+
/captures
8+
**/local.properties
9+
**/.DS_Store
10+
**/bin/
11+
**/gen/
12+
**/out/
13+
gradle/
14+
**/*.iml
15+
.idea/
16+
.DS_Store
17+
bin/
18+

app/build.gradle

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 22
5+
buildToolsVersion "22.0.1"
6+
7+
defaultConfig {
8+
applicationId "com.zxt.dlna"
9+
minSdkVersion 15
10+
targetSdkVersion 21
11+
}
12+
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17+
}
18+
}
19+
}
20+
21+
dependencies {
22+
compile 'com.android.support:appcompat-v7:22.2.0'
23+
compile files('libs/cdi-api.jar')
24+
compile files('libs/http-2.2.1.jar')
25+
compile files('libs/httpclient-4.2.2.jar')
26+
compile files('libs/httpcore-4.2.3.jar')
27+
compile files('libs/javax.annotation_1.0.jar')
28+
compile files('libs/javax.inject.jar')
29+
compile files('libs/javax.servlet-3.0.0.v201103241009.jar')
30+
compile files('libs/jetty-client-8.1.9.v20130131.jar')
31+
compile files('libs/jetty-continuation-8.1.9.v20130131.jar')
32+
compile files('libs/jetty-http-8.1.9.v20130131.jar')
33+
compile files('libs/jetty-io-8.1.9.v20130131.jar')
34+
compile files('libs/jetty-security-8.1.9.v20130131.jar')
35+
compile files('libs/jetty-server-8.1.9.v20130131.jar')
36+
compile files('libs/jetty-servlet-8.1.9.v20130131.jar')
37+
compile files('libs/jetty-util-8.1.9.v20130131.jar')
38+
compile files('libs/seamless-http-1.0-alpha2.jar')
39+
compile files('libs/seamless-util-1.0-alpha2.jar')
40+
compile files('libs/seamless-xml-1.0-alpha2.jar')
41+
compile files('libs/slf4j-api-1.6.1.jar')
42+
compile files('libs/slf4j-jdk14-1.6.1.jar')
43+
compile files('libs/universal-image-loader-1.8.4-with-sources.jar')
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package com.zxt.dlna.test;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "com.zxt.dlna.test";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = -1;
12+
public static final String VERSION_NAME = "";
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package com.zxt.dlna;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "com.zxt.dlna";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 2;
12+
public static final String VERSION_NAME = "";
13+
}

app/build/generated/source/r/debug/android/support/v7/appcompat/R.java

+1,195
Large diffs are not rendered by default.

app/build/generated/source/r/debug/com/zxt/dlna/R.java

+6,288
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)