Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiSoleil committed Jun 23, 2013
1 parent e9dbde9 commit a8c9009
Show file tree
Hide file tree
Showing 28 changed files with 27 additions and 260 deletions.
14 changes: 9 additions & 5 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?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"/>
<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 exported="true" kind="con"
path="com.android.ide.eclipse.adt.DEPENDENCIES" />
<classpathentry kind="output" path="bin/classes" />
</classpath>
9 changes: 1 addition & 8 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roisoleil.gifview"
package="org.roisoleil.gifview"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>

</manifest>
9 changes: 1 addition & 8 deletions bin/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roisoleil.gifview"
package="org.roisoleil.gifview"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>

</manifest>
16 changes: 9 additions & 7 deletions bin/R.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
int attr drawable 0x7f010000
int drawable ic_launcher 0x7f020000
int string app_name 0x7f030000
int style AppBaseTheme 0x7f040000
int style AppTheme 0x7f040001
int[] styleable GifView { 0x7f010000 }
int styleable GifView_drawable 0
int attr gif 0x7f010000
int attr gifViewStyle 0x7f010002
int attr paused 0x7f010001
int style Widget_GifView 0x7f020000
int[] styleable CustomTheme { 0x7f010002 }
int styleable CustomTheme_gifViewStyle 0
int[] styleable GifView { 0x7f010000, 0x7f010001 }
int styleable GifView_gif 0
int styleable GifView_paused 1
Binary file removed bin/classes/com/roisoleil/gifview/BuildConfig.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/GifView.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R$attr.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R$drawable.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R$string.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R$style.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R$styleable.class
Binary file not shown.
Binary file removed bin/classes/com/roisoleil/gifview/R.class
Binary file not shown.
Binary file modified bin/gifview.jar
Binary file not shown.
3 changes: 0 additions & 3 deletions bin/jarlist.cache

This file was deleted.

Binary file removed bin/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed bin/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
6 changes: 0 additions & 6 deletions gen/com/roisoleil/gifview/BuildConfig.java

This file was deleted.

76 changes: 0 additions & 76 deletions gen/com/roisoleil/gifview/R.java

This file was deleted.

Binary file removed res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
11 changes: 0 additions & 11 deletions res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions res/values-v14/styles.xml

This file was deleted.

6 changes: 5 additions & 1 deletion res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<resources>

<declare-styleable name="GifView">
<attr name="drawable" format="reference" />
<attr name="gif" format="reference" />
<attr name="paused" format="boolean" />
</declare-styleable>
<declare-styleable name="CustomTheme">
<attr name="gifViewStyle" format="reference" />
</declare-styleable>

</resources>
5 changes: 0 additions & 5 deletions res/values/strings.xml

This file was deleted.

18 changes: 2 additions & 16 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<style name="Widget.GifView" parent="@android:style/Widget"></style>

</resources>
102 changes: 0 additions & 102 deletions src/com/roisoleil/gifview/GifView.java

This file was deleted.

0 comments on commit a8c9009

Please sign in to comment.