Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse #12

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="ext/XposedBridgeApi.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AppTemplate</name>
<name>SwipeBack</name>
<comment></comment>
<projects>
</projects>
Expand Down
9 changes: 4 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="us.shandian.mod.swipeback"
android:versionCode="4"
android:versionName="1.1.5" >
android:versionCode="6"
android:versionName="2.0.0" >

<uses-sdk
android:minSdkVersion="16"
Expand All @@ -15,7 +15,7 @@

<activity
android:label="@string/app_name"
android:name=".ui.SwipeBackSettings">
android:name=".ui.SwipeBackPerApp">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand All @@ -24,8 +24,7 @@
</activity>

<activity
android:label="@string/swipe_blacklist"
android:name=".ui.SwipeBackBlacklist">
android:name=".ui.SwipeBackSettings">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
Expand Down
Binary file added ext/XposedBridgeApi.jar
Binary file not shown.
9 changes: 9 additions & 0 deletions libs/ShowcaseView/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions libs/ShowcaseView/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ShowcaseView</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
9 changes: 0 additions & 9 deletions libs/ShowcaseView/AndroidManifest.xml

This file was deleted.

32 changes: 0 additions & 32 deletions libs/ShowcaseView/build.gradle

This file was deleted.

Binary file removed libs/ShowcaseView/libs/mockito-all-1.9.5.jar
Binary file not shown.
Binary file removed libs/ShowcaseView/libs/nineoldandroids-2.4.0.jar
Binary file not shown.
15 changes: 0 additions & 15 deletions libs/ShowcaseView/project.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-hdpi/cling.png
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-hdpi/hand.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-mdpi/cling.png
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-mdpi/hand.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-xhdpi/cling.png
Binary file not shown.
Binary file not shown.
Binary file removed libs/ShowcaseView/res/drawable-xhdpi/hand.png
Binary file not shown.
20 changes: 0 additions & 20 deletions libs/ShowcaseView/res/drawable/cling_button_bg.xml

This file was deleted.

6 changes: 0 additions & 6 deletions libs/ShowcaseView/res/layout/handy.xml

This file was deleted.

5 changes: 0 additions & 5 deletions libs/ShowcaseView/res/layout/showcase_button.xml

This file was deleted.

18 changes: 0 additions & 18 deletions libs/ShowcaseView/res/values/attrs.xml

This file was deleted.

5 changes: 0 additions & 5 deletions libs/ShowcaseView/res/values/ids.xml

This file was deleted.

4 changes: 0 additions & 4 deletions libs/ShowcaseView/res/values/strings.xml

This file was deleted.

47 changes: 0 additions & 47 deletions libs/ShowcaseView/res/values/styles.xml

This file was deleted.

This file was deleted.

Loading