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/08/24 13:08:41 UTC

[02/38] incubator-taverna-mobile git commit: formatted the about message to include proper fonts. Editted the information properly

formatted the about message to include proper fonts. Editted the information properly


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/e1e704a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/e1e704a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/e1e704a4

Branch: refs/heads/master
Commit: e1e704a4960d3f23fb9d81bfcaf378a337c88a77
Parents: 0c56c5f
Author: larrytech7 <la...@gmail.com>
Authored: Mon Jul 27 18:29:17 2015 +0100
Committer: larrytech7 <la...@gmail.com>
Committed: Mon Jul 27 18:29:17 2015 +0100

----------------------------------------------------------------------
 .../apache/taverna/mobile/activities/DashboardMainActivity.java | 2 +-
 app/src/main/res/values/strings.xml                             | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/e1e704a4/app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java
----------------------------------------------------------------------
diff --git a/app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java b/app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java
index de8f542..d7b268a 100644
--- a/app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java
+++ b/app/src/main/java/org/apache/taverna/mobile/activities/DashboardMainActivity.java
@@ -138,7 +138,7 @@ public class DashboardMainActivity extends ActionBarActivity
                 break;
             case 4: //show about
                 TextView about = new TextView(getApplicationContext());
-                about.setTextSize(25);
+                about.setTextSize(21);
                 about.setText(getResources().getString(R.string.about));
 
                 aboutDialog.setTitle("About Taverna Mobile");

http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/e1e704a4/app/src/main/res/values/strings.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 42218d7..8bed04a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -86,8 +86,9 @@ limitations under the License.
     <string name="emailerr">Username must not be empty</string>
     <string name="passworderr">Password must not be empty</string>
     <string name="about">Mobile Application for managing Taverna workflows on the fly.<br/>
-                         View, run and download workflows at a convenience on your android mobile<br/>
-                        device. \n\n <br/><b>Developed at Apache Taverna and Powered by MyExperiment</b><br/></string>
+                         View, run and download workflows at your convenience on your android mobile
+                        device. \n\n <br/>Developed during Google Summer of Code 2015
+        under Apache Taverna. \n Powered by MyExperiment<br/></string>
     <string name="playerconfig">Configure Player Account</string>
     <string name="playerconfig_summary">Username used to login to Taverna player portal</string>
     <string name="playeruser">Username/email</string>