You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by ia...@apache.org on 2015/06/29 12:08:27 UTC

[17/46] incubator-taverna-mobile git commit: Fixed workflow search function

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/layout/workflow_layout.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/workflow_layout.xml b/app/build/intermediates/res/debug/layout/workflow_layout.xml
deleted file mode 100644
index 3ff26f0..0000000
--- a/app/build/intermediates/res/debug/layout/workflow_layout.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Apache Taverna Mobile
-Copyright 2015 The Apache Software Foundation
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:orientation="vertical"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent">
-
-
-    <android.support.v7.widget.RecyclerView
-        xmlns:recycler_view="http://schemas.android.com/apk/res-auto"
-        android:id="@+id/recycler_list"
-        android:theme="@style/Theme.AppCompat.Light"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:background="@color/button_material_light">
-
-        </android.support.v7.widget.RecyclerView>
-</LinearLayout><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/workflow_layout.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/layout/workflow_run_item.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/layout/workflow_run_item.xml b/app/build/intermediates/res/debug/layout/workflow_run_item.xml
deleted file mode 100644
index fc61fda..0000000
--- a/app/build/intermediates/res/debug/layout/workflow_run_item.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Apache Taverna Mobile
-Copyright 2015 The Apache Software Foundation
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<android.support.v7.widget.CardView
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:card_view="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    card_view:cardElevation="5dp"
-    card_view:cardBackgroundColor="@color/background_floating_material_light"
-    card_view:cardCornerRadius="2dp"
-    card_view:paddingEnd="2dp"
-    card_view:paddingStart="2dp" >
-
-    <LinearLayout
-        android:orientation="vertical"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent">
-
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="?android:attr/textAppearanceLarge"
-            android:text="runtitile"
-            android:id="@+id/runtitle"
-            android:layout_gravity="center_horizontal" />
-
-        <LinearLayout
-            android:orientation="horizontal"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_margin="5dp">
-
-            <LinearLayout
-                android:orientation="vertical"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_gravity="center_horizontal"
-                android:layout_weight="1">
-
-                <TextView
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:textAppearance="?android:attr/textAppearanceLarge"
-                    android:text="Started"
-                    android:id="@+id/textView13"
-                    android:layout_gravity="center_vertical" />
-
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:textAppearance="?android:attr/textAppearanceMedium"
-                    android:text="now"
-                    android:id="@+id/runstarted" />
-            </LinearLayout>
-
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="match_parent"
-                android:textAppearance="?android:attr/textAppearanceLarge"
-                android:text="|"
-                android:id="@+id/textView14"
-                android:layout_weight="1"
-                android:background="#111" />
-
-            <LinearLayout
-                android:orientation="vertical"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_gravity="center_horizontal"
-                android:layout_weight="1">
-
-                <TextView
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:textAppearance="?android:attr/textAppearanceLarge"
-                    android:text="Finished"
-                    android:id="@+id/textView15"
-                    android:layout_weight="1" />
-
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:textAppearance="?android:attr/textAppearanceMedium"
-                    android:text="later"
-                    android:id="@+id/runfinished"
-                    android:layout_weight="1" />
-            </LinearLayout>
-        </LinearLayout>
-
-        <LinearLayout
-            android:orientation="horizontal"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content">
-
-            <ImageButton
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:id="@+id/imageButtonState"
-                android:layout_margin="5dp"
-                android:src="@android:drawable/presence_online"
-                android:background="#fff" />
-
-            <TextView
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:textAppearance="?android:attr/textAppearanceLarge"
-                android:text="State"
-                android:id="@+id/textState" />
-        </LinearLayout>
-    </LinearLayout>
-
-</android.support.v7.widget.CardView><!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/layout/workflow_run_item.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/menu/dashboard_main.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/menu/dashboard_main.xml b/app/build/intermediates/res/debug/menu/dashboard_main.xml
deleted file mode 100644
index 44948b2..0000000
--- a/app/build/intermediates/res/debug/menu/dashboard_main.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
-Apache Taverna Mobile
-Copyright 2015 The Apache Software Foundation
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:context="org.apache.taverna.mobile.activities.DashboardMainActivity">
-
-    <item android:id="@+id/action_search"
-        android:title="@string/menu_search"
-        android:icon="@android:drawable/ic_menu_search"
-        app:showAsAction="collapseActionView|always"
-        app:actionViewClass="android.support.v7.widget.SearchView"/>
-</menu>
-<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/menu/dashboard_main.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/menu/global.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/menu/global.xml b/app/build/intermediates/res/debug/menu/global.xml
deleted file mode 100644
index 763a7d6..0000000
--- a/app/build/intermediates/res/debug/menu/global.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
-Apache Taverna Mobile
-Copyright 2015 The Apache Software Foundation
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
-    <item android:id="@+id/action_settings" android:title="@string/action_settings"
-        android:orderInCategory="100" app:showAsAction="never" />
-</menu>
-<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/menu/global.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/menu/menu_login.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/menu/menu_login.xml b/app/build/intermediates/res/debug/menu/menu_login.xml
deleted file mode 100644
index f9c02de..0000000
--- a/app/build/intermediates/res/debug/menu/menu_login.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools" tools:context=".LoginActivity">
-    <item android:id="@+id/action_settings" android:title="@string/action_settings"
-        android:orderInCategory="100" app:showAsAction="never" />
-</menu>
-<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/menu/menu_login.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/menu/menu_workflow_detail.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/menu/menu_workflow_detail.xml b/app/build/intermediates/res/debug/menu/menu_workflow_detail.xml
deleted file mode 100644
index 0be59ce..0000000
--- a/app/build/intermediates/res/debug/menu/menu_workflow_detail.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    tools:context="org.apache.taverna.mobile.activities.WorkflowDetailActivity">
-    <item android:id="@+id/action_settings" android:title="@string/action_settings"
-        android:orderInCategory="100" app:showAsAction="never" />
-</menu>
-<!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/src/main/res/menu/menu_workflow_detail.xml -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_about.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_about.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_about.png
deleted file mode 100644
index 806f12b..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_about.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_dashboard_home.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_dashboard_home.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_dashboard_home.png
deleted file mode 100644
index 4da65ef..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_dashboard_home.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_download.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_download.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_download.png
deleted file mode 100644
index 550a0e4..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png
deleted file mode 100644
index 2b29b22..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_downloadworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png
deleted file mode 100644
index 9b5c835..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_launcher.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_logout.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_logout.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_logout.png
deleted file mode 100644
index 96ee6bb..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_logout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png
deleted file mode 100644
index 5aaa746..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_selected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png
deleted file mode 100644
index 66b823d..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_markworkflow_unselected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png
deleted file mode 100644
index 6024710..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_openwk.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_poweredby.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_poweredby.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_poweredby.png
deleted file mode 100644
index d3341e1..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_quit.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_quit.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_quit.png
deleted file mode 100644
index 5e580dc..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_quit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_usage.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_usage.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_usage.png
deleted file mode 100644
index b58a2a8..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_usage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_user.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_user.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_user.png
deleted file mode 100644
index 335ffd2..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_user.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png
deleted file mode 100644
index 377bb47..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_viewworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_workflows.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_workflows.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_workflows.png
deleted file mode 100644
index 0afff28..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/ic_workflows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-hdpi-v4/icuserprofiles.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-hdpi-v4/icuserprofiles.png b/app/build/intermediates/res/debug/mipmap-hdpi-v4/icuserprofiles.png
deleted file mode 100644
index ffab4fd..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-hdpi-v4/icuserprofiles.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_about.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_about.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_about.png
deleted file mode 100644
index e5b30a0..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_about.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_dashboard_home.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_dashboard_home.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_dashboard_home.png
deleted file mode 100644
index d40c972..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_dashboard_home.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_download.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_download.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_download.png
deleted file mode 100644
index cee950b..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png
deleted file mode 100644
index d354713..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_downloadworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png
deleted file mode 100644
index 85fc0ac..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_launcher.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_logout.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_logout.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_logout.png
deleted file mode 100644
index d031ac4..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_logout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png
deleted file mode 100644
index 371ee6f..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_selected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png
deleted file mode 100644
index 0ca8972..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_markworkflow_unselected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png
deleted file mode 100644
index 651f0cb..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_openwk.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_poweredby.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_poweredby.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_poweredby.png
deleted file mode 100644
index cfd170c..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_quit.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_quit.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_quit.png
deleted file mode 100644
index fe4ccd2..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_quit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_usage.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_usage.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_usage.png
deleted file mode 100644
index 8731e71..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_usage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_user.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_user.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_user.png
deleted file mode 100644
index 4eecc88..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_user.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png
deleted file mode 100644
index 562d1c2..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_viewworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_workflows.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_workflows.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_workflows.png
deleted file mode 100644
index 3e6ea13..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/ic_workflows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-mdpi-v4/icuserprofiles.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-mdpi-v4/icuserprofiles.png b/app/build/intermediates/res/debug/mipmap-mdpi-v4/icuserprofiles.png
deleted file mode 100644
index 4f0196d..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-mdpi-v4/icuserprofiles.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_about.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_about.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_about.png
deleted file mode 100644
index 7e683c6..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_about.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_dashboard_home.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_dashboard_home.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_dashboard_home.png
deleted file mode 100644
index 8c916e0..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_dashboard_home.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_download.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_download.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_download.png
deleted file mode 100644
index dd8e09f..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png
deleted file mode 100644
index d126630..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_downloadworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png
deleted file mode 100644
index dd7db81..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_launcher.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_logout.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_logout.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_logout.png
deleted file mode 100644
index 8341a43..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_logout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png
deleted file mode 100644
index d8d75c2..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_selected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png
deleted file mode 100644
index 89f3f1f..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_markworkflow_unselected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png
deleted file mode 100644
index 12cbbb3..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_openwk.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_poweredby.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_poweredby.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_poweredby.png
deleted file mode 100644
index 8606b96..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_quit.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_quit.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_quit.png
deleted file mode 100644
index 6e210be..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_quit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_usage.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_usage.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_usage.png
deleted file mode 100644
index a278216..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_usage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_user.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_user.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_user.png
deleted file mode 100644
index 4e15193..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_user.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png
deleted file mode 100644
index 31bb35e..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_viewworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_workflows.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_workflows.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_workflows.png
deleted file mode 100644
index 19e04af..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/ic_workflows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xhdpi-v4/icuserprofiles.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/icuserprofiles.png b/app/build/intermediates/res/debug/mipmap-xhdpi-v4/icuserprofiles.png
deleted file mode 100644
index ab157e2..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xhdpi-v4/icuserprofiles.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_about.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_about.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_about.png
deleted file mode 100644
index 24f1738..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_about.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_dashboard_home.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_dashboard_home.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_dashboard_home.png
deleted file mode 100644
index 632cbe6..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_dashboard_home.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_download.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_download.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_download.png
deleted file mode 100644
index 46f2b4a..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png
deleted file mode 100644
index de5ee69..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_downloadworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png
deleted file mode 100644
index d82a6a3..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_launcher.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_logout.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_logout.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_logout.png
deleted file mode 100644
index ecb2926..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_logout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png
deleted file mode 100644
index b37c787..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_selected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png
deleted file mode 100644
index 01c9903..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_markworkflow_unselected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png
deleted file mode 100644
index af859a9..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_openwk.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_poweredby.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_poweredby.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_poweredby.png
deleted file mode 100644
index d766003..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_quit.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_quit.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_quit.png
deleted file mode 100644
index 4edc1ec..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_quit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_usage.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_usage.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_usage.png
deleted file mode 100644
index c438aea..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_usage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_user.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_user.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_user.png
deleted file mode 100644
index 388328b..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_user.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png
deleted file mode 100644
index 3a1257a..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_viewworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_workflows.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_workflows.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_workflows.png
deleted file mode 100644
index d1246f0..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/ic_workflows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/icuserprofiles.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/icuserprofiles.png b/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/icuserprofiles.png
deleted file mode 100644
index 0b9452f..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxhdpi-v4/icuserprofiles.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_about.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_about.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_about.png
deleted file mode 100644
index 91abe51..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_about.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_dashboard_home.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_dashboard_home.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_dashboard_home.png
deleted file mode 100644
index 313f03e..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_dashboard_home.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_download.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_download.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_download.png
deleted file mode 100644
index 087a65f..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png
deleted file mode 100644
index 1f17a1b..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_downloadworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_launcher.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_launcher.png
deleted file mode 100644
index 6529d95..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_launcher.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_logout.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_logout.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_logout.png
deleted file mode 100644
index 87b311d..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_logout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png
deleted file mode 100644
index ee46d39..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_selected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png
deleted file mode 100644
index 1e05414..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_markworkflow_unselected.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png
deleted file mode 100644
index 69db879..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_openwk.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_poweredby.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_poweredby.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_poweredby.png
deleted file mode 100644
index 0dbf635..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_quit.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_quit.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_quit.png
deleted file mode 100644
index ae0c4c8..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_quit.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_usage.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_usage.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_usage.png
deleted file mode 100644
index 62335c7..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_usage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_user.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_user.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_user.png
deleted file mode 100644
index dc3b0aa..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_user.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png
deleted file mode 100644
index b308764..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_workflows.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_workflows.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_workflows.png
deleted file mode 100644
index f8fdead..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/ic_workflows.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/icuserprofiles.png
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/icuserprofiles.png b/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/icuserprofiles.png
deleted file mode 100644
index a71ec98..0000000
Binary files a/app/build/intermediates/res/debug/mipmap-xxxhdpi-v4/icuserprofiles.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-af/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-af/values.xml b/app/build/intermediates/res/debug/values-af/values.xml
deleted file mode 100644
index 31955ba..0000000
--- a/app/build/intermediates/res/debug/values-af/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-af/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeer tuis"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeer op"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Nog opsies"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Klaar"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sien alles"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Kies \'n program"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vee navraag uit"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Soeknavraag"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Soek"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Dien navraag in"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemsoektog"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deel met"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deel met %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Vou in"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-am/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-am/values.xml b/app/build/intermediates/res/debug/values-am/values.xml
deleted file mode 100644
index 0990b26..0000000
--- a/app/build/intermediates/res/debug/values-am/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-am/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ወደ መነሻ ይዳስሱ"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s፣ %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s፣ %2$s፣ %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ወደ ላይ ይዳስሱ"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ተጨማሪ አማራጮች"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"ተከናውኗል"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ሁሉንም ይመልከቱ"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"መተግበሪያ ይምረጡ"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"መጠይቅ አጽዳ"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"የፍለጋ ጥያቄ"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"ፍለጋ"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"መጠይቅ ያስረክቡ"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"የድምፅ ፍለጋ"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ከሚከተለው ጋር ያጋሩ"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ከ%s ጋር ያጋሩ"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ሰብስብ"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-ar/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-ar/values.xml b/app/build/intermediates/res/debug/values-ar/values.xml
deleted file mode 100644
index 207cac6..0000000
--- a/app/build/intermediates/res/debug/values-ar/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ar/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"التنقل إلى الشاشة الرئيسية"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s، %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s، %2$s، %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"التنقل إلى أعلى"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"خيارات إضافية"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"تم"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"عرض الكل"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"اختيار تطبيق"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"محو طلب البحث"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"طلب البحث"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"بحث"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"إرسال طلب البحث"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"البحث الصوتي"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"مشاركة مع"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"‏مشاركة مع %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"تصغير"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-bg/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-bg/values.xml b/app/build/intermediates/res/debug/values-bg/values.xml
deleted file mode 100644
index 8e3bda7..0000000
--- a/app/build/intermediates/res/debug/values-bg/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bg/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Придвижване към „Начало“"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"„%1$s“ – %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"„%1$s“, „%2$s“ – %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Придвижване нагоре"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Още опции"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Вижте всички"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Изберете приложение"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Изчистване на заявката"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Заявка за търсене"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Търсене"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Изпращане на заявката"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласово търсене"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Споделяне със:"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Споделяне със: %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Свиване"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-bn-rBD/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-bn-rBD/values.xml b/app/build/intermediates/res/debug/values-bn-rBD/values.xml
deleted file mode 100644
index 3d8690c..0000000
--- a/app/build/intermediates/res/debug/values-bn-rBD/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-bn-rBD/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"হোম এ নেভিগেট করুন"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"উপরের দিকে নেভিগেট করুন"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"আরো বিকল্প"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন হয়েছে"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সবগুলো দেখুন"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"একটি অ্যাপ্লিকেশান চয়ন করুন"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ক্যোয়ারী সাফ করুন"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"ক্যোয়ারী অনুসন্ধান করুন"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"অনুসন্ধান করুন"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ক্যোয়ারী জমা দিন"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"ভয়েস অনুসন্ধান"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"এর সাথে ভাগ করুন"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s এর সাথে ভাগ করুন"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"সঙ্কুচিত করুন"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-ca/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-ca/values.xml b/app/build/intermediates/res/debug/values-ca/values.xml
deleted file mode 100644
index 1cc75be..0000000
--- a/app/build/intermediates/res/debug/values-ca/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-ca/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navega a la pàgina d\'inici"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navega cap a dalt"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Més opcions"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Fet"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Mostra\'ls tots"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecciona una aplicació"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Esborra la consulta"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de cerca"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envia la consulta"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Cerca per veu"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Comparteix amb"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Comparteix amb %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Replega"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-cs/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-cs/values.xml b/app/build/intermediates/res/debug/values-cs/values.xml
deleted file mode 100644
index 157fd93..0000000
--- a/app/build/intermediates/res/debug/values-cs/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-cs/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Přejít na plochu"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s – %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s – %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Přejít nahoru"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Více možností"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobrazit vše"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vybrat aplikaci"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Smazat dotaz"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhledávací dotaz"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Hledat"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odeslat dotaz"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhledávání"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Sdílet pomocí"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Sdílet pomocí %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sbalit"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-da/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-da/values.xml b/app/build/intermediates/res/debug/values-da/values.xml
deleted file mode 100644
index c8ad567..0000000
--- a/app/build/intermediates/res/debug/values-da/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-da/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Naviger hjem"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Naviger op"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere muligheder"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Luk"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vælg en app"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ryd forespørgslen"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Søgeforespørgsel"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Søg"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Indsend forespørgslen"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøgning"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skjul"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-de/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-de/values.xml b/app/build/intermediates/res/debug/values-de/values.xml
deleted file mode 100644
index e31b13d..0000000
--- a/app/build/intermediates/res/debug/values-de/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-de/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zur Startseite"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s: %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s: %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nach oben"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Weitere Optionen"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Fertig"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alle ansehen"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"App auswählen"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Suchanfrage löschen"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Suchanfrage"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Suchen"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Suchanfrage senden"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Sprachsuche"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Freigeben für"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Freigeben für %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Minimieren"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-el/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-el/values.xml b/app/build/intermediates/res/debug/values-el/values.xml
deleted file mode 100644
index d2f0756..0000000
--- a/app/build/intermediates/res/debug/values-el/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-el/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Πλοήγηση στην αρχική σελίδα"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Πλοήγηση προς τα επάνω"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Περισσότερες επιλογές"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Τέλος"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Προβολή όλων"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Επιλέξτε κάποια εφαρμογή"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Διαγραφή ερωτήματος"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Ερώτημα αναζήτησης"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Αναζήτηση"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Υποβολή ερωτήματος"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Φωνητική αναζήτηση"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Κοινή χρήση με"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Σύμπτυξη"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-en-rGB/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-en-rGB/values.xml b/app/build/intermediates/res/debug/values-en-rGB/values.xml
deleted file mode 100644
index 3f4c534..0000000
--- a/app/build/intermediates/res/debug/values-en-rGB/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rGB/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
-</resources>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/54bd8752/app/build/intermediates/res/debug/values-en-rIN/values.xml
----------------------------------------------------------------------
diff --git a/app/build/intermediates/res/debug/values-en-rIN/values.xml b/app/build/intermediates/res/debug/values-en-rIN/values.xml
deleted file mode 100644
index 6b9ae49..0000000
--- a/app/build/intermediates/res/debug/values-en-rIN/values.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- From: file:/root/Desktop/AndroidLab/TavernaMobile2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.0.0/res/values-en-rIN/values.xml -->
-    <eat-comment/>
-    <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
-    <string msgid="1397052879051804371" name="abc_action_bar_home_description_format">"%1$s, %2$s"</string>
-    <string msgid="6623331958280229229" name="abc_action_bar_home_subtitle_description_format">"%1$s, %2$s, %3$s"</string>
-    <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
-    <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
-    <string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
-    <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
-    <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
-    <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
-    <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
-    <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
-    <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
-    <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
-    <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
-    <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string>
-    <string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
-</resources>
\ No newline at end of file