[GitHub] incubator-taverna-mobile pull request #72: Fix: Latest Announcement show fir...

2018-04-09 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/72#discussion_r180174002 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/APIEndPoint.java --- @@ -22,8 +22,8 @@ public class

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662430 --- Diff: app/src/main/res/values/strings.xml --- @@ -32,7 +32,7 @@ limitations under the License. Date Last Run

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662607 --- Diff: app/src/main/res/values/dimens.xml --- @@ -71,15 +71,18 @@ limitations under the License. 8dp 25sp

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662775 --- Diff: app/src/main/res/values/dimens.xml --- @@ -71,15 +71,18 @@ limitations under the License. 8dp 25sp

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662099 --- Diff: app/src/main/res/values/strings.xml --- @@ -232,6 +232,10 @@ limitations under the License. pref_myexperimentpass

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662663 --- Diff: app/src/main/res/values/dimens.xml --- @@ -71,15 +71,18 @@ limitations under the License. 8dp 25sp

[GitHub] incubator-taverna-mobile pull request #71: Adding myExperiment logo on login...

2018-03-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/71#discussion_r177662253 --- Diff: app/src/main/res/values/strings.xml --- @@ -232,6 +232,10 @@ limitations under the License. pref_myexperimentpass

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169132417 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -155,9 +158,15 @@ private void

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169137816 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunPresenter.java --- @@ -31,50 +31,48 @@ import

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169131194 --- Diff: app/build.gradle --- @@ -82,11 +88,8 @@ dependencies { compile "com.jakewharton:butter

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169137166 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflow/WorkflowPresenter.java --- @@ -111,33 +111,36 @@ public void

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169136620 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/myworkflows/MyWorkflowPresenter.java --- @@ -102,23 +101,20 @@ public

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169134000 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflowdetail/FavouriteWorkflowDetailPresenter.java

[GitHub] incubator-taverna-mobile pull request #56: Migration RxJava 1 -> RxJava2

2018-02-19 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/56#discussion_r169131553 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/DBHelper.java --- @@ -46,23 +46,21 @@ public DBHelper

[GitHub] incubator-taverna-maven-parent pull request #5: Updated role of the user "Ra...

2016-11-02 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-maven-parent/pull/5 Updated role of the user "Rajan Maurya" Updated role of the user "Rajan Maurya" You can merge this pull request into a Git repository by running:

[GitHub] incubator-taverna-mobile pull request #35: Refactor Dashboard workflow and f...

2016-11-01 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/35 Refactor Dashboard workflow and fix workflow Placeholder size() Refactored the Dashboard and cleaned the unnecessary code and fix the Dashboard Workflow ImageView's

[GitHub] incubator-taverna-mobile pull request #34: Refactor Dashboard Activity

2016-10-31 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/34#discussion_r85812449 --- Diff: app/src/main/res/values/strings.xml --- @@ -163,7 +162,7 @@ limitations under the License. Login Button

[GitHub] incubator-taverna-mobile pull request #34: Refactor Dashboard Activity

2016-10-31 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/34#discussion_r85811953 --- Diff: app/src/main/res/menu/drawer_view.xml --- @@ -21,39 +21,43 @@ +android:title="@s

[GitHub] incubator-taverna-mobile pull request #34: Refactor Dashboard Activity

2016-10-31 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/34#discussion_r85810286 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/DashboardMainActivity.java --- @@ -0,0 +1,241 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #31: Announcement Load More NPE fixed ...

2016-10-05 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/31 Announcement Load More NPE fixed and UI Enhanced You can merge this pull request into a Git repository by running: $ git pull https://github.com/therajanmaurya

[GitHub] incubator-taverna-mobile pull request #30: fix: Crash on click more progress...

2016-10-05 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/30 fix: Crash on click more progressbar in workflow and NPE handled You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-taverna-mobile pull request #29: .gitignore updated and Removed sy...

2016-10-03 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/29 .gitignore updated and Removed system build files Repo contains the System build files that is unnecessary files. You can merge this pull request into a Git repository

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81198174 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -169,4 +178,25 @@ private void

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81117469 --- Diff: app/src/main/res/layout/fragment_player_login_layout.xml --- @@ -0,0 +1,86 @@ + + +http://schemas.android.com

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81117376 --- Diff: app/src/main/res/layout/fragment_downloading.xml --- @@ -0,0 +1,50 @@ + + +http://schemas.android.com/apk/res

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81117238 --- Diff: app/src/main/res/layout/fragment_detail_workflow.xml --- @@ -15,123 +15,147 @@ See the License for the specific

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81117284 --- Diff: app/src/main/res/layout/fragment_downloading.xml --- @@ -0,0 +1,50 @@ + + +http://schemas.android.com/apk/res

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81117047 --- Diff: app/src/main/res/layout/fragment_detail_workflow.xml --- @@ -15,123 +15,147 @@ See the License for the specific

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81116635 --- Diff: app/src/main/java/org/apache/taverna/mobile/utils/WebViewGen.java --- @@ -0,0 +1,111 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81116672 --- Diff: app/src/main/java/org/apache/taverna/mobile/utils/WebViewGen.java --- @@ -0,0 +1,111 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81116220 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunActivity.java --- @@ -0,0 +1,177

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81116163 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunActivity.java --- @@ -0,0 +1,177

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81116006 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunActivity.java --- @@ -0,0 +1,177

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81115928 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunActivity.java --- @@ -0,0 +1,177

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81115797 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowrun/WorkflowRunActivity.java --- @@ -0,0 +1,177

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81115119 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflowdetail/WorkflowDetailFragment.java --- @@ -166,6 +168,18 @@ void

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81114330 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginPresenter.java --- @@ -0,0 +1,102

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81112043 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81112071 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r8902 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r8827 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r8707 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r8548 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/playerlogin/PlayerLoginFragment.java --- @@ -0,0 +1,263

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81110845 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/DownloadingFragment.java --- @@ -0,0 +1,80 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81110725 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/DownloadingFragment.java --- @@ -0,0 +1,80 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81110632 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/DownloadingFragment.java --- @@ -0,0 +1,80 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81110329 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/DownloadingFragment.java --- @@ -0,0 +1,80 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81110078 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/TavernaPlayerService.java --- @@ -0,0 +1,57

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81107802 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/APIEndPoint.java --- @@ -29,5 +29,13 @@ public static

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81107513 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -169,4 +178,28 @@ private void

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81107468 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -169,4 +178,28 @@ private void

[GitHub] incubator-taverna-mobile pull request #28: Taverna 2's workflow running feat...

2016-09-29 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81107282 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/DataManager.java --- @@ -166,6 +170,45 @@ public PreferencesHelper

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73642367 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -0,0 +1,172

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73474856 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/login/LoginFragment.java --- @@ -0,0 +1,255 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73474333 --- Diff: app/src/main/res/values/strings.xml --- @@ -80,7 +80,7 @@ limitations under the License. Loading details

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73474310 --- Diff: app/src/main/res/values/strings.xml --- @@ -28,10 +28,10 @@ limitations under the License. Date Last Run

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73474093 --- Diff: app/src/main/res/values/strings.xml --- @@ -28,10 +28,10 @@ limitations under the License. Date Last Run

[GitHub] incubator-taverna-mobile pull request #25: Redesign Login layout and working...

2016-08-04 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/25#discussion_r73473313 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/login/LoginActivity.java --- @@ -0,0 +1,43 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #24: Image zoom feature for workflow i...

2016-07-25 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/24#discussion_r72050819 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/imagezoom/ImageZoomPresenter.java --- @@ -0,0 +1,167

[GitHub] incubator-taverna-mobile pull request #24: Image zoom feature for workflow i...

2016-07-25 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/24#discussion_r72049990 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/imagezoom/ImageZoomActivity.java --- @@ -0,0 +1,50

[GitHub] incubator-taverna-mobile pull request #24: Image zoom feature for workflow i...

2016-07-25 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/24#discussion_r72049628 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflowdetail/FavouriteWorkflowDetailFragment.java --- @@ -50,58

[GitHub] incubator-taverna-mobile pull request #23: Favourite Workflow-detail design

2016-07-21 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/23#discussion_r71683707 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflowdetail/FavouriteWorkflowDetailPresenter.java --- @@ -0,0

[GitHub] incubator-taverna-mobile pull request #23: Favourite Workflow-detail design

2016-07-21 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/23#discussion_r71682950 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflow/FavouriteWorkflowsFragment.java --- @@ -80,12 +90,18

[GitHub] incubator-taverna-mobile pull request #22: Redesigning Favourite Workflow Li...

2016-07-11 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/22#discussion_r70212168 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflow/FavouriteWorkflowsPresenter.java --- @@ -0,0 +1,84

[GitHub] incubator-taverna-mobile pull request #22: Redesigning Favourite Workflow Li...

2016-07-11 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/22#discussion_r70211640 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/adapter/FavouriteWorkflowsAdapter.java --- @@ -0,0 +1,117 @@ +package

[GitHub] incubator-taverna-mobile pull request #22: Redesigning Favourite Workflow Li...

2016-07-11 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/22#discussion_r70211461 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/adapter/FavouriteWorkflowsAdapter.java --- @@ -0,0 +1,117 @@ +package

[GitHub] incubator-taverna-mobile pull request #22: Redesigning Favourite Workflow Li...

2016-07-11 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/22#discussion_r70211188 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/DBHelper.java --- @@ -184,6 +186,24 @@ public boolean

[GitHub] incubator-taverna-mobile pull request #22: Redesigning Favourite Workflow Li...

2016-07-11 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/22#discussion_r70210433 --- Diff: app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java --- @@ -89,13 +101,11 @@ protected void

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68718477 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/adapter/WorkflowAdapter.java --- @@ -0,0 +1,159 @@ +package

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68701830 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflow/WorkflowFragment.java --- @@ -0,0 +1,154

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68701840 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflow/WorkflowFragment.java --- @@ -0,0 +1,154

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68701651 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/workflow/WorkflowFragment.java --- @@ -0,0 +1,154

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68701369 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/adapter/EndlessRecyclerOnScrollListener.java --- @@ -28,7 +28,7

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-28 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68701197 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/adapter/WorkflowAdapter.java --- @@ -0,0 +1,149 @@ +package

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700784 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/BaseApiManager.java --- @@ -26,6 +42,7 @@ public BaseApiManager

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700750 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/APIEndPoint.java --- @@ -0,0 +1,29 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700708 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/APIEndPoint.java --- @@ -0,0 +1,29 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700633 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/APIEndPoint.java --- @@ -0,0 +1,29 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700589 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/model/Uploader.java --- @@ -0,0 +1,105 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700572 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/model/Type.java --- @@ -0,0 +1,106 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700562 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/model/Tag.java --- @@ -0,0 +1,106 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700508 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/model/Author.java --- @@ -6,9 +24,7 @@ import android.os.Parcel

[GitHub] incubator-taverna-mobile pull request #18: Redesigning the workflow showing ...

2016-06-27 Thread therajanmaurya
Github user therajanmaurya commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/18#discussion_r68700360 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/remote/BaseApiManager.java --- @@ -26,6 +42,7 @@ public BaseApiManager

[GitHub] incubator-taverna-mobile pull request: Work flow null pointer exce...

2016-03-09 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/13 Work flow null pointer exception OnClick View Button to look full workflow some time app crashing while loading the WorkFlow Run History. ` @Override public

[GitHub] incubator-taverna-mobile pull request: Remove unuesd code

2016-03-09 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/12 Remove unuesd code Removed Un-necessary NavigationDrawer Fragment.java and other un-used xml file after porting code to Material Design. You can merge this pull request

[GitHub] incubator-taverna-mobile pull request: Material Workflow and Favor...

2016-03-09 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/11 Material Workflow and Favorite Card View Title and Image view overlapping Workflow and Favorite cardview alignment done perfectly Here is the final Workflow and favorite

[GitHub] incubator-taverna-mobile pull request: Material Navigation Drawer ...

2016-03-08 Thread therajanmaurya
GitHub user therajanmaurya opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/10 Material Navigation Drawer and ViewPager with TabLayout @stain , I have implemented the Material Navigation Drawer in place of Fragment Navigation Drawer and Material