Skip to content

Commit efcac93

Browse files
committed
initial commit (copied all files)
0 parents  commit efcac93

File tree

524 files changed

+64519
-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.

524 files changed

+64519
-0
lines changed

.classpath

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

.cproject

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
3+
<storageModule moduleId="org.eclipse.cdt.core.settings">
4+
<cconfiguration id="com.android.toolchain.gcc.325547547">
5+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.android.toolchain.gcc.325547547" moduleId="org.eclipse.cdt.core.settings" name="Default">
6+
<externalSettings/>
7+
<extensions>
8+
<extension id="org.eclipse.cdt.errorparsers.xlc.XlcErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
9+
<extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
10+
<extension id="org.eclipse.cdt.autotools.core.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
11+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
12+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
13+
<extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
14+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
15+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
16+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
17+
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
18+
</extensions>
19+
</storageModule>
20+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
21+
<configuration artifactName="${ProjName}" buildProperties="" description="" id="com.android.toolchain.gcc.325547547" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
22+
<folderInfo id="com.android.toolchain.gcc.325547547.808265344" name="/" resourcePath="">
23+
<toolChain id="com.android.toolchain.gcc.67745878" name="Android GCC" superClass="com.android.toolchain.gcc">
24+
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF" id="com.android.targetPlatform.45235259" isAbstract="false" superClass="com.android.targetPlatform"/>
25+
<builder id="com.android.builder.1390059108" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Android Builder" superClass="com.android.builder">
26+
<outputEntries>
27+
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="obj"/>
28+
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="outputPath" name="libs"/>
29+
</outputEntries>
30+
</builder>
31+
<tool id="com.android.gcc.compiler.1254370795" name="Android GCC Compiler" superClass="com.android.gcc.compiler">
32+
<inputType id="com.android.gcc.inputType.852718855" superClass="com.android.gcc.inputType"/>
33+
</tool>
34+
</toolChain>
35+
</folderInfo>
36+
<sourceEntries>
37+
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="jni"/>
38+
</sourceEntries>
39+
</configuration>
40+
</storageModule>
41+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
42+
</cconfiguration>
43+
</storageModule>
44+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
45+
<project id="LunarBall.null.1926513645" name="LunarBall"/>
46+
</storageModule>
47+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
48+
<storageModule moduleId="scannerConfiguration">
49+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
50+
<scannerConfigBuildInfo instanceId="com.android.toolchain.gcc.325547547;com.android.toolchain.gcc.325547547.808265344;com.android.gcc.compiler.1254370795;com.android.gcc.inputType.852718855">
51+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="com.android.AndroidPerProjectProfile"/>
52+
</scannerConfigBuildInfo>
53+
</storageModule>
54+
<storageModule moduleId="refreshScope" versionNumber="2">
55+
<configuration configurationName="Default">
56+
<resource resourceType="PROJECT" workspacePath="/LunarBall"/>
57+
</configuration>
58+
</storageModule>
59+
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
60+
</cproject>

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.apk
2+
*.ap_
3+
*.dex
4+
*.class
5+
6+
bin/
7+
obj/
8+
gen/
9+
*.so
10+
local.properties
11+
12+
proguard/
13+
.settings/

.project

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Overchan</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>org.eclipse.jdt.core.javabuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
<buildCommand>
30+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
31+
<arguments>
32+
</arguments>
33+
</buildCommand>
34+
<buildCommand>
35+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
36+
<triggers>full,incremental,</triggers>
37+
<arguments>
38+
</arguments>
39+
</buildCommand>
40+
</buildSpec>
41+
<natures>
42+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
43+
<nature>org.eclipse.jdt.core.javanature</nature>
44+
<nature>org.eclipse.cdt.core.cnature</nature>
45+
<nature>org.eclipse.cdt.core.ccnature</nature>
46+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
47+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
48+
</natures>
49+
</projectDescription>

AndroidManifest.xml

+118
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Overchan Android (Meta Imageboard Client)
4+
Copyright (C) 2014-2015 miku-nyan <https://github.com/miku-nyan>
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
-->
19+
20+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21+
package="nya.miku.wishmaster"
22+
android:versionCode="1"
23+
android:versionName="0.9.0" >
24+
25+
<uses-permission android:name="android.permission.INTERNET" />
26+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
27+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
28+
29+
<uses-sdk
30+
android:minSdkVersion="4"
31+
android:targetSdkVersion="22" />
32+
33+
<application
34+
android:name="nya.miku.wishmaster.common.MainApplication"
35+
android:allowBackup="true"
36+
android:icon="@drawable/ic_launcher"
37+
android:label="@string/app_name" >
38+
39+
<activity
40+
android:name="nya.miku.wishmaster.ui.MainActivity"
41+
android:configChanges="keyboardHidden|orientation|screenSize"
42+
android:launchMode="singleTask" >
43+
<intent-filter>
44+
<action android:name="android.intent.action.MAIN" />
45+
<category android:name="android.intent.category.LAUNCHER" />
46+
</intent-filter>
47+
<intent-filter>
48+
<action android:name="android.intent.action.VIEW" />
49+
<category android:name="android.intent.category.DEFAULT" />
50+
<category android:name="android.intent.category.BROWSABLE" />
51+
<data android:scheme="http" />
52+
<data android:scheme="https" />
53+
<!-- domains -->
54+
<data android:host="iichan.hk" />
55+
<data android:host="hatsune.ru" />
56+
<data android:host="410chan.org" />
57+
<data android:host="2ch.hk" />
58+
<data android:host="2ch.pm" />
59+
<data android:host="2-ch.so" />
60+
<data android:host="2ch.re" />
61+
<data android:host="2ch.tf" />
62+
<data android:host="2ch.wf" />
63+
<data android:host="2ch.yt" />
64+
</intent-filter>
65+
<intent-filter>
66+
<action android:name="android.intent.action.VIEW" />
67+
<category android:name="android.intent.category.DEFAULT" />
68+
<data android:mimeType="application/zip" />
69+
<data android:mimeType="text/html" />
70+
</intent-filter>
71+
<intent-filter>
72+
<action android:name="android.intent.action.VIEW" />
73+
<category android:name="android.intent.category.DEFAULT" />
74+
<data android:host="*" />
75+
<data android:scheme="file" />
76+
<data android:mimeType="*/*" />
77+
<data android:pathPattern=".*\\.mhtml" />
78+
<data android:pathPattern=".*\\..*\\.mhtml" />
79+
<data android:pathPattern=".*\\..*\\..*\\.mhtml" />
80+
<data android:pathPattern=".*\\..*\\..*\\..*\\.mhtml" />
81+
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.mhtml" />
82+
</intent-filter>
83+
</activity>
84+
85+
<activity
86+
android:name="nya.miku.wishmaster.ui.posting.PostFormActivity"
87+
android:configChanges="keyboardHidden|orientation|screenSize" />
88+
89+
<activity
90+
android:name="nya.miku.wishmaster.ui.GalleryActivity"
91+
android:configChanges="keyboardHidden|orientation|screenSize"
92+
android:theme="@style/Transparent" />
93+
94+
<activity
95+
android:name="nya.miku.wishmaster.ui.posting.PostingProgressActivity"
96+
android:theme="@style/Theme_Dialog_Switch"
97+
android:launchMode="singleTask" />
98+
99+
<activity
100+
android:name="nya.miku.wishmaster.ui.downloading.DownloadingProgressActivity"
101+
android:theme="@style/Theme_Dialog_Switch"
102+
android:launchMode="singleTask" />
103+
104+
<activity
105+
android:name="nya.miku.wishmaster.ui.downloading.DownloadingErrorReportActivity"
106+
android:theme="@style/Theme_Dialog_Switch"
107+
android:launchMode="singleTask" />
108+
109+
<activity android:name="nya.miku.wishmaster.lib.FileDialogActivity" />
110+
<activity android:name="nya.miku.wishmaster.ui.settings.PreferencesActivity" />
111+
<activity android:name="nya.miku.wishmaster.ui.settings.AutohideActivity" />
112+
113+
<service android:name="nya.miku.wishmaster.ui.posting.PostingService" />
114+
<service android:name="nya.miku.wishmaster.ui.downloading.DownloadingService" />
115+
<service android:name="nya.miku.wishmaster.ui.tabs.TabsTrackerService" />
116+
</application>
117+
118+
</manifest>

0 commit comments

Comments
 (0)