You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by sa...@apache.org on 2017/06/03 05:42:34 UTC

[6/6] incubator-taverna-mobile git commit: This Close #42

This Close #42


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/d477c3b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/d477c3b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/d477c3b8

Branch: refs/heads/master
Commit: d477c3b878dc7c9eadef2e0f0dd64dac32b28c36
Parents: c0c85c7 f61e8c2
Author: Sagar <ku...@gmail.com>
Authored: Sat Jun 3 11:11:26 2017 +0530
Committer: Sagar <ku...@gmail.com>
Committed: Sat Jun 3 11:11:26 2017 +0530

----------------------------------------------------------------------
 app/build.gradle                                |   2 +
 .../mobile/activities/SettingsActivity.java     | 239 -------------------
 .../mobile/data/local/PreferencesHelper.java    |  80 +++----
 .../taverna/mobile/ui/DashboardActivity.java    |  31 ++-
 .../taverna/mobile/ui/SettingFragment.java      |  56 +++++
 .../ui/anouncements/AnnouncementFragment.java   |  31 ++-
 .../ui/myworkflows/MyWorkflowFragment.java      |  30 ++-
 app/src/main/res/menu/drawer_view.xml           |   4 +-
 .../main/res/mipmap-hdpi/ic_user_profiles.png   | Bin 0 -> 832 bytes
 app/src/main/res/mipmap-hdpi/icuserprofiles.png | Bin 832 -> 0 bytes
 .../main/res/mipmap-mdpi/ic_user_profiles.png   | Bin 0 -> 576 bytes
 app/src/main/res/mipmap-mdpi/icuserprofiles.png | Bin 576 -> 0 bytes
 .../main/res/mipmap-xhdpi/ic_user_profiles.png  | Bin 0 -> 1134 bytes
 .../main/res/mipmap-xhdpi/icuserprofiles.png    | Bin 1134 -> 0 bytes
 .../main/res/mipmap-xxhdpi/ic_user_profiles.png | Bin 0 -> 1737 bytes
 .../main/res/mipmap-xxhdpi/icuserprofiles.png   | Bin 1737 -> 0 bytes
 .../res/mipmap-xxxhdpi/ic_user_profiles.png     | Bin 0 -> 2427 bytes
 .../main/res/mipmap-xxxhdpi/icuserprofiles.png  | Bin 2427 -> 0 bytes
 app/src/main/res/values/strings.xml             |  22 +-
 app/src/main/res/values/styles.xml              |   1 +
 app/src/main/res/xml/pref_general.xml           |  37 ++-
 21 files changed, 189 insertions(+), 344 deletions(-)
----------------------------------------------------------------------