Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<classpath> | ||
3 | + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
4 | + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
5 | + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | ||
6 | + <classpathentry kind="lib" path="libs/libGoogleAnalyticsServices.jar"/> | ||
7 | + <classpathentry kind="src" path="src"/> | ||
8 | + <classpathentry kind="src" path="gen"/> | ||
9 | + <classpathentry kind="output" path="bin/classes"/> | ||
10 | +</classpath> |
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<projectDescription> | ||
3 | + <name>netntv_Player4UX</name> | ||
4 | + <comment></comment> | ||
5 | + <projects> | ||
6 | + </projects> | ||
7 | + <buildSpec> | ||
8 | + <buildCommand> | ||
9 | + <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||
10 | + <arguments> | ||
11 | + </arguments> | ||
12 | + </buildCommand> | ||
13 | + <buildCommand> | ||
14 | + <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||
15 | + <arguments> | ||
16 | + </arguments> | ||
17 | + </buildCommand> | ||
18 | + <buildCommand> | ||
19 | + <name>org.eclipse.jdt.core.javabuilder</name> | ||
20 | + <arguments> | ||
21 | + </arguments> | ||
22 | + </buildCommand> | ||
23 | + <buildCommand> | ||
24 | + <name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||
25 | + <arguments> | ||
26 | + </arguments> | ||
27 | + </buildCommand> | ||
28 | + </buildSpec> | ||
29 | + <natures> | ||
30 | + <nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||
31 | + <nature>org.eclipse.jdt.core.javanature</nature> | ||
32 | + </natures> | ||
33 | +</projectDescription> |
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<!-- | ||
3 | +/* | ||
4 | +** | ||
5 | +** Copyright 2009, The Android Open Source Project | ||
6 | +** | ||
7 | +** Licensed under the Apache License, Version 2.0 (the "License"); | ||
8 | +** you may not use this file except in compliance with the License. | ||
9 | +** You may obtain a copy of the License at | ||
10 | +** | ||
11 | +** http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | +** | ||
13 | +** Unless required by applicable law or agreed to in writing, software | ||
14 | +** distributed under the License is distributed on an "AS IS" BASIS, | ||
15 | +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
16 | +** See the License for the specific language governing permissions and | ||
17 | +** limitations under the License. | ||
18 | +*/ | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | +--> | ||
23 | + | ||
24 | +<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
25 | + xmlns:tools="http://schemas.android.com/tools" | ||
26 | + package="kr.co.netntv.viewer" | ||
27 | + android:installLocation="auto" | ||
28 | + android:versionCode="1003" | ||
29 | + android:versionName="1.0.0.3"> | ||
30 | + | ||
31 | + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
32 | + | ||
33 | + <application | ||
34 | + tools:replace="android:icon, android:label" | ||
35 | + android:name="kr.co.netntv.viewer.ViewerApplication" | ||
36 | + android:icon="@drawable/icon" | ||
37 | + android:label="@string/application_label" > | ||
38 | + <activity | ||
39 | + android:name="kr.co.netntv.viewer.Player4UxActivity" | ||
40 | + android:configChanges="orientation|keyboardHidden" | ||
41 | + android:launchMode="singleTop" | ||
42 | + android:label="@string/stand_alone" | ||
43 | + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > | ||
44 | + <!-- <intent-filter>--> | ||
45 | + <!-- <action android:name="android.intent.action.MAIN" />--> | ||
46 | + | ||
47 | + <!-- <category android:name="android.intent.category.LAUNCHER" />--> | ||
48 | + <!-- </intent-filter>--> | ||
49 | + </activity> | ||
50 | + <activity | ||
51 | + android:name="kr.co.netntv.viewer.HomeActivity" | ||
52 | + android:label="@string/viewer" | ||
53 | + android:screenOrientation="portrait" | ||
54 | + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > | ||
55 | + <intent-filter> | ||
56 | + <action android:name="android.intent.action.MAIN" /> | ||
57 | + | ||
58 | + <category android:name="android.intent.category.LAUNCHER" /> | ||
59 | + </intent-filter> | ||
60 | + </activity> | ||
61 | + <activity | ||
62 | + android:name="kr.co.netntv.viewer.ShareActivity" | ||
63 | + android:screenOrientation="portrait" | ||
64 | + android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" > | ||
65 | + </activity> | ||
66 | + </application> | ||
67 | + | ||
68 | + <uses-feature android:glEsVersion="0x00020000" /> | ||
69 | + | ||
70 | + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
71 | + | ||
72 | + <uses-permission android:name="android.permission.INTERNET" /> | ||
73 | + | ||
74 | + <uses-permission android:name="android.permission.VIBRATE"/> | ||
75 | + | ||
76 | + <uses-permission android:name="android.permission.CAMERA" /> | ||
77 | + <uses-feature android:name="android.hardware.camera" android:required="false"/> | ||
78 | + <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" /> | ||
79 | + <uses-feature android:name="android.hardware.camera.flash" android:required="false" /> | ||
80 | + <uses-feature android:name="android.hardware.camera.front" android:required="false" /> | ||
81 | + | ||
82 | + <uses-sdk android:minSdkVersion="16" | ||
83 | + android:targetSdkVersion="26" /> | ||
84 | + | ||
85 | +</manifest> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<!-- | ||
3 | +/* | ||
4 | +** | ||
5 | +** Copyright 2009, The Android Open Source Project | ||
6 | +** | ||
7 | +** Licensed under the Apache License, Version 2.0 (the "License"); | ||
8 | +** you may not use this file except in compliance with the License. | ||
9 | +** You may obtain a copy of the License at | ||
10 | +** | ||
11 | +** http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | +** | ||
13 | +** Unless required by applicable law or agreed to in writing, software | ||
14 | +** distributed under the License is distributed on an "AS IS" BASIS, | ||
15 | +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
16 | +** See the License for the specific language governing permissions and | ||
17 | +** limitations under the License. | ||
18 | +*/ | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | +--> | ||
23 | + | ||
24 | +<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
25 | + xmlns:tools="http://schemas.android.com/tools" | ||
26 | + package="kr.co.netntv.viewer" | ||
27 | + android:installLocation="auto" | ||
28 | + android:versionCode="1003" | ||
29 | + android:versionName="1.0.0.3"> | ||
30 | + | ||
31 | + <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
32 | + | ||
33 | + <application | ||
34 | + tools:replace="android:icon, android:label" | ||
35 | + android:name="kr.co.netntv.viewer.ViewerApplication" | ||
36 | + android:icon="@drawable/icon" | ||
37 | + android:label="@string/application_label" > | ||
38 | + <activity | ||
39 | + android:name="kr.co.netntv.viewer.Player4UxActivity" | ||
40 | + android:configChanges="orientation|keyboardHidden" | ||
41 | + android:launchMode="singleTop" | ||
42 | + android:label="@string/stand_alone" | ||
43 | + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > | ||
44 | + <!-- <intent-filter>--> | ||
45 | + <!-- <action android:name="android.intent.action.MAIN" />--> | ||
46 | + | ||
47 | + <!-- <category android:name="android.intent.category.LAUNCHER" />--> | ||
48 | + <!-- </intent-filter>--> | ||
49 | + </activity> | ||
50 | + <activity | ||
51 | + android:name="kr.co.netntv.viewer.HomeActivity" | ||
52 | + android:label="@string/viewer" | ||
53 | + android:screenOrientation="portrait" | ||
54 | + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > | ||
55 | + <intent-filter> | ||
56 | + <action android:name="android.intent.action.MAIN" /> | ||
57 | + | ||
58 | + <category android:name="android.intent.category.LAUNCHER" /> | ||
59 | + </intent-filter> | ||
60 | + </activity> | ||
61 | + <activity | ||
62 | + android:name="kr.co.netntv.viewer.ShareActivity" | ||
63 | + android:screenOrientation="portrait" | ||
64 | + android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" > | ||
65 | + </activity> | ||
66 | + </application> | ||
67 | + | ||
68 | + <uses-feature android:glEsVersion="0x00020000" /> | ||
69 | + | ||
70 | + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
71 | + | ||
72 | + <uses-permission android:name="android.permission.INTERNET" /> | ||
73 | + | ||
74 | + <uses-permission android:name="android.permission.VIBRATE"/> | ||
75 | + | ||
76 | + <uses-permission android:name="android.permission.CAMERA" /> | ||
77 | + <uses-feature android:name="android.hardware.camera" android:required="false"/> | ||
78 | + <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" /> | ||
79 | + <uses-feature android:name="android.hardware.camera.flash" android:required="false" /> | ||
80 | + <uses-feature android:name="android.hardware.camera.front" android:required="false" /> | ||
81 | + | ||
82 | + <uses-sdk android:minSdkVersion="16" | ||
83 | + android:targetSdkVersion="26" /> | ||
84 | + | ||
85 | +</manifest> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |

