Skip to content

Commit

Permalink
this is really bad
Browse files Browse the repository at this point in the history
  • Loading branch information
charroch committed Sep 7, 2010
1 parent fe8a154 commit f8ef239
Show file tree
Hide file tree
Showing 265 changed files with 7,730 additions and 1,569 deletions.
12 changes: 12 additions & 0 deletions RESTProvider/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="novoda.rest"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">


</application>


</manifest>
12 changes: 12 additions & 0 deletions RESTProvider/default.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "build.properties", and override values to adapt the script to your
# project structure.

android.library=true
# Project target.
target=android-8
Binary file added RESTProvider/res/drawable-hdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RESTProvider/res/drawable-ldpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added RESTProvider/res/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions RESTProvider/res/layout/main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
</LinearLayout>
5 changes: 5 additions & 0 deletions RESTProvider/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World!</string>
<string name="app_name">RESTProvider</string>
</resources>
44 changes: 0 additions & 44 deletions RESTProvider/src/main/java/novoda/rest/DefaultRESTProvider.java

This file was deleted.

257 changes: 0 additions & 257 deletions RESTProvider/src/main/java/novoda/rest/RESTProvider.java

This file was deleted.

Loading

0 comments on commit f8ef239

Please sign in to comment.