diff options
-rw-r--r-- | .classpath | 7 | ||||
-rw-r--r-- | .project | 33 | ||||
-rw-r--r-- | .settings/org.eclipse.jdt.core.prefs | 5 | ||||
-rw-r--r-- | bin/blauploader.apk | bin | 59814 -> 59819 bytes | |||
-rw-r--r-- | bin/classes.dex | bin | 102612 -> 102616 bytes | |||
-rw-r--r-- | bin/com/lc8n/blauploader/FileBrowser$1.class | bin | 1914 -> 1914 bytes | |||
-rw-r--r-- | bin/com/lc8n/blauploader/FileBrowser.class | bin | 4189 -> 4189 bytes | |||
-rw-r--r-- | bin/com/lc8n/blauploader/FileUpload.class | bin | 2063 -> 2063 bytes | |||
-rw-r--r-- | bin/com/lc8n/blauploader/ProgressInputStream.class | bin | 2124 -> 2124 bytes | |||
-rw-r--r-- | bin/resources.ap_ | bin | 11484 -> 0 bytes |
10 files changed, 45 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..609aa00 --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ +<?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="output" path="bin"/> +</classpath> diff --git a/.project b/.project new file mode 100644 index 0000000..a34b8a8 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>blauploader</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> diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..53efd11 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +#Wed Oct 27 21:23:45 BST 2010 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/bin/blauploader.apk b/bin/blauploader.apk Binary files differindex 1734ab9..24c75bf 100644 --- a/bin/blauploader.apk +++ b/bin/blauploader.apk diff --git a/bin/classes.dex b/bin/classes.dex Binary files differindex f601faa..0147dd7 100644 --- a/bin/classes.dex +++ b/bin/classes.dex diff --git a/bin/com/lc8n/blauploader/FileBrowser$1.class b/bin/com/lc8n/blauploader/FileBrowser$1.class Binary files differindex cda1330..cd947ac 100644 --- a/bin/com/lc8n/blauploader/FileBrowser$1.class +++ b/bin/com/lc8n/blauploader/FileBrowser$1.class diff --git a/bin/com/lc8n/blauploader/FileBrowser.class b/bin/com/lc8n/blauploader/FileBrowser.class Binary files differindex a9859ef..b94e3bc 100644 --- a/bin/com/lc8n/blauploader/FileBrowser.class +++ b/bin/com/lc8n/blauploader/FileBrowser.class diff --git a/bin/com/lc8n/blauploader/FileUpload.class b/bin/com/lc8n/blauploader/FileUpload.class Binary files differindex 2dcb505..fa10fff 100644 --- a/bin/com/lc8n/blauploader/FileUpload.class +++ b/bin/com/lc8n/blauploader/FileUpload.class diff --git a/bin/com/lc8n/blauploader/ProgressInputStream.class b/bin/com/lc8n/blauploader/ProgressInputStream.class Binary files differindex a5bf861..758c06b 100644 --- a/bin/com/lc8n/blauploader/ProgressInputStream.class +++ b/bin/com/lc8n/blauploader/ProgressInputStream.class diff --git a/bin/resources.ap_ b/bin/resources.ap_ Binary files differdeleted file mode 100644 index fc4666a..0000000 --- a/bin/resources.ap_ +++ /dev/null |