179 KB

1.45 KB

1.81 KB

1.68 KB

1.96 KB

10.1 KB

123 Bytes

1.53 KB

1.82 KB

1.66 KB

1.84 KB

3.22 KB

2.65 KB

3.75 KB

283 KB

285 KB

3.4 KB

10.3 KB

1.01 KB

3.01 KB

3.3 KB

3.96 KB

14.2 KB

3.51 KB

4.62 KB

5.82 KB

929 Bytes

1.26 KB

1.42 KB

1.91 KB

669 Bytes

517 Bytes

1 KB

934 Bytes

1.34 KB

1.81 KB

3.04 KB

801 KB

544 KB

597 Bytes

586 Bytes

556 Bytes

570 Bytes

1.23 KB

778 Bytes

756 Bytes

1.65 KB

1008 Bytes

1.02 KB

1.18 KB

1.2 KB

7.06 KB

7.68 KB

1.7 KB

1.73 KB

1.09 KB

1.09 KB

1.87 KB

1.56 KB

1.59 KB

1.91 KB

12.2 KB

1.69 KB

1.61 KB

944 Bytes

1009 Bytes

983 Bytes

1007 Bytes

1.35 KB

792 Bytes

473 Bytes

648 Bytes

1.08 KB

1.08 KB

454 Bytes

