This Close #78
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/eff63517 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/eff63517 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/eff63517 Branch: refs/heads/master Commit: eff6351775d36c0349446665e61f67b714f07158 Parents: f997f57 e072d3b Author: Sagar <[email protected]> Authored: Tue Jun 5 20:10:21 2018 +0530 Committer: Sagar <[email protected]> Committed: Tue Jun 5 20:10:21 2018 +0530 ---------------------------------------------------------------------- app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 5 +- .../mobile/data/local/PreferencesHelper.java | 2 +- .../taverna/mobile/ui/DashboardActivity.java | 54 +++- .../FavouriteWorkflowsActivity.java | 60 ++++ .../ui/myworkflows/MyWorkflowsActivity.java | 60 ++++ .../ui/userprofile/UserProfileActivity.java | 71 +++++ .../ui/userprofile/UserProfileFragment.java | 141 +++++++++ .../drawable/ic_account_circle_black_24dp.xml | 9 + .../main/res/drawable/ic_email_black_24dp.xml | 9 + .../ic_keyboard_arrow_right_black_24dp.xml | 9 + .../res/drawable/ic_language_black_24dp.xml | 9 + .../drawable/ic_location_city_black_24dp.xml | 9 + .../res/drawable/ic_location_on_black_24dp.xml | 9 + .../main/res/drawable/ic_storage_black_24dp.xml | 9 + app/src/main/res/drawable/nav_header.png | Bin 0 -> 74018 bytes .../res/layout/activity_favourite_workflows.xml | 33 ++ .../main/res/layout/activity_my_workflows.xml | 33 ++ .../main/res/layout/activity_user_profile.xml | 31 ++ .../main/res/layout/fragment_user_profile.xml | 317 +++++++++++++++++++ app/src/main/res/layout/nav_header.xml | 84 +++-- app/src/main/res/values/dimens.xml | 21 ++ app/src/main/res/values/strings.xml | 23 +- 23 files changed, 961 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/eff63517/app/src/main/res/values/dimens.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/eff63517/app/src/main/res/values/strings.xml ----------------------------------------------------------------------
