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/06/10 16:07:26 UTC

[64/64] [abbrv] incubator-taverna-mobile git commit: This closes #1

This closes #1


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

Branch: refs/heads/master
Commit: ec81f1eaaf0a04d24863518f5940e7d8221d112b
Parents: bdda3ce db0ba8b
Author: Ian Dunlop <ia...@manchester.ac.uk>
Authored: Wed Jun 10 14:33:27 2015 +0100
Committer: Ian Dunlop <ia...@manchester.ac.uk>
Committed: Wed Jun 10 14:33:27 2015 +0100

----------------------------------------------------------------------
 .gitignore                                      |    6 +
 .idea/.name                                     |    1 +
 .idea/compiler.xml                              |   24 +
 .idea/copyright/IceTech_Inc.xml                 |    9 +
 .idea/copyright/profiles_settings.xml           |    3 +
 .idea/dictionaries/root.xml                     |    3 +
 .idea/encodings.xml                             |    5 +
 .idea/gradle.xml                                |   19 +
 .idea/inspectionProfiles/Project_Default.xml    |   12 +
 .idea/inspectionProfiles/profiles_settings.xml  |    7 +
 .idea/misc.xml                                  |   65 +
 .idea/modules.xml                               |   10 +
 .idea/scopes/scope_settings.xml                 |    5 +
 .idea/vcs.xml                                   |    9 +
 TavernaMobile2.iml                              |   19 +
 app/.gitignore                                  |    1 +
 app/app.iml                                     |   97 +
 app/build.gradle                                |   30 +
 .../com/tavernamobile/test/BuildConfig.java     |   13 +
 .../org/apache/taverna/mobile/BuildConfig.java  |   13 +
 .../org/apache/taverna/mobile/BuildConfig.java  |   13 +
 .../org/apache/taverna/mobile/BuildConfig.java  |   13 +
 .../r/debug/android/support/v7/appcompat/R.java | 1001 ++++
 .../r/debug/android/support/v7/cardview/R.java  |   53 +
 .../apache/com/org/apache/taverna/mobile/R.java | 5172 ++++++++++++++++
 .../r/debug/org/apache/taverna/mobile/R.java    | 5617 ++++++++++++++++++
 .../release/android/support/v7/appcompat/R.java | 1001 ++++
 .../apache/com/org/apache/taverna/mobile/R.java | 5173 ++++++++++++++++
 .../android/support/v7/appcompat/R$anim.class   |  Bin 0 -> 736 bytes
 .../android/support/v7/appcompat/R$attr.class   |  Bin 0 -> 7367 bytes
 .../android/support/v7/appcompat/R$bool.class   |  Bin 0 -> 758 bytes
 .../android/support/v7/appcompat/R$color.class  |  Bin 0 -> 3550 bytes
 .../android/support/v7/appcompat/R$dimen.class  |  Bin 0 -> 3084 bytes
 .../support/v7/appcompat/R$drawable.class       |  Bin 0 -> 3386 bytes
 .../android/support/v7/appcompat/R$id.class     |  Bin 0 -> 2674 bytes
 .../support/v7/appcompat/R$integer.class        |  Bin 0 -> 549 bytes
 .../android/support/v7/appcompat/R$layout.class |  Bin 0 -> 1556 bytes
 .../android/support/v7/appcompat/R$string.class |  Bin 0 -> 1330 bytes
 .../android/support/v7/appcompat/R$style.class  |  Bin 0 -> 15818 bytes
 .../support/v7/appcompat/R$styleable.class      |  Bin 0 -> 15862 bytes
 .../debug/android/support/v7/appcompat/R.class  |  Bin 0 -> 1019 bytes
 .../android/support/v7/cardview/R$attr.class    |  Bin 0 -> 847 bytes
 .../android/support/v7/cardview/R$color.class   |  Bin 0 -> 587 bytes
 .../android/support/v7/cardview/R$dimen.class   |  Bin 0 -> 539 bytes
 .../android/support/v7/cardview/R$style.class   |  Bin 0 -> 497 bytes
 .../support/v7/cardview/R$styleable.class       |  Bin 0 -> 1167 bytes
 .../debug/android/support/v7/cardview/R.class   |  Bin 0 -> 602 bytes
 .../org/apache/taverna/mobile/BuildConfig.class |  Bin 0 -> 746 bytes
 .../org/apache/taverna/mobile/R$anim.class      |  Bin 0 -> 727 bytes
 .../org/apache/taverna/mobile/R$array.class     |  Bin 0 -> 450 bytes
 .../org/apache/taverna/mobile/R$attr.class      |  Bin 0 -> 7818 bytes
 .../org/apache/taverna/mobile/R$bool.class      |  Bin 0 -> 749 bytes
 .../org/apache/taverna/mobile/R$color.class     |  Bin 0 -> 3738 bytes
 .../org/apache/taverna/mobile/R$dimen.class     |  Bin 0 -> 3369 bytes
 .../org/apache/taverna/mobile/R$drawable.class  |  Bin 0 -> 3838 bytes
 .../debug/org/apache/taverna/mobile/R$id.class  |  Bin 0 -> 4455 bytes
 .../org/apache/taverna/mobile/R$integer.class   |  Bin 0 -> 540 bytes
 .../org/apache/taverna/mobile/R$layout.class    |  Bin 0 -> 2100 bytes
 .../org/apache/taverna/mobile/R$menu.class      |  Bin 0 -> 449 bytes
 .../org/apache/taverna/mobile/R$mipmap.class    |  Bin 0 -> 939 bytes
 .../org/apache/taverna/mobile/R$string.class    |  Bin 0 -> 2605 bytes
 .../org/apache/taverna/mobile/R$style.class     |  Bin 0 -> 15948 bytes
 .../org/apache/taverna/mobile/R$styleable.class |  Bin 0 -> 16512 bytes
 .../debug/org/apache/taverna/mobile/R$xml.class |  Bin 0 -> 412 bytes
 .../debug/org/apache/taverna/mobile/R.class     |  Bin 0 -> 1193 bytes
 .../DashboardMainActivity$MyAdapter.class       |  Bin 0 -> 1983 bytes
 .../activities/DashboardMainActivity.class      |  Bin 0 -> 8787 bytes
 .../activities/FlashScreenActivity$1.class      |  Bin 0 -> 1005 bytes
 .../mobile/activities/FlashScreenActivity.class |  Bin 0 -> 1553 bytes
 .../LoginActivity$LoginFragment.class           |  Bin 0 -> 1935 bytes
 .../mobile/activities/LoginActivity.class       |  Bin 0 -> 1740 bytes
 .../mobile/adapters/FavoriteAdapter.class       |  Bin 0 -> 340 bytes
 .../FavoriteWorkflowAdapter$FViewHolder.class   |  Bin 0 -> 1439 bytes
 .../adapters/FavoriteWorkflowAdapter.class      |  Bin 0 -> 2937 bytes
 .../adapters/SliderMenuAdapter$ViewHolder.class |  Bin 0 -> 911 bytes
 .../mobile/adapters/SliderMenuAdapter.class     |  Bin 0 -> 2670 bytes
 .../adapters/WorkflowAdapter$ViewHolder.class   |  Bin 0 -> 989 bytes
 .../mobile/adapters/WorkflowAdapter.class       |  Bin 0 -> 3058 bytes
 .../mobile/fragments/DashboardFragment.class    |  Bin 0 -> 1808 bytes
 .../FavoriteFragment$FavoriteItemSelected.class |  Bin 0 -> 322 bytes
 .../mobile/fragments/FavoriteFragment.class     |  Bin 0 -> 5106 bytes
 ...Fragment$OnFragmentInteractionListener.class |  Bin 0 -> 346 bytes
 .../mobile/fragments/LoginFragment.class        |  Bin 0 -> 2881 bytes
 .../fragments/NavigationDrawerFragment$1.class  |  Bin 0 -> 1423 bytes
 .../fragments/NavigationDrawerFragment$2.class  |  Bin 0 -> 1600 bytes
 .../fragments/NavigationDrawerFragment$3.class  |  Bin 0 -> 1044 bytes
 ...awerFragment$NavigationDrawerCallbacks.class |  Bin 0 -> 364 bytes
 .../fragments/NavigationDrawerFragment.class    |  Bin 0 -> 7886 bytes
 ...temFragment$OnWorkflowSelectedListener.class |  Bin 0 -> 359 bytes
 .../mobile/fragments/WorkflowItemFragment.class |  Bin 0 -> 5018 bytes
 .../dummy/DummyContent$DummyItem.class          |  Bin 0 -> 719 bytes
 .../mobile/fragments/dummy/DummyContent.class   |  Bin 0 -> 1519 bytes
 .../utils/Workflow$workflow_input_type.class    |  Bin 0 -> 1330 bytes
 .../apache/taverna/mobile/utils/Workflow.class  |  Bin 0 -> 3253 bytes
 .../mobile/utils/WorkflowComponent.class        |  Bin 0 -> 344 bytes
 .../android/support/v7/appcompat/R$anim.class   |  Bin 0 -> 736 bytes
 .../android/support/v7/appcompat/R$attr.class   |  Bin 0 -> 7367 bytes
 .../android/support/v7/appcompat/R$bool.class   |  Bin 0 -> 758 bytes
 .../android/support/v7/appcompat/R$color.class  |  Bin 0 -> 3550 bytes
 .../android/support/v7/appcompat/R$dimen.class  |  Bin 0 -> 3084 bytes
 .../support/v7/appcompat/R$drawable.class       |  Bin 0 -> 3386 bytes
 .../android/support/v7/appcompat/R$id.class     |  Bin 0 -> 2674 bytes
 .../support/v7/appcompat/R$integer.class        |  Bin 0 -> 549 bytes
 .../android/support/v7/appcompat/R$layout.class |  Bin 0 -> 1556 bytes
 .../android/support/v7/appcompat/R$string.class |  Bin 0 -> 1330 bytes
 .../android/support/v7/appcompat/R$style.class  |  Bin 0 -> 15818 bytes
 .../support/v7/appcompat/R$styleable.class      |  Bin 0 -> 15862 bytes
 .../android/support/v7/appcompat/R.class        |  Bin 0 -> 1019 bytes
 .../org/apache/taverna/mobile/BuildConfig.class |  Bin 0 -> 663 bytes
 .../com/org/apache/taverna/mobile/R$anim.class  |  Bin 0 -> 805 bytes
 .../com/org/apache/taverna/mobile/R$attr.class  |  Bin 0 -> 7436 bytes
 .../com/org/apache/taverna/mobile/R$bool.class  |  Bin 0 -> 827 bytes
 .../com/org/apache/taverna/mobile/R$color.class |  Bin 0 -> 3619 bytes
 .../com/org/apache/taverna/mobile/R$dimen.class |  Bin 0 -> 3251 bytes
 .../org/apache/taverna/mobile/R$drawable.class  |  Bin 0 -> 3488 bytes
 .../com/org/apache/taverna/mobile/R$id.class    |  Bin 0 -> 2815 bytes
 .../org/apache/taverna/mobile/R$integer.class   |  Bin 0 -> 618 bytes
 .../org/apache/taverna/mobile/R$layout.class    |  Bin 0 -> 1701 bytes
 .../com/org/apache/taverna/mobile/R$menu.class  |  Bin 0 -> 493 bytes
 .../org/apache/taverna/mobile/R$mipmap.class    |  Bin 0 -> 500 bytes
 .../org/apache/taverna/mobile/R$string.class    |  Bin 0 -> 1505 bytes
 .../com/org/apache/taverna/mobile/R$style.class |  Bin 0 -> 15919 bytes
 .../org/apache/taverna/mobile/R$styleable.class |  Bin 0 -> 15931 bytes
 .../com/org/apache/taverna/mobile/R.class       |  Bin 0 -> 1503 bytes
 .../LoginActivity$PlaceholderFragment.class     |  Bin 0 -> 1138 bytes
 .../mobile/activities/LoginActivity.class       |  Bin 0 -> 2028 bytes
 app/build/intermediates/dex/debug/classes.dex   |  Bin 0 -> 1632280 bytes
 app/build/intermediates/dex/release/classes.dex |  Bin 0 -> 2271612 bytes
 .../appcompat-v7/22.0.0/AndroidManifest.xml     |   24 +
 .../appcompat-v7/22.0.0/R.txt                   |  967 +++
 .../22.0.0/aapt/AndroidManifest.xml             |   24 +
 .../appcompat-v7/22.0.0/annotations.zip         |  Bin 0 -> 2174 bytes
 .../appcompat-v7/22.0.0/classes.jar             |  Bin 0 -> 519842 bytes
 .../22.0.0/res/anim/abc_fade_in.xml             |   20 +
 .../22.0.0/res/anim/abc_fade_out.xml            |   20 +
 .../res/anim/abc_grow_fade_in_from_bottom.xml   |   30 +
 .../anim/abc_shrink_fade_out_from_bottom.xml    |   27 +
 .../22.0.0/res/anim/abc_slide_in_bottom.xml     |   20 +
 .../22.0.0/res/anim/abc_slide_in_top.xml        |   19 +
 .../22.0.0/res/anim/abc_slide_out_bottom.xml    |   19 +
 .../22.0.0/res/anim/abc_slide_out_top.xml       |   19 +
 ...ground_cache_hint_selector_material_dark.xml |   21 +
 ...round_cache_hint_selector_material_light.xml |   21 +
 ..._primary_text_disable_only_material_dark.xml |   21 +
 ...primary_text_disable_only_material_light.xml |   21 +
 .../color/abc_primary_text_material_dark.xml    |   21 +
 .../color/abc_primary_text_material_light.xml   |   21 +
 .../22.0.0/res/color/abc_search_url_text.xml    |   21 +
 .../color/abc_secondary_text_material_dark.xml  |   21 +
 .../color/abc_secondary_text_material_light.xml |   21 +
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 124 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 602 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 900 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 951 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1086 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1142 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 738 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 17227 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 17243 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 119 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 667 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 326 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 192 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 120 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 287 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 500 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 219 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 312 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 313 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 558 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1150 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 409 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 136 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 191 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 154 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 159 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 159 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 189 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 189 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 850 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 1331 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 3045 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 468 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 102 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 94 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 99 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 152 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 152 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 584 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 464 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 671 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 272 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 501 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 362 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 486 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 225 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 611 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 464 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 754 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 370 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 737 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 598 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1047 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 535 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 690 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 702 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1283 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 475 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 117 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 595 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 724 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 714 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 758 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 908 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 647 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 16533 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 16607 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 107 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 583 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 277 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 200 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 110 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 216 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 353 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 202 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 240 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 224 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 380 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 794 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 322 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 136 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 171 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 151 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 158 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 158 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 172 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 171 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 562 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 961 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 314 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 351 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 94 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 88 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 95 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 149 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 148 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 824 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 965 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 139 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 719 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 910 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1197 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1421 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1802 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1168 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 17992 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 18134 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 136 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 706 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 371 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 281 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 155 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 330 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 593 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 268 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 363 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 323 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 631 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1373 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 551 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 136 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 203 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 158 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 163 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 163 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 190 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 188 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 1507 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 2448 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 498 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 708 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 112 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 100 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 103 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 155 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 158 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 1140 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 822 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 1210 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1820 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 2063 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 2096 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1463 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 19313 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 19985 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 182 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 924 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 495 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 488 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 172 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 436 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 836 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 312 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 488 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 421 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 892 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 2221 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 766 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 138 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 1079 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 1048 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 1051 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 1051 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 302 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 301 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 2007 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 3652 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 689 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1105 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 142 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 112 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 117 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 160 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 161 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 588 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 881 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1510 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1758 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 18883 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 19168 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 1437 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 628 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 524 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1071 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 390 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 677 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 516 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 1159 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 2402 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 1005 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 1545 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1874 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 171 bytes
 .../res/drawable/abc_btn_check_material.xml     |   20 +
 .../res/drawable/abc_btn_default_mtrl_shape.xml |   33 +
 .../res/drawable/abc_btn_radio_material.xml     |   20 +
 .../drawable/abc_cab_background_internal_bg.xml |   23 +
 .../abc_cab_background_top_material.xml         |   21 +
 .../res/drawable/abc_edit_text_material.xml     |   31 +
 .../drawable/abc_item_background_holo_dark.xml  |   27 +
 .../drawable/abc_item_background_holo_light.xml |   27 +
 ...selector_background_transition_holo_dark.xml |   21 +
 ...elector_background_transition_holo_light.xml |   21 +
 .../drawable/abc_list_selector_holo_dark.xml    |   28 +
 .../drawable/abc_list_selector_holo_light.xml   |   29 +
 .../drawable/abc_ratingbar_full_material.xml    |   25 +
 ...bc_spinner_textfield_background_material.xml |   36 +
 .../res/drawable/abc_switch_thumb_material.xml  |   20 +
 .../res/drawable/abc_tab_indicator_material.xml |   21 +
 .../drawable/abc_textfield_search_material.xml  |   23 +
 .../layout-v11/abc_screen_content_include.xml   |   27 +
 .../res/layout/abc_action_bar_title_item.xml    |   35 +
 .../res/layout/abc_action_bar_up_container.xml  |   24 +
 .../abc_action_bar_view_list_nav_layout.xml     |   23 +
 .../res/layout/abc_action_menu_item_layout.xml  |   31 +
 .../res/layout/abc_action_menu_layout.xml       |   25 +
 .../22.0.0/res/layout/abc_action_mode_bar.xml   |   25 +
 .../abc_action_mode_close_item_material.xml     |   26 +
 .../res/layout/abc_activity_chooser_view.xml    |   72 +
 .../abc_activity_chooser_view_list_item.xml     |   52 +
 .../res/layout/abc_expanded_menu_layout.xml     |   22 +
 .../res/layout/abc_list_menu_item_checkbox.xml  |   27 +
 .../res/layout/abc_list_menu_item_icon.xml      |   29 +
 .../res/layout/abc_list_menu_item_layout.xml    |   61 +
 .../res/layout/abc_list_menu_item_radio.xml     |   25 +
 .../res/layout/abc_popup_menu_item_layout.xml   |   62 +
 .../res/layout/abc_screen_content_include.xml   |   27 +
 .../22.0.0/res/layout/abc_screen_simple.xml     |   35 +
 .../abc_screen_simple_overlay_action_mode.xml   |   39 +
 .../22.0.0/res/layout/abc_screen_toolbar.xml    |   53 +
 .../abc_search_dropdown_item_icons_2line.xml    |   86 +
 .../22.0.0/res/layout/abc_search_view.xml       |  142 +
 .../res/layout/abc_simple_dropdown_hint.xml     |   23 +
 .../support_simple_spinner_dropdown_item.xml    |   25 +
 .../22.0.0/res/values-af/values.xml             |   21 +
 .../22.0.0/res/values-am/values.xml             |   21 +
 .../22.0.0/res/values-ar/values.xml             |   21 +
 .../22.0.0/res/values-bg/values.xml             |   21 +
 .../22.0.0/res/values-bn-rBD/values.xml         |   21 +
 .../22.0.0/res/values-ca/values.xml             |   21 +
 .../22.0.0/res/values-cs/values.xml             |   21 +
 .../22.0.0/res/values-da/values.xml             |   21 +
 .../22.0.0/res/values-de/values.xml             |   21 +
 .../22.0.0/res/values-el/values.xml             |   21 +
 .../22.0.0/res/values-en-rGB/values.xml         |   21 +
 .../22.0.0/res/values-en-rIN/values.xml         |   21 +
 .../22.0.0/res/values-es-rUS/values.xml         |   21 +
 .../22.0.0/res/values-es/values.xml             |   21 +
 .../22.0.0/res/values-et-rEE/values.xml         |   21 +
 .../22.0.0/res/values-eu-rES/values.xml         |   21 +
 .../22.0.0/res/values-fa/values.xml             |   21 +
 .../22.0.0/res/values-fi/values.xml             |   21 +
 .../22.0.0/res/values-fr-rCA/values.xml         |   21 +
 .../22.0.0/res/values-fr/values.xml             |   21 +
 .../22.0.0/res/values-gl-rES/values.xml         |   21 +
 .../22.0.0/res/values-hdpi-v4/values.xml        |   10 +
 .../22.0.0/res/values-hi/values.xml             |   21 +
 .../22.0.0/res/values-hr/values.xml             |   21 +
 .../22.0.0/res/values-hu/values.xml             |   21 +
 .../22.0.0/res/values-hy-rAM/values.xml         |   21 +
 .../22.0.0/res/values-in/values.xml             |   21 +
 .../22.0.0/res/values-is-rIS/values.xml         |   21 +
 .../22.0.0/res/values-it/values.xml             |   21 +
 .../22.0.0/res/values-iw/values.xml             |   21 +
 .../22.0.0/res/values-ja/values.xml             |   21 +
 .../22.0.0/res/values-ka-rGE/values.xml         |   21 +
 .../22.0.0/res/values-kk-rKZ/values.xml         |   21 +
 .../22.0.0/res/values-km-rKH/values.xml         |   21 +
 .../22.0.0/res/values-kn-rIN/values.xml         |   21 +
 .../22.0.0/res/values-ko/values.xml             |   21 +
 .../22.0.0/res/values-ky-rKG/values.xml         |   21 +
 .../22.0.0/res/values-land/values.xml           |   20 +
 .../22.0.0/res/values-large-v4/values.xml       |   22 +
 .../22.0.0/res/values-lo-rLA/values.xml         |   21 +
 .../22.0.0/res/values-lt/values.xml             |   21 +
 .../22.0.0/res/values-lv/values.xml             |   21 +
 .../22.0.0/res/values-mk-rMK/values.xml         |   19 +
 .../22.0.0/res/values-ml-rIN/values.xml         |   21 +
 .../22.0.0/res/values-mn-rMN/values.xml         |   21 +
 .../22.0.0/res/values-mr-rIN/values.xml         |   21 +
 .../22.0.0/res/values-ms-rMY/values.xml         |   21 +
 .../22.0.0/res/values-my-rMM/values.xml         |   21 +
 .../22.0.0/res/values-nb/values.xml             |   21 +
 .../22.0.0/res/values-ne-rNP/values.xml         |   21 +
 .../22.0.0/res/values-nl/values.xml             |   21 +
 .../22.0.0/res/values-pl/values.xml             |   21 +
 .../22.0.0/res/values-port/values.xml           |    6 +
 .../22.0.0/res/values-pt-rPT/values.xml         |   21 +
 .../22.0.0/res/values-pt/values.xml             |   21 +
 .../22.0.0/res/values-ro/values.xml             |   21 +
 .../22.0.0/res/values-ru/values.xml             |   21 +
 .../22.0.0/res/values-si-rLK/values.xml         |   21 +
 .../22.0.0/res/values-sk/values.xml             |   21 +
 .../22.0.0/res/values-sl/values.xml             |   21 +
 .../22.0.0/res/values-sr/values.xml             |   21 +
 .../22.0.0/res/values-sv/values.xml             |   21 +
 .../22.0.0/res/values-sw/values.xml             |   21 +
 .../22.0.0/res/values-sw600dp-v13/values.xml    |   15 +
 .../22.0.0/res/values-ta-rIN/values.xml         |   21 +
 .../22.0.0/res/values-te-rIN/values.xml         |   21 +
 .../22.0.0/res/values-th/values.xml             |   21 +
 .../22.0.0/res/values-tl/values.xml             |   21 +
 .../22.0.0/res/values-tr/values.xml             |   21 +
 .../22.0.0/res/values-uk/values.xml             |   21 +
 .../22.0.0/res/values-ur-rPK/values.xml         |   21 +
 .../22.0.0/res/values-uz-rUZ/values.xml         |   20 +
 .../22.0.0/res/values-v11/values.xml            |  396 ++
 .../22.0.0/res/values-v14/values.xml            |   44 +
 .../22.0.0/res/values-v17/values.xml            |   47 +
 .../22.0.0/res/values-v21/values.xml            |  330 +
 .../22.0.0/res/values-vi/values.xml             |   21 +
 .../22.0.0/res/values-w360dp-v13/values.xml     |    6 +
 .../22.0.0/res/values-w480dp-v13/values.xml     |    9 +
 .../22.0.0/res/values-w500dp-v13/values.xml     |    6 +
 .../22.0.0/res/values-w600dp-v13/values.xml     |    7 +
 .../22.0.0/res/values-w720dp-v13/values.xml     |    6 +
 .../22.0.0/res/values-xlarge-land-v4/values.xml |    6 +
 .../22.0.0/res/values-xlarge-v4/values.xml      |   14 +
 .../22.0.0/res/values-zh-rCN/values.xml         |   21 +
 .../22.0.0/res/values-zh-rHK/values.xml         |   21 +
 .../22.0.0/res/values-zh-rTW/values.xml         |   21 +
 .../22.0.0/res/values-zu/values.xml             |   21 +
 .../appcompat-v7/22.0.0/res/values/values.xml   | 1430 +++++
 .../cardview-v7/22.0.0/AndroidManifest.xml      |   24 +
 .../cardview-v7/22.0.0/R.txt                    |   33 +
 .../cardview-v7/22.0.0/aapt/AndroidManifest.xml |   24 +
 .../cardview-v7/22.0.0/classes.jar              |  Bin 0 -> 17999 bytes
 .../cardview-v7/22.0.0/res/values/values.xml    |   31 +
 .../recyclerview-v7/22.0.0/AndroidManifest.xml  |   28 +
 .../22.0.0/aapt/AndroidManifest.xml             |   28 +
 .../recyclerview-v7/22.0.0/classes.jar          |  Bin 0 -> 196836 bytes
 .../support-v4/22.0.0/AndroidManifest.xml       |   24 +
 .../support-v4/22.0.0/aapt/AndroidManifest.xml  |   24 +
 .../support/v4/media/MediaMetadataCompat.aidl   |   18 +
 .../android/support/v4/media/RatingCompat.aidl  |   18 +
 .../v4/media/session/MediaSessionCompat.aidl    |   20 +
 .../v4/media/session/ParcelableVolumeInfo.aidl  |   18 +
 .../v4/media/session/PlaybackStateCompat.aidl   |   18 +
 .../support-v4/22.0.0/classes.jar               |  Bin 0 -> 825240 bytes
 .../22.0.0/libs/internal_impl-22.0.0.jar        |  Bin 0 -> 227742 bytes
 .../aidl/androidTest/debug/dependency.store     |  Bin 0 -> 5 bytes
 .../incremental/aidl/debug/dependency.store     |  Bin 0 -> 5 bytes
 .../incremental/aidl/release/dependency.store   |  Bin 0 -> 5 bytes
 .../mergeAssets/androidTest/debug/merger.xml    |    2 +
 .../incremental/mergeAssets/debug/merger.xml    |    2 +
 .../incremental/mergeAssets/release/merger.xml  |    2 +
 .../mergeResources/androidTest/debug/merger.xml |    2 +
 .../incremental/mergeResources/debug/merger.xml | 1636 +++++
 .../mergeResources/release/merger.xml           | 1618 +++++
 .../androidTest/debug/AndroidManifest.xml       |   16 +
 .../manifests/full/debug/AndroidManifest.xml    |   67 +
 .../manifests/full/release/AndroidManifest.xml  |   46 +
 app/build/intermediates/mockable-android-21.jar |  Bin 0 -> 25226373 bytes
 ...2dbcae8b037134953fc4e3eb3645a66e2931661a.jar |  Bin 0 -> 9649 bytes
 ...be9904e841d6b70d2ec429ffa7d3732bb544b8ab.jar |  Bin 0 -> 315406 bytes
 ...cb13d360204b697dbd760e7e80b4357b182d723b.jar |  Bin 0 -> 211882 bytes
 ...ebdf15783ac01747301cff830c2f3174571cec96.jar |  Bin 0 -> 97652 bytes
 ...ab39a2263976cb0fd278360818acc6d173a8d8e0.jar |  Bin 0 -> 76229 bytes
 ...2f3cb2807dead79ef0327bdd9269035b879fdd27.jar |  Bin 0 -> 1560 bytes
 ...be9904e841d6b70d2ec429ffa7d3732bb544b8ab.jar |  Bin 0 -> 315406 bytes
 ...cb13d360204b697dbd760e7e80b4357b182d723b.jar |  Bin 0 -> 211882 bytes
 ...ab39a2263976cb0fd278360818acc6d173a8d8e0.jar |  Bin 0 -> 76229 bytes
 ...2f3cb2807dead79ef0327bdd9269035b879fdd27.jar |  Bin 0 -> 1560 bytes
 .../res/debug/anim/abc_fade_in.xml              |   20 +
 .../res/debug/anim/abc_fade_out.xml             |   20 +
 .../debug/anim/abc_grow_fade_in_from_bottom.xml |   30 +
 .../anim/abc_shrink_fade_out_from_bottom.xml    |   27 +
 .../res/debug/anim/abc_slide_in_bottom.xml      |   20 +
 .../res/debug/anim/abc_slide_in_top.xml         |   19 +
 .../res/debug/anim/abc_slide_out_bottom.xml     |   19 +
 .../res/debug/anim/abc_slide_out_top.xml        |   19 +
 ...ground_cache_hint_selector_material_dark.xml |   21 +
 ...round_cache_hint_selector_material_light.xml |   21 +
 ..._primary_text_disable_only_material_dark.xml |   21 +
 ...primary_text_disable_only_material_light.xml |   21 +
 .../color/abc_primary_text_material_dark.xml    |   21 +
 .../color/abc_primary_text_material_light.xml   |   21 +
 .../res/debug/color/abc_search_url_text.xml     |   21 +
 .../color/abc_secondary_text_material_dark.xml  |   21 +
 .../color/abc_secondary_text_material_light.xml |   21 +
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 287 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 306 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 549 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 622 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 753 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1589 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1057 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 2040 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 2053 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 229 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 407 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 275 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 226 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 147 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 281 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 584 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 190 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 360 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 270 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 791 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1018 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 541 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 244 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 212 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 212 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 212 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 239 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 240 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 853 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 1256 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 417 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 530 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 199 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 192 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 194 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 187 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 182 bytes
 .../debug/drawable-hdpi-v4/drawer_shadow.9.png  |  Bin 0 -> 224 bytes
 .../res/debug/drawable-hdpi-v4/ic_drawer.png    |  Bin 0 -> 121 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 410 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 280 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 585 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 367 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 347 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 174 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 381 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 342 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 445 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 237 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 691 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 483 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 512 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 346 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 934 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 593 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 246 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 399 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1180 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 518 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 274 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 288 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 429 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 428 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 493 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1331 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 985 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 1344 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 1415 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 225 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 345 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 232 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 263 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 149 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 177 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 377 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 158 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 234 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 186 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 545 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 683 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 404 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 222 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 211 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 211 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 211 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 226 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 227 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 605 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 850 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 362 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 424 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 192 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 186 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 185 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 181 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 180 bytes
 .../debug/drawable-mdpi-v4/drawer_shadow.9.png  |  Bin 0 -> 209 bytes
 .../drawable-mdpi-v4/ic_downloadworkflow.png    |  Bin 0 -> 517 bytes
 .../res/debug/drawable-mdpi-v4/ic_drawer.png    |  Bin 0 -> 122 bytes
 .../ic_markworkflow_selected.png                |  Bin 0 -> 1296 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 969 bytes
 .../debug/drawable-mdpi-v4/ic_viewworkflow.png  |  Bin 0 -> 323 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 1076 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 1191 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 297 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 354 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 556 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 831 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 996 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 2172 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1524 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 2796 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 2943 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 234 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 442 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 320 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 325 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 179 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 237 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 693 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 218 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 360 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 238 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 919 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1132 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 719 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 244 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 214 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 214 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 214 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 254 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 253 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 1153 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 1785 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 516 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 736 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 205 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 198 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 197 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 190 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 190 bytes
 .../debug/drawable-xhdpi-v4/drawer_shadow.9.png |  Bin 0 -> 231 bytes
 .../res/debug/drawable-xhdpi-v4/ic_drawer.png   |  Bin 0 -> 124 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 339 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 369 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 725 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1249 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1467 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 2265 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1032 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 4091 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 4535 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 246 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 515 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 389 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 306 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 176 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 348 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 934 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 284 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 511 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 323 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 1292 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1920 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 928 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 178 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 245 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 221 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 221 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 221 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 307 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 305 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 1867 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 2774 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 646 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1082 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 215 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 202 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 204 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 193 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 196 bytes
 .../drawable-xxhdpi-v4/drawer_shadow.9.png      |  Bin 0 -> 266 bytes
 .../res/debug/drawable-xxhdpi-v4/ic_drawer.png  |  Bin 0 -> 133 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 295 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 551 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1014 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1226 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 3674 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 3998 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 240 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 463 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 401 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1173 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 355 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 665 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 390 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 1559 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1515 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 1271 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 696 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1064 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 261 bytes
 .../debug/drawable/abc_btn_check_material.xml   |   20 +
 .../drawable/abc_btn_default_mtrl_shape.xml     |   33 +
 .../debug/drawable/abc_btn_radio_material.xml   |   20 +
 .../drawable/abc_cab_background_internal_bg.xml |   23 +
 .../abc_cab_background_top_material.xml         |   21 +
 .../debug/drawable/abc_edit_text_material.xml   |   31 +
 .../drawable/abc_item_background_holo_dark.xml  |   27 +
 .../drawable/abc_item_background_holo_light.xml |   27 +
 ...selector_background_transition_holo_dark.xml |   21 +
 ...elector_background_transition_holo_light.xml |   21 +
 .../drawable/abc_list_selector_holo_dark.xml    |   28 +
 .../drawable/abc_list_selector_holo_light.xml   |   29 +
 .../drawable/abc_ratingbar_full_material.xml    |   25 +
 ...bc_spinner_textfield_background_material.xml |   36 +
 .../drawable/abc_switch_thumb_material.xml      |   20 +
 .../drawable/abc_tab_indicator_material.xml     |   21 +
 .../drawable/abc_textfield_search_material.xml  |   23 +
 .../res/debug/drawable/down_arrow.png           |  Bin 0 -> 571 bytes
 .../res/debug/drawable/download.png             |  Bin 0 -> 963 bytes
 .../res/debug/drawable/gear_icon.png            |  Bin 0 -> 2363 bytes
 .../res/debug/drawable/ic_userprofile.png       |  Bin 0 -> 3870 bytes
 .../res/debug/drawable/round_shape.xml          |   27 +
 .../res/debug/drawable/sliding_header.png       |  Bin 0 -> 67779 bytes
 .../res/debug/drawable/tavernalogo.png          |  Bin 0 -> 16954 bytes
 .../layout-land/activity_dashboard_main.xml     |   60 +
 .../layout-v11/abc_screen_content_include.xml   |   27 +
 .../debug/layout-xlarge-v4/fragment_login.xml   |  146 +
 .../debug/layout/abc_action_bar_title_item.xml  |   35 +
 .../layout/abc_action_bar_up_container.xml      |   24 +
 .../abc_action_bar_view_list_nav_layout.xml     |   23 +
 .../layout/abc_action_menu_item_layout.xml      |   31 +
 .../res/debug/layout/abc_action_menu_layout.xml |   25 +
 .../res/debug/layout/abc_action_mode_bar.xml    |   25 +
 .../abc_action_mode_close_item_material.xml     |   26 +
 .../debug/layout/abc_activity_chooser_view.xml  |   72 +
 .../abc_activity_chooser_view_list_item.xml     |   52 +
 .../debug/layout/abc_expanded_menu_layout.xml   |   22 +
 .../layout/abc_list_menu_item_checkbox.xml      |   27 +
 .../debug/layout/abc_list_menu_item_icon.xml    |   29 +
 .../debug/layout/abc_list_menu_item_layout.xml  |   61 +
 .../debug/layout/abc_list_menu_item_radio.xml   |   25 +
 .../debug/layout/abc_popup_menu_item_layout.xml |   62 +
 .../debug/layout/abc_screen_content_include.xml |   27 +
 .../res/debug/layout/abc_screen_simple.xml      |   35 +
 .../abc_screen_simple_overlay_action_mode.xml   |   39 +
 .../res/debug/layout/abc_screen_toolbar.xml     |   53 +
 .../abc_search_dropdown_item_icons_2line.xml    |   86 +
 .../res/debug/layout/abc_search_view.xml        |  142 +
 .../debug/layout/abc_simple_dropdown_hint.xml   |   23 +
 .../debug/layout/activity_dashboard_main.xml    |   63 +
 .../res/debug/layout/activity_flash_screen.xml  |   69 +
 .../res/debug/layout/activity_login.xml         |   19 +
 .../res/debug/layout/favorite_item_layout.xml   |  140 +
 .../debug/layout/fragment_dashboard_main.xml    |   39 +
 .../res/debug/layout/fragment_item_grid.xml     |   41 +
 .../res/debug/layout/fragment_item_list.xml     |   42 +
 .../res/debug/layout/fragment_login.xml         |  141 +
 .../debug/layout/fragment_navigation_drawer.xml |   64 +
 .../res/debug/layout/menu_item_layout.xml       |   44 +
 .../support_simple_spinner_dropdown_item.xml    |   25 +
 .../res/debug/layout/workflow_item_layout.xml   |  140 +
 .../res/debug/layout/workflow_layout.xml        |   33 +
 .../res/debug/menu/dashboard_main.xml           |   31 +
 .../intermediates/res/debug/menu/global.xml     |   25 +
 .../intermediates/res/debug/menu/menu_login.xml |   21 +
 .../res/debug/mipmap-hdpi-v4/ic_about.png       |  Bin 0 -> 790 bytes
 .../res/debug/mipmap-hdpi-v4/ic_download.png    |  Bin 0 -> 472 bytes
 .../mipmap-hdpi-v4/ic_downloadworkflow.png      |  Bin 0 -> 517 bytes
 .../res/debug/mipmap-hdpi-v4/ic_launcher.png    |  Bin 0 -> 7761 bytes
 .../res/debug/mipmap-hdpi-v4/ic_logout.png      |  Bin 0 -> 787 bytes
 .../mipmap-hdpi-v4/ic_markworkflow_selected.png |  Bin 0 -> 1296 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 969 bytes
 .../res/debug/mipmap-hdpi-v4/ic_openwk.png      |  Bin 0 -> 717 bytes
 .../res/debug/mipmap-hdpi-v4/ic_poweredby.png   |  Bin 0 -> 1668 bytes
 .../res/debug/mipmap-hdpi-v4/ic_quit.png        |  Bin 0 -> 3500 bytes
 .../res/debug/mipmap-hdpi-v4/ic_usage.png       |  Bin 0 -> 450 bytes
 .../res/debug/mipmap-hdpi-v4/ic_user.png        |  Bin 0 -> 712 bytes
 .../debug/mipmap-hdpi-v4/ic_viewworkflow.png    |  Bin 0 -> 323 bytes
 .../res/debug/mipmap-hdpi-v4/ic_workflows.png   |  Bin 0 -> 389 bytes
 .../res/debug/mipmap-hdpi-v4/icuserprofiles.png |  Bin 0 -> 899 bytes
 .../res/debug/mipmap-mdpi-v4/ic_about.png       |  Bin 0 -> 518 bytes
 .../res/debug/mipmap-mdpi-v4/ic_download.png    |  Bin 0 -> 376 bytes
 .../mipmap-mdpi-v4/ic_downloadworkflow.png      |  Bin 0 -> 420 bytes
 .../res/debug/mipmap-mdpi-v4/ic_launcher.png    |  Bin 0 -> 3825 bytes
 .../res/debug/mipmap-mdpi-v4/ic_logout.png      |  Bin 0 -> 658 bytes
 .../mipmap-mdpi-v4/ic_markworkflow_selected.png |  Bin 0 -> 941 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 666 bytes
 .../res/debug/mipmap-mdpi-v4/ic_openwk.png      |  Bin 0 -> 506 bytes
 .../res/debug/mipmap-mdpi-v4/ic_poweredby.png   |  Bin 0 -> 1102 bytes
 .../res/debug/mipmap-mdpi-v4/ic_quit.png        |  Bin 0 -> 1931 bytes
 .../res/debug/mipmap-mdpi-v4/ic_usage.png       |  Bin 0 -> 530 bytes
 .../res/debug/mipmap-mdpi-v4/ic_user.png        |  Bin 0 -> 397 bytes
 .../debug/mipmap-mdpi-v4/ic_viewworkflow.png    |  Bin 0 -> 293 bytes
 .../res/debug/mipmap-mdpi-v4/ic_workflows.png   |  Bin 0 -> 383 bytes
 .../res/debug/mipmap-mdpi-v4/icuserprofiles.png |  Bin 0 -> 648 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_about.png      |  Bin 0 -> 1046 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_download.png   |  Bin 0 -> 657 bytes
 .../mipmap-xhdpi-v4/ic_downloadworkflow.png     |  Bin 0 -> 640 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_launcher.png   |  Bin 0 -> 12321 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_logout.png     |  Bin 0 -> 1125 bytes
 .../ic_markworkflow_selected.png                |  Bin 0 -> 1730 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 1282 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_openwk.png     |  Bin 0 -> 856 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_poweredby.png  |  Bin 0 -> 2680 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_quit.png       |  Bin 0 -> 5741 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_usage.png      |  Bin 0 -> 761 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_user.png       |  Bin 0 -> 1139 bytes
 .../debug/mipmap-xhdpi-v4/ic_viewworkflow.png   |  Bin 0 -> 383 bytes
 .../res/debug/mipmap-xhdpi-v4/ic_workflows.png  |  Bin 0 -> 534 bytes
 .../debug/mipmap-xhdpi-v4/icuserprofiles.png    |  Bin 0 -> 1195 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_about.png     |  Bin 0 -> 1656 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_download.png  |  Bin 0 -> 767 bytes
 .../mipmap-xxhdpi-v4/ic_downloadworkflow.png    |  Bin 0 -> 835 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_launcher.png  |  Bin 0 -> 23910 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_logout.png    |  Bin 0 -> 1611 bytes
 .../ic_markworkflow_selected.png                |  Bin 0 -> 2780 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 1888 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_openwk.png    |  Bin 0 -> 1201 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_poweredby.png |  Bin 0 -> 5124 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_quit.png      |  Bin 0 -> 10585 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_usage.png     |  Bin 0 -> 1056 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_user.png      |  Bin 0 -> 1628 bytes
 .../debug/mipmap-xxhdpi-v4/ic_viewworkflow.png  |  Bin 0 -> 480 bytes
 .../res/debug/mipmap-xxhdpi-v4/ic_workflows.png |  Bin 0 -> 953 bytes
 .../debug/mipmap-xxhdpi-v4/icuserprofiles.png   |  Bin 0 -> 1677 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_about.png    |  Bin 0 -> 2184 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_download.png |  Bin 0 -> 1066 bytes
 .../mipmap-xxxhdpi-v4/ic_downloadworkflow.png   |  Bin 0 -> 1054 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_launcher.png |  Bin 0 -> 36964 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_logout.png   |  Bin 0 -> 2195 bytes
 .../ic_markworkflow_selected.png                |  Bin 0 -> 3513 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 2427 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_openwk.png   |  Bin 0 -> 1532 bytes
 .../debug/mipmap-xxxhdpi-v4/ic_poweredby.png    |  Bin 0 -> 8072 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_quit.png     |  Bin 0 -> 14040 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_usage.png    |  Bin 0 -> 1207 bytes
 .../res/debug/mipmap-xxxhdpi-v4/ic_user.png     |  Bin 0 -> 2208 bytes
 .../debug/mipmap-xxxhdpi-v4/ic_viewworkflow.png |  Bin 0 -> 620 bytes
 .../debug/mipmap-xxxhdpi-v4/ic_workflows.png    |  Bin 0 -> 1010 bytes
 .../debug/mipmap-xxxhdpi-v4/icuserprofiles.png  |  Bin 0 -> 2149 bytes
 .../res/debug/values-af/values.xml              |   21 +
 .../res/debug/values-am/values.xml              |   21 +
 .../res/debug/values-ar/values.xml              |   21 +
 .../res/debug/values-bg/values.xml              |   21 +
 .../res/debug/values-bn-rBD/values.xml          |   21 +
 .../res/debug/values-ca/values.xml              |   21 +
 .../res/debug/values-cs/values.xml              |   21 +
 .../res/debug/values-da/values.xml              |   21 +
 .../res/debug/values-de/values.xml              |   21 +
 .../res/debug/values-el/values.xml              |   21 +
 .../res/debug/values-en-rGB/values.xml          |   21 +
 .../res/debug/values-en-rIN/values.xml          |   21 +
 .../res/debug/values-es-rUS/values.xml          |   21 +
 .../res/debug/values-es/values.xml              |   21 +
 .../res/debug/values-et-rEE/values.xml          |   21 +
 .../res/debug/values-eu-rES/values.xml          |   21 +
 .../res/debug/values-fa/values.xml              |   21 +
 .../res/debug/values-fi/values.xml              |   21 +
 .../res/debug/values-fr-rCA/values.xml          |   21 +
 .../res/debug/values-fr/values.xml              |   21 +
 .../res/debug/values-gl-rES/values.xml          |   21 +
 .../res/debug/values-hdpi-v4/values.xml         |   10 +
 .../res/debug/values-hi/values.xml              |   21 +
 .../res/debug/values-hr/values.xml              |   21 +
 .../res/debug/values-hu/values.xml              |   21 +
 .../res/debug/values-hy-rAM/values.xml          |   21 +
 .../res/debug/values-in/values.xml              |   21 +
 .../res/debug/values-is-rIS/values.xml          |   21 +
 .../res/debug/values-it/values.xml              |   21 +
 .../res/debug/values-iw/values.xml              |   21 +
 .../res/debug/values-ja/values.xml              |   21 +
 .../res/debug/values-ka-rGE/values.xml          |   21 +
 .../res/debug/values-kk-rKZ/values.xml          |   21 +
 .../res/debug/values-km-rKH/values.xml          |   21 +
 .../res/debug/values-kn-rIN/values.xml          |   21 +
 .../res/debug/values-ko/values.xml              |   21 +
 .../res/debug/values-ky-rKG/values.xml          |   21 +
 .../res/debug/values-land/values.xml            |   12 +
 .../res/debug/values-large-v4/values.xml        |   24 +
 .../res/debug/values-lo-rLA/values.xml          |   21 +
 .../res/debug/values-lt/values.xml              |   21 +
 .../res/debug/values-lv/values.xml              |   21 +
 .../res/debug/values-mk-rMK/values.xml          |   19 +
 .../res/debug/values-ml-rIN/values.xml          |   21 +
 .../res/debug/values-mn-rMN/values.xml          |   21 +
 .../res/debug/values-mr-rIN/values.xml          |   21 +
 .../res/debug/values-ms-rMY/values.xml          |   21 +
 .../res/debug/values-my-rMM/values.xml          |   21 +
 .../res/debug/values-nb/values.xml              |   21 +
 .../res/debug/values-ne-rNP/values.xml          |   21 +
 .../res/debug/values-nl/values.xml              |   21 +
 .../res/debug/values-pl/values.xml              |   21 +
 .../res/debug/values-port/values.xml            |    6 +
 .../res/debug/values-pt-rPT/values.xml          |   21 +
 .../res/debug/values-pt/values.xml              |   21 +
 .../res/debug/values-ro/values.xml              |   21 +
 .../res/debug/values-ru/values.xml              |   21 +
 .../res/debug/values-si-rLK/values.xml          |   21 +
 .../res/debug/values-sk/values.xml              |   21 +
 .../res/debug/values-sl/values.xml              |   21 +
 .../res/debug/values-sr/values.xml              |   21 +
 .../res/debug/values-sv/values.xml              |   21 +
 .../res/debug/values-sw/values.xml              |   21 +
 .../res/debug/values-sw600dp-v13/values.xml     |   17 +
 .../res/debug/values-ta-rIN/values.xml          |   21 +
 .../res/debug/values-te-rIN/values.xml          |   21 +
 .../res/debug/values-th/values.xml              |   21 +
 .../res/debug/values-tl/values.xml              |   21 +
 .../res/debug/values-tr/values.xml              |   21 +
 .../res/debug/values-uk/values.xml              |   21 +
 .../res/debug/values-ur-rPK/values.xml          |   21 +
 .../res/debug/values-uz-rUZ/values.xml          |   20 +
 .../res/debug/values-v11/values.xml             |  390 ++
 .../res/debug/values-v14/values.xml             |   42 +
 .../res/debug/values-v17/values.xml             |   47 +
 .../res/debug/values-v21/values.xml             |  310 +
 .../res/debug/values-vi/values.xml              |   21 +
 .../res/debug/values-w360dp-v13/values.xml      |    6 +
 .../res/debug/values-w480dp-v13/values.xml      |    7 +
 .../res/debug/values-w500dp-v13/values.xml      |    6 +
 .../res/debug/values-w600dp-v13/values.xml      |    7 +
 .../res/debug/values-w720dp-v13/values.xml      |    6 +
 .../res/debug/values-w820dp-v13/values.xml      |    9 +
 .../res/debug/values-xlarge-land-v4/values.xml  |    6 +
 .../res/debug/values-xlarge-v4/values.xml       |   12 +
 .../res/debug/values-zh-rCN/values.xml          |   21 +
 .../res/debug/values-zh-rHK/values.xml          |   21 +
 .../res/debug/values-zh-rTW/values.xml          |   21 +
 .../res/debug/values-zu/values.xml              |   21 +
 .../intermediates/res/debug/values/values.xml   | 1470 +++++
 .../intermediates/res/debug/xml/searchable.xml  |   27 +
 .../res/release/anim/abc_fade_in.xml            |   20 +
 .../res/release/anim/abc_fade_out.xml           |   20 +
 .../anim/abc_grow_fade_in_from_bottom.xml       |   30 +
 .../anim/abc_shrink_fade_out_from_bottom.xml    |   27 +
 .../res/release/anim/abc_slide_in_bottom.xml    |   20 +
 .../res/release/anim/abc_slide_in_top.xml       |   19 +
 .../res/release/anim/abc_slide_out_bottom.xml   |   19 +
 .../res/release/anim/abc_slide_out_top.xml      |   19 +
 ...ground_cache_hint_selector_material_dark.xml |   21 +
 ...round_cache_hint_selector_material_light.xml |   21 +
 ..._primary_text_disable_only_material_dark.xml |   21 +
 ...primary_text_disable_only_material_light.xml |   21 +
 .../color/abc_primary_text_material_dark.xml    |   21 +
 .../color/abc_primary_text_material_light.xml   |   21 +
 .../res/release/color/abc_search_url_text.xml   |   21 +
 .../color/abc_secondary_text_material_dark.xml  |   21 +
 .../color/abc_secondary_text_material_light.xml |   21 +
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 287 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 306 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 549 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 622 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 753 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1589 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1057 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 2040 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 2053 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 229 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 407 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 275 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 226 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 147 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 281 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 584 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 190 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 360 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 270 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 791 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1018 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 541 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 244 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 212 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 212 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 212 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 239 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 240 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 853 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 1256 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 417 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 530 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 199 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 192 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 194 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 187 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 182 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 410 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 280 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 585 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 367 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 347 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 174 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 381 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 342 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 445 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 237 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 691 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 483 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 512 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 346 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 934 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 593 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 246 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 399 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1180 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 518 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 274 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 288 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 429 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 428 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 493 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 1331 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 985 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 1344 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 1415 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 225 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 345 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 232 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 263 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 149 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 177 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 377 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 158 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 234 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 186 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 545 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 683 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 404 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 222 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 211 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 211 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 211 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 226 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 227 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 605 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 850 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 362 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 424 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 192 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 186 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 185 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 181 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 180 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 1076 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 1191 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 297 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 354 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 556 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 831 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 996 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 2172 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1524 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 2796 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 2943 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 234 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 442 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 320 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 325 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 179 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 237 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 693 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 218 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 360 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 238 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 919 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1132 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 719 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 170 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 244 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 214 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 214 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 214 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 254 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 253 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 1153 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 1785 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 516 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 736 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 205 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 198 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 197 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 190 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 190 bytes
 .../abc_ab_share_pack_mtrl_alpha.9.png          |  Bin 0 -> 339 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 369 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 725 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1249 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1467 bytes
 .../abc_btn_rating_star_off_mtrl_alpha.png      |  Bin 0 -> 2265 bytes
 .../abc_btn_rating_star_on_mtrl_alpha.png       |  Bin 0 -> 1032 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 4091 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 4535 bytes
 .../abc_cab_background_top_mtrl_alpha.9.png     |  Bin 0 -> 246 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 515 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 389 bytes
 .../abc_ic_commit_search_api_mtrl_alpha.png     |  Bin 0 -> 306 bytes
 .../abc_ic_go_search_api_mtrl_alpha.png         |  Bin 0 -> 176 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 348 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 934 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 284 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 511 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 323 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 1292 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1920 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 928 bytes
 .../abc_list_divider_mtrl_alpha.9.png           |  Bin 0 -> 178 bytes
 .../abc_list_focused_holo.9.png                 |  Bin 0 -> 245 bytes
 .../abc_list_longpressed_holo.9.png             |  Bin 0 -> 221 bytes
 .../abc_list_pressed_holo_dark.9.png            |  Bin 0 -> 221 bytes
 .../abc_list_pressed_holo_light.9.png           |  Bin 0 -> 221 bytes
 .../abc_list_selector_disabled_holo_dark.9.png  |  Bin 0 -> 307 bytes
 .../abc_list_selector_disabled_holo_light.9.png |  Bin 0 -> 305 bytes
 .../abc_menu_hardkey_panel_mtrl_mult.9.png      |  Bin 0 -> 1867 bytes
 .../abc_popup_background_mtrl_mult.9.png        |  Bin 0 -> 2774 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 646 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1082 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 215 bytes
 .../abc_textfield_activated_mtrl_alpha.9.png    |  Bin 0 -> 202 bytes
 .../abc_textfield_default_mtrl_alpha.9.png      |  Bin 0 -> 204 bytes
 ..._textfield_search_activated_mtrl_alpha.9.png |  Bin 0 -> 193 bytes
 ...bc_textfield_search_default_mtrl_alpha.9.png |  Bin 0 -> 196 bytes
 .../abc_btn_check_to_on_mtrl_000.png            |  Bin 0 -> 295 bytes
 .../abc_btn_check_to_on_mtrl_015.png            |  Bin 0 -> 551 bytes
 .../abc_btn_radio_to_on_mtrl_000.png            |  Bin 0 -> 1014 bytes
 .../abc_btn_radio_to_on_mtrl_015.png            |  Bin 0 -> 1226 bytes
 .../abc_btn_switch_to_on_mtrl_00001.9.png       |  Bin 0 -> 3674 bytes
 .../abc_btn_switch_to_on_mtrl_00012.9.png       |  Bin 0 -> 3998 bytes
 .../abc_ic_ab_back_mtrl_am_alpha.png            |  Bin 0 -> 240 bytes
 .../abc_ic_clear_mtrl_alpha.png                 |  Bin 0 -> 463 bytes
 .../abc_ic_menu_copy_mtrl_am_alpha.png          |  Bin 0 -> 401 bytes
 .../abc_ic_menu_cut_mtrl_alpha.png              |  Bin 0 -> 1173 bytes
 .../abc_ic_menu_moreoverflow_mtrl_alpha.png     |  Bin 0 -> 355 bytes
 .../abc_ic_menu_paste_mtrl_am_alpha.png         |  Bin 0 -> 665 bytes
 .../abc_ic_menu_selectall_mtrl_alpha.png        |  Bin 0 -> 390 bytes
 .../abc_ic_menu_share_mtrl_alpha.png            |  Bin 0 -> 1559 bytes
 .../abc_ic_search_api_mtrl_alpha.png            |  Bin 0 -> 1515 bytes
 .../abc_ic_voice_search_api_mtrl_alpha.png      |  Bin 0 -> 1271 bytes
 .../abc_spinner_mtrl_am_alpha.9.png             |  Bin 0 -> 696 bytes
 .../abc_switch_track_mtrl_alpha.9.png           |  Bin 0 -> 1064 bytes
 .../abc_tab_indicator_mtrl_alpha.9.png          |  Bin 0 -> 261 bytes
 .../release/drawable/abc_btn_check_material.xml |   20 +
 .../drawable/abc_btn_default_mtrl_shape.xml     |   33 +
 .../release/drawable/abc_btn_radio_material.xml |   20 +
 .../drawable/abc_cab_background_internal_bg.xml |   23 +
 .../abc_cab_background_top_material.xml         |   21 +
 .../release/drawable/abc_edit_text_material.xml |   31 +
 .../drawable/abc_item_background_holo_dark.xml  |   27 +
 .../drawable/abc_item_background_holo_light.xml |   27 +
 ...selector_background_transition_holo_dark.xml |   21 +
 ...elector_background_transition_holo_light.xml |   21 +
 .../drawable/abc_list_selector_holo_dark.xml    |   28 +
 .../drawable/abc_list_selector_holo_light.xml   |   29 +
 .../drawable/abc_ratingbar_full_material.xml    |   25 +
 ...bc_spinner_textfield_background_material.xml |   36 +
 .../drawable/abc_switch_thumb_material.xml      |   20 +
 .../drawable/abc_tab_indicator_material.xml     |   21 +
 .../drawable/abc_textfield_search_material.xml  |   23 +
 .../res/release/drawable/gear_icon.png          |  Bin 0 -> 2363 bytes
 .../layout-v11/abc_screen_content_include.xml   |   27 +
 .../layout/abc_action_bar_title_item.xml        |   35 +
 .../layout/abc_action_bar_up_container.xml      |   24 +
 .../abc_action_bar_view_list_nav_layout.xml     |   23 +
 .../layout/abc_action_menu_item_layout.xml      |   31 +
 .../release/layout/abc_action_menu_layout.xml   |   25 +
 .../res/release/layout/abc_action_mode_bar.xml  |   25 +
 .../abc_action_mode_close_item_material.xml     |   26 +
 .../layout/abc_activity_chooser_view.xml        |   72 +
 .../abc_activity_chooser_view_list_item.xml     |   52 +
 .../release/layout/abc_expanded_menu_layout.xml |   22 +
 .../layout/abc_list_menu_item_checkbox.xml      |   27 +
 .../release/layout/abc_list_menu_item_icon.xml  |   29 +
 .../layout/abc_list_menu_item_layout.xml        |   61 +
 .../release/layout/abc_list_menu_item_radio.xml |   25 +
 .../layout/abc_popup_menu_item_layout.xml       |   62 +
 .../layout/abc_screen_content_include.xml       |   27 +
 .../res/release/layout/abc_screen_simple.xml    |   35 +
 .../abc_screen_simple_overlay_action_mode.xml   |   39 +
 .../res/release/layout/abc_screen_toolbar.xml   |   53 +
 .../abc_search_dropdown_item_icons_2line.xml    |   86 +
 .../res/release/layout/abc_search_view.xml      |  142 +
 .../release/layout/abc_simple_dropdown_hint.xml |   23 +
 .../res/release/layout/activity_login.xml       |   19 +
 .../res/release/layout/fragment_login.xml       |   32 +
 .../support_simple_spinner_dropdown_item.xml    |   25 +
 .../res/release/menu/menu_login.xml             |   21 +
 .../res/release/mipmap-hdpi-v4/ic_launcher.png  |  Bin 0 -> 7761 bytes
 .../res/release/mipmap-mdpi-v4/ic_launcher.png  |  Bin 0 -> 3825 bytes
 .../res/release/mipmap-xhdpi-v4/ic_launcher.png |  Bin 0 -> 12321 bytes
 .../release/mipmap-xxhdpi-v4/ic_launcher.png    |  Bin 0 -> 23910 bytes
 .../release/mipmap-xxxhdpi-v4/ic_launcher.png   |  Bin 0 -> 36964 bytes
 .../res/release/values-af/values.xml            |   21 +
 .../res/release/values-am/values.xml            |   21 +
 .../res/release/values-ar/values.xml            |   21 +
 .../res/release/values-bg/values.xml            |   21 +
 .../res/release/values-bn-rBD/values.xml        |   21 +
 .../res/release/values-ca/values.xml            |   21 +
 .../res/release/values-cs/values.xml            |   21 +
 .../res/release/values-da/values.xml            |   21 +
 .../res/release/values-de/values.xml            |   21 +
 .../res/release/values-el/values.xml            |   21 +
 .../res/release/values-en-rGB/values.xml        |   21 +
 .../res/release/values-en-rIN/values.xml        |   21 +
 .../res/release/values-es-rUS/values.xml        |   21 +
 .../res/release/values-es/values.xml            |   21 +
 .../res/release/values-et-rEE/values.xml        |   21 +
 .../res/release/values-eu-rES/values.xml        |   21 +
 .../res/release/values-fa/values.xml            |   21 +
 .../res/release/values-fi/values.xml            |   21 +
 .../res/release/values-fr-rCA/values.xml        |   21 +
 .../res/release/values-fr/values.xml            |   21 +
 .../res/release/values-gl-rES/values.xml        |   21 +
 .../res/release/values-hdpi-v4/values.xml       |   10 +
 .../res/release/values-hi/values.xml            |   21 +
 .../res/release/values-hr/values.xml            |   21 +
 .../res/release/values-hu/values.xml            |   21 +
 .../res/release/values-hy-rAM/values.xml        |   21 +
 .../res/release/values-in/values.xml            |   21 +
 .../res/release/values-is-rIS/values.xml        |   21 +
 .../res/release/values-it/values.xml            |   21 +
 .../res/release/values-iw/values.xml            |   21 +
 .../res/release/values-ja/values.xml            |   21 +
 .../res/release/values-ka-rGE/values.xml        |   21 +
 .../res/release/values-kk-rKZ/values.xml        |   21 +
 .../res/release/values-km-rKH/values.xml        |   21 +
 .../res/release/values-kn-rIN/values.xml        |   21 +
 .../res/release/values-ko/values.xml            |   21 +
 .../res/release/values-ky-rKG/values.xml        |   21 +
 .../res/release/values-land/values.xml          |   12 +
 .../res/release/values-large-v4/values.xml      |   16 +
 .../res/release/values-lo-rLA/values.xml        |   21 +
 .../res/release/values-lt/values.xml            |   21 +
 .../res/release/values-lv/values.xml            |   21 +
 .../res/release/values-mk-rMK/values.xml        |   19 +
 .../res/release/values-ml-rIN/values.xml        |   21 +
 .../res/release/values-mn-rMN/values.xml        |   21 +
 .../res/release/values-mr-rIN/values.xml        |   21 +
 .../res/release/values-ms-rMY/values.xml        |   21 +
 .../res/release/values-my-rMM/values.xml        |   21 +
 .../res/release/values-nb/values.xml            |   21 +
 .../res/release/values-ne-rNP/values.xml        |   21 +
 .../res/release/values-nl/values.xml            |   21 +
 .../res/release/values-pl/values.xml            |   21 +
 .../res/release/values-port/values.xml          |    6 +
 .../res/release/values-pt-rPT/values.xml        |   21 +
 .../res/release/values-pt/values.xml            |   21 +
 .../res/release/values-ro/values.xml            |   21 +
 .../res/release/values-ru/values.xml            |   21 +
 .../res/release/values-si-rLK/values.xml        |   21 +
 .../res/release/values-sk/values.xml            |   21 +
 .../res/release/values-sl/values.xml            |   21 +
 .../res/release/values-sr/values.xml            |   21 +
 .../res/release/values-sv/values.xml            |   21 +
 .../res/release/values-sw/values.xml            |   21 +
 .../res/release/values-sw600dp-v13/values.xml   |   11 +
 .../res/release/values-ta-rIN/values.xml        |   21 +
 .../res/release/values-te-rIN/values.xml        |   21 +
 .../res/release/values-th/values.xml            |   21 +
 .../res/release/values-tl/values.xml            |   21 +
 .../res/release/values-tr/values.xml            |   21 +
 .../res/release/values-uk/values.xml            |   21 +
 .../res/release/values-ur-rPK/values.xml        |   21 +
 .../res/release/values-uz-rUZ/values.xml        |   20 +
 .../res/release/values-v11/values.xml           |  390 ++
 .../res/release/values-v14/values.xml           |   42 +
 .../res/release/values-v17/values.xml           |   47 +
 .../res/release/values-v21/values.xml           |  310 +
 .../res/release/values-vi/values.xml            |   21 +
 .../res/release/values-w360dp-v13/values.xml    |    6 +
 .../res/release/values-w480dp-v13/values.xml    |    7 +
 .../res/release/values-w500dp-v13/values.xml    |    6 +
 .../res/release/values-w600dp-v13/values.xml    |    7 +
 .../res/release/values-w720dp-v13/values.xml    |    6 +
 .../res/release/values-w820dp-v13/values.xml    |    6 +
 .../release/values-xlarge-land-v4/values.xml    |    6 +
 .../res/release/values-xlarge-v4/values.xml     |   12 +
 .../res/release/values-zh-rCN/values.xml        |   21 +
 .../res/release/values-zh-rHK/values.xml        |   21 +
 .../res/release/values-zh-rTW/values.xml        |   21 +
 .../res/release/values-zu/values.xml            |   21 +
 .../intermediates/res/release/values/values.xml | 1384 +++++
 .../resources/resources-debug-androidTest.ap_   |  Bin 0 -> 775 bytes
 .../intermediates/resources/resources-debug.ap_ |  Bin 0 -> 702964 bytes
 .../resources/resources-release.ap_             |  Bin 0 -> 434684 bytes
 app/build/intermediates/symbols/debug/R.txt     | 1132 ++++
 app/build/intermediates/symbols/release/R.txt   |  980 +++
 app/build/outputs/apk/app-debug-unaligned.apk   |  Bin 0 -> 1413796 bytes
 app/build/outputs/apk/app-debug.apk             |  Bin 0 -> 1414213 bytes
 app/build/outputs/apk/app-release-unsigned.apk  |  Bin 0 -> 1019714 bytes
 app/build/outputs/lint-results.html             |  358 ++
 app/build/outputs/lint-results.xml              |   48 +
 .../outputs/lint-results_files/hololike.css     |  175 +
 .../outputs/lint-results_files/lint-error.png   |  Bin 0 -> 638 bytes
 .../outputs/lint-results_files/lint-run.png     |  Bin 0 -> 422 bytes
 .../outputs/lint-results_files/lint-warning.png |  Bin 0 -> 337 bytes
 .../logs/manifest-merger-debug-report.txt       |   97 +
 .../logs/manifest-merger-release-report.txt     |   53 +
 .../reports/tests/debug/css/base-style.css      |  161 +
 app/build/reports/tests/debug/css/style.css     |   84 +
 app/build/reports/tests/debug/index.html        |   86 +
 app/build/reports/tests/debug/js/report.js      |  101 +
 .../reports/tests/release/css/base-style.css    |  161 +
 app/build/reports/tests/release/css/style.css   |   84 +
 app/build/reports/tests/release/index.html      |   86 +
 app/build/reports/tests/release/js/report.js    |  101 +
 .../test-results/binary/testDebug/output.bin    |    0
 .../binary/testDebug/output.bin.idx             |  Bin 0 -> 1 bytes
 .../test-results/binary/testDebug/results.bin   |    0
 .../test-results/binary/testRelease/output.bin  |    0
 .../binary/testRelease/output.bin.idx           |  Bin 0 -> 1 bytes
 .../test-results/binary/testRelease/results.bin |    0
 app/proguard-rules.pro                          |   17 +
 .../com/tavernamobile/ApplicationTest.java      |   39 +
 .../mobile/tavernamobile/ApplicationTest.java   |   39 +
 app/src/main/AndroidManifest.xml                |   56 +
 app/src/main/ic_about-web.png                   |  Bin 0 -> 12726 bytes
 app/src/main/ic_download-web.png                |  Bin 0 -> 4063 bytes
 app/src/main/ic_downloadworkflow-web.png        |  Bin 0 -> 3972 bytes
 app/src/main/ic_launcher-web.png                |  Bin 0 -> 72617 bytes
 app/src/main/ic_logout-web.png                  |  Bin 0 -> 8213 bytes
 app/src/main/ic_markworkflow_selected-web.png   |  Bin 0 -> 15757 bytes
 app/src/main/ic_markworkflow_unselected-web.png |  Bin 0 -> 10274 bytes
 app/src/main/ic_openwk-web.png                  |  Bin 0 -> 5721 bytes
 app/src/main/ic_poweredby-web.png               |  Bin 0 -> 13169 bytes
 app/src/main/ic_quit-web.png                    |  Bin 0 -> 22378 bytes
 app/src/main/ic_usage-web.png                   |  Bin 0 -> 5028 bytes
 app/src/main/ic_user-web.png                    |  Bin 0 -> 3907 bytes
 app/src/main/ic_viewworkflow-web.png            |  Bin 0 -> 2734 bytes
 app/src/main/ic_workflows-web.png               |  Bin 0 -> 5276 bytes
 app/src/main/icuserprofiles-web.png             |  Bin 0 -> 8459 bytes
 .../apache/com/tavernamobile/LoginActivity.java |   66 +
 .../activities/DashboardMainActivity.java       |  269 +
 .../mobile/activities/FlashScreenActivity.java  |   69 +
 .../mobile/activities/LoginActivity.java        |   95 +
 .../adapters/FavoriteWorkflowAdapter.java       |   64 +
 .../mobile/adapters/SliderMenuAdapter.java      |   95 +
 .../mobile/adapters/WorkflowAdapter.java        |   69 +
 .../mobile/fragments/FavoriteFragment.java      |  156 +
 .../fragments/NavigationDrawerFragment.java     |  314 +
 .../mobile/fragments/WorkflowItemFragment.java  |  154 +
 .../apache/taverna/mobile/utils/Workflow.java   |  100 +
 .../taverna/mobile/utils/WorkflowComponent.java |   10 +
 .../main/res/drawable-hdpi/drawer_shadow.9.png  |  Bin 0 -> 161 bytes
 app/src/main/res/drawable-hdpi/ic_drawer.png    |  Bin 0 -> 2829 bytes
 .../main/res/drawable-mdpi/drawer_shadow.9.png  |  Bin 0 -> 142 bytes
 .../res/drawable-mdpi/ic_downloadworkflow.png   |  Bin 0 -> 461 bytes
 app/src/main/res/drawable-mdpi/ic_drawer.png    |  Bin 0 -> 2820 bytes
 .../drawable-mdpi/ic_markworkflow_selected.png  |  Bin 0 -> 1326 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 887 bytes
 .../main/res/drawable-mdpi/ic_viewworkflow.png  |  Bin 0 -> 327 bytes
 .../main/res/drawable-xhdpi/drawer_shadow.9.png |  Bin 0 -> 174 bytes
 app/src/main/res/drawable-xhdpi/ic_drawer.png   |  Bin 0 -> 2836 bytes
 .../res/drawable-xxhdpi/drawer_shadow.9.png     |  Bin 0 -> 208 bytes
 app/src/main/res/drawable-xxhdpi/ic_drawer.png  |  Bin 0 -> 202 bytes
 app/src/main/res/drawable/download.png          |  Bin 0 -> 1212 bytes
 app/src/main/res/drawable/gear_icon.png         |  Bin 0 -> 2381 bytes
 app/src/main/res/drawable/ic_userprofile.png    |  Bin 0 -> 4128 bytes
 app/src/main/res/drawable/round_shape.xml       |   27 +
 app/src/main/res/drawable/sliding_header.png    |  Bin 0 -> 82560 bytes
 app/src/main/res/drawable/tavernalogo.png       |  Bin 0 -> 17512 bytes
 .../res/layout-land/activity_dashboard_main.xml |   59 +
 .../main/res/layout-xlarge/fragment_login.xml   |  145 +
 .../main/res/layout/activity_dashboard_main.xml |   62 +
 .../main/res/layout/activity_flash_screen.xml   |   68 +
 app/src/main/res/layout/activity_login.xml      |   18 +
 .../main/res/layout/favorite_item_layout.xml    |  139 +
 .../main/res/layout/fragment_dashboard_main.xml |   38 +
 app/src/main/res/layout/fragment_item_grid.xml  |   40 +
 app/src/main/res/layout/fragment_item_list.xml  |   41 +
 app/src/main/res/layout/fragment_login.xml      |  140 +
 .../res/layout/fragment_navigation_drawer.xml   |   64 +
 app/src/main/res/layout/menu_item_layout.xml    |   44 +
 .../main/res/layout/workflow_item_layout.xml    |  139 +
 app/src/main/res/layout/workflow_layout.xml     |   33 +
 app/src/main/res/menu/dashboard_main.xml        |   30 +
 app/src/main/res/menu/global.xml                |   24 +
 app/src/main/res/mipmap-hdpi/ic_about.png       |  Bin 0 -> 822 bytes
 app/src/main/res/mipmap-hdpi/ic_download.png    |  Bin 0 -> 442 bytes
 .../res/mipmap-hdpi/ic_downloadworkflow.png     |  Bin 0 -> 461 bytes
 app/src/main/res/mipmap-hdpi/ic_launcher.png    |  Bin 0 -> 8214 bytes
 app/src/main/res/mipmap-hdpi/ic_logout.png      |  Bin 0 -> 767 bytes
 .../mipmap-hdpi/ic_markworkflow_selected.png    |  Bin 0 -> 1326 bytes
 .../mipmap-hdpi/ic_markworkflow_unselected.png  |  Bin 0 -> 887 bytes
 app/src/main/res/mipmap-hdpi/ic_openwk.png      |  Bin 0 -> 589 bytes
 app/src/main/res/mipmap-hdpi/ic_poweredby.png   |  Bin 0 -> 1638 bytes
 app/src/main/res/mipmap-hdpi/ic_quit.png        |  Bin 0 -> 3211 bytes
 app/src/main/res/mipmap-hdpi/ic_usage.png       |  Bin 0 -> 451 bytes
 app/src/main/res/mipmap-hdpi/ic_user.png        |  Bin 0 -> 638 bytes
 .../main/res/mipmap-hdpi/ic_viewworkflow.png    |  Bin 0 -> 327 bytes
 app/src/main/res/mipmap-hdpi/ic_workflows.png   |  Bin 0 -> 418 bytes
 app/src/main/res/mipmap-hdpi/icuserprofiles.png |  Bin 0 -> 832 bytes
 app/src/main/res/mipmap-mdpi/ic_about.png       |  Bin 0 -> 530 bytes
 app/src/main/res/mipmap-mdpi/ic_download.png    |  Bin 0 -> 321 bytes
 .../res/mipmap-mdpi/ic_downloadworkflow.png     |  Bin 0 -> 366 bytes
 app/src/main/res/mipmap-mdpi/ic_launcher.png    |  Bin 0 -> 3986 bytes
 app/src/main/res/mipmap-mdpi/ic_logout.png      |  Bin 0 -> 583 bytes
 .../mipmap-mdpi/ic_markworkflow_selected.png    |  Bin 0 -> 850 bytes
 .../mipmap-mdpi/ic_markworkflow_unselected.png  |  Bin 0 -> 605 bytes
 app/src/main/res/mipmap-mdpi/ic_openwk.png      |  Bin 0 -> 422 bytes
 app/src/main/res/mipmap-mdpi/ic_poweredby.png   |  Bin 0 -> 866 bytes
 app/src/main/res/mipmap-mdpi/ic_quit.png        |  Bin 0 -> 1601 bytes
 app/src/main/res/mipmap-mdpi/ic_usage.png       |  Bin 0 -> 472 bytes
 app/src/main/res/mipmap-mdpi/ic_user.png        |  Bin 0 -> 368 bytes
 .../main/res/mipmap-mdpi/ic_viewworkflow.png    |  Bin 0 -> 263 bytes
 app/src/main/res/mipmap-mdpi/ic_workflows.png   |  Bin 0 -> 360 bytes
 app/src/main/res/mipmap-mdpi/icuserprofiles.png |  Bin 0 -> 576 bytes
 app/src/main/res/mipmap-xhdpi/ic_about.png      |  Bin 0 -> 1130 bytes
 app/src/main/res/mipmap-xhdpi/ic_download.png   |  Bin 0 -> 589 bytes
 .../res/mipmap-xhdpi/ic_downloadworkflow.png    |  Bin 0 -> 592 bytes
 app/src/main/res/mipmap-xhdpi/ic_launcher.png   |  Bin 0 -> 13501 bytes
 app/src/main/res/mipmap-xhdpi/ic_logout.png     |  Bin 0 -> 1084 bytes
 .../mipmap-xhdpi/ic_markworkflow_selected.png   |  Bin 0 -> 1827 bytes
 .../mipmap-xhdpi/ic_markworkflow_unselected.png |  Bin 0 -> 1250 bytes
 app/src/main/res/mipmap-xhdpi/ic_openwk.png     |  Bin 0 -> 781 bytes
 app/src/main/res/mipmap-xhdpi/ic_poweredby.png  |  Bin 0 -> 2697 bytes
 app/src/main/res/mipmap-xhdpi/ic_quit.png       |  Bin 0 -> 5569 bytes
 app/src/main/res/mipmap-xhdpi/ic_usage.png      |  Bin 0 -> 759 bytes
 app/src/main/res/mipmap-xhdpi/ic_user.png       |  Bin 0 -> 982 bytes
 .../main/res/mipmap-xhdpi/ic_viewworkflow.png   |  Bin 0 -> 398 bytes
 app/src/main/res/mipmap-xhdpi/ic_workflows.png  |  Bin 0 -> 615 bytes
 .../main/res/mipmap-xhdpi/icuserprofiles.png    |  Bin 0 -> 1134 bytes
 app/src/main/res/mipmap-xxhdpi/ic_about.png     |  Bin 0 -> 2203 bytes
 app/src/main/res/mipmap-xxhdpi/ic_download.png  |  Bin 0 -> 753 bytes
 .../res/mipmap-xxhdpi/ic_downloadworkflow.png   |  Bin 0 -> 840 bytes
 app/src/main/res/mipmap-xxhdpi/ic_launcher.png  |  Bin 0 -> 27944 bytes
 app/src/main/res/mipmap-xxhdpi/ic_logout.png    |  Bin 0 -> 1758 bytes
 .../mipmap-xxhdpi/ic_markworkflow_selected.png  |  Bin 0 -> 3088 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 2029 bytes
 app/src/main/res/mipmap-xxhdpi/ic_openwk.png    |  Bin 0 -> 1174 bytes
 app/src/main/res/mipmap-xxhdpi/ic_poweredby.png |  Bin 0 -> 5302 bytes
 app/src/main/res/mipmap-xxhdpi/ic_quit.png      |  Bin 0 -> 11518 bytes
 app/src/main/res/mipmap-xxhdpi/ic_usage.png     |  Bin 0 -> 1193 bytes
 app/src/main/res/mipmap-xxhdpi/ic_user.png      |  Bin 0 -> 1787 bytes
 .../main/res/mipmap-xxhdpi/ic_viewworkflow.png  |  Bin 0 -> 585 bytes
 app/src/main/res/mipmap-xxhdpi/ic_workflows.png |  Bin 0 -> 1093 bytes
 .../main/res/mipmap-xxhdpi/icuserprofiles.png   |  Bin 0 -> 1737 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_about.png    |  Bin 0 -> 3321 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_download.png |  Bin 0 -> 1097 bytes
 .../res/mipmap-xxxhdpi/ic_downloadworkflow.png  |  Bin 0 -> 1094 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png |  Bin 0 -> 46953 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_logout.png   |  Bin 0 -> 2490 bytes
 .../mipmap-xxxhdpi/ic_markworkflow_selected.png |  Bin 0 -> 4250 bytes
 .../ic_markworkflow_unselected.png              |  Bin 0 -> 2793 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_openwk.png   |  Bin 0 -> 1620 bytes
 .../main/res/mipmap-xxxhdpi/ic_poweredby.png    |  Bin 0 -> 8749 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_quit.png     |  Bin 0 -> 16438 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_usage.png    |  Bin 0 -> 1519 bytes
 app/src/main/res/mipmap-xxxhdpi/ic_user.png     |  Bin 0 -> 2558 bytes
 .../main/res/mipmap-xxxhdpi/ic_viewworkflow.png |  Bin 0 -> 797 bytes
 .../main/res/mipmap-xxxhdpi/ic_workflows.png    |  Bin 0 -> 1365 bytes
 .../main/res/mipmap-xxxhdpi/icuserprofiles.png  |  Bin 0 -> 2427 bytes
 app/src/main/res/values-large/refs.xml          |   31 +
 app/src/main/res/values-large/strings.xml       |   23 +
 app/src/main/res/values-sw600dp/refs.xml        |   31 +
 app/src/main/res/values-sw600dp/strings.xml     |   23 +
 app/src/main/res/values-w820dp/dimens.xml       |   20 +
 app/src/main/res/values-w820dp/strings.xml      |   23 +
 app/src/main/res/values/dimens.xml              |   23 +
 app/src/main/res/values/refs.xml                |   31 +
 app/src/main/res/values/strings.xml             |   65 +
 app/src/main/res/values/styles.xml              |   22 +
 app/src/main/res/xml/searchable.xml             |   27 +
 build.gradle                                    |   19 +
 build/intermediates/dex-cache/cache.xml         |   47 +
 .../lint-cache/api-versions-6-20.bin            |  Bin 0 -> 3194986 bytes
 .../intermediates/lint-cache/typos-de.txt-2.bin |  Bin 0 -> 51872 bytes
 .../intermediates/lint-cache/typos-en.txt-2.bin |  Bin 0 -> 103790 bytes
 .../intermediates/lint-cache/typos-es.txt-2.bin |  Bin 0 -> 8769 bytes
 .../intermediates/lint-cache/typos-hu.txt-2.bin |  Bin 0 -> 1313 bytes
 .../intermediates/lint-cache/typos-it.txt-2.bin |  Bin 0 -> 7361 bytes
 .../intermediates/lint-cache/typos-nb.txt-2.bin |  Bin 0 -> 2397 bytes
 .../intermediates/lint-cache/typos-pt.txt-2.bin |  Bin 0 -> 32373 bytes
 .../intermediates/lint-cache/typos-tr.txt-2.bin |  Bin 0 -> 5440 bytes
 build/intermediates/model_data.bin              |  Bin 0 -> 106687 bytes
 gradle.properties                               |   18 +
 gradle/wrapper/gradle-wrapper.jar               |  Bin 0 -> 49896 bytes
 gradle/wrapper/gradle-wrapper.properties        |    6 +
 gradlew                                         |  164 +
 gradlew.bat                                     |   90 +
 incubator-taverna-mobile                        |    1 +
 local.properties                                |   10 +
 settings.gradle                                 |    1 +
 1517 files changed, 48384 insertions(+)
----------------------------------------------------------------------