387 Bytes

658 Bytes

612 Bytes

919 Bytes

1.14 KB

908 Bytes

908 Bytes

916 Bytes

916 Bytes

1.66 KB

1.69 KB

704 Bytes

1.38 KB

1.4 KB

984 Bytes

801 Bytes

757 Bytes

746 Bytes

1021 Bytes

821 Bytes

1016 Bytes

1006 Bytes

1.72 KB

1.63 KB

1.01 KB

556 Bytes

1.3 KB

1.13 KB

725 Bytes

1.29 KB

1 KB

1.66 KB

758 Bytes

747 Bytes

9.14 KB

1.25 KB

1.66 KB

2.34 KB

2.71 KB

871 Bytes

718 Bytes

1.31 KB

1.31 KB

2.42 KB

2.71 KB

1.64 KB

1.98 KB

3.04 KB

3.6 KB

917 Bytes

858 Bytes

1.75 KB

1.75 KB

1.33 KB

3 KB

3.56 KB

7.48 KB

2.4 KB

2.65 KB

3.18 KB

3.6 KB

2.15 KB

1.99 KB

2.67 KB

2.49 KB

3.19 KB

3.63 KB

3.69 KB

535 KB

1.4 KB

1.34 KB

1.36 KB

1.95 KB

1.61 KB

1.58 KB

1.98 KB

2.06 KB

2.44 KB

2.47 KB

2.74 KB

2.78 KB

9.83 KB

7.85 KB

3.51 KB

1.95 KB

1.96 KB

3.77 KB

2.46 KB

15.1 KB

2.47 KB

1.88 KB

1.87 KB

1.77 KB

1.65 KB

1.81 KB

2.34 KB

2.34 KB

1.73 KB

1.6 KB

1.98 KB

1.89 KB

2.14 KB

2.4 KB

2.22 KB

2.22 KB

2.22 KB

3.44 KB

3.48 KB

1.88 KB

1.6 KB

1.93 KB

1.86 KB

1.83 KB

1.82 KB

2.16 KB

2.24 KB

3.42 KB

1.42 KB

1.38 KB

2.49 KB

6.14 KB

1.59 KB

12.2 KB

3.06 KB

3.47 KB

4.47 KB

5.04 KB

2.32 KB

2.34 KB

3.2 KB

3.15 KB

4.34 KB

4.8 KB

3.97 KB

4.57 KB

6.09 KB

7.01 KB

2.77 KB

2.65 KB

4.04 KB

4.29 KB

5.82 KB

6.61 KB
-
Please register or login to post a comment