diff --git a/phoneClients/android/.idea/libraries/appcompat_v7_19_1_0.xml b/phoneClients/android/.idea/libraries/appcompat_v7_19_1_0.xml index 970e5fa..700d529 100644 --- a/phoneClients/android/.idea/libraries/appcompat_v7_19_1_0.xml +++ b/phoneClients/android/.idea/libraries/appcompat_v7_19_1_0.xml @@ -1,8 +1,8 @@ - - + + diff --git a/phoneClients/android/.idea/libraries/play_services_4_3_23.xml b/phoneClients/android/.idea/libraries/play_services_4_3_23.xml index 57b5520..a3a6599 100644 --- a/phoneClients/android/.idea/libraries/play_services_4_3_23.xml +++ b/phoneClients/android/.idea/libraries/play_services_4_3_23.xml @@ -1,8 +1,8 @@ - - + + diff --git a/phoneClients/android/.idea/workspace.xml b/phoneClients/android/.idea/workspace.xml index b8e6cfa..ab520b9 100644 --- a/phoneClients/android/.idea/workspace.xml +++ b/phoneClients/android/.idea/workspace.xml @@ -41,6 +41,14 @@ + + + + + + + + @@ -104,17 +112,25 @@ - + - - + + + + + + + + + + @@ -123,7 +139,7 @@ - + @@ -133,51 +149,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -377,6 +350,10 @@ + + @@ -393,6 +370,10 @@ + + @@ -409,6 +390,10 @@ + + @@ -604,6 +589,10 @@ + + @@ -611,7 +600,7 @@ @@ -1096,122 +1090,6 @@ @@ -1470,35 +1330,55 @@ + + + + + + + + + + + + + + + + + + + + - + - - + - - + + - + - + + @@ -1573,6 +1453,14 @@ + + + + + + + + @@ -1581,7 +1469,6 @@ - @@ -1595,6 +1482,14 @@ + + + + + + + + @@ -1609,6 +1504,14 @@ + + + + + + + + @@ -1617,7 +1520,6 @@ - @@ -1631,6 +1533,14 @@ + + + + + + + + @@ -1639,7 +1549,6 @@ - @@ -1660,6 +1569,14 @@ + + + + + + + + @@ -1699,7 +1616,6 @@ - @@ -1721,6 +1637,14 @@ + + + + + + + + @@ -1743,6 +1667,14 @@ + + + + + + + + @@ -1765,6 +1697,14 @@ + + + + + + + + @@ -1787,6 +1727,14 @@ + + + + + + + + @@ -1920,14 +1868,35 @@ - + + + + + + + - - + + + + + + + + + + + + + + + + + @@ -1943,41 +1912,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -1989,19 +1927,33 @@ - + - - + + - + - - - + + + + + + + + + + + + + + + + + diff --git a/phoneClients/android/android.iml b/phoneClients/android/android.iml index d9c631d..edb62a6 100644 --- a/phoneClients/android/android.iml +++ b/phoneClients/android/android.iml @@ -4,7 +4,6 @@ - diff --git a/phoneClients/android/app/app.iml b/phoneClients/android/app/app.iml index 7c0790e..fa9ba3f 100644 --- a/phoneClients/android/app/app.iml +++ b/phoneClients/android/app/app.iml @@ -22,19 +22,19 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -56,17 +56,8 @@ - - - - - - - - - - - + + diff --git a/phoneClients/android/app/build.gradle b/phoneClients/android/app/build.gradle index 703a2df..90383f3 100644 --- a/phoneClients/android/app/build.gradle +++ b/phoneClients/android/app/build.gradle @@ -2,13 +2,13 @@ android { compileSdkVersion 19 - buildToolsVersion "19.0.3" + buildToolsVersion "19.1.0" defaultConfig { minSdkVersion 10 targetSdkVersion 19 - versionCode 3 - versionName "3.2.2" + versionCode 4 + versionName "3.2.4" } buildTypes { release { diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java index 97c5ee2..23bb188 100644 --- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java +++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java @@ -110,6 +110,9 @@ gpsTrackerIntent = new Intent(context, GpsTrackerAlarmReceiver.class); pendingIntent = PendingIntent.getBroadcast(context, 0, gpsTrackerIntent, 0); + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + intervalInMinutes = sharedPreferences.getInt("intervalInMinutes", 1); + alarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, SystemClock.elapsedRealtime(), intervalInMinutes * 60000, // 60000 = 1 minute diff --git a/phoneClients/android/build.gradle b/phoneClients/android/build.gradle index 80eec1a..4c8f6d8 100644 --- a/phoneClients/android/build.gradle +++ b/phoneClients/android/build.gradle @@ -5,7 +5,7 @@ mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.9.+' + classpath 'com.android.tools.build:gradle:0.11.+' } } diff --git a/phoneClients/android/build/intermediates/dex-cache/cache.xml b/phoneClients/android/build/intermediates/dex-cache/cache.xml new file mode 100644 index 0000000..2aa96cb --- /dev/null +++ b/phoneClients/android/build/intermediates/dex-cache/cache.xml @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml new file mode 100644 index 0000000..6939d32 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt new file mode 100644 index 0000000..ff1eab0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt @@ -0,0 +1,582 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_slide_in_bottom 0x7f040002 +int anim abc_slide_in_top 0x7f040003 +int anim abc_slide_out_bottom 0x7f040004 +int anim abc_slide_out_top 0x7f040005 +int attr actionBarDivider 0x7f010000 +int attr actionBarItemBackground 0x7f010001 +int attr actionBarSize 0x7f010002 +int attr actionBarSplitStyle 0x7f010003 +int attr actionBarStyle 0x7f010004 +int attr actionBarTabBarStyle 0x7f010005 +int attr actionBarTabStyle 0x7f010006 +int attr actionBarTabTextStyle 0x7f010007 +int attr actionBarWidgetTheme 0x7f010008 +int attr actionButtonStyle 0x7f010009 +int attr actionDropDownStyle 0x7f010066 +int attr actionLayout 0x7f01005d +int attr actionMenuTextAppearance 0x7f01000a +int attr actionMenuTextColor 0x7f01000b +int attr actionModeBackground 0x7f01000c +int attr actionModeCloseButtonStyle 0x7f01000d +int attr actionModeCloseDrawable 0x7f01000e +int attr actionModeCopyDrawable 0x7f01000f +int attr actionModeCutDrawable 0x7f010010 +int attr actionModeFindDrawable 0x7f010011 +int attr actionModePasteDrawable 0x7f010012 +int attr actionModePopupWindowStyle 0x7f010013 +int attr actionModeSelectAllDrawable 0x7f010014 +int attr actionModeShareDrawable 0x7f010015 +int attr actionModeSplitBackground 0x7f010016 +int attr actionModeStyle 0x7f010017 +int attr actionModeWebSearchDrawable 0x7f010018 +int attr actionOverflowButtonStyle 0x7f010019 +int attr actionProviderClass 0x7f01005f +int attr actionViewClass 0x7f01005e +int attr activityChooserViewStyle 0x7f01001a +int attr background 0x7f010047 +int attr backgroundSplit 0x7f010049 +int attr backgroundStacked 0x7f010048 +int attr buttonBarButtonStyle 0x7f01001b +int attr buttonBarStyle 0x7f01001c +int attr customNavigationLayout 0x7f01004a +int attr disableChildrenWhenDisabled 0x7f010065 +int attr displayOptions 0x7f010040 +int attr divider 0x7f010046 +int attr dividerHorizontal 0x7f01001d +int attr dividerPadding 0x7f01005b +int attr dividerVertical 0x7f01001e +int attr dropDownListViewStyle 0x7f01001f +int attr dropdownListPreferredItemHeight 0x7f010067 +int attr expandActivityOverflowButtonDrawable 0x7f010058 +int attr height 0x7f010020 +int attr homeAsUpIndicator 0x7f010021 +int attr homeLayout 0x7f01004b +int attr icon 0x7f010044 +int attr iconifiedByDefault 0x7f010060 +int attr indeterminateProgressStyle 0x7f01004d +int attr initialActivityCount 0x7f010057 +int attr isLightTheme 0x7f010022 +int attr itemPadding 0x7f01004f +int attr listChoiceBackgroundIndicator 0x7f01006b +int attr listPopupWindowStyle 0x7f010023 +int attr listPreferredItemHeight 0x7f010024 +int attr listPreferredItemHeightLarge 0x7f010025 +int attr listPreferredItemHeightSmall 0x7f010026 +int attr listPreferredItemPaddingLeft 0x7f010027 +int attr listPreferredItemPaddingRight 0x7f010028 +int attr logo 0x7f010045 +int attr navigationMode 0x7f01003f +int attr paddingEnd 0x7f01006d +int attr paddingStart 0x7f01006c +int attr panelMenuListTheme 0x7f01006a +int attr panelMenuListWidth 0x7f010069 +int attr popupMenuStyle 0x7f010068 +int attr popupPromptView 0x7f010064 +int attr progressBarPadding 0x7f01004e +int attr progressBarStyle 0x7f01004c +int attr prompt 0x7f010062 +int attr queryHint 0x7f010061 +int attr searchDropdownBackground 0x7f010029 +int attr searchResultListItemHeight 0x7f01002a +int attr searchViewAutoCompleteTextView 0x7f01002b +int attr searchViewCloseIcon 0x7f01002c +int attr searchViewEditQuery 0x7f01002d +int attr searchViewEditQueryBackground 0x7f01002e +int attr searchViewGoIcon 0x7f01002f +int attr searchViewSearchIcon 0x7f010030 +int attr searchViewTextField 0x7f010031 +int attr searchViewTextFieldRight 0x7f010032 +int attr searchViewVoiceIcon 0x7f010033 +int attr selectableItemBackground 0x7f010034 +int attr showAsAction 0x7f01005c +int attr showDividers 0x7f01005a +int attr spinnerDropDownItemStyle 0x7f010035 +int attr spinnerMode 0x7f010063 +int attr spinnerStyle 0x7f010036 +int attr subtitle 0x7f010041 +int attr subtitleTextStyle 0x7f010043 +int attr textAllCaps 0x7f010059 +int attr textAppearanceLargePopupMenu 0x7f010037 +int attr textAppearanceListItem 0x7f010038 +int attr textAppearanceListItemSmall 0x7f010039 +int attr textAppearanceSearchResultSubtitle 0x7f01003a +int attr textAppearanceSearchResultTitle 0x7f01003b +int attr textAppearanceSmallPopupMenu 0x7f01003c +int attr textColorSearchUrl 0x7f01003d +int attr title 0x7f01003e +int attr titleTextStyle 0x7f010042 +int attr windowActionBar 0x7f010050 +int attr windowActionBarOverlay 0x7f010051 +int attr windowFixedHeightMajor 0x7f010056 +int attr windowFixedHeightMinor 0x7f010054 +int attr windowFixedWidthMajor 0x7f010053 +int attr windowFixedWidthMinor 0x7f010055 +int attr windowSplitActionBar 0x7f010052 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f050000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f050001 +int bool abc_config_actionMenuItemAllCaps 0x7f050002 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050003 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050004 +int bool abc_split_action_bar_is_narrow 0x7f050005 +int color abc_search_url_text_holo 0x7f060003 +int color abc_search_url_text_normal 0x7f060000 +int color abc_search_url_text_pressed 0x7f060001 +int color abc_search_url_text_selected 0x7f060002 +int dimen abc_action_bar_default_height 0x7f080000 +int dimen abc_action_bar_icon_vertical_padding 0x7f080001 +int dimen abc_action_bar_progress_bar_size 0x7f080002 +int dimen abc_action_bar_stacked_max_height 0x7f080003 +int dimen abc_action_bar_stacked_tab_max_width 0x7f080004 +int dimen abc_action_bar_subtitle_bottom_margin 0x7f080005 +int dimen abc_action_bar_subtitle_text_size 0x7f080006 +int dimen abc_action_bar_subtitle_top_margin 0x7f080007 +int dimen abc_action_bar_title_text_size 0x7f080008 +int dimen abc_action_button_min_width 0x7f080009 +int dimen abc_config_prefDialogWidth 0x7f08000a +int dimen abc_dropdownitem_icon_width 0x7f08000b +int dimen abc_dropdownitem_text_padding_left 0x7f08000c +int dimen abc_dropdownitem_text_padding_right 0x7f08000d +int dimen abc_panel_menu_list_width 0x7f08000e +int dimen abc_search_view_preferred_width 0x7f08000f +int dimen abc_search_view_text_min_width 0x7f080010 +int dimen dialog_fixed_height_major 0x7f080011 +int dimen dialog_fixed_height_minor 0x7f080012 +int dimen dialog_fixed_width_major 0x7f080013 +int dimen dialog_fixed_width_minor 0x7f080014 +int drawable abc_ab_bottom_solid_dark_holo 0x7f020000 +int drawable abc_ab_bottom_solid_light_holo 0x7f020001 +int drawable abc_ab_bottom_transparent_dark_holo 0x7f020002 +int drawable abc_ab_bottom_transparent_light_holo 0x7f020003 +int drawable abc_ab_share_pack_holo_dark 0x7f020004 +int drawable abc_ab_share_pack_holo_light 0x7f020005 +int drawable abc_ab_solid_dark_holo 0x7f020006 +int drawable abc_ab_solid_light_holo 0x7f020007 +int drawable abc_ab_stacked_solid_dark_holo 0x7f020008 +int drawable abc_ab_stacked_solid_light_holo 0x7f020009 +int drawable abc_ab_stacked_transparent_dark_holo 0x7f02000a +int drawable abc_ab_stacked_transparent_light_holo 0x7f02000b +int drawable abc_ab_transparent_dark_holo 0x7f02000c +int drawable abc_ab_transparent_light_holo 0x7f02000d +int drawable abc_cab_background_bottom_holo_dark 0x7f02000e +int drawable abc_cab_background_bottom_holo_light 0x7f02000f +int drawable abc_cab_background_top_holo_dark 0x7f020010 +int drawable abc_cab_background_top_holo_light 0x7f020011 +int drawable abc_ic_ab_back_holo_dark 0x7f020012 +int drawable abc_ic_ab_back_holo_light 0x7f020013 +int drawable abc_ic_cab_done_holo_dark 0x7f020014 +int drawable abc_ic_cab_done_holo_light 0x7f020015 +int drawable abc_ic_clear 0x7f020016 +int drawable abc_ic_clear_disabled 0x7f020017 +int drawable abc_ic_clear_holo_light 0x7f020018 +int drawable abc_ic_clear_normal 0x7f020019 +int drawable abc_ic_clear_search_api_disabled_holo_light 0x7f02001a +int drawable abc_ic_clear_search_api_holo_light 0x7f02001b +int drawable abc_ic_commit_search_api_holo_dark 0x7f02001c +int drawable abc_ic_commit_search_api_holo_light 0x7f02001d +int drawable abc_ic_go 0x7f02001e +int drawable abc_ic_go_search_api_holo_light 0x7f02001f +int drawable abc_ic_menu_moreoverflow_normal_holo_dark 0x7f020020 +int drawable abc_ic_menu_moreoverflow_normal_holo_light 0x7f020021 +int drawable abc_ic_menu_share_holo_dark 0x7f020022 +int drawable abc_ic_menu_share_holo_light 0x7f020023 +int drawable abc_ic_search 0x7f020024 +int drawable abc_ic_search_api_holo_light 0x7f020025 +int drawable abc_ic_voice_search 0x7f020026 +int drawable abc_ic_voice_search_api_holo_light 0x7f020027 +int drawable abc_item_background_holo_dark 0x7f020028 +int drawable abc_item_background_holo_light 0x7f020029 +int drawable abc_list_divider_holo_dark 0x7f02002a +int drawable abc_list_divider_holo_light 0x7f02002b +int drawable abc_list_focused_holo 0x7f02002c +int drawable abc_list_longpressed_holo 0x7f02002d +int drawable abc_list_pressed_holo_dark 0x7f02002e +int drawable abc_list_pressed_holo_light 0x7f02002f +int drawable abc_list_selector_background_transition_holo_dark 0x7f020030 +int drawable abc_list_selector_background_transition_holo_light 0x7f020031 +int drawable abc_list_selector_disabled_holo_dark 0x7f020032 +int drawable abc_list_selector_disabled_holo_light 0x7f020033 +int drawable abc_list_selector_holo_dark 0x7f020034 +int drawable abc_list_selector_holo_light 0x7f020035 +int drawable abc_menu_dropdown_panel_holo_dark 0x7f020036 +int drawable abc_menu_dropdown_panel_holo_light 0x7f020037 +int drawable abc_menu_hardkey_panel_holo_dark 0x7f020038 +int drawable abc_menu_hardkey_panel_holo_light 0x7f020039 +int drawable abc_search_dropdown_dark 0x7f02003a +int drawable abc_search_dropdown_light 0x7f02003b +int drawable abc_spinner_ab_default_holo_dark 0x7f02003c +int drawable abc_spinner_ab_default_holo_light 0x7f02003d +int drawable abc_spinner_ab_disabled_holo_dark 0x7f02003e +int drawable abc_spinner_ab_disabled_holo_light 0x7f02003f +int drawable abc_spinner_ab_focused_holo_dark 0x7f020040 +int drawable abc_spinner_ab_focused_holo_light 0x7f020041 +int drawable abc_spinner_ab_holo_dark 0x7f020042 +int drawable abc_spinner_ab_holo_light 0x7f020043 +int drawable abc_spinner_ab_pressed_holo_dark 0x7f020044 +int drawable abc_spinner_ab_pressed_holo_light 0x7f020045 +int drawable abc_tab_indicator_ab_holo 0x7f020046 +int drawable abc_tab_selected_focused_holo 0x7f020047 +int drawable abc_tab_selected_holo 0x7f020048 +int drawable abc_tab_selected_pressed_holo 0x7f020049 +int drawable abc_tab_unselected_pressed_holo 0x7f02004a +int drawable abc_textfield_search_default_holo_dark 0x7f02004b +int drawable abc_textfield_search_default_holo_light 0x7f02004c +int drawable abc_textfield_search_right_default_holo_dark 0x7f02004d +int drawable abc_textfield_search_right_default_holo_light 0x7f02004e +int drawable abc_textfield_search_right_selected_holo_dark 0x7f02004f +int drawable abc_textfield_search_right_selected_holo_light 0x7f020050 +int drawable abc_textfield_search_selected_holo_dark 0x7f020051 +int drawable abc_textfield_search_selected_holo_light 0x7f020052 +int drawable abc_textfield_searchview_holo_dark 0x7f020053 +int drawable abc_textfield_searchview_holo_light 0x7f020054 +int drawable abc_textfield_searchview_right_holo_dark 0x7f020055 +int drawable abc_textfield_searchview_right_holo_light 0x7f020056 +int id action_bar 0x7f07001c +int id action_bar_activity_content 0x7f070014 +int id action_bar_container 0x7f07001b +int id action_bar_overlay_layout 0x7f07001f +int id action_bar_root 0x7f07001a +int id action_bar_subtitle 0x7f070023 +int id action_bar_title 0x7f070022 +int id action_context_bar 0x7f07001d +int id action_menu_divider 0x7f070015 +int id action_menu_presenter 0x7f070016 +int id action_mode_close_button 0x7f070024 +int id activity_chooser_view_content 0x7f070025 +int id always 0x7f07000f +int id beginning 0x7f07000a +int id checkbox 0x7f07002d +int id collapseActionView 0x7f070011 +int id default_activity_button 0x7f070028 +int id dialog 0x7f070012 +int id disableHome 0x7f070008 +int id dropdown 0x7f070013 +int id edit_query 0x7f070030 +int id end 0x7f07000c +int id expand_activities_button 0x7f070026 +int id expanded_menu 0x7f07002c +int id home 0x7f070017 +int id homeAsUp 0x7f070005 +int id icon 0x7f07002a +int id ifRoom 0x7f07000e +int id image 0x7f070027 +int id listMode 0x7f070001 +int id list_item 0x7f070029 +int id middle 0x7f07000b +int id never 0x7f07000d +int id none 0x7f070009 +int id normal 0x7f070000 +int id progress_circular 0x7f070018 +int id progress_horizontal 0x7f070019 +int id radio 0x7f07002f +int id search_badge 0x7f070032 +int id search_bar 0x7f070031 +int id search_button 0x7f070033 +int id search_close_btn 0x7f070038 +int id search_edit_frame 0x7f070034 +int id search_go_btn 0x7f07003a +int id search_mag_icon 0x7f070035 +int id search_plate 0x7f070036 +int id search_src_text 0x7f070037 +int id search_voice_btn 0x7f07003b +int id shortcut 0x7f07002e +int id showCustom 0x7f070007 +int id showHome 0x7f070004 +int id showTitle 0x7f070006 +int id split_action_bar 0x7f07001e +int id submit_area 0x7f070039 +int id tabMode 0x7f070002 +int id title 0x7f07002b +int id top_action_bar 0x7f070020 +int id up 0x7f070021 +int id useLogo 0x7f070003 +int id withText 0x7f070010 +int integer abc_max_action_buttons 0x7f090000 +int layout abc_action_bar_decor 0x7f030000 +int layout abc_action_bar_decor_include 0x7f030001 +int layout abc_action_bar_decor_overlay 0x7f030002 +int layout abc_action_bar_home 0x7f030003 +int layout abc_action_bar_tab 0x7f030004 +int layout abc_action_bar_tabbar 0x7f030005 +int layout abc_action_bar_title_item 0x7f030006 +int layout abc_action_bar_view_list_nav_layout 0x7f030007 +int layout abc_action_menu_item_layout 0x7f030008 +int layout abc_action_menu_layout 0x7f030009 +int layout abc_action_mode_bar 0x7f03000a +int layout abc_action_mode_close_item 0x7f03000b +int layout abc_activity_chooser_view 0x7f03000c +int layout abc_activity_chooser_view_include 0x7f03000d +int layout abc_activity_chooser_view_list_item 0x7f03000e +int layout abc_expanded_menu_layout 0x7f03000f +int layout abc_list_menu_item_checkbox 0x7f030010 +int layout abc_list_menu_item_icon 0x7f030011 +int layout abc_list_menu_item_layout 0x7f030012 +int layout abc_list_menu_item_radio 0x7f030013 +int layout abc_popup_menu_item_layout 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_simple_decor 0x7f030017 +int layout support_simple_spinner_dropdown_item 0x7f030018 +int string abc_action_bar_home_description 0x7f0a0000 +int string abc_action_bar_up_description 0x7f0a0001 +int string abc_action_menu_overflow_description 0x7f0a0002 +int string abc_action_mode_done 0x7f0a0003 +int string abc_activity_chooser_view_see_all 0x7f0a0004 +int string abc_activitychooserview_choose_application 0x7f0a0005 +int string abc_searchview_description_clear 0x7f0a0006 +int string abc_searchview_description_query 0x7f0a0007 +int string abc_searchview_description_search 0x7f0a0008 +int string abc_searchview_description_submit 0x7f0a0009 +int string abc_searchview_description_voice 0x7f0a000a +int string abc_shareactionprovider_share_with 0x7f0a000b +int string abc_shareactionprovider_share_with_application 0x7f0a000c +int style TextAppearance_AppCompat_Base_CompactMenu_Dialog 0x7f0b0000 +int style TextAppearance_AppCompat_Base_SearchResult 0x7f0b0001 +int style TextAppearance_AppCompat_Base_SearchResult_Subtitle 0x7f0b0002 +int style TextAppearance_AppCompat_Base_SearchResult_Title 0x7f0b0003 +int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Large 0x7f0b0004 +int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Small 0x7f0b0005 +int style TextAppearance_AppCompat_Light_Base_SearchResult 0x7f0b0006 +int style TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle 0x7f0b0007 +int style TextAppearance_AppCompat_Light_Base_SearchResult_Title 0x7f0b0008 +int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large 0x7f0b0009 +int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small 0x7f0b000a +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b000b +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b000c +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b000d +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b000e +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b000f +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b0010 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0011 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0012 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0013 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0014 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0015 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b0016 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b0017 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b0018 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b0019 +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Menu 0x7f0b001a +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle 0x7f0b001b +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse 0x7f0b001c +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title 0x7f0b001d +int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse 0x7f0b001e +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle 0x7f0b001f +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse 0x7f0b0020 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title 0x7f0b0021 +int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse 0x7f0b0022 +int style TextAppearance_AppCompat_Widget_Base_DropDownItem 0x7f0b0023 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b0024 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b0025 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b0026 +int style TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item 0x7f0b0027 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0028 +int style Theme_AppCompat 0x7f0b0029 +int style Theme_AppCompat_Base_CompactMenu 0x7f0b002a +int style Theme_AppCompat_Base_CompactMenu_Dialog 0x7f0b002b +int style Theme_AppCompat_CompactMenu 0x7f0b002c +int style Theme_AppCompat_CompactMenu_Dialog 0x7f0b002d +int style Theme_AppCompat_DialogWhenLarge 0x7f0b002e +int style Theme_AppCompat_Light 0x7f0b002f +int style Theme_AppCompat_Light_DarkActionBar 0x7f0b0030 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0031 +int style Theme_Base 0x7f0b0032 +int style Theme_Base_AppCompat 0x7f0b0033 +int style Theme_Base_AppCompat_Dialog_FixedSize 0x7f0b0034 +int style Theme_Base_AppCompat_Dialog_Light_FixedSize 0x7f0b0035 +int style Theme_Base_AppCompat_DialogWhenLarge 0x7f0b0036 +int style Theme_Base_AppCompat_DialogWhenLarge_Base 0x7f0b0089 +int style Theme_Base_AppCompat_Light 0x7f0b0037 +int style Theme_Base_AppCompat_Light_DarkActionBar 0x7f0b0038 +int style Theme_Base_AppCompat_Light_DialogWhenLarge 0x7f0b0039 +int style Theme_Base_AppCompat_Light_DialogWhenLarge_Base 0x7f0b008a +int style Theme_Base_Light 0x7f0b003a +int style Widget_AppCompat_ActionBar 0x7f0b003b +int style Widget_AppCompat_ActionBar_Solid 0x7f0b003c +int style Widget_AppCompat_ActionBar_TabBar 0x7f0b003d +int style Widget_AppCompat_ActionBar_TabText 0x7f0b003e +int style Widget_AppCompat_ActionBar_TabView 0x7f0b003f +int style Widget_AppCompat_ActionButton 0x7f0b0040 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b0041 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0b0042 +int style Widget_AppCompat_ActionMode 0x7f0b0043 +int style Widget_AppCompat_ActivityChooserView 0x7f0b0044 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0b0045 +int style Widget_AppCompat_Base_ActionBar 0x7f0b0046 +int style Widget_AppCompat_Base_ActionBar_Solid 0x7f0b0047 +int style Widget_AppCompat_Base_ActionBar_TabBar 0x7f0b0048 +int style Widget_AppCompat_Base_ActionBar_TabText 0x7f0b0049 +int style Widget_AppCompat_Base_ActionBar_TabView 0x7f0b004a +int style Widget_AppCompat_Base_ActionButton 0x7f0b004b +int style Widget_AppCompat_Base_ActionButton_CloseMode 0x7f0b004c +int style Widget_AppCompat_Base_ActionButton_Overflow 0x7f0b004d +int style Widget_AppCompat_Base_ActionMode 0x7f0b004e +int style Widget_AppCompat_Base_ActivityChooserView 0x7f0b004f +int style Widget_AppCompat_Base_AutoCompleteTextView 0x7f0b0050 +int style Widget_AppCompat_Base_DropDownItem_Spinner 0x7f0b0051 +int style Widget_AppCompat_Base_ListPopupWindow 0x7f0b0052 +int style Widget_AppCompat_Base_ListView_DropDown 0x7f0b0053 +int style Widget_AppCompat_Base_ListView_Menu 0x7f0b0054 +int style Widget_AppCompat_Base_PopupMenu 0x7f0b0055 +int style Widget_AppCompat_Base_ProgressBar 0x7f0b0056 +int style Widget_AppCompat_Base_ProgressBar_Horizontal 0x7f0b0057 +int style Widget_AppCompat_Base_Spinner 0x7f0b0058 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b0059 +int style Widget_AppCompat_Light_ActionBar 0x7f0b005a +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b005b +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b005c +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b005d +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b005e +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b005f +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0060 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0061 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b0062 +int style Widget_AppCompat_Light_ActionButton 0x7f0b0063 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b0064 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b0065 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b0066 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b0067 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b0068 +int style Widget_AppCompat_Light_Base_ActionBar 0x7f0b0069 +int style Widget_AppCompat_Light_Base_ActionBar_Solid 0x7f0b006a +int style Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse 0x7f0b006b +int style Widget_AppCompat_Light_Base_ActionBar_TabBar 0x7f0b006c +int style Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse 0x7f0b006d +int style Widget_AppCompat_Light_Base_ActionBar_TabText 0x7f0b006e +int style Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse 0x7f0b006f +int style Widget_AppCompat_Light_Base_ActionBar_TabView 0x7f0b0070 +int style Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse 0x7f0b0071 +int style Widget_AppCompat_Light_Base_ActionButton 0x7f0b0072 +int style Widget_AppCompat_Light_Base_ActionButton_CloseMode 0x7f0b0073 +int style Widget_AppCompat_Light_Base_ActionButton_Overflow 0x7f0b0074 +int style Widget_AppCompat_Light_Base_ActionMode_Inverse 0x7f0b0075 +int style Widget_AppCompat_Light_Base_ActivityChooserView 0x7f0b0076 +int style Widget_AppCompat_Light_Base_AutoCompleteTextView 0x7f0b0077 +int style Widget_AppCompat_Light_Base_DropDownItem_Spinner 0x7f0b0078 +int style Widget_AppCompat_Light_Base_ListPopupWindow 0x7f0b0079 +int style Widget_AppCompat_Light_Base_ListView_DropDown 0x7f0b007a +int style Widget_AppCompat_Light_Base_PopupMenu 0x7f0b007b +int style Widget_AppCompat_Light_Base_Spinner 0x7f0b007c +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b007d +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b007e +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b007f +int style Widget_AppCompat_Light_PopupMenu 0x7f0b0080 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b0081 +int style Widget_AppCompat_ListPopupWindow 0x7f0b0082 +int style Widget_AppCompat_ListView_DropDown 0x7f0b0083 +int style Widget_AppCompat_ListView_Menu 0x7f0b0084 +int style Widget_AppCompat_PopupMenu 0x7f0b0085 +int style Widget_AppCompat_ProgressBar 0x7f0b0086 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0087 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0088 +int[] styleable ActionBar { 0x7f010020, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f } +int styleable ActionBar_background 10 +int styleable ActionBar_backgroundSplit 12 +int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_customNavigationLayout 13 +int styleable ActionBar_displayOptions 3 +int styleable ActionBar_divider 9 +int styleable ActionBar_height 0 +int styleable ActionBar_homeLayout 14 +int styleable ActionBar_icon 7 +int styleable ActionBar_indeterminateProgressStyle 16 +int styleable ActionBar_itemPadding 18 +int styleable ActionBar_logo 8 +int styleable ActionBar_navigationMode 2 +int styleable ActionBar_progressBarPadding 17 +int styleable ActionBar_progressBarStyle 15 +int styleable ActionBar_subtitle 4 +int styleable ActionBar_subtitleTextStyle 6 +int styleable ActionBar_title 1 +int styleable ActionBar_titleTextStyle 5 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionBarWindow { 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056 } +int styleable ActionBarWindow_windowActionBar 0 +int styleable ActionBarWindow_windowActionBarOverlay 1 +int styleable ActionBarWindow_windowFixedHeightMajor 6 +int styleable ActionBarWindow_windowFixedHeightMinor 4 +int styleable ActionBarWindow_windowFixedWidthMajor 3 +int styleable ActionBarWindow_windowFixedWidthMinor 5 +int styleable ActionBarWindow_windowSplitActionBar 2 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f010020, 0x7f010042, 0x7f010043, 0x7f010047, 0x7f010049 } +int styleable ActionMode_background 3 +int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_height 0 +int styleable ActionMode_subtitleTextStyle 2 +int styleable ActionMode_titleTextStyle 1 +int[] styleable ActivityChooserView { 0x7f010057, 0x7f010058 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 +int styleable ActivityChooserView_initialActivityCount 0 +int[] styleable CompatTextView { 0x7f010059 } +int styleable CompatTextView_textAllCaps 0 +int[] styleable LinearLayoutICS { 0x7f010046, 0x7f01005a, 0x7f01005b } +int styleable LinearLayoutICS_divider 0 +int styleable LinearLayoutICS_dividerPadding 2 +int styleable LinearLayoutICS_showDividers 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_checkableBehavior 5 +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 2 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f } +int styleable MenuItem_actionLayout 14 +int styleable MenuItem_actionProviderClass 16 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_showAsAction 13 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x01010435 } +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_preserveIconSpacing 7 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_windowAnimationStyle 0 +int[] styleable SearchView { 0x0101011f, 0x01010220, 0x01010264, 0x7f010060, 0x7f010061 } +int styleable SearchView_android_imeOptions 2 +int styleable SearchView_android_inputType 1 +int styleable SearchView_android_maxWidth 0 +int styleable SearchView_iconifiedByDefault 3 +int styleable SearchView_queryHint 4 +int[] styleable Spinner { 0x010100af, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065 } +int styleable Spinner_android_dropDownHorizontalOffset 4 +int styleable Spinner_android_dropDownSelector 1 +int styleable Spinner_android_dropDownVerticalOffset 5 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_android_gravity 0 +int styleable Spinner_android_popupBackground 2 +int styleable Spinner_disableChildrenWhenDisabled 9 +int styleable Spinner_popupPromptView 8 +int styleable Spinner_prompt 6 +int styleable Spinner_spinnerMode 7 +int[] styleable Theme { 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b } +int styleable Theme_actionDropDownStyle 0 +int styleable Theme_dropdownListPreferredItemHeight 1 +int styleable Theme_listChoiceBackgroundIndicator 5 +int styleable Theme_panelMenuListTheme 4 +int styleable Theme_panelMenuListWidth 3 +int styleable Theme_popupMenuStyle 2 +int[] styleable View { 0x010100da, 0x7f01006c, 0x7f01006d } +int styleable View_android_focusable 0 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 1 diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar new file mode 100644 index 0000000..07883a3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml new file mode 100644 index 0000000..8e67231 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml new file mode 100644 index 0000000..166a99b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000..0a25ef9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml new file mode 100644 index 0000000..b1a3ef7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000..0a05fd4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml new file mode 100644 index 0000000..73a2cfd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml new file mode 100644 index 0000000..42aa346 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 0000000..769463b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 0000000..7305047 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 0000000..712a551 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 0000000..bf3b943 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 0000000..6c14157 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 0000000..f4ff16b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 0000000..cbbaec5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 0000000..af917e5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 0000000..0520e5a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 0000000..e3e3f93 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 0000000..1e39572 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 0000000..a16db85 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 0000000..0eff695 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 0000000..219b170 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 0000000..1d836f6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 0000000..5818666 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 0000000..564fb34 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 0000000..ae21b76 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 0000000..897a1c1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 0000000..0c89f71 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 0000000..d8662e3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 0000000..ed03f62 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png new file mode 100644 index 0000000..d97c342 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png new file mode 100644 index 0000000..33ad8d4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 0000000..3edbd74 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 0000000..90db01b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 0000000..83f36a9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 0000000..a3cc21e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png new file mode 100644 index 0000000..97b825e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 0000000..7e1ba2a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 0000000..2abc458 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 0000000..bb6aef1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 0000000..6f747c8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 0000000..682b2fd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png new file mode 100644 index 0000000..bf8bd66 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 0000000..72e207b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png new file mode 100644 index 0000000..66d14ae --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 0000000..3481c98 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 0000000..986ab0b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 0000000..0279e17 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..5552708 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..4ea7afa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..5654cd6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..5654cd6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..f6fd30d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..ca8e9a2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 0000000..72ee35f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 0000000..0d1f9bf --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 0000000..465ee6d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 0000000..76a5c53 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 0000000..88f8765 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 0000000..fa68a13 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 0000000..78c63cb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 0000000..e13a9f8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 0000000..26d2e16 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 0000000..00ae92a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 0000000..dc20a8d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 0000000..272a2a1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 0000000..673e3bf --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png new file mode 100644 index 0000000..d57df98 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..6278eef --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..aadc6f8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 0000000..70c0e73 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 0000000..36e71d8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 0000000..4be4af5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 0000000..e72193f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 0000000..8f20b9d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 0000000..04f657e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 0000000..99309ef --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 0000000..9bde7fb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 0000000..b229367 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 0000000..0706c8a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 0000000..d814d02 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 0000000..b139c8e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 0000000..ed4ba34 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 0000000..8f10bd5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 0000000..743d00b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 0000000..17c1fb9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 0000000..007a4b2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 0000000..ad6e1a4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 0000000..0ad6c88 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 0000000..19b50ab --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 0000000..ad980b1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 0000000..60e6c52 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 0000000..d8f1c8b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 0000000..31e4989 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 0000000..7c2cbe5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 0000000..30cbdc1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 0000000..df2d3d1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 0000000..b2aa9c2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 0000000..a17b6a7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 0000000..b28b3b5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png new file mode 100644 index 0000000..79228ba --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png new file mode 100644 index 0000000..86944a8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 0000000..c0bdf06 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 0000000..15b86cb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 0000000..844c99c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 0000000..86c170e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png new file mode 100644 index 0000000..bf19833 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 0000000..8518498 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 0000000..ba704b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 0000000..01d6816 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 0000000..6bf21e3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 0000000..70fe31a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png new file mode 100644 index 0000000..4be72f1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 0000000..f2e26f8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png new file mode 100644 index 0000000..73c6be6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 0000000..71d838e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 0000000..986ab0b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 0000000..0279e17 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..00f05d8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..3bf8e03 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..6e77525 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..6e77525 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..92da2f0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..42cb646 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 0000000..31dc342 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 0000000..755c145 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 0000000..3677994 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 0000000..02b25f0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 0000000..8d75946 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 0000000..716560b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 0000000..c3ba89c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 0000000..67c5358 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 0000000..c015f43 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 0000000..487edc2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 0000000..2fa15e7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 0000000..a964b22 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 0000000..c9972e7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png new file mode 100644 index 0000000..587337c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..155c4fc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..b1223fe --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 0000000..081657e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 0000000..3f312b4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 0000000..b086fae --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 0000000..73c336a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 0000000..726e0ff --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 0000000..726e0ff --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 0000000..1767c16 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 0000000..1767c16 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 0000000..5753346 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 0000000..8155fe8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 0000000..6cee9a1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 0000000..fa4d76a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 0000000..55099d4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 0000000..3c4701f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 0000000..6622cba --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 0000000..c427297 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 0000000..a0d9c1b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 0000000..d36f99f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 0000000..5ad475d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 0000000..6ade5ee --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 0000000..719b923 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 0000000..6da264d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 0000000..0bd0980 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 0000000..43ed26d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 0000000..6b31579 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 0000000..df0121b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 0000000..8ded62f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 0000000..517e9f7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 0000000..2e06dd0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 0000000..bb19810 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png new file mode 100644 index 0000000..e35c5f0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png new file mode 100644 index 0000000..f9dee98 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 0000000..7fd7aeb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 0000000..53cfbd3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 0000000..d8faf90 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 0000000..e7c7280 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png new file mode 100644 index 0000000..1e2dcfa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 0000000..f12eafc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 0000000..a92fb1d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 0000000..930ca8d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 0000000..45a0f1d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 0000000..528e554 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png new file mode 100644 index 0000000..998f91b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 0000000..a4cdf1c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png new file mode 100644 index 0000000..c625a36 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 0000000..c332ba0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 0000000..e62f011 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 0000000..65061c0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..b545f8e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..eda10e6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..e4b3393 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..e4b3393 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..88726b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..c6a7d4d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 0000000..abc48f8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 0000000..48905ed --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 0000000..c1ad023 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 0000000..a1e33d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 0000000..c43293d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 0000000..3dc481e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 0000000..9a7b173 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 0000000..6888fdc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 0000000..9408b47 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 0000000..1cb95d1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 0000000..a3c7711 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 0000000..2a21210 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 0000000..03cfb09 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png new file mode 100644 index 0000000..e4229f2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..e862cb1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..f1eb673 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 0000000..8fdbbf3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 0000000..4e9ae43 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 0000000..98f4871 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 0000000..733373e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 0000000..0c6bb03 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 0000000..0c6bb03 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 0000000..e5bfd8a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 0000000..1743da6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 0000000..ba6f005 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 0000000..7c7eb77 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 0000000..62aa5d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 0000000..136d8b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 0000000..d8cdf1a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 0000000..a49a207 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 0000000..580d122 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 0000000..55d96e0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 0000000..1e8a9a9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 0000000..4bb233f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 0000000..e1768ab --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 0000000..83fbbc4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 0000000..9f0a2e7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 0000000..b959bd9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 0000000..087a6d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 0000000..98d5d33 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 0000000..30db6bf --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 0000000..ced92af --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 0000000..05cfc9f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 0000000..b3a6fb4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 0000000..f06cd48 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 0000000..40a448e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png new file mode 100644 index 0000000..3c74adf --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png new file mode 100644 index 0000000..1312732 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 0000000..d9eee29 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 0000000..681b981 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 0000000..33c81ce --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 0000000..be3c224 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png new file mode 100644 index 0000000..622712b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 0000000..def0ac4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 0000000..c1aa1c2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 0000000..d856d2b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 0000000..22ddd92 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 0000000..8148e53 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png new file mode 100644 index 0000000..08866a6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 0000000..4ea3c9d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png new file mode 100644 index 0000000..f8c50d9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 0000000..0674795 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 0000000..745e866 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 0000000..af30b86 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000..147fc5d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000..2063d0a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000..1399f66 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000..1399f66 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000..175b82c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000..aad8a46 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 0000000..bf98017 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 0000000..7c72e3e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 0000000..31a4caa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 0000000..f5c18d0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 0000000..d293589 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 0000000..a43e9fe --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 0000000..f10f0bf --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 0000000..4f9a3a6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 0000000..d67dcb3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 0000000..0271d6b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 0000000..72a760a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 0000000..a129aab --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 0000000..cd15b0a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png new file mode 100644 index 0000000..05c642a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..f857a22 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..bc856f9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 0000000..90932d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 0000000..ae7b369 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 0000000..deba2d5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 0000000..ab26e8d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 0000000..3d5ebca --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 0000000..3d5ebca --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 0000000..c8c2e6e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 0000000..ebb7c75 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml new file mode 100644 index 0000000..2bcd171 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml @@ -0,0 +1,23 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml new file mode 100644 index 0000000..eba4fa6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml @@ -0,0 +1,23 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000..92809b7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000..b2e2495 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000..360d907 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000..a0cf88d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000..a3e07bd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000..d50d387 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml new file mode 100644 index 0000000..9c2ceac --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml new file mode 100644 index 0000000..8605e74 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml new file mode 100644 index 0000000..395b883 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml new file mode 100644 index 0000000..77b5288 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml new file mode 100644 index 0000000..b49757c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml new file mode 100644 index 0000000..312742b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml new file mode 100644 index 0000000..0281f80 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml new file mode 100644 index 0000000..f5df49e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml new file mode 100644 index 0000000..2a86ad9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml new file mode 100644 index 0000000..d8d1a56 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml @@ -0,0 +1,28 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml new file mode 100644 index 0000000..d39b70d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml @@ -0,0 +1,32 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml new file mode 100644 index 0000000..9240ec7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml new file mode 100644 index 0000000..ae317cb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml new file mode 100644 index 0000000..6b95a23 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml new file mode 100644 index 0000000..d1868dc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml new file mode 100644 index 0000000..2508d97 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml @@ -0,0 +1,39 @@ + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml new file mode 100644 index 0000000..5d0c8f2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml new file mode 100644 index 0000000..42e3600 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000..ef62a94 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000..9e6be64 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000..751c2f6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000..ae38e04 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000..4627126 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml new file mode 100644 index 0000000..2542433 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml @@ -0,0 +1,33 @@ + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000..203377b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml new file mode 100644 index 0000000..63685e4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000..cb0e787 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml new file mode 100644 index 0000000..fb85509 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml new file mode 100644 index 0000000..22f1e98 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml new file mode 100644 index 0000000..2aeae67 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml @@ -0,0 +1,29 @@ + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml new file mode 100644 index 0000000..acc40ff --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml new file mode 100644 index 0000000..9124850 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml new file mode 100644 index 0000000..ceec5ce --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml new file mode 100644 index 0000000..4e5c3da --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml new file mode 100644 index 0000000..ec6a88b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml new file mode 100644 index 0000000..7d6c490 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml @@ -0,0 +1,32 @@ + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml new file mode 100644 index 0000000..cdfa2f4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml new file mode 100644 index 0000000..e13cb3a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navigeer tuis" + "Navigeer op" + "Nog opsies" + "Klaar" + "Sien alles" + "Kies \'n program" + "Vee navraag uit" + "Soeknavraag" + "Soek" + "Dien navraag in" + "Stemsoektog" + "Deel met" + "Deel met %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml new file mode 100644 index 0000000..aedf4c1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml @@ -0,0 +1,21 @@ + + + + + + + "ወደ መነሻ ይዳስሱ" + "ወደ ላይ ይዳስሱ" + "ተጨማሪ አማራጮች" + "ተከናውኗል" + "ሁሉንም ይመልከቱ" + "መተግበሪያ ይምረጡ" + "መጠይቅ አጽዳ" + "የፍለጋ ጥያቄ" + "ፍለጋ" + "መጠይቅ ያስረክቡ" + "የድምፅ ፍለጋ" + "ከሚከተለው ጋር ያጋሩ" + "ከ%s ጋር ያጋሩ" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml new file mode 100644 index 0000000..d50b625 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml @@ -0,0 +1,21 @@ + + + + + + + "التنقل إلى الشاشة الرئيسية" + "التنقل إلى أعلى" + "خيارات إضافية" + "تم" + "عرض الكل" + "اختيار تطبيق" + "محو طلب البحث" + "طلب البحث" + "بحث" + "إرسال طلب البحث" + "البحث الصوتي" + "مشاركة مع" + "مشاركة مع %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml new file mode 100644 index 0000000..f778293 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Придвижване към „Начало“" + "Придвижване нагоре" + "Още опции" + "Готово" + "Вижте всички" + "Изберете приложение" + "Изчистване на заявката" + "Заявка за търсене" + "Търсене" + "Изпращане на заявката" + "Гласово търсене" + "Споделяне със:" + "Споделяне със: %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml new file mode 100644 index 0000000..8f58144 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navega a la pàgina d\'inici" + "Navega cap a dalt" + "Més opcions" + "Fet" + "Mostra\'ls tots" + "Selecciona una aplicació" + "Esborra la consulta" + "Consulta de cerca" + "Cerca" + "Envia la consulta" + "Cerca per veu" + "Comparteix amb" + "Comparteix amb %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml new file mode 100644 index 0000000..e70f536 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Přejít na plochu" + "Přejít nahoru" + "Více možností" + "Hotovo" + "Zobrazit vše" + "Vybrat aplikaci" + "Smazat dotaz" + "Vyhledávací dotaz" + "Hledat" + "Odeslat dotaz" + "Hlasové vyhledávání" + "Sdílet pomocí" + "Sdílet pomocí %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml new file mode 100644 index 0000000..39d165b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Naviger hjem" + "Naviger op" + "Flere muligheder" + "Luk" + "Se alle" + "Vælg en app" + "Ryd forespørgslen" + "Søgeforespørgsel" + "Søg" + "Indsend forespørgslen" + "Stemmesøgning" + "Del med" + "Del med %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml new file mode 100644 index 0000000..8944055 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Zur Startseite" + "Nach oben" + "Weitere Optionen" + "Fertig" + "Alle ansehen" + "App auswählen" + "Suchanfrage löschen" + "Suchanfrage" + "Suchen" + "Suchanfrage senden" + "Sprachsuche" + "Freigeben für" + "Freigeben für %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml new file mode 100644 index 0000000..bd3a77b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Πλοήγηση στην αρχική σελίδα" + "Πλοήγηση προς τα επάνω" + "Περισσότερες επιλογές" + "Τέλος" + "Προβολή όλων" + "Επιλέξτε κάποια εφαρμογή" + "Διαγραφή ερωτήματος" + "Ερώτημα αναζήτησης" + "Αναζήτηση" + "Υποβολή ερωτήματος" + "Φωνητική αναζήτηση" + "Κοινή χρήση με" + "Κοινή χρήση με %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml new file mode 100644 index 0000000..f972e2c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navigate home" + "Navigate up" + "More options" + "Finished" + "See all" + "Choose an app" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml new file mode 100644 index 0000000..7a7a5dc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navigate home" + "Navigate up" + "More options" + "Finished" + "See all" + "Choose an app" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml new file mode 100644 index 0000000..4169a4b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navegar a la página principal" + "Navegar hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Elige una aplicación." + "Eliminar la consulta" + "Consulta de búsqueda" + "Búsqueda" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml new file mode 100644 index 0000000..aa376b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Ir a la pantalla de inicio" + "Desplazarse hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Seleccionar una aplicación" + "Borrar consulta" + "Consulta" + "Buscar" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml new file mode 100644 index 0000000..f1f8e9e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navigeerimine avaekraanile" + "Navigeerimine üles" + "Rohkem valikuid" + "Valmis" + "Kuva kõik" + "Valige rakendus" + "Päringu tühistamine" + "Otsingupäring" + "Otsing" + "Päringu esitamine" + "Häälotsing" + "Jagamine:" + "Jagamine kasutajaga %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml new file mode 100644 index 0000000..1e163bc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml @@ -0,0 +1,21 @@ + + + + + + + "پیمایش به صفحه اصلی" + "پیمایش به بالا" + "گزینه‌های بیشتر" + "انجام شد" + "مشاهده همه" + "انتخاب برنامه" + "پاک کردن عبارت جستجو" + "عبارت جستجو" + "جستجو" + "ارسال عبارت جستجو" + "جستجوی شفاهی" + "اشتراک‌گذاری با" + "اشتراک‌گذاری با %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml new file mode 100644 index 0000000..4b73201 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Siirry etusivulle" + "Siirry ylös" + "Lisää" + "Valmis" + "Näytä kaikki" + "Valitse sovellus" + "Tyhjennä kysely" + "Hakulauseke" + "Haku" + "Lähetä kysely" + "Puhehaku" + "Jakaminen:" + "Jakaminen: %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml new file mode 100644 index 0000000..758d47c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "Terminé" + "Voir toutes les chaînes" + "Sélectionnez une application" + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager avec" + "Partager avec %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml new file mode 100644 index 0000000..7fd03d4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "OK" + "Tout afficher" + "Sélectionner une application" + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager avec" + "Partager avec %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml new file mode 100644 index 0000000..f82ea36 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml @@ -0,0 +1,21 @@ + + + + + + + "मुखपृष्ठ पर नेविगेट करें" + "ऊपर नेविगेट करें" + "अधिक विकल्प" + "पूर्ण" + "सभी देखें" + "कोई एप्‍लिकेशन चुनें" + "क्‍वेरी साफ़ करें" + "खोज क्वेरी" + "खोजें" + "क्वेरी सबमिट करें" + "ध्वनि खोज" + "इसके द्वारा साझा करें" + "%s के साथ साझा करें" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml new file mode 100644 index 0000000..146eb20 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Idi na početnu" + "Idi gore" + "Dodatne opcije" + "Gotovo" + "Prikaži sve" + "Odabir aplikacije" + "Izbriši upit" + "Upit za pretraživanje" + "Pretraživanje" + "Pošalji upit" + "Glasovno pretraživanje" + "Dijeljenje sa" + "Dijeljenje sa: %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml new file mode 100644 index 0000000..c21c498 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Ugrás a főoldalra" + "Felfelé mozgatás" + "További lehetőségek" + "Kész" + "Összes megtekintése" + "Válasszon ki egy alkalmazást" + "Lekérdezés törlése" + "Keresési lekérdezés" + "Keresés" + "Lekérdezés küldése" + "Hangalapú keresés" + "Megosztás a következővel:" + "Megosztás a következővel: %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml new file mode 100644 index 0000000..bd2ac0f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Ուղղվել տուն" + "Ուղղվել վերև" + "Այլ ընտրանքներ" + "Կատարված է" + "Տեսնել բոլորը" + "Ընտրել ծրագիր" + "Մաքրել հարցումը" + "Որոնման հարցում" + "Որոնել" + "Ուղարկել հարցումը" + "Ձայնային որոնում" + "Տարածել" + "Տարածել ըստ %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml new file mode 100644 index 0000000..317fe68 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Navigasi ke beranda" + "Navigasi naik" + "Opsi lain" + "Selesai" + "Lihat semua" + "Pilih aplikasi" + "Hapus kueri" + "Kueri penelusuran" + "Telusuri" + "Kirim kueri" + "Penelusuran suara" + "Bagikan dengan" + "Bagikan dengan %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml new file mode 100644 index 0000000..faaa868 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml @@ -0,0 +1,21 @@ + + + + + + + "Vai alla home page" + "Vai in alto" + "Altre opzioni" + "Fine" + "Visualizza tutte" + "Scegli un\'applicazione" + "Cancella query" + "Query di ricerca" + "Cerca" + "Invia query" + "Ricerca vocale" + "Condividi con" + "Condividi con %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml new file mode 100644 index 0000000..91d945b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml @@ -0,0 +1,21 @@ + + + + + + + "נווט לדף הבית" + "נווט למעלה" + "עוד אפשרויות" + "בוצע" + "ראה הכול" + "בחר אפליקציה" + "מחק שאילתה" + "שאילתת חיפוש" + "חפש" + "שלח שאילתה" + "חיפוש קולי" + "שתף עם" + "שתף עם %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml new file mode 100644 index 0000000..b020cde --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml @@ -0,0 +1,21 @@ + + + + + + + "ホームへ移動" + "上へ移動" + "その他のオプション" + "完了" + "すべて表示" + "アプリの選択" + "検索キーワードを削除" + "検索キーワード" + "検索" + "検索キーワードを送信" + "音声検索" + "共有" + "%sと共有" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml new file mode 100644 index 0000000..6ff2310 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml @@ -0,0 +1,21 @@ + + + + + + + "მთავარზე ნავიგაცია" + "ზემოთ ნავიგაცია" + "მეტი ვარიანტები" + "დასრულდა" + "ყველას ნახვა" + "აპის არჩევა" + "მოთხოვნის გასუფთავება" + "ძიების მოთხოვნა" + "ძიება" + "მოთხოვნის გადაგზავნა" + "ხმოვანი ძიება" + "გაზიარება:" + "%s-თან გაზიარება" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml new file mode 100644 index 0000000..780228c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml @@ -0,0 +1,21 @@ + + + + + + + "រកមើល​ទៅ​ដើម" + "រកមើល​ឡើងលើ" + "ជម្រើស​ច្រើន​ទៀត" + "រួចរាល់" + "មើល​ទាំងអស់" + "ជ្រើស​កម្មវិធី" + "សម្អាត​សំណួរ" + "ស្វែងរក​សំណួរ" + "ស្វែងរក" + "ដាក់​​​ស្នើ​សំណួរ" + "ការស្វែងរក​សំឡេង" + "ចែករំលែក​ជាមួយ" + "ចែករំលែក​ជាមួយ %s" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml new file mode 100644 index 0000000..5a2aef4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml @@ -0,0 +1,21 @@ + + + + + + + "홈 탐색" + "위로 탐색" + "옵션 더보기" + "완료" + "전체 보기" + "앱 선택" + "검색어 삭제" + "검색어" + "검색" + "검색어 보내기" + "음성 검색" + "공유 대상" + "%s와(과) 공유" + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml new file mode 100644 index 0000000..5920099 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml @@ -0,0 +1,27 @@ + + + + + + + true + + + + true + + + + false + + + + 40dip + 4dip + 32dp + 4dip + 12dp + -2dp + 16dp + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml new file mode 100644 index 0000000..e328f29 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml new file mode 100644 index 0000000..a0d3a48 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml new file mode 100644 index 0000000..aecd02b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt new file mode 100644 index 0000000..fdc92b8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt @@ -0,0 +1,176 @@ +int attr adSize 0x7f010024 +int attr adSizes 0x7f010025 +int attr adUnitId 0x7f010026 +int attr allowShortcuts 0x7f010021 +int attr cameraBearing 0x7f010001 +int attr cameraTargetLat 0x7f010002 +int attr cameraTargetLng 0x7f010003 +int attr cameraTilt 0x7f010004 +int attr cameraZoom 0x7f010005 +int attr contentProviderUri 0x7f010010 +int attr corpusId 0x7f01000e +int attr corpusVersion 0x7f01000f +int attr defaultIntentAction 0x7f01001e +int attr defaultIntentActivity 0x7f010020 +int attr defaultIntentData 0x7f01001f +int attr featureType 0x7f010018 +int attr indexPrefixes 0x7f010016 +int attr mapType 0x7f010000 +int attr noIndex 0x7f010014 +int attr paramName 0x7f010019 +int attr paramValue 0x7f01001a +int attr searchEnabled 0x7f01001b +int attr searchLabel 0x7f01001c +int attr sectionContent 0x7f010023 +int attr sectionFormat 0x7f010013 +int attr sectionId 0x7f010012 +int attr sectionType 0x7f010022 +int attr sectionWeight 0x7f010015 +int attr settingsDescription 0x7f01001d +int attr subsectionSeparator 0x7f010017 +int attr trimmable 0x7f010011 +int attr uiCompass 0x7f010006 +int attr uiRotateGestures 0x7f010007 +int attr uiScrollGestures 0x7f010008 +int attr uiTiltGestures 0x7f010009 +int attr uiZoomControls 0x7f01000a +int attr uiZoomGestures 0x7f01000b +int attr useViewLifecycle 0x7f01000c +int attr zOrderOnTop 0x7f01000d +int color common_action_bar_splitter 0x7f050009 +int color common_signin_btn_dark_text_default 0x7f050000 +int color common_signin_btn_dark_text_disabled 0x7f050002 +int color common_signin_btn_dark_text_focused 0x7f050003 +int color common_signin_btn_dark_text_pressed 0x7f050001 +int color common_signin_btn_default_background 0x7f050008 +int color common_signin_btn_light_text_default 0x7f050004 +int color common_signin_btn_light_text_disabled 0x7f050006 +int color common_signin_btn_light_text_focused 0x7f050007 +int color common_signin_btn_light_text_pressed 0x7f050005 +int color common_signin_btn_text_dark 0x7f05000a +int color common_signin_btn_text_light 0x7f05000b +int drawable common_signin_btn_icon_dark 0x7f020000 +int drawable common_signin_btn_icon_disabled_dark 0x7f020001 +int drawable common_signin_btn_icon_disabled_focus_dark 0x7f020002 +int drawable common_signin_btn_icon_disabled_focus_light 0x7f020003 +int drawable common_signin_btn_icon_disabled_light 0x7f020004 +int drawable common_signin_btn_icon_focus_dark 0x7f020005 +int drawable common_signin_btn_icon_focus_light 0x7f020006 +int drawable common_signin_btn_icon_light 0x7f020007 +int drawable common_signin_btn_icon_normal_dark 0x7f020008 +int drawable common_signin_btn_icon_normal_light 0x7f020009 +int drawable common_signin_btn_icon_pressed_dark 0x7f02000a +int drawable common_signin_btn_icon_pressed_light 0x7f02000b +int drawable common_signin_btn_text_dark 0x7f02000c +int drawable common_signin_btn_text_disabled_dark 0x7f02000d +int drawable common_signin_btn_text_disabled_focus_dark 0x7f02000e +int drawable common_signin_btn_text_disabled_focus_light 0x7f02000f +int drawable common_signin_btn_text_disabled_light 0x7f020010 +int drawable common_signin_btn_text_focus_dark 0x7f020011 +int drawable common_signin_btn_text_focus_light 0x7f020012 +int drawable common_signin_btn_text_light 0x7f020013 +int drawable common_signin_btn_text_normal_dark 0x7f020014 +int drawable common_signin_btn_text_normal_light 0x7f020015 +int drawable common_signin_btn_text_pressed_dark 0x7f020016 +int drawable common_signin_btn_text_pressed_light 0x7f020017 +int drawable ic_plusone_medium_off_client 0x7f020018 +int drawable ic_plusone_small_off_client 0x7f020019 +int drawable ic_plusone_standard_off_client 0x7f02001a +int drawable ic_plusone_tall_off_client 0x7f02001b +int id demote_common_words 0x7f030009 +int id demote_rfc822_hostnames 0x7f03000a +int id html 0x7f030006 +int id hybrid 0x7f030004 +int id icon_uri 0x7f03000d +int id intent_action 0x7f03000e +int id intent_activity 0x7f030013 +int id intent_data 0x7f03000f +int id intent_data_id 0x7f030010 +int id intent_extra_data 0x7f030011 +int id large_icon_uri 0x7f030012 +int id match_global_nicknames 0x7f030008 +int id none 0x7f030000 +int id normal 0x7f030001 +int id plain 0x7f030005 +int id rfc822 0x7f030007 +int id satellite 0x7f030002 +int id terrain 0x7f030003 +int id text1 0x7f03000b +int id text2 0x7f03000c +int integer google_play_services_version 0x7f060000 +int string auth_client_needs_enabling_title 0x7f040016 +int string auth_client_needs_installation_title 0x7f040017 +int string auth_client_needs_update_title 0x7f040018 +int string auth_client_play_services_err_notification_msg 0x7f040019 +int string auth_client_requested_by_msg 0x7f04001a +int string auth_client_using_bad_version_title 0x7f040015 +int string common_google_play_services_enable_button 0x7f040007 +int string common_google_play_services_enable_text 0x7f040006 +int string common_google_play_services_enable_title 0x7f040005 +int string common_google_play_services_install_button 0x7f040004 +int string common_google_play_services_install_text_phone 0x7f040002 +int string common_google_play_services_install_text_tablet 0x7f040003 +int string common_google_play_services_install_title 0x7f040001 +int string common_google_play_services_invalid_account_text 0x7f04000d +int string common_google_play_services_invalid_account_title 0x7f04000c +int string common_google_play_services_network_error_text 0x7f04000b +int string common_google_play_services_network_error_title 0x7f04000a +int string common_google_play_services_unknown_issue 0x7f04000e +int string common_google_play_services_unsupported_date_text 0x7f040011 +int string common_google_play_services_unsupported_text 0x7f040010 +int string common_google_play_services_unsupported_title 0x7f04000f +int string common_google_play_services_update_button 0x7f040012 +int string common_google_play_services_update_text 0x7f040009 +int string common_google_play_services_update_title 0x7f040008 +int string common_signin_button_text 0x7f040013 +int string common_signin_button_text_long 0x7f040014 +int string location_client_powered_by_google 0x7f040000 +int[] styleable AdsAttrs { 0x7f010024, 0x7f010025, 0x7f010026 } +int styleable AdsAttrs_adSize 0 +int styleable AdsAttrs_adSizes 1 +int styleable AdsAttrs_adUnitId 2 +int[] styleable AppDataSearch { } +int[] styleable Corpus { 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011 } +int styleable Corpus_contentProviderUri 2 +int styleable Corpus_corpusId 0 +int styleable Corpus_corpusVersion 1 +int styleable Corpus_trimmable 3 +int[] styleable FeatureParam { 0x7f010019, 0x7f01001a } +int styleable FeatureParam_paramName 0 +int styleable FeatureParam_paramValue 1 +int[] styleable GlobalSearch { 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020 } +int styleable GlobalSearch_defaultIntentAction 3 +int styleable GlobalSearch_defaultIntentActivity 5 +int styleable GlobalSearch_defaultIntentData 4 +int styleable GlobalSearch_searchEnabled 0 +int styleable GlobalSearch_searchLabel 1 +int styleable GlobalSearch_settingsDescription 2 +int[] styleable GlobalSearchCorpus { 0x7f010021 } +int styleable GlobalSearchCorpus_allowShortcuts 0 +int[] styleable GlobalSearchSection { 0x7f010022, 0x7f010023 } +int styleable GlobalSearchSection_sectionContent 1 +int styleable GlobalSearchSection_sectionType 0 +int[] styleable MapAttrs { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d } +int styleable MapAttrs_cameraBearing 1 +int styleable MapAttrs_cameraTargetLat 2 +int styleable MapAttrs_cameraTargetLng 3 +int styleable MapAttrs_cameraTilt 4 +int styleable MapAttrs_cameraZoom 5 +int styleable MapAttrs_mapType 0 +int styleable MapAttrs_uiCompass 6 +int styleable MapAttrs_uiRotateGestures 7 +int styleable MapAttrs_uiScrollGestures 8 +int styleable MapAttrs_uiTiltGestures 9 +int styleable MapAttrs_uiZoomControls 10 +int styleable MapAttrs_uiZoomGestures 11 +int styleable MapAttrs_useViewLifecycle 12 +int styleable MapAttrs_zOrderOnTop 13 +int[] styleable Section { 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017 } +int styleable Section_indexPrefixes 4 +int styleable Section_noIndex 2 +int styleable Section_sectionFormat 1 +int styleable Section_sectionId 0 +int styleable Section_sectionWeight 3 +int styleable Section_subsectionSeparator 5 +int[] styleable SectionFeature { 0x7f010018 } +int styleable SectionFeature_featureType 0 diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar new file mode 100644 index 0000000..67d5647 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt new file mode 100644 index 0000000..0c9693a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt @@ -0,0 +1,20 @@ +-keep class * extends java.util.ListResourceBundle { + protected Object[][] getContents(); +} + +# Keep SafeParcelable value, needed for reflection. This is required to support backwards +# compatibility of some classes. +-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { + public static final *** NULL; +} + +# Keep the names of classes/members we need for client functionality. +-keepnames @com.google.android.gms.common.annotation.KeepName class * +-keepclassmembernames class * { + @com.google.android.gms.common.annotation.KeepName *; +} + +# Needed for Parcelable/SafeParcelable Creators to not get stripped +-keepnames class * implements android.os.Parcelable { + public static final ** CREATOR; +} \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml new file mode 100644 index 0000000..a615ba2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml new file mode 100644 index 0000000..6620668 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 0000000..0f9e791 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 0000000..570e432 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 0000000..570e432 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 0000000..0f9e791 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 0000000..f507b9f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 0000000..d5625e5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 0000000..aea3c0d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 0000000..849e89f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 0000000..f4ab2f2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 0000000..9fe611d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 0000000..bbcde39 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 0000000..53957b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 0000000..53957b6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 0000000..bbcde39 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 0000000..000d12e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 0000000..d927940 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 0000000..67f263c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 0000000..96324c5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 0000000..e450312 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 0000000..fb94b77 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png new file mode 100644 index 0000000..894f1b9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png new file mode 100644 index 0000000..ac77761 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png new file mode 100644 index 0000000..f1c32d3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png new file mode 100644 index 0000000..08a4670 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 0000000..dddcbeb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 0000000..58b75bd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 0000000..58b75bd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 0000000..dddcbeb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 0000000..7d9ed78 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 0000000..0ca401d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 0000000..f2c3f55 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 0000000..83b4fc9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 0000000..dd74fe8 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 0000000..b7dc7aa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 0000000..efdfe2e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 0000000..c7650b0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 0000000..c7650b0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 0000000..efdfe2e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 0000000..8c76283 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 0000000..abd26bc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 0000000..28181c3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 0000000..34957fa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 0000000..e923ee9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 0000000..34cf6bb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png new file mode 100644 index 0000000..d7e5777 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png new file mode 100644 index 0000000..af301c2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png new file mode 100644 index 0000000..f43e965 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png new file mode 100644 index 0000000..0b2b5c9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 0000000..9044a11 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 0000000..e94a49b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 0000000..e94a49b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 0000000..9044a11 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 0000000..bfe4f04 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 0000000..876884f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 0000000..b3e6dd5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 0000000..5a888f2 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 0000000..d0f7b4c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 0000000..0db6b06 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 0000000..d182b5e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 0000000..47e2aea --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 0000000..47e2aea --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 0000000..d182b5e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 0000000..64e9706 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 0000000..0fd8cdd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 0000000..3427b47 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 0000000..31e38c4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 0000000..e6a7880 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 0000000..972962d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png new file mode 100644 index 0000000..bb93309 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png new file mode 100644 index 0000000..6174fcd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png new file mode 100644 index 0000000..6a4c298 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png new file mode 100644 index 0000000..f68e913 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png new file mode 100644 index 0000000..c97f349 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png new file mode 100644 index 0000000..34cbff1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png new file mode 100644 index 0000000..34cbff1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png new file mode 100644 index 0000000..c97f349 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png new file mode 100644 index 0000000..702c49b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png new file mode 100644 index 0000000..06ad5a5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png new file mode 100644 index 0000000..af160fc --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png new file mode 100644 index 0000000..c647fb4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png new file mode 100644 index 0000000..fd0a431 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png new file mode 100644 index 0000000..f8ce5a6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png new file mode 100644 index 0000000..b491f62 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png new file mode 100644 index 0000000..777c8d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png new file mode 100644 index 0000000..777c8d6 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png new file mode 100644 index 0000000..b491f62 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png new file mode 100644 index 0000000..c8a8f1c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png new file mode 100644 index 0000000..bcd0d0c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png new file mode 100644 index 0000000..ac75dad --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png new file mode 100644 index 0000000..c19afad --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png new file mode 100644 index 0000000..c490441 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png new file mode 100644 index 0000000..c52be74 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png new file mode 100644 index 0000000..4f23739 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png new file mode 100644 index 0000000..8ffa1d7 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png new file mode 100644 index 0000000..4d81cf4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png new file mode 100644 index 0000000..fab5a79 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png Binary files differ diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml new file mode 100644 index 0000000..dd1cf67 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml new file mode 100644 index 0000000..abf412b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml new file mode 100644 index 0000000..2d92217 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml new file mode 100644 index 0000000..810c021 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml new file mode 100644 index 0000000..1b211f5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml @@ -0,0 +1,31 @@ + + + "Kry Google Play-dienste" + "Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou foon is nie." + "Hierdie program sal nie loop sonder Google Play-dienste nie, wat nie op jou tablet is nie." + "Kry Google Play-dienste" + "Aktiveer Google Play-dienste" + "Hierdie program sal nie werk tensy jy Google Play-dienste aktiveer nie." + "Aktiveer Google Play-dienste" + "Dateer Google Play-dienste op" + "Hierdie program sal nie loop nie, tensy jy Google Play-dienste opdateer." + "Netwerkfout" + "\'n Dataverbinding is nodig om aan Google Play-dienste te koppel." + "Ongeldige rekening" + "Die gespesifiseerde rekening bestaan nie op hierdie toestel nie. Kies asseblief \'n ander rekening." + "Onbekende probleem met Google Play-dienste." + "Google Play-dienste" + "Google Play-dienste, waarop sommige van jou programme staatmaak, werk nie met jou toestel nie. Kontak asseblief die vervaardiger vir bystand." + "Dit lyk of die datum op die toestel verkeerd is. Gaan asseblief die datum op die toestel na." + "Dateer op" + "Meld aan" + "Meld aan met Google" + + "\'n Program het probeer om \'n slegte weergawe van Google Play-dienste te gebruik." + "\'n Program vereis dat Google Play-dienste geaktiveer word." + "\'n Program vereis dat Google Play-dienste geïnstalleer word." + "\'n Program vereis \'n opdatering vir Google Play-dienste." + "Google Play-dienstefout" + "Versoek deur %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml new file mode 100644 index 0000000..2585210 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play አገልግሎቶችን አግኝ" + "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።" + "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።" + "Google Play አገልግሎቶችን አግኝ" + "Google Play አገልግሎቶችን አንቃ" + "Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።" + "Google Play አገልግሎቶችን አንቃ" + "Google Play አገልግሎቶችን ያዘምኑ" + "Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።" + "የአውታረ መረብ ስህተት" + "ከGoogle Play አገልግሎቶች ጋር ለመገናኘት የውሂብ ግንኙነት ያስፈልጋል።" + "ልክ ያልሆነ መለያ" + "የተገለጸው መለያ በዚህ መሣሪያ ላይ የለም። እባክው የተለየ መለያ ይምረጡ።" + "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።" + "Google Play አገልግሎቶች" + "የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።" + "በመሣሪያው ላይ ያለው ቀን ትክክል አይመስልም። እባክዎ በመሣሪያው ላይ ያለውን ቀን ያረጋግጡ።" + "ያዘምኑ" + "ግባ" + "በGoogle ይግቡ" + + "መተግበሪያው የGoogle Play አገልግሎቶችን መጥፎ ስሪት ለመጠቀም ሞክሯል።" + "መተግበሪያው Google Play አገልግሎቶች እንዲነቁ ይፈልጋል።" + "መተግበሪያው Google Play አገልግሎቶች እንዲጫኑ ይፈልጋል።" + "መተግበሪያው Google Play አገልግሎቶች እንዲዘምን ይፈልጋል።" + "የGoogle Play አገልግሎቶች ስህተት" + "በ%1$s የተጠየቀ" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml new file mode 100644 index 0000000..9451b37 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml @@ -0,0 +1,31 @@ + + + "‏الحصول على خدمات Google Play" + "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك." + "‏لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي." + "‏الحصول على خدمات Google Play" + "‏تمكين خدمات Google Play" + "‏لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play." + "‏تمكين خدمات Google Play" + "‏تحديث خدمات Google Play" + "‏لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play." + "خطأ في الشبكة" + "‏يتطلب الاتصال بخدمات Google Play وجود اتصال بيانات." + "حساب غير صالح" + "الحساب الذي تمّ تحديده غير موجود على الجهاز. يُرجى اختيار حساب آخر." + "‏حدثت مشكلة غير معروفة في خدمات Google Play." + "‏خدمات Google Play" + "‏خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة." + "يبدو أن التاريخ على الجهاز غير صحيح. الرجاء التحقق من التاريخ على الجهاز." + "تحديث" + "تسجيل الدخول" + "‏تسجيل الدخول باستخدام Google" + + "‏يحاول أحد التطبيقات استخدام إصدار غير صالح من خدمات Google Play." + "‏يتطلب أحد التطبيقات تمكين خدمات Google Play." + "‏يتطلب أحد التطبيقات تثبيت خدمات Google Play." + "‏يتطلب أحد التطبيقات تحديث خدمات Google Play." + "‏خطأ في خدمات Google Play" + "تم الطلب عن طريق %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml new file mode 100644 index 0000000..81382d1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml @@ -0,0 +1,36 @@ + + + "Атрымаць службы Google Play" + "Гэта прыкладанне не будзе працаваць без службаў Google Play, якіх няма ў вашым тэлефоне." + "Гэта прыкладанне не будзе працаваць без службаў Google Play, якіх няма на вашым планшэце." + "Атрымаць службы Google Play" + "Уключыць службы Google Play" + "Гэта прыкладанне не будзе працаваць, пакуль вы не ўключыце службы Google Play." + "Уключыць службы Google Play" + "Абнаўленне службаў Google Play" + "Гэта прыкладанне не будзе працаваць падчас абнаўлення службаў Google Play." + + + + + + + + + "Невядомая праблема са службамі Google Play." + "Службы Google Play" + "Службы Google Play, да якiх прывязаны некаторыя прыкладаннi, не падтрымлiваюцца на вашай прыладзе. Па дапамогу звярнiцеся да вытворцы." + + + "Абнавіць" + "Увайсцi" + "Увайсці ў Google" + + "Прыкладанне паспрабавала скарыстацца сапсаванай версіяй службаў Google Play." + "Прыкладанне патрабуе ўключэння службаў Google Play." + "Прыкладанне патрабуе ўсталявання службаў Google Play." + "Прыкладанне патрабуе абнаўлення службаў Google Play." + "Памылка службаў Google Play" + "Запытана прыкладаннем %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml new file mode 100644 index 0000000..bb8da3c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml @@ -0,0 +1,31 @@ + + + "Изтегляне на услугите за Google Play" + "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в телефона ви." + "Това приложение няма да се изпълнява без услугите за Google Play, които липсват в таблета ви." + "Услуги за Google Play: Изтегл." + "Активиране на услугите за Google Play" + "Това приложение няма да работи, освен ако не активирате услугите за Google Play." + "Услуги за Google Play: Актив." + "Актуализиране на услугите за Google Play" + "Това приложение няма да се изпълнява, освен ако не актуализирате услугите за Google Play." + "Грешка в мрежата" + "За свързване с услугите за Google Play се изисква връзка за данни." + "Невалиден профил" + "Посоченият профил не съществува на това устройство. Моля, изберете друг." + "Неизвестен проблем с услугите за Google Play." + "Услуги за Google Play" + "Услугите за Google Play, на които разчитат някои от приложенията ви, не се поддържат от устройството ви. Моля, свържете се с производителя за помощ." + "Изглежда, че датата на устройството е неправилна. Моля, проверете я." + "Актуализиране" + "Вход" + "Вход с Google" + + "Приложение опита да ползва неправилна версия на услуг. за Google Play." + "Приложение изисква активирането на услугите за Google Play." + "Приложение изисква инсталирането на услугите за Google Play." + "Приложение изисква актуализирането на услугите за Google Play." + "Грешка в услугите за Google Play" + "Заявено от %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml new file mode 100644 index 0000000..5b63e86 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml @@ -0,0 +1,31 @@ + + + "Baixa els serveis de Google Play" + "Aquesta aplicació no s\'executarà si el telèfon no té instal·lats els serveis de Google Play." + "Aquesta aplicació no funcionarà si la tauleta no té instal·lats els serveis de Google Play." + "Baixa els serveis de Google Play" + "Activa els serveis de Google Play" + "Aquesta aplicació no funcionarà si no actives els serveis de Google Play." + "Activa els serveis de Google Play" + "Actualitza els serveis de Google Play" + "Aquesta aplicació no s\'executarà si no actualitzes els serveis de Google Play." + "Error de xarxa" + "Es requereix una connexió de dades per connectar amb els serveis de Google Play." + "Compte no vàlid" + "El compte especificat no existeix en aquest dispositiu. Tria un compte diferent." + "Error desconegut relacionat amb els serveis de Google Play." + "Serveis de Google Play" + "El teu dispositiu no és compatible amb els serveis de Google Play, en què es basen les teves aplicacions. Per obtenir assistència, contacta amb el fabricant." + "Sembla que la data del dispositiu no és correcta. Comprova-la." + "Actualitza" + "Inicia sessió" + "Inicia sessió amb Google" + + "Una aplic. ha intentat utilitzar una versió errònia de serveis de Play." + "Una aplicació requereix que s\'activin els serveis de Google Play." + "Una aplicació requereix que s\'instal·lin els serveis de Google Play." + "Una aplicació requereix que s\'actualitzin els serveis de Google Play." + "Error dels serveis de Google Play" + "Sol·licitada per %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml new file mode 100644 index 0000000..1b5423b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml @@ -0,0 +1,31 @@ + + + "Instalovat služby Google Play" + "Ke spuštění této aplikace jsou potřeba služby Google Play, které v telefonu nemáte." + "Ke spuštění této aplikace jsou potřeba služby Google Play, které v tabletu nemáte." + "Instalovat služby Google Play" + "Aktivovat služby Google Play" + "Ke spuštění této aplikace je třeba aktivovat služby Google Play." + "Aktivovat služby Google Play" + "Aktualizace služeb Google Play" + "Ke spuštění této aplikace je třeba aktualizovat služby Google Play." + "Chyba sítě" + "Připojení ke službám Google Play vyžaduje datové připojení." + "Neplatný účet" + "Zadaný účet v tomto zařízení neexistuje. Zvolte prosím jiný účet." + "Nastal neznámý problém se službami Google Play." + "Služby Google Play" + "Některé vaše aplikace vyžadují služby Google Play, které ve vašem zařízení nejsou podporovány. S žádostí o pomoc se prosím obraťte na výrobce." + "Datum v zařízení není správně nastaveno. Zkontrolujte prosím datum." + "Aktualizovat" + "Přihlásit se" + "Přihlásit se účtem Google" + + "Aplikace se pokusila použít nesprávnou verzi Služeb Google Play." + "Aplikace vyžaduje aktivované Služby Google Play." + "Aplikace vyžaduje instalaci Služeb Google Play." + "Aplikace vyžaduje aktualizaci Služeb Google Play." + "Chyba služeb Google Play" + "Požadováno aplikací %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml new file mode 100644 index 0000000..daa2160 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml @@ -0,0 +1,31 @@ + + + "Hent Google Play-tjenester" + "Denne app kan ikke køre uden Google Play-tjenester, som mangler på din telefon." + "Denne app kan ikke køre uden Google Play-tjenester, som mangler på din tablet." + "Hent Google Play-tjenester" + "Aktivér Google Play-tjenester" + "Denne app virker ikke, medmindre du aktiverer Google Play-tjenester." + "Aktivér Google Play-tjenester" + "Opdater Google Play-tjenester" + "Denne app kan ikke køre, medmindre du opdaterer Google Play-tjenester." + "Netværksfejl" + "Der kræves en dataforbindelse for at oprette forbindelse til Google Play-tjenester." + "Ugyldig konto" + "Den angivne konto findes ikke på denne enhed. Vælg en anden konto." + "Ukendt problem med Google Play-tjenester." + "Google Play-tjenester" + "Google Play-tjenester, som nogle af dine applikationer er afhængige af, understøttes ikke af din enhed. Kontakt producenten for at få hjælp." + "Datoen på enheden ser ud til at være forkert. Husk at kontrollere datoen på enheden." + "Opdater" + "Log ind" + "Log ind med Google" + + "En applikation forsøgte at bruge en defekt version af Google Play." + "En applikation kræver, at Google Play er aktiveret." + "En applikation kræver, at Google Play er installeret." + "En applikation kræver en opdatering af Google Play." + "Fejl i Google Play-tjenester" + "Anmodning fra %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml new file mode 100644 index 0000000..df8e88e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play-Dienste installieren" + "Zur Nutzung dieser App sind Google Play-Dienste erforderlich, die auf Ihrem Telefon nicht installiert sind." + "Zur Nutzung dieser App sind Google Play-Dienste erforderlich, die auf Ihrem Tablet nicht installiert sind." + "Google Play-Dienste installieren" + "Google Play-Dienste aktivieren" + "Diese App funktioniert nur, wenn Sie die Google Play-Dienste aktivieren." + "Google Play-Dienste aktivieren" + "Google Play-Dienste aktualisieren" + "Diese App wird nur ausgeführt, wenn Sie die Google Play-Dienste aktualisieren." + "Netzwerkfehler" + "Um eine Verbindung zu den Google Play-Diensten herzustellen, ist eine Datenverbindung erforderlich." + "Ungültiges Konto" + "Das angegebene Konto ist auf diesem Gerät nicht vorhanden. Bitte wählen Sie ein anderes Konto aus." + "Unbekanntes Problem mit Google Play-Diensten" + "Google Play-Dienste" + "Google Play-Dienste, auf denen einige Ihrer Apps basieren, werden von diesem Gerät nicht unterstützt. Wenden Sie sich für weitere Informationen an den Hersteller." + "Das Datum auf dem Gerät scheint falsch zu sein. Bitte überprüfen Sie das Datum auf dem Gerät." + "Aktualisieren" + "Anmelden" + "Über Google anmelden" + + "App versuchte, defekte Google Play-Dienste-Version zu verwenden" + "App erfordert aktivierte Google Play-Dienste" + "App erfordert die Installation von Google Play-Diensten" + "App erfordert ein Update für Google Play-Dienste" + "Fehler bei Google Play-Diensten" + "Angefordert von %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml new file mode 100644 index 0000000..13a5dc5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml @@ -0,0 +1,31 @@ + + + "Λήψη υπηρεσιών Google Play" + "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το τηλέφωνό σας." + "Αυτή η εφαρμογή δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από το tablet σας." + "Λήψη υπηρεσιών Google Play" + "Ενεργοποίηση υπηρεσιών Google Play" + "Αυτή η εφαρμογή δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις υπηρεσίες Google Play." + "Ενεργοπ. υπηρεσιών Google Play" + "Ενημέρωση υπηρεσιών Google Play" + "Αυτή η εφαρμογή θα εκτελεστεί αφού ενημερώσετε τις υπηρεσίες Google Play." + "Σφάλμα δικτύου" + "Απαιτείται σύνδεση δεδομένων για να συνδεθείτε με τις Υπηρεσίες Google Play." + "Μη έγκυρος λογαριασμός" + "Ο συγκεκριμένος λογαριασμός δεν υπάρχει σε αυτήν τη συσκευή. Επιλέξτε έναν διαφορετικό λογαριασμό." + "Άγνωστο πρόβλημα με τις υπηρεσίες Google Play." + "Υπηρεσίες Google Play" + "Οι υπηρεσίες Google Play, στις οποίες βασίζονται ορισμένες από τις εφαρμογές σας, δεν υποστηρίζονται στη συσκευή σας. Επικοινωνήστε με τον κατασκευαστή για υποστήριξη." + "Η ημερομηνία στη συσκευή φαίνεται λανθασμένη. Ελέγξτε την ημερομηνία στη συσκευή." + "Ενημέρωση" + "Σύνδεση" + "Συνδεθείτε στο Google" + + "Απόπειρα χρήσης ακατάλληλης έκδοσης Υπηρεσιών Google Play από εφαρμογή" + "Μια εφαρμογή απαιτεί τις Υπηρεσίες Google Play για ενεργοποίηση." + "Μια εφαρμογή απαιτεί την εγκατάσταση των Υπηρεσιών Google Play." + "Μια εφαρμογή απαιτεί μια ενημέρωση για τις Υπηρεσίες Google Play." + "Σφάλμα υπηρεσιών Google Play" + "Υποβλήθηκε αίτημα από την εφαρμογή %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..106d390 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml @@ -0,0 +1,31 @@ + + + "Get Google Play services" + "This app won\'t run without Google Play services, which are missing from your phone." + "This app won\'t run without Google Play services, which are missing from your tablet." + "Get Google Play services" + "Enable Google Play services" + "This app won\'t work unless you enable Google Play services." + "Enable Google Play services" + "Update Google Play services" + "This app won\'t run unless you update Google Play services." + "Network Error" + "A data connection is required to connect to Google Play services." + "Invalid Account" + "The specified account does not exist on this device. Please choose a different account." + "Unknown issue with Google Play services." + "Google Play services" + "Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance." + "The date on the device appears to be incorrect. Please check the date on the device." + "Update" + "Sign in" + "Sign in with Google" + + "An application attempted to use a bad version of Google Play Services." + "An application requires Google Play Services to be enabled." + "An application requires installation of Google Play Services." + "An application requires an update for Google Play Services." + "Google Play services error" + "Requested by %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml new file mode 100644 index 0000000..106d390 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml @@ -0,0 +1,31 @@ + + + "Get Google Play services" + "This app won\'t run without Google Play services, which are missing from your phone." + "This app won\'t run without Google Play services, which are missing from your tablet." + "Get Google Play services" + "Enable Google Play services" + "This app won\'t work unless you enable Google Play services." + "Enable Google Play services" + "Update Google Play services" + "This app won\'t run unless you update Google Play services." + "Network Error" + "A data connection is required to connect to Google Play services." + "Invalid Account" + "The specified account does not exist on this device. Please choose a different account." + "Unknown issue with Google Play services." + "Google Play services" + "Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance." + "The date on the device appears to be incorrect. Please check the date on the device." + "Update" + "Sign in" + "Sign in with Google" + + "An application attempted to use a bad version of Google Play Services." + "An application requires Google Play Services to be enabled." + "An application requires installation of Google Play Services." + "An application requires an update for Google Play Services." + "Google Play services error" + "Requested by %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml new file mode 100644 index 0000000..6be9059 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml @@ -0,0 +1,31 @@ + + + "Obtener Google Play Services" + "Esta aplicación no se ejecutará si no instalasGoogle Play Services en tu dispositivo." + "Esta aplicación no se ejecutará si no instalas Google Play Services en tu tablet." + "Descargar Google Play Services" + "Activar Google Play Services" + "Esta aplicación no funcionará si no activas Google Play Services." + "Activar Google Play Services" + "Actualizar Google Play Services" + "Esta aplicación no se ejecutará si no actualizas Google Play Services." + "Error de red" + "Se necesita una conexión de datos para establecer conexión con Google Play Services." + "Cuenta no válida" + "La cuenta especificada no existe en este dispositivo. Elige otra cuenta." + "Error desconocido relacionado con Google Play Services" + "Google Play Services" + "Google Play Services, del cual dependen algunas de tus aplicaciones, no es compatible con tu dispositivo. Comunícate con el fabricante para obtener ayuda." + "Parece que la fecha del dispositivo es incorrecta. ¿Puedes revisarla?" + "Actualizar" + "Acceder" + "Acceder con Google" + + "Una aplic. intentó usar una versión no válida de Google Play Services" + "Una aplicación requiere que se active Google Play Services" + "Una aplicación requiere que se instale Google Play Services" + "Una aplicación requiere que se actualice Google Play Services" + "Error de Google Play Services" + "Solicitada por %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml new file mode 100644 index 0000000..ed32995 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml @@ -0,0 +1,31 @@ + + + "Descargar servicios de Google Play" + "Esta aplicación no se ejecutará si tu teléfono no tiene instalados los servicios de Google Play." + "Esta aplicación no se ejecutará si tu tablet no tiene instalados los servicios de Google Play." + "Descargar servicios de Google Play" + "Habilitar servicios de Google Play" + "Esta aplicación no funcionará si no habilitas los servicios de Google Play." + "Habilitar servicios de Google Play" + "Actualizar servicios de Google Play" + "Esta aplicación no se ejecutará si no actualizas los servicios de Google Play." + "Error de red" + "Se necesita una conexión de datos para establecer conexión con los servicios de Google Play." + "Cuenta no válida" + "La cuenta especificada no existe en este dispositivo. Selecciona otra cuenta." + "Error desconocido relacionado con los servicios de Google Play" + "Servicios de Google Play" + "Tu dispositivo no es compatible con los servicios de Google Play, de los cuales dependen tus aplicaciones. Para obtener asistencia, ponte en contacto el fabricante." + "Parece que la fecha del dispositivo es incorrecta. Compruébala." + "Actualizar" + "Iniciar sesión" + "Iniciar sesión con Google" + + "Una aplicación intentó usar versión incorrecta de servicios de Google Play." + "Una aplicación requiere que se habiliten los servicios de Play." + "Una aplicación requiere que se instalen los servicios de Google Play." + "Una aplicación requiere que se actualicen los servicios de Google Play." + "Error de los servicios de Google Play" + "Solicitada por %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml new file mode 100644 index 0000000..281caff --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml @@ -0,0 +1,31 @@ + + + "Hankige Google Play teenused" + "Selle rakenduse käitamiseks on vaja Google Play teenuseid, mida teie telefonis pole." + "Selle rakenduse käitamiseks on vaja Google Play teenuseid, mida teie tahvelarvutis pole." + "Hankige Google Play teenused" + "Lubage Google Play teenused" + "See rakendus ei tööta, kui te ei luba Google Play teenuseid." + "Lubage Google Play teenused" + "Värskendage Google Play teenuseid" + "Seda rakendust ei saa käitada, kui te ei värskenda Google Play teenuseid." + "Võrgu viga" + "Google Play teenustega ühenduse loomiseks on vajalik andmesideühendus." + "Vale konto" + "Määratud kontot pole selles seadmes olemas. Valige muu konto." + "Google Play teenuste tundmatu probleem." + "Google Play teenused" + "Teie seade ei toeta Google Play teenuseid, millele mõni teie rakendustest toetub. Abi saamiseks võtke ühendust tootjaga." + "Seadme kuupäev paistab olevat vale. Kontrollige seadme kuupäeva." + "Värskenda" + "Logi sisse" + "Logi sisse Google\'iga" + + "Rakendus püüdis kasutada Google Play teenuste sobimatut versiooni." + "Rakenduse kasutamiseks peavad olema lubatud Google Play teenused." + "Rakenduse kasutamiseks peavad olema installitud Google Play teenused." + "Rakenduse kasutamiseks tuleb värskendada Google Play teenuseid." + "Viga Google Play teenustes" + "Päringu esitas: %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml new file mode 100644 index 0000000..87e10d1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml @@ -0,0 +1,31 @@ + + + "‏دریافت خدمات Google Play" + "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در تلفن شما وجود ندارد." + "‏این برنامه بدون خدمات Google Play اجرا نمی‌شود، این خدمات در رایانهٔ لوحی شما وجود ندارد." + "‏دریافت خدمات Google Play" + "‏فعال کردن خدمات Google Play" + "‏تا زمانی‌که خدمات Google Play را فعال نکنید این برنامه کار نمی‌کند." + "‏فعال کردن خدمات Google Play" + "‏به‌روزرسانی خدمات Google Play" + "‏تا زمانی‌که خدمات Google Play را به‌روز نکنید این برنامه کار نمی‌کند." + "خطای شبکه" + "‏برای اتصال به خدمات Google Play اتصال داده لازم است." + "حساب نامعتبر" + "حسابی که تعیین کردید در این دستگاه وجود ندارد. لطفاً حساب دیگری را انتخاب کنید." + "‏مشکل نامشخص در خدمات Google Play." + "‏خدمات Google Play" + "‏خدمات Google Play، که برخی از برنامه‌های شما به آن وابسته است، توسط دستگاه شما پشتیبانی نمی‌شود. لطفاً برای دریافت کمک با سازنده تماس بگیرید." + "تاریخ روی دستگاه ظاهراً اشتباه است. لطفاً تاریخ روی دستگاه را بررسی کنید." + "به‌روزرسانی" + "ورود به سیستم" + "‏ورود به سیستم با Google‎" + + "‏برنامه‌ای تلاش کرد از نسخه نادرستی از خدمات Google Play استفاده کند." + "‏برنامه‌ای به فعال کردن خدمات Google Play نیاز دارد." + "‏برنامه‌ای به نصب خدمات Google Play نیاز دارد." + "‏برنامه‌ای به به‌روزرسانی خدمات Google Play نیاز دارد." + "‏خطا در خدمات Google Play" + "درخواست توسط %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml new file mode 100644 index 0000000..00d3ceb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml @@ -0,0 +1,31 @@ + + + "Asenna Google Play -palvelut" + "Tämä sovellus ei toimi ilman Google Play -palveluita, jotka puuttuvat puhelimesta." + "Tämä sovellus ei toimi ilman Google Play -palveluita, jotka puuttuvat tablet-laitteesta." + "Asenna Google Play -palvelut" + "Ota Google Play -palvelut käyttöön" + "Tämä sovellus ei toimi, ellet ota Google Play -palveluita käyttöön." + "Ota Google Play -palv. käyttöön" + "Päivitä Google Play -palvelut" + "Tämä sovellus ei toimi, ellet päivitä Google Play -palveluita." + "Verkkovirhe" + "Google Play -palveluiden käyttöön tarvitaan tietoliikenneyhteys." + "Tili ei kelpaa" + "Kyseistä tiliä ei ole tällä laitteella. Valitse toinen tili." + "Tuntematon ongelma käytettäessä Google Play -palveluita." + "Google Play -palvelut" + "Google Play -palveluita, joita osa sovelluksistasi käyttää, ei tueta laitteellasi. Pyydä ohjeita laitteen valmistajalta." + "Laitteen päivämäärä vaikuttaa virheelliseltä. Tarkista laitteen päivämäärä." + "Päivitä" + "Kirjaudu" + "Kirjaudu Google-tiliin" + + "Sovellus yritti käyttää virheellistä Google Play -palveluiden versiota" + "Ota käyttöön Google Play -palvelut, jotta sovellus toimii." + "Asenna Google Play -palvelut, jotta sovellus toimii." + "Päivitä Google Play -palvelut, jotta sovellus toimii." + "Virhe Google Play -palveluissa" + "Pyynnön teki %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml new file mode 100644 index 0000000..e915fe4 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml @@ -0,0 +1,31 @@ + + + "Installer les services Google Play" + "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone." + "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre tablette." + "Installer les services Google Play" + "Activer les services Google Play" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play." + "Activer les services Google Play" + "Mettre à jour les services Google Play" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." + "Erreur réseau" + "Vous devez disposer d\'une connexion de données pour utiliser les services Google Play." + "Compte erroné" + "Le compte indiqué n\'existe pas sur cet appareil. Veuillez sélectionner un autre compte." + "Problème inconnu avec les services Google Play." + "Services Google Play" + "Les services Google Play, dont dépendent certaines de vos applications, ne sont pas compatibles avec votre appareil. Veuillez contacter le fabricant pour obtenir de l\'aide." + "La date sur l\'appareil semble incorrecte. Veuillez la vérifier." + "Mettre à jour" + "Connexion" + "Se connecter via Google" + + "Une application requiert une version valide des services Google Play" + "Une application requiert l\'activation des services Google Play" + "Une application requiert l\'installation des services Google Play" + "Une application requiert la mise à jour des services Google Play" + "Erreur liée aux services Google Play" + "Demandée par %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml new file mode 100644 index 0000000..321b283 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml @@ -0,0 +1,31 @@ + + + "Installer les services Google Play" + "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre téléphone." + "Cette application ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre tablette." + "Installer services Google Play" + "Activer les services Google Play" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play." + "Activer services Google Play" + "Mettre à jour les services Google Play" + "Cette application ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." + "Erreur réseau" + "Vous devez disposer d\'une connexion de données pour utiliser les services Google Play." + "Compte erroné" + "Le compte indiqué n\'existe pas sur cet appareil. Veuillez sélectionner un autre compte." + "Problème inconnu avec les services Google Play." + "Services Google Play" + "Les services Google Play, dont dépendent certaines de vos applications, ne sont pas compatibles avec votre appareil. Veuillez contacter le fabricant pour obtenir de l\'aide." + "La date sur l\'appareil semble incorrecte. Veuillez la vérifier." + "Mettre à jour" + "Connexion" + "Se connecter avec Google" + + "Une application requiert une version valide des services Google Play" + "Une application requiert l\'activation des services Google Play" + "Une application requiert l\'installation des services Google Play" + "Une application requiert la mise à jour des services Google Play" + "Erreur liée aux services Google Play" + "Demandée par %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml new file mode 100644 index 0000000..b36feb0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play सेवाएं पाएं" + "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके फ़ोन में नहीं हैं." + "यह ऐप्स Google Play सेवाओं के बिना नहीं चलेगा, जो आपके टेबलेट में नहीं हैं." + "Google Play सेवाएं पाएं" + "Google Play सेवाएं सक्षम करें" + "जब तक आप Google Play सेवाएं सक्षम नहीं करते, तब तक यह ऐप्स कार्य नहीं करेगा." + "Google Play सेवाएं सक्षम करें" + "Google Play सेवाएं से नई जानकारी" + "जब तक आप Google Play सेवाओं से नई जानकारी नहीं लेते हैं, तब तक यह ऐप्स नहीं चलेगा." + "नेटवर्क त्रुटि" + "Google Play सेवाओं से कनेक्ट करने के लिए डेटा कनेक्शन की आवश्यकता है." + "अमान्य खाता" + "निर्दिष्ट खाता इस उपकरण पर मौजूद नहीं है. कृपया कोई भिन्न खाता चुनें." + "Google Play सेवाओं के साथ अज्ञात समस्या." + "Google Play सेवाएं" + "Google Play सेवाएं, जिन पर आपके कुछ ऐप्स निर्भर करते हैं, आपके उपकरण द्वारा समर्थित नहीं हैं. कृपया सहायता के लिए निर्माता से संपर्क करें." + "उपकरण का दिनांक गलत प्रतीत हो रहा है. कृपया उपकरण का दिनांक जांचें." + "नई जानकारी पाएं" + "प्रवेश करें" + "Google से प्रवेश करें" + + "ऐप्स ने Google Play सेवाओं के खराब संस्करण के उपयोग का प्रयास किया." + "ऐप्स के लिए Google Play सेवाओं को सक्षम किए जाने की आवश्यकता है." + "ऐप्स के लिए Google Play सेवाओं के इंस्टॉलेशन की आवश्यकता है." + "ऐप्स के लिए Google Play सेवाओं में Google Play से नई जानकारी की आवश्यकता है." + "Google Play सेवाएं त्रुटि" + "%1$s द्वारा अनुरोधित" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml new file mode 100644 index 0000000..b7d462d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml @@ -0,0 +1,31 @@ + + + "Preuzmi usluge za Google Play" + "Ova aplikacija neće funkcionirati bez usluga za Google Play, koje nisu instalirane na vašem telefonu." + "Ova aplikacija neće funkcionirati bez usluga za Google Play, koje nisu instalirane na vašem tabletnom računalu." + "Preuzmi usluge za Google Play" + "Omogući usluge za Google Play" + "Ova aplikacija neće raditi ako ne omogućite usluge za Google Play." + "Omogući usluge za Google Play" + "Ažuriraj usluge za Google Play" + "Ova se aplikacija neće pokrenuti ako ne ažurirate usluge za Google Play." + "Mrežna pogreška" + "Potrebna je podatkovna veza za povezivanje s uslugama Google Play." + "Nevažeći račun" + "Navedeni račun ne postoji na ovom uređaju. Odaberite neki drugi račun." + "Nepoznata poteškoća s uslugama za Google Play." + "Usluge za Google Play" + "Usluge za Google Play, koje su potrebne za funkcioniranje nekih vaših aplikacija, nisu podržane na vašem uređaju. Pomoć potražite od proizvođača." + "Čini se da datum na uređaju nije točan. Provjerite datum na uređaju." + "Ažuriranje" + "Prijava" + "Prijava uslugom Google" + + "Aplikacija je pokušala upotrijebiti lošu verziju Usluga za Google Play." + "Aplikacija zahtijeva omogućavanje Usluga za Google Play." + "Aplikacija zahtijeva instaliranje Usluga za Google Play." + "Aplikacija zahtijeva ažuriranje Usluga za Google Play." + "Pogreška usluga za Google Play" + "Zahtijeva aplikacija %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml new file mode 100644 index 0000000..cd15ad3 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml @@ -0,0 +1,31 @@ + + + "Play Szolgáltatások telepítése" + "Az alkalmazás működéséhez a Google Play Szolgáltatások szükségesek, ezek nincsenek telepítve a telefonon." + "Az alkalmazás működéséhez a Google Play Szolgáltatások szükségesek, ezek nincsenek telepítve a táblagépen." + "Play Szolgáltatások telepítése" + "Google Play Szolgáltatások aktiválása" + "Az alkalmazás csak akkor fog működni, ha engedélyezi a Google Play Szolgáltatásokat." + "Play Szolgáltatások aktiválása" + "Play Szolgáltatások frissítése" + "Az alkalmazás csak akkor fog működni, ha frissíti a Google Play Szolgáltatásokat." + "Hálózati hiba" + "A Google Play Szolgáltatásokhoz történő kapcsolódáshoz adatkapcsolat szükséges." + "Érvénytelen fiók" + "A megadott fiók nem létezik ezen az eszközön. Kérjük, válasszon másik fiókot." + "Ismeretlen hiba a Google Play Szolgáltatásokban." + "Google Play Szolgáltatások" + "A Google Play Szolgáltatásokat, amelyre egyes alkalmazások támaszkodnak, nem támogatja az eszköz. Segítségért forduljon az eszköz gyártójához." + "Az eszközön beállított dátum helytelen. Kérjük, ellenőrizze azt." + "Frissítés" + "Belépés" + "Google-bejelentkezés" + + "Egy alkalmazás a Play Szolgáltatások rossz verzióját akarta használni." + "Egy alkalmazás kéri a Google Play Szolgáltatások engedélyezését." + "Egy alkalmazás kéri a Google Play Szolgáltatások telepítését." + "Egy alkalmazás kéri a Google Play Szolgáltatások frissítését." + "Google Play szolgáltatási hiba" + "Igénylő: %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml new file mode 100644 index 0000000..d89be9b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml @@ -0,0 +1,31 @@ + + + "Տեղադրեք Google Play ծառայությունները" + "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր հեռախոսում:" + "Այս հավելվածը չի գործարկվի առանց Google Play ծառայությունների, որոնք բացակայում են ձեր գրասալիկում:" + "Տեղադրել Google Play ծառայությունները" + "Միացնել Google Play ծառայությունները" + "Այս ծրագիրը չի աշխատի, եթե դուք չմիացնեք Google Play ծառայությունները:" + "Միացնել Google Play ծառայությունները" + "Նորացրեք Google Play ծառայությունները" + "Այս ծրագիրը չի գործարկվի, եթե դուք չնորացնեք Google Play ծառայությունները:" + "Ցանցի սխալ կա" + "Պահանջվում է տվյալների կապ` Google Play ծառայություններին միանալու համար:" + "Հաշիվն անվավեր է" + "Նշված հաշիվը գոյություն չունի այս սարքում: Ընտրեք այլ հաշիվ:" + "Անհայտ խնդիր՝ Google Play ծառայություններում:" + "Google Play ծառայություններ" + "Google Play ծառայությունները, որոնց ապավինում են ձեր ծրագրերից որոշները, չեն աջակցվում ձեր սարքի կողմից: Խնդրում ենք կապվել արտադրողի հետ օգնության համար:" + "Սարքի ամսաթիվը կարծես սխալ է: Ստուգեք սարքի ամսաթիվը:" + "Նորացնել" + "Մուտք գործել" + "Մուտք գործեք Google-ով" + + "Հավելվածը փորձել է կիրառել Google Play ծառայությունների վատ տարբերակը:" + "Հավելվածը պահանջում է միացնել Google Play ծառայությունները:" + "Հավելվածը պահանջում է տեղադրել Google Play ծառայությունները:" + "Հավելվածը պահանջում է թարմացնել Google Play ծառայությունները:" + "Google Play ծառայությունների սխալ" + "%1$s-ի հարցմամբ" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml new file mode 100644 index 0000000..526b84a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml @@ -0,0 +1,31 @@ + + + "Dapatkan layanan Google Play" + "Aplikasi ini tidak akan berjalan tanpa layanan Google Play, yang tidak ada di ponsel Anda." + "Aplikasi ini tidak akan berjalan tanpa layanan Google Play, yang tidak ada di tablet Anda." + "Dapatkan layanan Google Play" + "Aktifkan layanan Google Play" + "Aplikasi ini tidak akan bekerja sampai Anda mengaktifkan layanan Google Play." + "Aktifkan layanan Google Play" + "Perbarui layanan Google Play" + "Aplikasi ini tidak akan berjalan sampai Anda memperbarui layanan Google Play." + "Kesalahan Jaringan" + "Sambungan data diperlukan untuk tersambung ke layanan Google Play." + "Akun Tidak Valid" + "Akun yang ditentukan tidak ada di perangkat ini. Pilih akun lain." + "Masalah tidak diketahui pada layanan Google Play." + "Layanan Google Play" + "Layanan Google Play, yang diandalkan oleh beberapa aplikasi Anda, tidak didukung oleh perangkat Anda. Hubungi pabrikan untuk mendapatkan bantuan." + "Tampaknya tanggal di perangkat salah. Periksa tanggal di perangkat." + "Perbarui" + "Masuk" + "Masuk dengan Google" + + "Aplikasi mencoba menggunakan versi Layanan Google Play yang rusak." + "Aplikasi membutuhkan Layanan Google Play untuk dapat diaktifkan." + "Aplikasi membutuhkan pemasangan Layanan Google Play." + "Aplikasi membutuhkan pembaruan untuk Layanan Google Play." + "Kesalahan layanan Google Play" + "Diminta oleh %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml new file mode 100644 index 0000000..f3c9f1f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml @@ -0,0 +1,31 @@ + + + "Installa Google Play Services" + "L\'app non funzionerà senza Google Play Services, non presente sul tuo telefono." + "L\'app non funzionerà senza Google Play Services, non presente sul tuo tablet." + "Installa Google Play Services" + "Attiva Google Play Services" + "L\'app non funzionerà se non attivi Google Play Services." + "Attiva Google Play Services" + "Aggiorna Google Play Services" + "L\'app non funzionerà se non aggiorni Google Play Services." + "Errore di rete" + "È necessaria una connessione dati per connettersi a Google Play Services." + "Account non valido" + "L\'account specificato non esiste su questo dispositivo. Scegli un altro account." + "Problema sconosciuto con Google Play Services." + "Google Play Services" + "La piattaforma Google Play Services, su cui sono basate alcune delle tue applicazioni, non è supportata dal dispositivo in uso. Per assistenza, contatta il produttore." + "La data sul dispositivo sembra sbagliata. Controllala." + "Aggiorna" + "Accedi" + "Accedi con Google" + + "Un\'app ha tentato di usare una versione non valida di Play Services." + "Un\'applicazione richiede l\'attivazione di Google Play Services." + "Un\'applicazione richiede l\'installazione di Google Play Services." + "Un\'applicazione richiede un aggiornamento di Google Play Services." + "Errore Google Play Services" + "Richiesta da %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml new file mode 100644 index 0000000..7474e53 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml @@ -0,0 +1,31 @@ + + + "‏קבל את שירותי Google Play" + "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטלפון שלך." + "‏אפליקציה זו לא תפעל ללא שירותי Google Play, החסרים בטאבלט שלך." + "‏קבל את שירותי Google Play" + "‏הפעלת שירותי Google Play" + "‏אפליקציה זו לא תעבוד אם לא תפעיל את שירותי Google Play." + "‏הפעל את שירותי Google Play" + "‏עדכון שירותי Google Play" + "‏אפליקציה זו לא תפעל אם לא תעדכן את שירותי Google Play." + "שגיאת רשת." + "‏דרוש חיבור נתונים כדי להתחבר לשירותי Google Play." + "חשבון לא חוקי" + "החשבון שצוין לא קיים במכשיר זה. בחר חשבון אחר." + "‏בעיה לא ידועה בשירותי Google Play." + "‏שירותי Google Play" + "‏שירותי Google Play, שחלק מהאפליקציות שלך מתבססות עליהם, אינם נתמכים על ידי המכשיר שברשותך. צור קשר עם היצרן לקבלת סיוע." + "נראה שהתאריך במכשיר שגוי. בדוק את התאריך במכשיר." + "עדכן" + "היכנס" + "‏היכנס באמצעות Google" + + "‏יש אפליקציה שניסתה להשתמש בגרסה שגויה של שירותי Google Play." + "‏יש אפליקציה המחייבת הפעלה של שירותי Google Play." + "‏יש אפליקציה המחייבת התקנה של שירותי Google Play." + "‏יש אפליקציה המחייבת עדכון של שירותי Google Play." + "‏שגיאה בשירותי Google Play" + "התבקשה על ידי %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml new file mode 100644 index 0000000..0d8b606 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml @@ -0,0 +1,31 @@ + + + "Play開発者サービスの入手" + "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いの携帯端末にはインストールされていません。" + "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。" + "Play開発者サービスの入手" + "Play開発者サービスの有効化" + "このアプリの実行には、Google Play開発者サービスの有効化が必要です。" + "Play開発者サービスの有効化" + "Play開発者サービスの更新" + "このアプリの実行には、Google Play開発者サービスの更新が必要です。" + "ネットワークエラー" + "Google Play開発者サービスに接続するには、データ接続が必要です。" + "無効なアカウント" + "指定したアカウントはこの端末上に存在しません。別のアカウントを選択してください。" + "Google Play開発者サービスで原因不明の問題が発生しました。" + "Google Play開発者サービス" + "一部のアプリが使用しているGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは、端末メーカーまでお問い合わせください。" + "端末上の日付が正しくないようです。端末上の日付をご確認ください。" + "更新" + "ログイン" + "Googleでログイン" + + "アプリはGoogle Play開発者サービスの不適切なバージョンを使用しようとしました。" + "アプリではGoogle Play開発者サービスを有効にする必要があります。" + "アプリではGoogle Play開発者サービスをインストールする必要があります。" + "アプリではGoogle Play開発者サービスをアップデートする必要があります。" + "Google Play開発者サービスのエラー" + "%1$sによるリクエスト" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml new file mode 100644 index 0000000..8a2c74a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play სერვისების მიღება" + "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." + "ეს აპი ვერ გაეშვება Google Play სერვისების გარეშე, რაც თქვენს ტელეფონზე ვერ იძებნება." + "Google Play სერვისების მიღება" + "Google Play სერვისების გააქტიურება" + "ეს აპი არ იმუშავებს, თუ არ გაააქტიურებთ Google Play სერვისებს." + "Google Play სერვისების გააქტიურება" + "Google Play სერვისების განახლება" + "ეს აპი ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ." + "ქსელის შეცდომა" + "Google Play Services-თან დასაკავშირებლად მონაცემთა გადაცემა აუცილებელია." + "ანგარიში არასწორია" + "მითითებული ანგარიში ამ მოწყობილობაზე არ არსებობს. გთხოვთ, აირჩიოთ სხვა ანგარიში." + "Google Play სერვისებთან დაკავშირებით უცნობი შეფერხება წარმოიშვა." + "Google Play სერვისები" + "Google Play სერვისები, რაც თქვენს ზოგიერთ აპს ჭირდება, თქვენს მოწყობილობაზე მხარდაჭერილი არ არის. გთხოვთ, დაუკავშირდეთ მწარმოებელს დახმარებისათვის." + "როგორც ჩანს, მოწყობილობის თარიღი არასწორია. გთხოვთ, შეამოწმოთ მოწყობილობის თარიღი." + "განახლება" + "შესვლა" + "Google-ით შესვლა" + + "აპლიკაცია შეეცადა გამოეყენებინა Google Play სერვისების არასწორი ვერსია." + "აპლიკაცია საჭიროებს გააქტიურებულ Google Play Services." + "აპლიკაცია საჭიროებს Google Play Services-ის ინსტალაციას." + "აპლიკაცია საჭიროებს Google Play Services-ის განახლებას." + "Google Play სერვისების შეცდომა" + "მომთხოვნი: %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml new file mode 100644 index 0000000..afebf30 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml @@ -0,0 +1,31 @@ + + + "ទទួល​សេវាកម្ម​កម្សាន្ត Google" + "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​ទូរស័ព្ទ​របស់​​អ្នក​មិន​មាន។" + "​​កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​​ទេ​បើ​គ្មាន​​សេវាកម្ម​កម្សាន្ត​ Google ដែល​​កុំព្យូទ័រ​បន្ទះ​របស់​អ្នក​មិន​មាន។" + "ទទួល​សេវាកម្ម​កម្សាន្ត Google" + "បើក​សេវាកម្ម​កម្សាន្ត Google" + "កម្ម​វិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​បើក​សេវាកម្ម​​កម្សាន្ត​ Google ។" + "បើក​សេវាកម្ម​កម្សាន្ត Google" + "ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google" + "កម្មវិធី​នេះ​នឹង​មិន​ដំណើរការ​ទេ​ លុះត្រាតែ​អ្នក​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​កម្សាន្ត Google ។" + "កំហុស​​បណ្ដាញ" + "បាន​ទាមទារ​ការ​តភ្ជាប់​ទិន្នន័យ ដើម្បី​ភ្ជាប់​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" + "គណនី​មិន​ត្រឹមត្រូវ" + "គណនី​ដែល​បាន​បញ្ជាក់​មិន​មាន​នៅ​លើ​ឧបករណ៍​នេះ​ទេ។ សូម​ជ្រើស​គណនី​ផ្សេង​។" + "មិន​ស្គាល់​បញ្ហា​ជាមួយ​សេវាកម្ម​កម្សាន្ត Google ។" + "សេវាកម្ម​កម្សាន្ត​ Google" + "សេវាកម្ម​កម្សាន្ត Google អាស្រ័យ​លើ​កម្មវិធី​របស់​អ្នក មិន​ត្រូវ​បាន​គាំទ្រ​ដោយ​ឧបករណ៍​របស់​អ្នក។ សូម​ទាក់ទង​ក្រុមហ៊ុន​ផលិត​សម្រាប់​ជំនួយ។" + "កាលបរិច្ឆេទ​លើ​ឧបករណ៍​បង្ហាញ​ថា​មិន​ត្រឹមត្រូវ។ សូម​ពិនិត្យ​កាលបរិច្ឆេទ​លើ​ឧបករណ៍។" + "ធ្វើ​បច្ចុប្បន្នភាព" + "ចូល" + "ចូល​ដោយ​ប្រើ​ Google" + + "កម្មវិធី​​​ព្យាយាម​ប្រើ​កំណែ​មិនល្អ​របស់​សេវា​កម្ម​ឃ្លាំ​កម្មវិធី។" + "កម្មវិធី​ទាមទារ​​បើក​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" + "កម្មវិធី​ទាមទារ​ការ​ដំឡើង​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" + "កម្មវិធី​ទាមទារ​​ធ្វើ​បច្ចុប្បន្នភាព​សេវាកម្ម​ឃ្លាំង​កម្មវិធី។" + "កំហុស​សេវា​កម្ម​កម្សាន្ត Google" + "បាន​ស្នើ​ដោយ %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml new file mode 100644 index 0000000..e37f1fd --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play 서비스 설치" + "휴대전화에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." + "태블릿에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." + "Google Play 서비스 설치" + "Google Play 서비스 사용" + "Google Play 서비스를 사용하도록 설정해야 이 앱이 작동합니다." + "Google Play 서비스 사용" + "Google Play 서비스 업데이트" + "Google Play 서비스를 업데이트해야만 이 앱이 실행됩니다." + "네트워크 오류" + "Google Play 서비스에 연결하려면 데이터 연결이 필요합니다." + "올바르지 않은 계정" + "지정한 계정이 이 기기에 존재하지 않습니다. 다른 계정을 선택하세요." + "Google Play 서비스에 알 수 없는 문제가 발생했습니다." + "Google Play 서비스" + "일부 사용자 애플리케이션에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다." + "기기의 날짜가 잘못된 것 같습니다. 기기의 날짜를 확인해 주세요." + "업데이트" + "로그인" + "Google 계정으로 로그인" + + "애플리케이션에서 잘못된 버전의 Google Play 서비스를 사용하려고 했습니다." + "Google Play 서비스를 사용하도록 설정해야 하는 애플리케이션입니다." + "Google Play 서비스를 설치해야 하는 애플리케이션입니다." + "Google Play 서비스를 업데이트해야 하는 애플리케이션입니다." + "Google Play 서비스 오류" + "%1$s에서 요청" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml new file mode 100644 index 0000000..32bcb0b --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml @@ -0,0 +1,31 @@ + + + "ຕິດຕັ້ງບໍລິການ Google Play" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນໂທລະສັບຂອງທ່ານ." + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ໂດຍທີ່ບໍ່ມີບໍລິການ Google Play ເຊິ່ງຂາດຫາຍໄປໃນແທັບເລັດຂອງທ່ານ." + "ຕິດຕັ້ງບໍລິການ Google Play" + "ເປີດໃຊ້ບໍລິການ Google Play" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະເປີດໃຊ້ບໍລິການ Google Play" + "ເປີດໃຊ້ບໍລິການ Google Play" + "ອັບເດດບໍລິການ Google Play" + "ແອັບຯນີ້ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະອັບເດດບໍລິການ Google Play." + "ເຄືອຂ່າຍຜິດພາດ" + "ຕ້ອງໃຊ້ການເຊື່ອມຕໍ່ອິນເຕີເນັດເພື່ອໃຊ້ Google Play Services." + "ບັນຊີບໍ່ຖືກຕ້ອງ" + "ບັນຊີທີ່ເລືອກບໍ່ມີໃນອຸປະກອນນີ້. ກະລຸນາເລືອກບັນຊີອື່ນ." + "ມີປັນຫາທີ່ບໍ່ຄາດຄິດໃນບໍລິການ Google Play." + "ບໍລິການ Google Play" + "ບໍລິການ Google Play ທີ່ບາງແອັບພລິເຄຊັນຂອງທ່ານຕ້ອງອາໄສນັ້ນ ບໍ່ຖືກຮອງຮັບໃນອຸປະກອນຂອງທ່ານ. ກະລຸນາຕິດຕໍ່ຜູ້ຜະລິດສຳລັບການແນະນຳ." + "ວັນທີຂອງອຸປະກອນບໍ່ຖືກຕ້ອງ. ກະລຸນາກວດສອບວັນທີຂອງອຸປະກອນຂອງທ່ານ." + "ອັບເດດ" + "ເຂົ້າສູ່ລະບົບ" + "ເຂົ້າສູ່ລະບົບດ້ວຍ Google" + + "ແອັບພລິເຄຊັນໄດ້ພະຍາຍາມໃຊ້ Google Play Services ເວີຊັນທີ່ບໍ່ສາມາດໃຊ້ໄດ້." + "ແອັບພລິເຄຊັນຕ້ອງການເປີດນຳໃຊ້ Google Play Services." + "ແອັບພລິເຄຊັນຕ້ອງການໃຫ້ຕິດຕັ້ງ Google Play Services." + "ແອັບພລິເຄຊັນຕ້ອງການອັບເດດ Google Play Services." + "ບໍລິການ Google Play ຜິດພາດ" + "ຮ້ອງຂໍໂດຍ %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml new file mode 100644 index 0000000..73de5fa --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml @@ -0,0 +1,31 @@ + + + "Gauti „Google Play“ paslaugų" + "Ši programa neveiks be „Google Play“ paslaugų, kurios neįdiegtos telefone." + "Ši programa neveiks be „Google Play“ paslaugų, kurios neįdiegtos planšetiniame kompiuteryje." + "Gauti „Google Play“ paslaugų" + "Įgalinti „Google Play“ paslaugas" + "Ši programa neveiks, jei neįgalinsite „Google Play“ paslaugų." + "Įgal. „Google Play“ paslaugas" + "Atnaujinti „Google Play“ paslaugas" + "Ši programa neveiks, jei neatnaujinsite „Google Play“ paslaugų." + "Tinklo klaida" + "Norint prisijungti prie „Google Play“ paslaugų reikia duomenų ryšio." + "Netinkama paskyra" + "Nurodytos paskyros šiame įrenginyje nėra. Pasirinkite kitą paskyrą." + "Nežinoma „Google Play“ paslaugų problema." + "„Google Play“ paslaugos" + "Jūsų įrenginys nepalaiko „Google Play“ paslaugų, kuriomis remiasi kai kurios programos. Jei reikia pagalbos, susisiekite su gamintoju." + "Įrenginyje nurodyta data neteisinga. Patikrinkite įrenginyje nurodytą datą." + "Atnaujinti" + "Prisij." + "Prisij. naud. „Google“" + + "Programa bandė naudotis netinkama „Google Play“ paslaugų versija." + "Norint naudoti programą būtina įgalinti „Google Play“ paslaugas." + "Norint naudoti programą būtina įdiegti „Google Play“ paslaugas." + "Norint naudoti programą būtina atnaujinti „Google Play“ paslaugas." + "„Google Play“ paslaugų klaida" + "Užklausą pateikė „%1$s“" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml new file mode 100644 index 0000000..9e4b6ee --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play pakalpojumu iegūšana" + "Lai šī lietotne darbotos, tālrunī ir jāinstalē Google Play pakalpojumi." + "Lai šī lietotne darbotos, planšetdatorā ir jāinstalē Google Play pakalpojumi." + "Iegūt Google Play pakalpojumus" + "Google Play pakalpojumu iespējošana" + "Lai šī lietotne darbotos, iespējojiet Google Play pakalpojumus." + "Iespējot Google Play pakalpojumus" + "Google Play pakalpojumu atjaunināšana" + "Lai šī lietotne darbotos, atjauniniet Google Play pakalpojumus." + "Tīkla kļūda" + "Lai izveidotu savienojumu ar Google Play pakalpojumiem, ir nepieciešams datu savienojums." + "Nederīgs konts" + "Norādītais konts šajā ierīcē nepastāv. Lūdzu, izvēlieties citu kontu." + "Nezināma problēma ar Google Play pakalpojumiem." + "Google Play pakalpojumi" + "Jūsu ierīce neatbalsta Google Play pakalpojumus, kuri nepieciešami dažu jūsu lietojumprogrammu darbībai. Lūdzu, sazinieties ar ražotāju, lai saņemtu palīdzību." + "Šķiet, ka ierīcē ir iestatīts nepareizs datums. Lūdzu, pārbaudiet ierīces datumu." + "Atjaunināt" + "Pierakst." + "Pierakstīties Google" + + "Lietojumpr. mēģināja izmantot nederīgu Google Play pakalp. versiju." + "Lai lietojumprogramma darbotos, ir jāiespējo Google Play pakalpojumi." + "Lai lietojumprogramma darbotos, ir jāinstalē Google Play pakalpojumi." + "Lai lietojumprogramma darbotos, jāatjaunina Google Play pakalpojumi." + "Google Play pakalpojumu kļūda" + "Pieprasījums no lietotnes %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml new file mode 100644 index 0000000..1743256 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play үйлчилгээ авах" + "Таны утсанд байхгүй байгаа Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." + "Таны таблетэд байхгүй Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." + "Google Play үйлчилгээ авах" + "Google Play үйлчилгээг идэвхжүүлэх" + "Та Google Play үйлчилгээг идэвхжүүлж байж энэ апп-г ажиллуулах боломжтой." + "Google Play үйлчилгээг идэвхжүүлэх" + "Google Play үйлчилгээг шинэчлэх" + "Та Google Play үйлчилгээг шинэчлэхгүй бол энэ апп ажиллах боломжгүй." + "Сүлжээний алдаа" + "Google Play үйлчилгээнд холбогдохын тулд дата холболт шаардлагатай." + "Буруу акаунт" + "Заасан акаунт энэ төхөөрөмж дээр байхгүй байна. Өөр акаунт сонгоно уу." + "Google Play үйлчилгээтэй холбоотой тодорхойгүй алдаа." + "Google Play үйлчилгээ" + "Таны зарим аппликешнүүдийн хамаардаг Google Play үйлчилгээ таны төхөөрөмжид дэмжигдэхгүй байна. Тусламж авахын тулд үйлдвэрлэгчтэй холбоо барина уу." + "Төхөөрөмжийн огноо буруу байгаа бололтой. Төхөөрөмжийн огноог шалгана уу." + "Шинэчлэх" + "Нэвтрэх" + "Google-р нэвтрэх:" + + "Аппликешн Google Play Үйлчилгээний муу хувилбарыг ашиглахыг оролдлоо." + "Аппликешн Google Play Үйлчилгээг идэвхжүүлсэн байхыг шаардана." + "Аппликешн Google Play Үйлчилгээг суулгахыг шаардана." + "Аппликешн Google Play Үйлчилгээг шинэчлэхийг шаардана." + "Google Play үйлчилгээний алдаа" + "Хүсэлт гаргасан %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml new file mode 100644 index 0000000..8e8a4b9 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml @@ -0,0 +1,31 @@ + + + "Dapatkan perkhidmatan Google Play" + "Apl ini tidak akan berfungsi tanpa perkhidmatan Google Play dan apl ini tiada pada telefon anda." + "Apl ini tidak akan berfungsi tanpa perkhidmatan Google Play dan apl ini tiada pada tablet anda." + "Dapatkan perkhidmatan Google Play" + "Dayakan perkhidmatan Google Play" + "Apl ini tidak akan berfungsi kecuali anda mendayakan perkhidmatan Google Play." + "Dayakan perkhidmatan Google Play" + "Kemas kini perkhidmatan Google Play" + "Apl ini tidak akan berfungsi kecuali anda mengemas kini perkhidmatan Google Play." + "Ralat Rangkaian" + "Sambungan data diperlukan untuk menyambung ke perkhidmatan Google Play." + "Akaun Tidak Sah" + "Akaun yang dinyatakan tidak wujud pada peranti ini. Sila pilih akaun yang lain." + "Isu tidak diketahui dengan perkhidmatan Google Play." + "Perkhidmatan Google Play" + "Peranti anda tidak menyokong perkhidmatan Google Play, sedangkan sesetengah aplikasi anda memerlukannya. Sila hubungi pengilang untuk bantuan." + "Tarikh pada peranti kelihatan tidak betul. Sila semak tarikh pada peranti." + "Kemas kini" + "Log masuk" + "Log masuk dengan Google" + + "Aplikasi cuba menggunakan versi Perkhidmatan Google Play yang rosak." + "Perkhidmatan Google Play perlu didayakan untuk menggunakan aplikasi." + "Perkhidmatan Google Play perlu dipasang untuk mengguankan aplikasi." + "Perkhidmatan Google Play perlu dikemas kini untuk menggunakan aplikasi." + "Ralat perkhidmatan Google Play" + "Diminta oleh %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml new file mode 100644 index 0000000..1e16bbb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml @@ -0,0 +1,31 @@ + + + "Installer Google Play Tjenester" + "Denne appen kan ikke kjøres uten Google Play Tjenester, som ikke er installert på telefonen din." + "Denne appen kan ikke kjøres uten Google Play Tjenester, som ikke er installert på nettbrettet ditt." + "Installer Google Play Tjenester" + "Aktiver Google Play Tjenester" + "Denne appen fungerer ikke med mindre du aktiverer Google Play Tjenester." + "Aktiver Google Play Tjenester" + "Oppdater Google Play Tjenester" + "Denne appen kan ikke kjøres før du oppdaterer Google Play Tjenester." + "Nettverksfeil" + "Du må ha datatilkobling for å koble deg til Google Play-tjenester." + "Ugyldig konto" + "Den angitte kontoen finnes ikke på enheten. Velg en annen konto." + "Det oppsto et ukjent problem med Google Play Tjenester." + "Google Play-tjenester" + "Google Play Tjenester, som noen av appene er avhengige av, støttes ikke av enheten. Ta kontakt med produsenten for å få hjelp." + "Datoen på enheten ser ut til å være feil. Sjekk datoen på enheten." + "Oppdater" + "Logg på" + "Logg inn med Google" + + "En app prøvde å bruke en skadet versjon av Google Play Tjenester." + "En app krever Google Play Tjenester for å aktiveres." + "En app krever at Google Play Tjenester installeres." + "En app krever at Google Play Tjenester oppdateres." + "Google Play Tjenester-feil" + "Forespurt av %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml new file mode 100644 index 0000000..f38db5f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play-services ophalen" + "Deze app kan niet worden uitgevoerd zonder Google Play-services die ontbreken op uw telefoon." + "Deze app kan niet worden uitgevoerd zonder Google Play-services die ontbreken op uw tablet." + "Google Play-services ophalen" + "Google Play-services inschakelen" + "Deze app werkt niet, tenzij u Google Play-services inschakelt." + "Google Play-services inschak." + "Google Play-services bijwerken" + "Deze app kan niet worden uitgevoerd, tenzij u Google Play-services bijwerkt." + "Netwerkfout" + "Er is een gegevensverbinding nodig om verbinding te kunnen maken met Google Play-services." + "Ongeldig account" + "Het gespecificeerde account bestaat niet op dit apparaat. Kies een ander account." + "Onbekend probleem met Google Play-services." + "Google Play-services" + "Google Play-services, dat vereist is voor een aantal van uw applicaties, wordt niet ondersteund door uw apparaat. Neem contact op met de fabrikant voor ondersteuning." + "De datum op het apparaat lijkt onjuist. Controleer de datum op het apparaat." + "Bijwerken" + "Inloggen" + "Inloggen met Google" + + "Onjuiste versie van Google Play-services wordt gebruikt." + "Google Play-services moet zijn ingeschakeld voor een applicatie." + "Google Play-services moet zijn geïnstalleerd voor een applicatie." + "Google Play-services moet worden geüpdatet voor een applicatie." + "Fout met Google Play-services" + "Aangevraagd door %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml new file mode 100644 index 0000000..5eba15f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml @@ -0,0 +1,31 @@ + + + "Pobierz Usługi Google Play" + "Ta aplikacja nie będzie działać bez Usług Google Play, których nie masz na telefonie." + "Ta aplikacja nie będzie działać bez Usług Google Play, których nie masz na tablecie." + "Pobierz Usługi Google Play" + "Włącz Usługi Google Play" + "Ta aplikacja nie będzie działać, jeśli nie włączysz Usług Google Play." + "Włącz Usługi Google Play" + "Aktualizuj Usługi Google Play" + "Ta aplikacja nie będzie działać, jeśli nie zaktualizujesz Usług Google Play." + "Błąd sieci" + "Korzystanie z usług Google Play wymaga połączenia z internetem." + "Nieprawidłowe konto" + "Podanego konta nie ma na tym urządzeniu. Wybierz inne konto." + "Nieznany problem z Usługami Google Play." + "Usługi Google Play" + "Usługi Google Play, od których zależy działanie niektórych aplikacji, nie są obsługiwane na Twoim urządzeniu. Skontaktuj się z producentem, by uzyskać pomoc." + "Data ustawiona na urządzeniu wydaje się nieprawidłowa. Sprawdź datę ustawioną na urządzeniu." + "Aktualizuj" + "Zaloguj się" + "Zaloguj się przez Google" + + "Aplikacja próbowała skorzystać z nieprawidłowej wersji Usług Google Play." + "Aplikacja wymaga włączenia Usług Google Play." + "Aplikacja wymaga zainstalowania Usług Google Play." + "Aplikacja wymaga aktualizacji Usług Google Play." + "Błąd usług Google Play" + "Żądanie z aplikacji %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml new file mode 100644 index 0000000..6db462d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml @@ -0,0 +1,31 @@ + + + "Instale o Google Play Services" + "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu telefone." + "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu tablet." + "Instalar o Google Play Services" + "Ative o Google Play Services" + "Este aplicativo só funciona com o Google Play Services ativado." + "Ativar o Google Play Services" + "Atualize o Google Play Services" + "Este aplicativo só funciona com uma versão atualizada do Google Play Services." + "Erro na rede" + "É necessária uma conexão de dados para conectar ao Google Play Services." + "Conta inválida" + "A conta especificada não existe no dispositivo. Escolha outra conta." + "Problema desconhecido com o Google Play Services." + "Play Services" + "O Google Play Services, necessário para alguns dos aplicativos, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." + "A data no dispositivo parece incorreta. Verifique a data no dispositivo." + "Atualizar" + "Login" + "Fazer login com o Google" + + "Um aplicativo tentou usar uma versão errada do Google Play Services." + "Um aplicativo requer a ativação do Google Play Services." + "Um aplicativo requer a instalação do Google Play Services." + "Um aplicativo requer a atualização do Google Play Services." + "Ocorreu um erro no Google Play Services" + "Solicitado por %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml new file mode 100644 index 0000000..0ceafcb --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml @@ -0,0 +1,31 @@ + + + "Obter serviços do Google Play" + "Esta aplicação não será executada sem os serviços do Google Play, que estão em falta no seu telemóvel." + "Esta aplicação não será executada sem os serviços do Google Play, que estão em falta no seu tablet." + "Obter serviços do Google Play" + "Ativar serviços do Google Play" + "Esta aplicação não funcionará enquanto não ativar os serviços do Google Play." + "Ativar serviços do Google Play" + "Atualizar serviços do Google Play" + "Esta aplicação não será executada enquanto não atualizar os serviços do Google Play." + "Erro de Rede" + "É necessária uma ligação de dados para se ligar aos Serviços do Google Play." + "Conta Inválida" + "A conta especificada não existe neste dispositivo. Escolha uma conta diferente." + "Problema desconhecido nos serviços do Google Play." + "Serviços do Google Play" + "Os serviços do Google Play, dos quais dependem algumas das suas aplicações, não são suportados pelo seu dispositivo. Contacte o fabricante para obter assistência." + "A data no dispositivo parece estar incorreta. Verifique a data no dispositivo." + "Atualizar" + "Inic. ses." + "Inic. sessão com o Google" + + "Aplicação tentou utiliz. versão incorreta dos Serviços do Google Play." + "Uma aplicação necessita da ativação dos Serviços do Google Play." + "Uma aplicação necessita da instalação dos Serviços do Google Play." + "Uma aplicação necessita da atualização dos Serviços do Google Play." + "Erro dos serviços do Google Play" + "Solicitado por %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml new file mode 100644 index 0000000..6db462d --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml @@ -0,0 +1,31 @@ + + + "Instale o Google Play Services" + "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu telefone." + "Este aplicativo não funciona sem o Google Play Services, que não está instalado em seu tablet." + "Instalar o Google Play Services" + "Ative o Google Play Services" + "Este aplicativo só funciona com o Google Play Services ativado." + "Ativar o Google Play Services" + "Atualize o Google Play Services" + "Este aplicativo só funciona com uma versão atualizada do Google Play Services." + "Erro na rede" + "É necessária uma conexão de dados para conectar ao Google Play Services." + "Conta inválida" + "A conta especificada não existe no dispositivo. Escolha outra conta." + "Problema desconhecido com o Google Play Services." + "Play Services" + "O Google Play Services, necessário para alguns dos aplicativos, não é compatível com seu dispositivo. Entre em contato com o fabricante para obter assistência." + "A data no dispositivo parece incorreta. Verifique a data no dispositivo." + "Atualizar" + "Login" + "Fazer login com o Google" + + "Um aplicativo tentou usar uma versão errada do Google Play Services." + "Um aplicativo requer a ativação do Google Play Services." + "Um aplicativo requer a instalação do Google Play Services." + "Um aplicativo requer a atualização do Google Play Services." + "Ocorreu um erro no Google Play Services" + "Solicitado por %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml new file mode 100644 index 0000000..eb42896 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml @@ -0,0 +1,31 @@ + + + "Descărcaţi Servicii Google Play" + "Această aplicaţie nu poate rula fără Servicii Google Play, care lipsesc de pe telefon." + "Această aplicaţie nu poate rula fără Servicii Google Play, care lipsesc de pe tabletă." + "Obţineţi Servicii Google Play" + "Activaţi Servicii Google Play" + "Această aplicaţie nu va funcţiona decât dacă activaţi Servicii Google Play." + "Activaţi Servicii Google Play" + "Actualizaţi Servicii Google Play" + "Această aplicaţie nu poate rula decât dacă actualizaţi Servicii Google Play." + "Eroare de reţea" + "Este necesară o conexiune de date pentru a vă conecta la serviciile Google Play." + "Cont nevalid" + "Contul menționat nu există pe acest dispozitiv. Alegeți alt cont." + "Problemă necunoscută privind Servicii Google Play." + "Servicii Google Play" + "Gadgetul nu acceptă serviciile Google Play, pe care se bazează unele dintre aplicații. Pentru asistență, contactați producătorul gadgetului." + "Data de pe dispozitiv pare să fie incorectă. Verificați data de pe dispozitiv." + "Actualizaţi" + "Conectați" + "Conectați-vă cu Google" + + "Aplicația a încercat să utilizeze o vers. Servicii Google Play greșită" + "O aplicație necesită activarea Serviciilor Google Play." + "O aplicație necesită instalarea Serviciilor Google Play." + "O aplicație necesită o actualizare pentru Servicii Google Play." + "Eroare Servicii Google Play" + "Solicitată de %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml new file mode 100644 index 0000000..c784aae --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml @@ -0,0 +1,31 @@ + + + "Установите Сервисы Google Play" + "Для работы этого приложения требуется установить Сервисы Google Play." + "Для работы этого приложения требуется установить Сервисы Google Play." + "Установить" + "Включите Сервисы Google Play" + "Для работы этого приложения требуется включить Сервисы Google Play." + "Включить" + "Обновите Сервисы Google Play" + "Для работы этого приложения требуется обновить Сервисы Google Play." + "Ошибка сети" + "Для работы с Google Play требуется подключение к сети." + "Недействительный аккаунт" + "Этого аккаунта нет на устройстве. Выберите другой." + "Неизвестная ошибка с Сервисами Google Play." + "Сервисы Google Play" + "Сервисы Google Play, необходимые для работы некоторых приложений, не поддерживаются на вашем устройстве. Обратитесь к производителю." + "Проверьте правильность даты, указанной на устройстве." + "Обновить" + "Войти" + "Войти в аккаунт Google" + + "Версия сервисов Google Play неисправна" + "Для работы приложения требуется включить сервисы Google Play" + "Для работы приложения требуется установить сервисы Google Play" + "Для работы приложения требуется обновить сервисы Google Play" + "Ошибка сервисов Google Play" + "Запрос от приложения \"%1$s\"" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml new file mode 100644 index 0000000..125d87f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml @@ -0,0 +1,31 @@ + + + "Inštalovať služby Google Play" + "Na spustenie tejto aplikácie sa vyžadujú služby Google Play, ktoré v telefóne nemáte." + "Na spustenie tejto aplikácie sa vyžadujú služby Google Play, ktoré v tablete nemáte." + "Inštalovať služby Google Play" + "Povoliť služby Google Play" + "Táto aplikácia bude fungovať až po povolení služieb Google Play." + "Povoliť služby Google Play" + "Aktualizovať služby Google Play" + "Túto aplikáciu bude možné spustiť až po aktualizácii služieb Google Play." + "Chyba siete" + "Pripojenie k službám Google Play si vyžaduje dátové pripojenie." + "Neplatný účet" + "Zadaný účet v tomto zariadení neexistuje. Vyberte iný účet." + "Neznámy problém so službami Google Play." + "Služby Google Play" + "Niektoré vaše aplikácie vyžadujú služby Google Play, ktoré vo vašom zariadení nie sú podporované. Ak potrebujete pomoc, kontaktujte výrobcu." + "Dátum nastavený v zariadení sa zdá byť nesprávny. Skontrolujte ho." + "Aktualizovať" + "Prihlásiť sa" + "Prihlásiť sa do účtu Google" + + "Aplikácia sa pokúsila použiť nesprávnu verziu služieb Google Play." + "Aplikácia vyžaduje povolenie služieb Google Play." + "Aplikácia vyžaduje inštaláciu služieb Google Play." + "Aplikácia vyžaduje aktualizáciu služieb Google Play." + "Chyba služieb Google Play" + "Vyžiadané aplikáciou %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml new file mode 100644 index 0000000..df5821f --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml @@ -0,0 +1,31 @@ + + + "Namestite storitve Google Play" + "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v telefonu." + "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v tabličnem računalniku." + "Namestite storitve Google Play" + "Omogočite storitve Google Play" + "Aplikacija ne bo delovala, če ne omogočite storitev Google Play." + "Omogočite storitve Google Play" + "Posodobite storitve Google Play" + "Ta aplikacija ne deluje, če ne posodobite storitev Google Play." + "Omrežna napaka" + "Za povezavo s storitvami Google Play potrebujete internetno povezavo." + "Neveljaven račun" + "V tej napravi ne obstaja navedeni račun. Izberite drugega." + "Neznana težava s storitvami Google Play." + "Storitve Google Play" + "Vaša naprava na podpira storitev Google Play, ki jih potrebujejo nekatere od vaših aplikacij. Za pomoč se obrnite na izdelovalca." + "Videti je, da je datum v napravi napačen. Preverite ga." + "Posodobi" + "Prijava" + "Prijavite se v Google" + + "Aplikacija je poskusila uporabiti napačno različico Storitev Google Play." + "Za delovanje aplikacije morate omogočiti Storitve Google Play." + "Za delovanje aplikacije morate namestiti Storitve Google Play." + "Za delovanje aplikacije morate posodobiti Storitve Google Play." + "Napaka storitev Google Play" + "Zahtevala aplikacija %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml new file mode 100644 index 0000000..ad0b549 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml @@ -0,0 +1,31 @@ + + + "Преузимање Google Play услуга" + "Ова апликација не може да се покрене без Google Play услуга, које недостају на телефону." + "Ова апликација не може да се покрене без Google Play услуга, које недостају на таблету." + "Преузми Google Play услуге" + "Омогућавање Google Play услуга" + "Ова апликација неће функционисати ако не омогућите Google Play услуге." + "Омогући Google Play услуге" + "Ажурирање Google Play услуга" + "Ова апликација не може да се покрене ако не ажурирате Google Play услуге." + "Грешка на мрежи" + "За повезивање са Google Play услугама потребна је веза за пренос података." + "Неважећи налог" + "Наведени налог не постоји на овом уређају. Одаберите други налог." + "Непознат проблем са Google Play услугама." + "Google Play услуге" + "Google Play услуге, које су потребне за функционисање неких од апликација, нису подржане на уређају. Контактирајте произвођача да бисте добили помоћ." + "Изгледа да су подаци на уређају нетачни. Проверите датум на уређају." + "Ажурирај" + "Пријави ме" + "Пријави ме преко Google-а" + + "Апликација је покушала да користи лошу верзију Google Play услуга." + "Апликација захтева да Google Play услуге буду омогућене." + "Апликација захтева инсталирање Google Play услуга." + "Апликација захтева ажурирање Google Play услуга." + "Грешка Google Play услуга" + "Захтева %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml new file mode 100644 index 0000000..6a10395 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml @@ -0,0 +1,31 @@ + + + "Hämta Google Play Tjänster" + "Den här appen kan inte köras utan Google Play Tjänster, som saknas på mobilen." + "Den här appen kan inte köras utan Google Play Tjänster, som saknas på surfplattan." + "Hämta Google Play Tjänster" + "Aktivera Google Play Tjänster" + "Du måste aktivera Google Play Tjänster för att den här appen ska fungera." + "Aktivera Google Play Tjänster" + "Uppdatera Google Play Tjänster" + "Du måste uppdatera Google Play Tjänster innan du kan köra den här appen." + "Nätverksfel" + "En dataanslutning krävs för att ansluta till Google Plays tjänster." + "Ogiltigt konto" + "Det angivna kontot finns inte på den här enheten. Välj ett annat konto." + "Okänt problem med Google Play Tjänster" + "Google Play-tjänster" + "Några av dina appar använder Google Play-tjänster som inte stöds av din enhet. Kontakta tillverkaren om du vill ha hjälp." + "Datumet på enheten verkar inte vara rätt. Kontrollera datumet på enheten." + "Uppdatera" + "Logga in" + "Logga in med Google" + + "En olämplig version av Google Play Tjänster anropades av en app." + "Google Play Tjänster måste aktiveras för en att app ska fungera." + "Google Play Tjänster måste installeras för att en app ska fungera." + "Google Play Tjänster måste uppdateras för en app ska fungera." + "Fel på Google Play Tjänster" + "Begärdes av %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml new file mode 100644 index 0000000..7f29bf5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml @@ -0,0 +1,31 @@ + + + "Pata huduma za Google Play" + "Programu hii haiwezi kuendeshwa bila huduma za Google Play, ambazo hazipo kwenye simu yako." + "Programu hii haiwezi kufanya kazi bila huduma za Google Play, ambazo hazipatikani kwenye kompyuta kibao yako." + "Pata huduma za Google Play" + "Wezesha huduma za Google Play" + "Programu hii haitafanya kazi mpaka utakapowezesha huduma za Google Play." + "Wezesha huduma za Google Play" + "Sasisha huduma za Google Play" + "Programu hii haiwezi kuendeshwa mpaka utakaposasisha huduma za Google Play." + "Hitilafu ya Mtandao" + "Muunganisho wa data unahitajika ili kuunganisha kwenye huduma za Google Play." + "Akaunti Batili" + "Akaunti iliyobainishwa haipo kwenye kifaa hiki. Tafadhali chagua akaunti tofauti." + "Suala lisilojulikana na huduma za Google Play." + "Huduma za Google Play" + "Huduma za Google Play, ambazo baadhi ya programu zako zinategemea, si linganifu na kifaa chako. Tafadhali wasiliana na mtengenezaji kwa usaidizi." + "Inaeonekana tarehe ya kifaa sio sahihi. Tafadhali angalia tarehe ya kifaa." + "Sasisha" + "Ingia" + "Ingia ukitumia Google" + + "Programu ilijaribu kutumia toleo baya la Huduma za Google Play." + "Programu inahitaji Huduma za Google Play ili kuwashwa." + "Programu inahitaji usakinishaji wa Huduma za Google Play." + "Programu inahitaji sasisho la Huduma za Google Play." + "Hitilafu kwenye Huduma za Google Play" + "Imeombwa na %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml new file mode 100644 index 0000000..6f098fe --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml @@ -0,0 +1,31 @@ + + + "รับบริการ Google Play" + "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ" + "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ" + "รับบริการ Google Play" + "เปิดใช้งานบริการ Google Play" + "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะเปิดใช้งานบริการ Google Play" + "เปิดใช้งานบริการ Google Play" + "อัปเดตบริการ Google Play" + "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" + "ข้อผิดพลาดของเครือข่าย" + "ต้องมีการเขื่อมต่อข้อมูลเพื่อเชื่อมต่อกับบริการ Google Play" + "บัญชีไม่ถูกต้อง" + "บัญชีที่ระบุไม่มีอยู่บนอุปกรณ์นี้ โปรดเลือกบัญชีอื่น" + "ปัญหาที่ไม่รู้จักของบริการ Google Play" + "บริการ Google Play" + "บริการ Google Play ซึ่งใช้งานในบางแอปพลิเคชัน ไม่ได้รับการสนับสนุนโดยอุปกรณ์ของคุณ โปรดติดต่อผู้ผลิตเพื่อขอรับความช่วยเหลือ" + "วันที่บนอุปกรณ์ไม่ถูกต้อง โปรดตรวจสอบวันที่บนอุปกรณ์" + "อัปเดต" + "ลงชื่อใช้" + "ลงชื่อเข้าใช้ด้วย Google" + + "แอปพลิเคชันหนึ่งพยายามใช้เวอร์ชันที่ไม่เหมาะสมของบริการ Google Play" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีบริการ Google Play เพื่อเปิดใช้งาน" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีการติดตั้งบริการ Google Play" + "แอปพลิเคชันหนึ่งจำเป็นต้องมีการอัปเดตสำหรับบริการ Google Play" + "ข้อผิดพลาดของบริการ Google Play" + "ขอโดย %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml new file mode 100644 index 0000000..337f73c --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml @@ -0,0 +1,31 @@ + + + "Kumuha ng mga serbisyo ng Google Play" + "Hindi tatakbo ang app na ito nang wala ang mga serbisyo ng Google Play, na wala sa iyong telepono." + "Hindi gagana ang app na ito nang wala ang mga serbisyo ng Google Play, na wala sa iyong tablet." + "Kumuha ng Google Play services" + "Paganahin ang Google Play services" + "Hindi gagana ang app na ito maliban kung papaganahin mo ang mga serbisyo ng Google Play." + "Enable Google Play services" + "I-update ang mga serbisyo ng Google Play" + "Hindi gagana ang app na ito maliban kung i-a-update mo ang mga serbisyo ng Google Play." + "May Error sa Network" + "Kailangan ng koneksyon ng data upang makakonekta sa mga serbisyo ng Google Play." + "Di-wasto ang Account" + "Hindi umiiral ang tinukoy na account sa device na ito. Mangyaring pumili ng ibang account." + "May hindi alam na isyu sa mga serbisyo ng Google Play." + "Mga serbisyo ng Google Play" + "Ang mga serbisyo ng Google Play, kung saan nakadepende ang ilan sa iyong mga application, ay hindi sinusuportahan ng iyong device. Mangyaring makipag-ugnay sa manufacturer para sa tulong." + "Mukhang hindi tama ang petsa sa device. Pakisuri ang petsa sa device." + "I-update" + "Sign in" + "Mag-sign in sa Google" + + "May app na sumubok ng maling bersyon ng Mga Serbisyo ng Google Play." + "Kailangan ng application na na-enable ang Mga Serbisyo ng Google Play." + "Kailangan ng application na ma-install ang Serbisyo ng Google Play." + "Kailangan ng application na i-update ang Mga Serbisyo ng Google Play." + "Error sa mga serbisyo ng Google Play" + "Hiniling ng %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml new file mode 100644 index 0000000..17e61e5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml @@ -0,0 +1,31 @@ + + + "Google Play hizmetlerini edinin" + "Google Play Hizmetleri telefonunuzda yok ve bu uygulama Google Play Hizmetleri olmadan çalışmaz." + "Google Play Hizmetleri tabletinizde yok ve bu uygulama Google Play Hizmetleri olmadan çalışmaz." + "Google Play hizmetlerini edin" + "Google Play hizmetlerini etkinleştir" + "Bu uygulama, Google Play Hizmetleri etkinleştirilmeden çalışmaz" + "Google Play hizmetlerini etkinleştir" + "Google Play hizmetlerini güncelle" + "Bu uygulama Google Play Hizmetleri güncellenmeden çalışmaz." + "Ağ Hatası" + "Google Play hizmetlerine bağlanmak için bir veri bağlantısı gerekiyor." + "Geçersiz Hesap" + "Belirtilen hesap bu cihazda mevcut değil. Lütfen farklı bir hesap seçin." + "Google Play hizmetleriyle ilgili bilinmeyen sorun." + "Google Play hizmetleri" + "Cihazınız, uygulamalarınızdan bazıları için gerekli olan Google Play hizmetlerini desteklemiyor. Lütfen yardım için üreticiyle iletişim kurun." + "Cihazdaki tarih doğru görünmüyor. Lütfen cihazda ayarlı tarihi kontrol edin." + "Güncelle" + "Oturum aç" + "Google\'da oturum aç" + + "Bir uygulama, Google Play Hizmetleri\'nin bozuk bir sürümünü kullanmayı denedi." + "Bir uygulama, Google Play Hizmetleri\'nin etkin olmasını gerektiriyor." + "Bir uygulama, Google Play Hizmetleri\'nin yüklenmesini gerektiriyor." + "Bir uygulama, Google Play Hizmetleri için bir güncelleme gerektiriyor." + "Google Play hizmetleri hatası" + "İstekte bulunan: %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml new file mode 100644 index 0000000..d657aea --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml @@ -0,0 +1,31 @@ + + + "Установити Google Play Послуги" + "Ця програма не запуститься без Google Play Послуг, яких немає у вашому телефоні." + "Ця програма не запуститься без Google Play Послуг, яких немає на вашому планшетному ПК." + "Установити Google Play Послуги" + "Увімкнути Google Play Послуги" + "Ця програма не працюватиме, поки ви не ввімкнете Google Play Послуги." + "Увімкнути Google Play Послуги" + "Оновити Google Play Послуги" + "Ця програма не запуститься, поки ви не оновите Google Play Послуги." + "Помилка мережі" + "Для під’єднання до сервісів Google Play потрібне з’єднання з мережею." + "Недійсний обліковий запис" + "Указаний обліковий запис не існує на цьому пристрої. Виберіть інший обліковий запис." + "Google Play Послуги – невідома проблема." + "Сервіси Google Play" + "Ваш пристрій не підтримує Сервіси Google Play, від яких залежить робота деяких програм. Зверніться по допомогу до виробника." + "Схоже, на пристрої вказано неправильну дату. Перевірте її." + "Оновити" + "Увійти" + "Увійти в обл.запис Google" + + "Програма спробувала застосувати хибну версію Сервісів Google Play." + "Щоб програма працювала, потрібно ввімкнути Сервіси Google Play." + "Щоб програма працювала, потрібно встановити Сервіси Google Play." + "Щоб програма працювала, потрібно оновити Сервіси Google Play." + "Помилка Сервісів Google Play" + "Запит від програми %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml new file mode 100644 index 0000000..a0434a0 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml @@ -0,0 +1,31 @@ + + + "Cài đặt dịch vụ của Google Play" + "Ứng dụng này sẽ không chạy nếu không có dịch vụ của Google Play. Điện thoại của bạn bị thiếu dịch vụ này." + "Ứng dụng này sẽ không chạy nếu không có dịch vụ của Google Play. Máy tính bảng của bạn bị thiếu dịch vụ này." + "Cài đặt dịch vụ của Google Play" + "Bật dịch vụ của Google Play" + "Ứng dụng này sẽ không hoạt động trừ khi bạn bật dịch vụ của Google Play." + "Bật dịch vụ của Google Play" + "Cập nhật dịch vụ của Google Play" + "Ứng dụng này sẽ không chạy trừ khi bạn cập nhật dịch vụ của Google Play." + "Lỗi mạng" + "Cần có kết nối dữ liệu để kết nối với các dịch vụ của Google Play." + "Tài khoản không hợp lệ" + "Tài khoản đã chỉ định không tồn tại trên thiết bị này. Vui lòng chọn một tài khoản khác." + "Sự cố không xác định với dịch vụ của Google Play." + "Dịch vụ của Google Play" + "Các dịch vụ của Google Play mà một số ứng dụng của bạn dựa vào không được thiết bị của bạn hỗ trợ. Vui lòng liên hệ với nhà sản xuất để được hỗ trợ." + "Ngày trên thiết bị có vẻ không chính xác. Vui lòng kiểm tra ngày trên thiết bị." + "Cập nhật" + "Đăng nhập" + "Đăng nhập bằng Google" + + "Ứng dụng đã cố sử dụng phiên bản không đúng của Dịch vụ của Google Play." + "Ứng dụng yêu cầu Dịch vụ của Google Play phải được bật." + "Ứng dụng yêu cầu cài đặt Dịch vụ của Google Play." + "Ứng dụng yêu cầu cập nhật dành cho Dịch vụ Google Play." + "Lỗi dịch vụ của Google Play" + "Được yêu cầu bởi %1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..4339e3e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml @@ -0,0 +1,31 @@ + + + "获取 Google Play 服务" + "您的手机中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" + "您的平板电脑中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" + "获取 Google Play 服务" + "启用 Google Play 服务" + "您必须先启用 Google Play 服务才能运行此应用。" + "启用 Google Play 服务" + "更新 Google Play 服务" + "您必须先更新 Google Play 服务才能运行此应用。" + "网络错误" + "您必须有数据网络连接才能接入 Google Play 服务。" + "无效帐户" + "此设备上不存在指定的帐户,请选择其他帐户。" + "Google Play 服务出现未知问题。" + "Google Play 服务" + "您的设备不支持部分应用所依赖的 Google Play 服务。请与设备制造商联系,以寻求帮助。" + "设备上的日期似乎不正确,请在设备上检查日期。" + "更新" + "登录" + "使用 Google 帐户登录" + + "某个应用尝试使用的 Google Play 服务版本有误。" + "某个应用要求启用 Google Play 服务。" + "某个应用要求安装 Google Play 服务。" + "某个应用要求更新 Google Play 服务。" + "Google Play 服务出错" + "由“%1$s”发出" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml new file mode 100644 index 0000000..abe6cf1 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml @@ -0,0 +1,31 @@ + + + "取得 Google Play 服務" + "您的手機未安裝 Google Play 服務,安裝後才能執行這個應用程式。" + "您的平板電腦未安裝 Google Play 服務,安裝後才能執行這個應用程式。" + "取得 Google Play 服務" + "啟用 Google Play 服務" + "您必須啟用 Google Play 服務,才能執行這個應用程式。" + "啟用 Google Play 服務" + "更新 Google Play 服務" + "您必須更新 Google Play 服務,才能執行這個應用程式。" + "網絡錯誤" + "要連接 Google Play 服務,必需數據連線。" + "無效的帳戶" + "這個裝置上沒有您指定的帳戶,請選擇其他帳戶。" + "Google Play 服務出現不明問題。" + "Google Play 服務" + "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" + "裝置上的日期看來不正確,請檢查裝置上的日期。" + "更新" + "登入" + "登入 Google" + + "應用程式嘗試使用錯誤版本的「Google Play 服務」。" + "必須啟用「Google Play 服務」,才能使用應用程式。" + "必須安裝「Google Play 服務」,才能使用應用程式。" + "必須更新「Google Play 服務」,才能使用應用程式。" + "Google Play 服務錯誤" + "「%1$s」提出要求" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml new file mode 100644 index 0000000..a66018a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml @@ -0,0 +1,31 @@ + + + "取得 Google Play 服務" + "您的手機並未安裝 Google Play 服務,所以無法執行這個應用程式。" + "您的平板電腦並未安裝 Google Play 服務,所以無法執行這個應用程式。" + "取得 Google Play 服務" + "啟用 Google Play 服務" + "您必須啟用 Google Play 服務,這個應用程式才能運作。" + "啟用 Google Play 服務" + "更新 Google Play 服務" + "您必須更新 Google Play 服務,才能執行這個應用程式。" + "網路錯誤" + "需要數據連線才能連上 Google Play 服務。" + "無效的帳戶" + "這個裝置上沒有您所指定的帳戶,請選擇其他帳戶。" + "Google Play 服務發生不明問題。" + "Google Play 服務" + "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" + "裝置上的日期似乎不正確,請檢查裝置上的日期。" + "更新" + "登入" + "使用 Google 帳戶登入" + + "應用程式嘗試使用的 Google Play 服務版本有誤。" + "應用程式需要啟用 Google Play 服務。" + "應用程式需要安裝 Google Play 服務。" + "應用程式需要更新 Google Play 服務。" + "Google Play 服務錯誤" + "提出要求的應用程式:%1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml new file mode 100644 index 0000000..572d9a5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml @@ -0,0 +1,31 @@ + + + "Thola amasevisi e-Google Play" + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle kwamasevisi e-Google Play, angekho efonini yakho." + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle kwamasevisi e-Google Play, angekho kuthebulethi yakho." + "Thola amasevisi e-Google Play" + "Nika amandla amasevisi e-Google Play" + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle nje kokuthi unike amandla amasevisi e-Google Play." + "Nika amandla amasevisi e-Google Play" + "Buyekeza amasevisi e-Google Play" + "Lolu hlelo lokusebenza ngeke lusebenze ngaphandle nje kokuthi ubuyekeze amasevisi e-Google Play." + "Iphutha lenethiwekhi" + "Kudingeka ukuxhumeka kwedatha ukuze kuxhunyekwe kumasevisi we-Google Play." + "I-Akhawunti engavumelekile" + "I-Akhawunti ecacisiwe ayikho kule divayisi. Sicela ukhethe i-akhawunti ehlukile." + "Indaba engaziwa yamasevisi we-Google Play" + "Amasevisi we-Google Play" + "Amasevisi we-Google Play, okungukuthi ezinye izinhlelo zakho zithembele kuwo, awasekelwe yidivayisi yakho. Sicela uxhumane nomkhiqizi ukuze uthole usizo." + "Idethi kudivayisi ibonakala ingalungile. Sicela uhlole idethi kudivayisi." + "Isibuyekezo" + "Ngena ngemvume" + "Ngena ngemvume nge-Google" + + "Uhlelo lokusebenza luzame ukusebenzisa inguqulo embi yamasevisi we-Google Play." + "Uhlelo lokusebenza ludinga amasevisi we-Google Play ukuze anikwe amandla." + "Uhlelo lokusebenza ludinga ukufakwa kwamasevisi we-Google Play." + "Uhlelo lokusebenza ludinga isibuyekezo samasevisi we-Google Play." + "Iphutha lamasevisi we-Google Play" + "Kucelwe yi-%1$s" + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml new file mode 100644 index 0000000..4e97a73 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml new file mode 100644 index 0000000..6b2740a --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml @@ -0,0 +1,14 @@ + + + + @android:color/white + @android:color/white + #FFAAAAAA + @android:color/white + #FF737373 + @android:color/white + #FFAAAAAA + #FF737373 + #FFDD4B39 + #d2d2d2 + \ No newline at end of file diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml new file mode 100644 index 0000000..aaf65c5 --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml new file mode 100644 index 0000000..3e8731e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml @@ -0,0 +1,111 @@ + + + + + Get Google Play services + + + This app won\'t run without Google Play services, which are missing from your phone. + + + This app won\'t run without Google Play services, which are missing from your tablet. + + + Get Google Play services + + + Enable Google Play services + + + This app won\'t work unless you enable Google Play services. + + + Enable Google Play services + + + Update Google Play services + + + This app won\'t run unless you update Google Play services. + + + Network Error + + + A data connection is required to connect to Google Play services. + + + Invalid Account + + + The specified account does not exist on this device. Please choose a different account. + + + Unknown issue with Google Play services. + + + Google Play services + + + Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance. + + + The date on the device appears to be incorrect. Please check the date on the device. + + + Update + + + Sign in + + + Sign in with Google + + + + + + An application attempted to use a bad version of Google Play Services. + + + + An application requires Google Play Services to be enabled. + + + + An application requires installation of Google Play Services. + + + + An application requires an update for Google Play Services. + + + + Google Play services error + + + Requested by %1$s + + + + + Powered by Google + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml new file mode 100644 index 0000000..1e7fd4e --- /dev/null +++ b/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml @@ -0,0 +1,4 @@ + + + 4323000 + diff --git a/phoneClients/android/gradle/wrapper/gradle-wrapper.properties b/phoneClients/android/gradle/wrapper/gradle-wrapper.properties index 5de946b..29eac2b 100644 --- a/phoneClients/android/gradle/wrapper/gradle-wrapper.properties +++ b/phoneClients/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Wed Jun 11 21:50:16 PDT 2014 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip +distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip