diff --git a/.travis.yml b/.travis.yml index bf0e628..7846173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: java jdk: oraclejdk7 -notifications: - email: false branches: excludes: - gh-pages diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index d38f443..49299cf 100755 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -1,5 +1,24 @@ + + + + + - --> - - + android:name=".ui.RecipeActivity" + android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/app_name"> + \ No newline at end of file diff --git a/app/pom.xml b/app/pom.xml index 6934fdb..c45ab8a 100755 --- a/app/pom.xml +++ b/app/pom.xml @@ -75,12 +75,23 @@ otto 1.3.2 + + com.nostra13.universalimageloader + universal-image-loader + 1.8.2 + junit junit 4.11 test + + org.easytesting + fest-assert-core + 2.0M10 + test + org.hamcrest hamcrest-library diff --git a/app/res/drawable-hdpi/buttonimage.jpg b/app/res/drawable-hdpi/buttonimage.jpg deleted file mode 100644 index 115017b..0000000 Binary files a/app/res/drawable-hdpi/buttonimage.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_1.jpg b/app/res/drawable-nodpi/test_recipe_image_1.jpg deleted file mode 100644 index 9e56cc9..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_1.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_2.jpg b/app/res/drawable-nodpi/test_recipe_image_2.jpg deleted file mode 100644 index 2175737..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_2.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_3.jpg b/app/res/drawable-nodpi/test_recipe_image_3.jpg deleted file mode 100644 index a640c1c..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_3.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_4.jpg b/app/res/drawable-nodpi/test_recipe_image_4.jpg deleted file mode 100644 index 015a152..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_4.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_5.jpg b/app/res/drawable-nodpi/test_recipe_image_5.jpg deleted file mode 100644 index 15fd219..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_5.jpg and /dev/null differ diff --git a/app/res/drawable-nodpi/test_recipe_image_6.jpg b/app/res/drawable-nodpi/test_recipe_image_6.jpg deleted file mode 100644 index 973d186..0000000 Binary files a/app/res/drawable-nodpi/test_recipe_image_6.jpg and /dev/null differ diff --git a/app/res/layout/activity_main.xml b/app/res/layout/activity_main.xml index 80b9d0a..00a1b55 100644 --- a/app/res/layout/activity_main.xml +++ b/app/res/layout/activity_main.xml @@ -1,13 +1,8 @@ - + - - - \ No newline at end of file + \ No newline at end of file diff --git a/app/res/layout/activity_recipe.xml b/app/res/layout/activity_recipe.xml new file mode 100644 index 0000000..6b827e6 --- /dev/null +++ b/app/res/layout/activity_recipe.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/add_recipe.xml b/app/res/layout/add_recipe.xml deleted file mode 100644 index 6295e10..0000000 --- a/app/res/layout/add_recipe.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -