[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-21 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r176150019 --- Diff: app/src/main/res/layout/tutorial_slide3.xml --- @@ -0,0 +1,50 @@ + + +

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-21 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r176149524 --- Diff: app/src/main/res/layout/activity_tutorial.xml --- @@ -0,0 +1,66 @@ + +

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-21 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r176149784 --- Diff: app/src/main/res/layout/tutorial_slide1.xml --- @@ -0,0 +1,48 @@ + + +http://schemas.android.com/apk/res/android;

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-21 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r176149908 --- Diff: app/src/main/res/layout/tutorial_slide2.xml --- @@ -0,0 +1,50 @@ + + +http://schemas.android.com/apk/res/android;

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-21 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r176150157 --- Diff: app/src/main/res/layout/tutorial_slide4.xml --- @@ -0,0 +1,50 @@ + + +

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-12 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173862548 --- Diff: app/src/main/AndroidManifest.xml --- @@ -37,14 +37,18 @@ limitations under the License.

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-12 Thread saketkumar95
Github user saketkumar95 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173773510 --- Diff: app/src/main/AndroidManifest.xml --- @@ -37,14 +37,18 @@ limitations under the License.

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-12 Thread saketkumar95
Github user saketkumar95 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173773226 --- Diff: app/src/main/AndroidManifest.xml --- @@ -37,14 +37,18 @@ limitations under the License.

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-11 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173696290 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,161 @@ +/* + * Licensed

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-11 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173696061 --- Diff: app/src/main/AndroidManifest.xml --- @@ -37,14 +37,18 @@ limitations under the License.

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-11 Thread saketkumar95
Github user saketkumar95 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173668561 --- Diff: app/src/main/AndroidManifest.xml --- @@ -19,63 +19,67 @@ See the License for the specific language governing permissions

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173627247 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,200 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173627149 --- Diff: app/src/main/AndroidManifest.xml --- @@ -19,63 +19,67 @@ See the License for the specific language governing permissions and

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173627173 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,200 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173626750 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173626652 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,203 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread saketkumar95
Github user saketkumar95 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173622568 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-10 Thread saketkumar95
Github user saketkumar95 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173622525 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370036 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -65,10 +65,14 @@ private

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370197 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370470 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370457 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370869 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370231 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370010 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -157,6 +161,15 @@ private void

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370978 --- Diff: app/src/main/res/layout/activity_tutorial.xml --- @@ -0,0 +1,66 @@ + +

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370378 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370826 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/tutorial/TutorialActivity.java --- @@ -0,0 +1,204 @@ +package

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-08 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r173370104 --- Diff: app/src/main/java/org/apache/taverna/mobile/data/local/PreferencesHelper.java --- @@ -65,10 +65,14 @@ private

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-03 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r172019875 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/TutorialActivity.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-03 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r172019762 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/TutorialActivity.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-03 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r172019744 --- Diff: app/src/main/java/org/apache/taverna/mobile/ui/TutorialActivity.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-03 Thread sagar15795
Github user sagar15795 commented on a diff in the pull request: https://github.com/apache/incubator-taverna-mobile/pull/66#discussion_r172019667 --- Diff: app/src/main/java/org/apache/taverna/mobile/utils/PreferencesManager.java --- @@ -0,0 +1,50 @@ +/* + * Licensed to

[GitHub] incubator-taverna-mobile pull request #66: Adds tutorial screens on first st...

2018-03-01 Thread saketkumar95
GitHub user saketkumar95 opened a pull request: https://github.com/apache/incubator-taverna-mobile/pull/66 Adds tutorial screens on first start of the app This PR adds tutorial screens on first start of the app. - [x] Apply the `AndroidStyle.xml` style template to your code