diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 96cc43e..8acb7a2 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,7 @@ + - \ No newline at end of file + + diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..e206d70 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 29723fb..893775d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,10 +3,9 @@ - \ No newline at end of file + + diff --git a/.idea/misc.xml b/.idea/misc.xml index fbb6828..1ff97c0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,20 +27,11 @@ - - - - - - - - - - - + - \ No newline at end of file + + diff --git a/.idea/modules.xml b/.idea/modules.xml index 3a99525..0289578 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,10 @@ + - \ No newline at end of file + + diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 0000000..922003b --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..275077f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,4 +3,5 @@ - \ No newline at end of file + + diff --git a/HackNC.iml b/HackNC.iml new file mode 100644 index 0000000..2a02201 --- /dev/null +++ b/HackNC.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/ParseStarterProject/ParseStarterProject.iml b/ParseStarterProject/ParseStarterProject.iml index f9cb0bc..b1b7c43 100644 --- a/ParseStarterProject/ParseStarterProject.iml +++ b/ParseStarterProject/ParseStarterProject.iml @@ -9,15 +9,11 @@ - \ No newline at end of file + + diff --git a/ParseStarterProject/build.gradle b/ParseStarterProject/build.gradle index 70c7504..dadc988 100644 --- a/ParseStarterProject/build.gradle +++ b/ParseStarterProject/build.gradle @@ -21,6 +21,13 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 versionName "1.0" + multiDexEnabled true + + } + packagingOptions{ + exclude 'META-INF/LGPL2.1' + exclude 'META-INF/LICENSE' + exclude 'META-INF/NOTICE' } buildTypes { release { @@ -30,11 +37,23 @@ android { } } + +repositories { + jcenter() + // Add the following ArcGIS repository + maven { + url 'https://esri.bintray.com/arcgis' + } +} + + dependencies { - compile 'com.android.support:appcompat-v7:22.2.0' + compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.parse.bolts:bolts-android:1.2.1' compile 'com.parse:parse-android:1.10.3' + compile 'com.esri.arcgis.android:arcgis-android:10.2.7' + //compile 'com.android.support:multidex:1.0.0' } /* Uncomment if you enable ProGuard and you want to automatically upload symbols on build. diff --git a/ParseStarterProject/build/generated/source/buildConfig/androidTest/debug/com/parse/starter/test/BuildConfig.java b/ParseStarterProject/build/generated/source/buildConfig/androidTest/debug/com/parse/starter/test/BuildConfig.java deleted file mode 100644 index 9024190..0000000 --- a/ParseStarterProject/build/generated/source/buildConfig/androidTest/debug/com/parse/starter/test/BuildConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.parse.starter.test; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.parse.starter.test"; - public static final String BUILD_TYPE = "debug"; - public static final String FLAVOR = ""; - public static final int VERSION_CODE = 1; - public static final String VERSION_NAME = "1.0"; -} diff --git a/ParseStarterProject/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/ParseStarterProject/build/generated/source/r/debug/android/support/v7/appcompat/R.java index 5f7488a..132b06e 100644 --- a/ParseStarterProject/build/generated/source/r/debug/android/support/v7/appcompat/R.java +++ b/ParseStarterProject/build/generated/source/r/debug/android/support/v7/appcompat/R.java @@ -429,7 +429,7 @@ public static final class drawable { public static final int notification_template_icon_bg = 0x7f02003b; } public static final class id { - public static final int action0 = 0x7f0c004f; + public static final int action0 = 0x7f0c0051; public static final int action_bar = 0x7f0c0040; public static final int action_bar_activity_content = 0x7f0c0000; public static final int action_bar_container = 0x7f0c003f; @@ -438,7 +438,7 @@ public static final class id { public static final int action_bar_subtitle = 0x7f0c0024; public static final int action_bar_title = 0x7f0c0023; public static final int action_context_bar = 0x7f0c0041; - public static final int action_divider = 0x7f0c0053; + public static final int action_divider = 0x7f0c0055; public static final int action_menu_divider = 0x7f0c0002; public static final int action_menu_presenter = 0x7f0c0003; public static final int action_mode_bar = 0x7f0c003d; @@ -449,9 +449,9 @@ public static final class id { public static final int always = 0x7f0c0016; public static final int beginning = 0x7f0c0013; public static final int buttonPanel = 0x7f0c0036; - public static final int cancel_action = 0x7f0c0050; + public static final int cancel_action = 0x7f0c0052; public static final int checkbox = 0x7f0c0038; - public static final int chronometer = 0x7f0c0056; + public static final int chronometer = 0x7f0c0058; public static final int collapseActionView = 0x7f0c0017; public static final int contentPanel = 0x7f0c0031; public static final int custom = 0x7f0c0035; @@ -463,7 +463,7 @@ public static final class id { public static final int dropdown = 0x7f0c001c; public static final int edit_query = 0x7f0c0042; public static final int end = 0x7f0c0014; - public static final int end_padder = 0x7f0c005b; + public static final int end_padder = 0x7f0c005d; public static final int expand_activities_button = 0x7f0c0027; public static final int expanded_menu = 0x7f0c0037; public static final int home = 0x7f0c0004; @@ -471,12 +471,12 @@ public static final class id { public static final int icon = 0x7f0c002b; public static final int ifRoom = 0x7f0c0018; public static final int image = 0x7f0c0028; - public static final int info = 0x7f0c005a; - public static final int line1 = 0x7f0c0054; - public static final int line3 = 0x7f0c0058; + public static final int info = 0x7f0c005c; + public static final int line1 = 0x7f0c0056; + public static final int line3 = 0x7f0c005a; public static final int listMode = 0x7f0c0009; public static final int list_item = 0x7f0c002a; - public static final int media_actions = 0x7f0c0052; + public static final int media_actions = 0x7f0c0054; public static final int middle = 0x7f0c0015; public static final int multiply = 0x7f0c001e; public static final int never = 0x7f0c0019; @@ -507,13 +507,13 @@ public static final class id { public static final int src_atop = 0x7f0c0020; public static final int src_in = 0x7f0c0021; public static final int src_over = 0x7f0c0022; - public static final int status_bar_latest_event_content = 0x7f0c0051; + public static final int status_bar_latest_event_content = 0x7f0c0053; public static final int submit_area = 0x7f0c004b; public static final int tabMode = 0x7f0c000b; - public static final int text = 0x7f0c0059; - public static final int text2 = 0x7f0c0057; + public static final int text = 0x7f0c005b; + public static final int text2 = 0x7f0c0059; public static final int textSpacerNoButtons = 0x7f0c0033; - public static final int time = 0x7f0c0055; + public static final int time = 0x7f0c0057; public static final int title = 0x7f0c002c; public static final int title_template = 0x7f0c002f; public static final int topPanel = 0x7f0c002e; @@ -555,18 +555,18 @@ public static final class layout { public static final int abc_search_view = 0x7f040016; public static final int abc_select_dialog_material = 0x7f040017; public static final int abc_simple_dropdown_hint = 0x7f040018; - public static final int notification_media_action = 0x7f04001a; - public static final int notification_media_cancel_action = 0x7f04001b; - public static final int notification_template_big_media = 0x7f04001c; - public static final int notification_template_big_media_narrow = 0x7f04001d; - public static final int notification_template_lines = 0x7f04001e; - public static final int notification_template_media = 0x7f04001f; - public static final int notification_template_part_chronometer = 0x7f040020; - public static final int notification_template_part_time = 0x7f040021; - public static final int select_dialog_item_material = 0x7f040022; - public static final int select_dialog_multichoice_material = 0x7f040023; - public static final int select_dialog_singlechoice_material = 0x7f040024; - public static final int support_simple_spinner_dropdown_item = 0x7f040025; + public static final int notification_media_action = 0x7f04001b; + public static final int notification_media_cancel_action = 0x7f04001c; + public static final int notification_template_big_media = 0x7f04001d; + public static final int notification_template_big_media_narrow = 0x7f04001e; + public static final int notification_template_lines = 0x7f04001f; + public static final int notification_template_media = 0x7f040020; + public static final int notification_template_part_chronometer = 0x7f040021; + public static final int notification_template_part_time = 0x7f040022; + public static final int select_dialog_item_material = 0x7f040023; + public static final int select_dialog_multichoice_material = 0x7f040024; + public static final int select_dialog_singlechoice_material = 0x7f040025; + public static final int support_simple_spinner_dropdown_item = 0x7f040026; } public static final class string { public static final int abc_action_bar_home_description = 0x7f060000; diff --git a/ParseStarterProject/build/generated/source/r/debug/com/esri/arcgis/android/R.java b/ParseStarterProject/build/generated/source/r/debug/com/esri/arcgis/android/R.java new file mode 100644 index 0000000..6702825 --- /dev/null +++ b/ParseStarterProject/build/generated/source/r/debug/com/esri/arcgis/android/R.java @@ -0,0 +1,16 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.esri.arcgis.android; + +public final class R { + public static final class string { + public static final int app_name = 0x7f060012; + } + public static final class style { + public static final int AppTheme = 0x7f080077; + } +} diff --git a/ParseStarterProject/build/generated/source/r/debug/com/parse/starter/R.java b/ParseStarterProject/build/generated/source/r/debug/com/parse/starter/R.java index 624dfd2..68f6b72 100644 --- a/ParseStarterProject/build/generated/source/r/debug/com/parse/starter/R.java +++ b/ParseStarterProject/build/generated/source/r/debug/com/parse/starter/R.java @@ -1526,7 +1526,8 @@ public static final class drawable { public static final int notification_template_icon_bg=0x7f02003b; } public static final class id { - public static final int action0=0x7f0c004f; + public static final int HomeButton=0x7f0c0050; + public static final int action0=0x7f0c0051; public static final int action_bar=0x7f0c0040; public static final int action_bar_activity_content=0x7f0c0000; public static final int action_bar_container=0x7f0c003f; @@ -1535,21 +1536,21 @@ public static final class id { public static final int action_bar_subtitle=0x7f0c0024; public static final int action_bar_title=0x7f0c0023; public static final int action_context_bar=0x7f0c0041; - public static final int action_divider=0x7f0c0053; + public static final int action_divider=0x7f0c0055; public static final int action_menu_divider=0x7f0c0002; public static final int action_menu_presenter=0x7f0c0003; public static final int action_mode_bar=0x7f0c003d; public static final int action_mode_bar_stub=0x7f0c003c; public static final int action_mode_close_button=0x7f0c0025; - public static final int action_settings=0x7f0c005c; + public static final int action_settings=0x7f0c005e; public static final int activity_chooser_view_content=0x7f0c0026; public static final int alertTitle=0x7f0c0030; public static final int always=0x7f0c0016; public static final int beginning=0x7f0c0013; public static final int buttonPanel=0x7f0c0036; - public static final int cancel_action=0x7f0c0050; + public static final int cancel_action=0x7f0c0052; public static final int checkbox=0x7f0c0038; - public static final int chronometer=0x7f0c0056; + public static final int chronometer=0x7f0c0058; public static final int collapseActionView=0x7f0c0017; public static final int contentPanel=0x7f0c0031; public static final int custom=0x7f0c0035; @@ -1561,7 +1562,7 @@ public static final class id { public static final int dropdown=0x7f0c001c; public static final int edit_query=0x7f0c0042; public static final int end=0x7f0c0014; - public static final int end_padder=0x7f0c005b; + public static final int end_padder=0x7f0c005d; public static final int expand_activities_button=0x7f0c0027; public static final int expanded_menu=0x7f0c0037; public static final int home=0x7f0c0004; @@ -1569,12 +1570,13 @@ public static final class id { public static final int icon=0x7f0c002b; public static final int ifRoom=0x7f0c0018; public static final int image=0x7f0c0028; - public static final int info=0x7f0c005a; - public static final int line1=0x7f0c0054; - public static final int line3=0x7f0c0058; + public static final int info=0x7f0c005c; + public static final int line1=0x7f0c0056; + public static final int line3=0x7f0c005a; public static final int listMode=0x7f0c0009; public static final int list_item=0x7f0c002a; - public static final int media_actions=0x7f0c0052; + public static final int map=0x7f0c004f; + public static final int media_actions=0x7f0c0054; public static final int middle=0x7f0c0015; public static final int multiply=0x7f0c001e; public static final int never=0x7f0c0019; @@ -1605,13 +1607,13 @@ public static final class id { public static final int src_atop=0x7f0c0020; public static final int src_in=0x7f0c0021; public static final int src_over=0x7f0c0022; - public static final int status_bar_latest_event_content=0x7f0c0051; + public static final int status_bar_latest_event_content=0x7f0c0053; public static final int submit_area=0x7f0c004b; public static final int tabMode=0x7f0c000b; - public static final int text=0x7f0c0059; - public static final int text2=0x7f0c0057; + public static final int text=0x7f0c005b; + public static final int text2=0x7f0c0059; public static final int textSpacerNoButtons=0x7f0c0033; - public static final int time=0x7f0c0055; + public static final int time=0x7f0c0057; public static final int title=0x7f0c002c; public static final int title_template=0x7f0c002f; public static final int topPanel=0x7f0c002e; @@ -1654,21 +1656,24 @@ public static final class layout { public static final int abc_select_dialog_material=0x7f040017; public static final int abc_simple_dropdown_hint=0x7f040018; public static final int activity_main=0x7f040019; - public static final int notification_media_action=0x7f04001a; - public static final int notification_media_cancel_action=0x7f04001b; - public static final int notification_template_big_media=0x7f04001c; - public static final int notification_template_big_media_narrow=0x7f04001d; - public static final int notification_template_lines=0x7f04001e; - public static final int notification_template_media=0x7f04001f; - public static final int notification_template_part_chronometer=0x7f040020; - public static final int notification_template_part_time=0x7f040021; - public static final int select_dialog_item_material=0x7f040022; - public static final int select_dialog_multichoice_material=0x7f040023; - public static final int select_dialog_singlechoice_material=0x7f040024; - public static final int support_simple_spinner_dropdown_item=0x7f040025; + public static final int activity_map=0x7f04001a; + public static final int notification_media_action=0x7f04001b; + public static final int notification_media_cancel_action=0x7f04001c; + public static final int notification_template_big_media=0x7f04001d; + public static final int notification_template_big_media_narrow=0x7f04001e; + public static final int notification_template_lines=0x7f04001f; + public static final int notification_template_media=0x7f040020; + public static final int notification_template_part_chronometer=0x7f040021; + public static final int notification_template_part_time=0x7f040022; + public static final int select_dialog_item_material=0x7f040023; + public static final int select_dialog_multichoice_material=0x7f040024; + public static final int select_dialog_singlechoice_material=0x7f040025; + public static final int support_simple_spinner_dropdown_item=0x7f040026; } public static final class menu { public static final int menu_main=0x7f0d0000; + public static final int menu_map=0x7f0d0001; + public static final int menu_map_activity=0x7f0d0002; } public static final class mipmap { public static final int ic_launcher=0x7f030000; @@ -1697,6 +1702,8 @@ public static final class string { public static final int parse_app_id=0x7f060014; public static final int parse_client_key=0x7f060015; public static final int status_bar_notification_info_overflow=0x7f060016; + public static final int title_activity_map=0x7f060017; + public static final int title_activity_map_activity_frag=0x7f060018; } public static final class style { public static final int AlertDialog_AppCompat=0x7f080073; diff --git a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class index 81ded15..1172811 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class and b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class index bafbd48..1f69ed0 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class and b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R.class index 2c9d866..ee66d0e 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R.class and b/ParseStarterProject/build/intermediates/classes/debug/android/support/v7/appcompat/R.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$string.class b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$string.class new file mode 100644 index 0000000..09ad5dc Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$string.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$style.class b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$style.class new file mode 100644 index 0000000..c76153f Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R$style.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R.class b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R.class new file mode 100644 index 0000000..8d75086 Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/esri/arcgis/android/R.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/LocationGetter.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/LocationGetter.class new file mode 100644 index 0000000..2b36615 Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/LocationGetter.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MainActivity.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MainActivity.class index 873bcba..1ee05a4 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MainActivity.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MainActivity.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity$1.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity$1.class new file mode 100644 index 0000000..8162149 Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity$1.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity.class new file mode 100644 index 0000000..8d55660 Binary files /dev/null and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/MapActivity.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$id.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$id.class index 52e6667..436ccb4 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$id.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$id.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$integer.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$integer.class index 80c4a37..6c56627 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$integer.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$integer.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$layout.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$layout.class index 7cc18df..277a1ca 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$layout.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$layout.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$menu.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$menu.class index 17b69ee..6fd6ade 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$menu.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$menu.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$mipmap.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$mipmap.class index f3e94b0..11c6ae4 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$mipmap.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$mipmap.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$string.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$string.class index 179325a..770d653 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$string.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$string.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$style.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$style.class index 78edf25..d2b78a3 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$style.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$style.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$styleable.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$styleable.class index 187d2f8..4e50245 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$styleable.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R$styleable.class differ diff --git a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R.class b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R.class index ace9cbc..6df4168 100644 Binary files a/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R.class and b/ParseStarterProject/build/intermediates/classes/debug/com/parse/starter/R.class differ diff --git a/ParseStarterProject/build/intermediates/dex/debug/classes.dex b/ParseStarterProject/build/intermediates/dex/debug/classes.dex index c07dcc0..5c6f44b 100644 Binary files a/ParseStarterProject/build/intermediates/dex/debug/classes.dex and b/ParseStarterProject/build/intermediates/dex/debug/classes.dex differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/AndroidManifest.xml b/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/AndroidManifest.xml new file mode 100644 index 0000000..0964eb0 --- /dev/null +++ b/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/jars/classes.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/jars/classes.jar new file mode 100644 index 0000000..0777203 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/multidex/1.0.1/jars/classes.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/AndroidManifest.xml b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/AndroidManifest.xml new file mode 100644 index 0000000..b332943 --- /dev/null +++ b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/R.txt b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/R.txt new file mode 100644 index 0000000..bfcd59e --- /dev/null +++ b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/R.txt @@ -0,0 +1,2 @@ +int string app_name 0x7f020000 +int style AppTheme 0x7f030000 diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/aapt/AndroidManifest.xml b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/aapt/AndroidManifest.xml new file mode 100644 index 0000000..b332943 --- /dev/null +++ b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/aapt/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/classes.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/classes.jar new file mode 100644 index 0000000..dbaeb3d Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/classes.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-api.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-api.jar new file mode 100644 index 0000000..f12973a Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-api.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-app-toolkit.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-app-toolkit.jar new file mode 100644 index 0000000..7575014 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/arcgis-android-app-toolkit.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-core-1.9.5.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-core-1.9.5.jar new file mode 100644 index 0000000..89dc160 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-core-1.9.5.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-mapper-1.9.5.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-mapper-1.9.5.jar new file mode 100644 index 0000000..095ffb3 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jackson-mapper-1.9.5.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jcifs-1.3.17.jar b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jcifs-1.3.17.jar new file mode 100644 index 0000000..3f27e29 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jars/libs/jcifs-1.3.17.jar differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi-v7a/libruntimecore_java.so b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi-v7a/libruntimecore_java.so new file mode 100644 index 0000000..2a2459a Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi-v7a/libruntimecore_java.so differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi/libruntimecore_java.so b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi/libruntimecore_java.so new file mode 100644 index 0000000..0a8a978 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/armeabi/libruntimecore_java.so differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/x86/libruntimecore_java.so b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/x86/libruntimecore_java.so new file mode 100644 index 0000000..0ab6b11 Binary files /dev/null and b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/jni/x86/libruntimecore_java.so differ diff --git a/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/res/values/values.xml b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/res/values/values.xml new file mode 100644 index 0000000..449b123 --- /dev/null +++ b/ParseStarterProject/build/intermediates/exploded-aar/com.esri.arcgis.android/arcgis-android/10.2.7/res/values/values.xml @@ -0,0 +1,11 @@ + + + + + arcgis-android-v10.2.5 + + + + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/incremental/aidl/androidTest/debug/dependency.store b/ParseStarterProject/build/intermediates/incremental/aidl/androidTest/debug/dependency.store deleted file mode 100644 index 8b8400d..0000000 Binary files a/ParseStarterProject/build/intermediates/incremental/aidl/androidTest/debug/dependency.store and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml b/ParseStarterProject/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml deleted file mode 100644 index d5fcb62..0000000 --- a/ParseStarterProject/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/incremental/mergeAssets/debug/merger.xml b/ParseStarterProject/build/intermediates/incremental/mergeAssets/debug/merger.xml index fe2437f..6834695 100644 --- a/ParseStarterProject/build/intermediates/incremental/mergeAssets/debug/merger.xml +++ b/ParseStarterProject/build/intermediates/incremental/mergeAssets/debug/merger.xml @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml b/ParseStarterProject/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml deleted file mode 100644 index 8e020a7..0000000 --- a/ParseStarterProject/build/intermediates/incremental/mergeResourcesandroidTest/debug/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/incremental/mergeResourcesdebug/merger.xml b/ParseStarterProject/build/intermediates/incremental/mergeResourcesdebug/merger.xml index ed152c7..0ae4bce 100644 --- a/ParseStarterProject/build/intermediates/incremental/mergeResourcesdebug/merger.xml +++ b/ParseStarterProject/build/intermediates/incremental/mergeResourcesdebug/merger.xml @@ -1,5 +1,7 @@ -arcgis-android-v10.2.5trueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""‏مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراک‌گذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینه‌های بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""‏اشتراک‌گذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54diptrueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""‏مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراک‌گذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینه‌های بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""‏اشتراک‌گذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54dip"पूर्ण""ध्वनि खोज""क्‍वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्‍लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""‏שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""សម្អាត​សំណួរ""ដាក់​​​ស្នើ​សំណួរ""ស្វែងរក​សំណួរ""ចែករំលែក​ជាមួយ %s""មើល​ទាំងអស់""ការស្វែងរក​សំឡេង""រកមើល​ឡើងលើ""ចែករំលែក​ជាមួយ""រកមើល​ទៅ​ដើម""ស្វែងរក""ជ្រើស​កម្មវិធី​​""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%"पूर्ण""ध्वनि खोज""क्‍वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्‍लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""‏שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""សម្អាត​សំណួរ""ដាក់​​​ស្នើ​សំណួរ""ស្វែងរក​សំណួរ""ចែករំលែក​ជាមួយ %s""មើល​ទាំងអស់""ការស្វែងរក​សំឡេង""រកមើល​ឡើងលើ""ចែករំលែក​ជាមួយ""រកមើល​ទៅ​ដើម""ស្វែងរក""ជ្រើស​កម្មវិធី​​""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%0px0px64dp \ No newline at end of file + 64dp \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/ParseStarterProject/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml deleted file mode 100644 index aa80382..0000000 --- a/ParseStarterProject/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/ParseStarterProject/build/intermediates/manifests/full/debug/AndroidManifest.xml b/ParseStarterProject/build/intermediates/manifests/full/debug/AndroidManifest.xml index afa5b67..6b05245 100644 --- a/ParseStarterProject/build/intermediates/manifests/full/debug/AndroidManifest.xml +++ b/ParseStarterProject/build/intermediates/manifests/full/debug/AndroidManifest.xml @@ -13,11 +13,17 @@ android:versionName="1.0" > + + + + @@ -41,6 +47,12 @@ + + + + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/multi-dex/debug/allclasses.jar b/ParseStarterProject/build/intermediates/multi-dex/debug/allclasses.jar new file mode 100644 index 0000000..9df2e7b Binary files /dev/null and b/ParseStarterProject/build/intermediates/multi-dex/debug/allclasses.jar differ diff --git a/ParseStarterProject/build/intermediates/multi-dex/debug/componentClasses.jar b/ParseStarterProject/build/intermediates/multi-dex/debug/componentClasses.jar new file mode 100644 index 0000000..d166f0d Binary files /dev/null and b/ParseStarterProject/build/intermediates/multi-dex/debug/componentClasses.jar differ diff --git a/ParseStarterProject/build/intermediates/multi-dex/debug/components.flags b/ParseStarterProject/build/intermediates/multi-dex/debug/components.flags new file mode 100644 index 0000000..294b061 --- /dev/null +++ b/ParseStarterProject/build/intermediates/multi-dex/debug/components.flags @@ -0,0 +1,34 @@ +-injars 'C:\Users\Edward\HackNC\HackNC\ParseStarterProject\build\intermediates\multi-dex\debug\allclasses.jar' +-outjars 'C:\Users\Edward\HackNC\HackNC\ParseStarterProject\build\intermediates\multi-dex\debug\componentClasses.jar' + +-libraryjars 'C:\Users\Edward\AppData\Local\Android\sdk\build-tools\22.0.1\lib\shrinkedAndroid.jar' + +-forceprocessing +-dontoptimize +-dontobfuscate +-dontpreverify +-dontwarn +-printconfiguration 'C:\Users\Edward\HackNC\HackNC\ParseStarterProject\build\intermediates\multi-dex\debug\components.flags' + + +-keep class com.parse.starter.StarterApplication { + (); + void attachBaseContext(android.content.Context); +} + +-keep class com.parse.starter.MapActivity { + (); +} + +-keep class com.parse.starter.MainActivity { + (); +} + +-keep public class * extends android.app.backup.BackupAgent { + (); +} + +-keep public class * extends java.lang.annotation.Annotation { + ; + ; +} diff --git a/ParseStarterProject/build/intermediates/multi-dex/debug/maindexlist.txt b/ParseStarterProject/build/intermediates/multi-dex/debug/maindexlist.txt new file mode 100644 index 0000000..ed9f4d0 --- /dev/null +++ b/ParseStarterProject/build/intermediates/multi-dex/debug/maindexlist.txt @@ -0,0 +1,409 @@ + +android/support/v4/app/BackStackRecord.class +android/support/v4/widget/SlidingPaneLayout.class +org/codehaus/jackson/map/MapperConfig.class +android/support/v4/app/FragmentManagerState.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$CharArraySerializer.class +android/support/v7/app/AppCompatActivity.class +com/esri/core/renderer/DictionaryRenderer.class +org/codehaus/jackson/impl/JsonGeneratorBase.class +android/support/v7/app/ActionBar$NavigationMode.class +org/codehaus/jackson/JsonProcessingException.class +com/parse/ParseRequest.class +org/codehaus/jackson/map/deser/EnumDeserializer.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$LongDeser.class +com/parse/starter/R.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$FloatArraySerializer.class +org/codehaus/jackson/map/DeserializationConfig.class +org/codehaus/jackson/map/util/EnumValues.class +com/parse/ParsePush.class +com/parse/ParsePin.class +android/support/v7/app/ActionBar$Tab.class +org/codehaus/jackson/annotate/JsonTypeInfo$Id.class +org/codehaus/jackson/annotate/JsonCreator.class +android/support/v7/view/ActionMode$Callback.class +com/esri/core/tasks/ags/geoprocessing/GPRasterDataLayer.class +org/codehaus/jackson/map/annotate/JsonCachable.class +org/codehaus/jackson/impl/ReaderBasedParserBase.class +android/support/v4/app/FragmentManagerImpl$3.class +-keep public class * extends android.app.backup.BackupAgent { +android/support/annotation/DimenRes.class +org/codehaus/jackson/map/ser/std/ToStringSerializer.class +com/esri/core/internal/value/g.class +android/support/v4/app/FragmentActivity.class +org/codehaus/jackson/map/ser/StdSerializers$FloatSerializer.class +org/codehaus/jackson/map/JsonSerializer.class +android/support/v4/app/FragmentManager$OnBackStackChangedListener.class +android/support/v4/widget/DrawerLayout$DrawerListener.class +org/codehaus/jackson/map/ser/std/EnumMapSerializer.class +com/esri/android/map/LocationDisplayManager.class +android/support/v4/app/FragmentManagerImpl$FragmentTag.class +org/codehaus/jackson/annotate/JacksonAnnotation.class +org/codehaus/jackson/map/deser/std/StdDeserializer$LongDeserializer.class +android/support/annotation/StringDef.class +android/support/v4/app/LoaderManagerImpl.class +org/codehaus/jackson/map/ser/std/EnumSerializer.class +org/codehaus/jackson/map/type/TypeFactory.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$IntArraySerializer.class +com/esri/core/internal/tasks/ags/c/i.class +org/codehaus/jackson/annotate/JsonPropertyOrder.class +android/support/v4/app/NoSaveStateFrameLayout.class +} +org/codehaus/jackson/JsonNode.class +org/codehaus/jackson/annotate/JsonBackReference.class +android/support/annotation/StringRes.class +android/support/v4/widget/MaterialProgressDrawable$1.class +android/support/annotation/IdRes.class +org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.class +android/support/v7/widget/LinearLayoutCompat$OrientationMode.class +org/codehaus/jackson/map/annotate/JsonTypeResolver.class +org/codehaus/jackson/map/annotate/JsonTypeIdResolver.class +android/support/v4/content/ContextCompat.class +org/codehaus/jackson/annotate/JsonManagedReference.class +com/esri/android/map/ags/ArcGISPopupInfo.class +android/support/v4/app/TaskStackBuilder.class +android/support/v4/app/NavUtils.class +org/codehaus/jackson/map/ser/std/CalendarSerializer.class +org/codehaus/jackson/map/ser/BeanSerializerFactory.class +org/codehaus/jackson/map/introspect/BasicClassIntrospector$SetterMethodFilter.class +-keep class com.parse.starter.StarterApplication { +org/codehaus/jackson/map/ser/std/ObjectArraySerializer.class +com/parse/ParseRole.class +org/codehaus/jackson/map/ser/ToStringSerializer.class +org/codehaus/jackson/map/deser/std/MapDeserializer.class +org/codehaus/jackson/map/deser/StdScalarDeserializer.class +org/codehaus/jackson/map/deser/std/StdDeserializer$FloatDeserializer.class +com/esri/android/map/CalloutStyle.class +android/support/v7/app/ActionBar$OnNavigationListener.class +android/support/v7/app/ActionBar$OnMenuVisibilityListener.class +org/codehaus/jackson/annotate/JsonTypeInfo.class +org/codehaus/jackson/map/BeanDescription.class +org/codehaus/jackson/map/util/JSONWrappedObject.class +org/codehaus/jackson/map/deser/StdDeserializer$StringDeserializer.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$ByteDeser.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$ShortArraySerializer.class +org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.class +com/parse/ParseObject.class +org/codehaus/jackson/map/deser/std/StdDeserializer$BigDecimalDeserializer.class +com/esri/android/map/ags/ArcGISDynamicMapServiceLayer.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$DoubleArraySerializer.class +org/codehaus/jackson/map/introspect/BasicClassIntrospector.class +android/support/v4/app/ActionBarDrawerToggle.class +android/support/v4/app/ActivityCompatHoneycomb.class +org/codehaus/jackson/map/ser/std/MapSerializer.class +org/codehaus/jackson/annotate/JsonAnySetter.class +org/codehaus/jackson/map/introspect/BasicBeanDescription.class +android/support/v4/widget/MaterialProgressDrawable.class +bolts/WebViewAppLinkResolver$2$2.class +android/support/annotation/DrawableRes.class +android/support/v4/app/LoaderManager.class +org/codehaus/jackson/annotate/JsonAnyGetter.class +org/codehaus/jackson/map/ser/StdSerializers$UtilDateSerializer.class +android/support/v4/view/animation/FastOutSlowInInterpolator.class +org/codehaus/jackson/map/deser/StdDeserializer.class +android/support/v4/app/BackStackState.class +org/codehaus/jackson/map/annotate/NoClass.class +com/parse/NotificationCompat$Builder.class +android/support/v4/widget/SwipeRefreshLayout.class +org/codehaus/jackson/JsonFactory.class +org/codehaus/jackson/map/deser/std/StdDeserializer$NumberDeserializer.class +android/support/v4/app/TaskStackBuilder$SupportParentable.class +org/codehaus/jackson/map/jsontype/impl/AsWrapperTypeDeserializer.class +org/codehaus/jackson/annotate/JsonIgnoreProperties.class +org/codehaus/jackson/annotate/JsonSubTypes$Type.class +org/codehaus/jackson/map/ser/StdKeySerializer.class +android/support/annotation/IntegerRes.class +org/codehaus/jackson/map/deser/SettableBeanProperty.class +android/support/v4/widget/MaterialProgressDrawable$Ring.class +android/support/v7/app/ActionBarDrawerToggle$Delegate.class +org/codehaus/jackson/map/deser/std/StdDeserializer$DoubleDeserializer.class +android/support/annotation/MenuRes.class +com/parse/ParseUser.class +com/esri/android/map/popup/PopupLayer.class +org/codehaus/jackson/map/deser/StdDeserializer$ClassDeserializer.class +org/codehaus/jackson/map/type/MapType.class +org/codehaus/jackson/map/deser/std/ClassDeserializer.class +com/parse/Parse.class +org/codehaus/jackson/map/ser/std/StdContainerSerializers$IndexedListSerializer.class +org/codehaus/jackson/annotate/JsonGetter.class +org/codehaus/jackson/map/ser/StdSerializerProvider.class +com/esri/core/symbol/advanced/SymbolDictionaryFilter.class +com/parse/starter/R$layout.class +com/esri/android/map/TiledServiceLayer.class +android/support/v4/app/FragmentManager$BackStackEntry.class +org/codehaus/jackson/map/ser/JdkSerializers.class +org/codehaus/jackson/map/annotate/JsonSerialize.class +org/codehaus/jackson/map/introspect/VisibilityChecker$Std.class +android/support/v7/app/ActionBarDrawerToggle.class + *; +org/codehaus/jackson/map/MapperConfig$Impl.class +android/support/v4/app/FragmentTransaction.class +org/codehaus/jackson/map/deser/SettableAnyProperty.class +org/codehaus/jackson/type/JavaType.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$ByteArraySerializer.class +com/esri/android/map/popup/ArcGISEditAttributesAdapter$DateButtonOnClickListener.class +org/codehaus/jackson/map/deser/ThrowableDeserializer.class +android/support/annotation/StyleableRes.class +org/codehaus/jackson/schema/JsonSerializableSchema.class +org/codehaus/jackson/map/deser/ContainerDeserializer.class +org/codehaus/jackson/map/ser/StdSerializers$IntegerSerializer.class +com/esri/android/map/MapGestureDetector$OnGestureListener.class +org/codehaus/jackson/map/SerializerFactory.class +android/support/annotation/XmlRes.class +android/support/v7/app/ActionBarActivity.class +org/codehaus/jackson/map/KeyDeserializer.class +org/codehaus/jackson/map/deser/ArrayDeserializers.class +com/parse/EventuallyPin.class +org/codehaus/jackson/annotate/JsonProperty.class +com/esri/core/renderer/SimpleRenderer.class +org/codehaus/jackson/map/deser/ArrayDeserializer.class +org/codehaus/jackson/map/ser/std/AsArraySerializerBase.class +org/codehaus/jackson/map/ser/StdSerializers$DoubleSerializer.class +org/codehaus/jackson/schema/JsonSchema.class +org/codehaus/jackson/map/deser/std/StdDeserializer$BooleanDeserializer.class +android/support/annotation/RequiresPermission.class +org/codehaus/jackson/map/deser/UntypedObjectDeserializer.class +com/esri/android/oauth/OAuthView.class +org/codehaus/jackson/map/deser/std/ObjectArrayDeserializer.class +org/codehaus/jackson/map/annotate/JacksonInject.class +org/codehaus/jackson/map/ser/StdSerializers$LongSerializer.class +android/support/annotation/BoolRes.class +android/support/v4/widget/MaterialProgressDrawable$ProgressDrawableSize.class +android/support/annotation/WorkerThread.class +android/support/v7/widget/LinearLayoutCompat$DividerMode.class +com/esri/android/map/Layer.class +com/esri/core/renderer/ClassBreaksRenderer.class +android/support/v4/widget/MaterialProgressDrawable$3.class +org/codehaus/jackson/map/deser/FromStringDeserializer.class +com/parse/ParseAnalytics.class +org/codehaus/jackson/annotate/JsonAutoDetect$Visibility.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$BooleanDeser.class +org/codehaus/jackson/map/Serializers$None.class +android/support/annotation/CallSuper.class +org/codehaus/jackson/map/deser/BeanDeserializerFactory.class +org/codehaus/jackson/map/util/JSONPObject.class +android/support/v4/util/SimpleArrayMap.class +org/codehaus/jackson/map/ser/std/RawSerializer.class +org/codehaus/jackson/map/annotate/JsonView.class +org/codehaus/jackson/map/ser/StdSerializers$SerializableWithTypeSerializer.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$LongArraySerializer.class +org/codehaus/jackson/map/jsontype/impl/TypeDeserializerBase.class +android/support/v4/app/Fragment.class +bolts/AggregateException.class +org/codehaus/jackson/map/ser/StdSerializers$BooleanSerializer.class +com/parse/starter/MapActivity$1.class +android/support/v4/view/ViewPager.class +android/support/v4/app/FragmentManagerImpl$5.class +android/support/v7/app/ActionBarDrawerToggle$DelegateProvider.class +org/codehaus/jackson/map/JsonDeserializer.class +-keep public class * extends java.lang.annotation.Annotation { +org/codehaus/jackson/map/ser/StdSerializers$NumberSerializer.class +org/codehaus/jackson/JsonLocation.class +org/codehaus/jackson/annotate/JsonSubTypes.class +com/parse/ParseClassName.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$IntDeser.class +org/codehaus/jackson/annotate/JsonIgnore.class +org/codehaus/jackson/annotate/JsonAutoDetect$1.class +com/esri/core/tasks/ags/geoprocessing/GPParameter.class +android/support/v4/view/ViewCompat.class +org/codehaus/jackson/map/type/MapLikeType.class +org/codehaus/jackson/annotate/JsonAutoDetect.class +org/codehaus/jackson/annotate/JsonSetter.class +org/codehaus/jackson/map/ser/std/StdContainerSerializers$IteratorSerializer.class +org/codehaus/jackson/map/deser/std/StdDeserializer$CharacterDeserializer.class +android/support/annotation/ColorInt.class +org/codehaus/jackson/annotate/JsonTypeName.class +org/codehaus/jackson/map/annotate/JsonSerialize$Typing.class +org/codehaus/jackson/annotate/JsonWriteNullProperties.class +android/support/v7/app/AppCompatCallback.class +android/support/annotation/ArrayRes.class + void attachBaseContext(android.content.Context); +org/codehaus/jackson/map/deser/EnumResolver.class +android/support/v4/app/FragmentManagerImpl.class +android/support/v4/view/LayoutInflaterFactory.class +org/codehaus/jackson/map/ser/std/IndexedStringListSerializer.class +org/codehaus/jackson/impl/StreamBasedParserBase.class +org/codehaus/jackson/map/annotate/JsonFilter.class +org/codehaus/jackson/map/ser/StdSerializers$IntLikeSerializer.class +com/esri/android/map/TiledLayer.class +com/esri/core/tasks/ags/query/RelationshipQuery.class +android/support/annotation/StyleRes.class +org/codehaus/jackson/map/annotate/JacksonStdImpl.class +org/codehaus/jackson/map/introspect/AnnotatedClass.class +org/codehaus/jackson/map/deser/StdKeyDeserializer.class +android/support/v4/view/MenuCompat.class +android/support/v7/app/ActionBar$DisplayOptions.class +android/support/v4/util/LogWriter.class +org/codehaus/jackson/map/deser/StdKeyDeserializers.class +org/codehaus/jackson/map/ser/std/StringSerializer.class +org/codehaus/jackson/map/ser/std/IterableSerializer.class +com/esri/android/map/popup/ArcGISEditAttributesAdapter$RangeSpinnerAdapter.class +org/codehaus/jackson/map/SerializerProvider.class +org/codehaus/jackson/map/JsonSerializable.class +android/support/v4/app/FragmentContainer.class +android/support/v7/app/ActionBar$TabListener.class +org/codehaus/jackson/map/JsonSerializer$None.class +com/parse/ParseACL.class +org/codehaus/jackson/map/type/ArrayType.class +com/esri/core/tasks/ags/geoprocessing/GPFeatureRecordSetLayer.class +org/codehaus/jackson/map/ser/SerializerBase.class +com/esri/core/tasks/ags/query/Query.class +org/codehaus/jackson/map/deser/CollectionDeserializer.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$FloatDeser.class +org/codehaus/jackson/annotate/JsonUnwrapped.class +android/support/annotation/ColorRes.class +org/codehaus/jackson/map/jsontype/impl/AsPropertyTypeDeserializer.class +android/support/v7/appcompat/R.class +android/support/v7/widget/ActionMenuView$LayoutParams.class +android/support/annotation/InterpolatorRes.class +org/codehaus/jackson/map/introspect/BasicClassIntrospector$SetterAndGetterMethodFilter.class +com/esri/android/map/event/OnStatusChangedListener.class +android/support/v4/app/BackStackRecord$TransitionState.class +android/support/annotation/AnimRes.class +android/support/v4/app/FragmentActivity$NonConfigurationInstances.class +android/support/v7/widget/LinearLayoutCompat$LayoutParams.class +org/codehaus/jackson/map/annotate/JsonDeserialize.class +org/codehaus/jackson/map/ObjectMapper.class +android/support/v4/widget/MaterialProgressDrawable$2.class +com/parse/ParseInstallation.class +org/codehaus/jackson/annotate/JsonMethod.class +android/support/annotation/RequiresPermission$Write.class +org/codehaus/jackson/map/deser/std/EnumMapDeserializer.class +org/codehaus/jackson/map/deser/std/StringDeserializer.class +org/codehaus/jackson/map/util/ClassUtil.class +com/parse/ParseSQLiteCursor.class +com/esri/android/map/popup/ArcGISDescriptionAdapter.class +com/esri/core/symbol/PictureMarkerSymbol.class +android/support/v7/view/ActionMode.class +org/codehaus/jackson/map/ser/StdSerializers$SqlDateSerializer.class +android/support/v7/appcompat/R$styleable.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$DoubleDeser.class +org/codehaus/jackson/map/Deserializers$None.class +org/codehaus/jackson/impl/DefaultPrettyPrinter.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$CharDeser.class +android/support/v4/app/Fragment$SavedState.class +com/esri/core/symbol/advanced/SymbolDictionaryQuery.class +android/support/v4/app/FragmentManagerImpl$4.class +org/codehaus/jackson/map/deser/std/EnumDeserializer.class +com/parse/ParseQuery.class +com/parse/starter/R$id.class +org/codehaus/jackson/map/introspect/BasicClassIntrospector$GetterMethodFilter.class +android/support/annotation/FloatRange.class +org/codehaus/jackson/map/type/CollectionLikeType.class +android/support/v4/app/FragmentManagerImpl$1.class +android/support/annotation/AttrRes.class +org/codehaus/jackson/map/ser/ContainerSerializers.class +org/codehaus/jackson/map/deser/std/StdDeserializer$ByteDeserializer.class +android/support/v4/view/GravityCompat.class +org/codehaus/jackson/annotate/JsonTypeInfo$None.class +com/parse/starter/StarterApplication.class +org/codehaus/jackson/map/deser/std/StdDeserializer$BigIntegerDeserializer.class +org/codehaus/jackson/map/JsonDeserializer$None.class +org/codehaus/jackson/map/deser/std/StdDeserializer$IntegerDeserializer.class +org/codehaus/jackson/map/ser/std/NullSerializer.class +android/support/v4/app/FragmentTabHost.class +com/esri/android/map/popup/ArcGISLayout.class +android/support/v4/app/FragmentState.class +android/support/v4/widget/CursorAdapter.class +android/support/v4/util/DebugUtils.class +org/codehaus/jackson/map/ser/StdSerializers$SqlTimeSerializer.class +android/support/annotation/LayoutRes.class +com/parse/starter/MapActivity.class +android/support/annotation/RequiresPermission$Read.class +org/codehaus/jackson/annotate/JsonTypeInfo$As.class +org/codehaus/jackson/map/ser/std/DateSerializer.class +org/codehaus/jackson/map/deser/DateDeserializer.class +org/codehaus/jackson/map/ser/ScalarSerializerBase.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$BooleanArraySerializer.class +android/support/annotation/Nullable.class +android/support/annotation/VisibleForTesting.class +org/codehaus/jackson/map/ser/std/SerializableWithTypeSerializer.class +android/support/annotation/BinderThread.class +android/support/annotation/MainThread.class +org/codehaus/jackson/map/deser/MapDeserializer.class +android/support/v4/app/NotificationCompat$Builder.class +android/support/v4/app/FragmentActivity$2.class +org/codehaus/jackson/map/deser/std/TokenBufferDeserializer.class +android/support/v7/widget/LinearLayoutCompat.class +com/esri/core/annotations/Beta.class +org/codehaus/jackson/map/type/TypeBase.class +android/support/v4/app/FragmentManagerImpl$2.class +org/codehaus/jackson/map/ser/std/SerializableSerializer.class +android/support/v4/app/SuperNotCalledException.class +org/codehaus/jackson/map/TypeDeserializer.class +org/codehaus/jackson/JsonGenerator.class +android/support/annotation/IntRange.class +android/support/annotation/AnimatorRes.class +org/codehaus/jackson/map/deser/BeanDeserializer.class +org/codehaus/jackson/map/annotate/JsonRootName.class +org/codehaus/jackson/map/ser/std/SerializerBase.class +com/esri/android/map/ags/ArcGISTiledMapServiceLayer.class +android/support/annotation/FractionRes.class +org/codehaus/jackson/annotate/JsonValue.class +org/codehaus/jackson/map/deser/std/StringCollectionDeserializer.class +org/codehaus/jackson/map/ser/EnumSerializer.class +com/esri/core/portal/WebMapLayer.class +com/esri/core/renderer/UniqueValueRenderer.class +com/parse/starter/MainActivity.class +android/support/v7/internal/view/menu/MenuItemImpl.class +org/codehaus/jackson/map/SerializationConfig.class +android/support/annotation/NonNull.class +org/codehaus/jackson/map/ser/ArraySerializers.class +android/support/annotation/IntDef.class +org/codehaus/jackson/map/ser/std/StdArraySerializers$StringArraySerializer.class +org/codehaus/jackson/map/deser/std/CollectionDeserializer.class +org/codehaus/jackson/map/annotate/JsonValueInstantiator.class +org/codehaus/jackson/map/KeyDeserializer$None.class +org/codehaus/jackson/map/ser/StdSerializers$CalendarSerializer.class +android/support/v4/widget/ResourceCursorAdapter.class +com/esri/android/map/MapView.class +org/codehaus/jackson/annotate/JsonIgnoreType.class +com/esri/core/geodatabase/Geodatabase.class +android/support/v7/app/AppCompatDelegate.class +android/support/annotation/Keep.class +android/support/annotation/Size.class +org/codehaus/jackson/map/deser/CustomDeserializerFactory.class +com/parse/ParsePlugins.class +org/codehaus/jackson/annotate/JsonRawValue.class +android/support/annotation/AnyRes.class +android/support/v7/app/ActionBar$LayoutParams.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$ShortDeser.class +org/codehaus/jackson/map/ser/std/JsonValueSerializer.class +com/parse/starter/R$menu.class +com/parse/ParseSession.class +android/support/v7/internal/widget/AdapterViewCompat.class +org/codehaus/jackson/map/ClassIntrospector.class +org/codehaus/jackson/map/deser/JsonNodeDeserializer.class +org/codehaus/jackson/map/ser/std/StringCollectionSerializer.class +org/codehaus/jackson/map/deser/StdDeserializer$CalendarDeserializer.class +org/codehaus/jackson/map/SerializationConfig$Feature.class +com/esri/android/map/CalloutPopupWindow.class +android/support/annotation/RawRes.class +android/support/v4/view/animation/LookupTableInterpolator.class +android/support/v4/widget/SimpleCursorAdapter.class +android/support/annotation/CheckResult.class +android/support/v7/internal/widget/TintTypedArray.class +-keep class com.parse.starter.MapActivity { (); } +-keep class com.parse.starter.MainActivity { (); } +android/support/annotation/UiThread.class +org/codehaus/jackson/map/ser/StdSerializers$StringSerializer.class +com/esri/android/map/popup/Popup.class +org/codehaus/jackson/map/ser/MapSerializer.class +org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers$StringDeser.class +org/codehaus/jackson/impl/JsonNumericParserBase.class +android/support/v7/app/ActionBar.class +android/support/annotation/TransitionRes.class +android/support/annotation/PluralsRes.class +org/codehaus/jackson/map/annotate/JsonSerialize$Inclusion.class +org/codehaus/jackson/map/ser/StdSerializers$SerializableSerializer.class +org/codehaus/jackson/map/type/SimpleType.class +android/support/v4/app/FragmentManager.class +android/support/v7/internal/widget/ViewUtils.class +org/codehaus/jackson/map/deser/std/StdDeserializer$ShortDeserializer.class + (); +android/support/v4/app/ActivityCompat.class +org/codehaus/jackson/map/deser/std/CalendarDeserializer.class +com/esri/core/symbol/advanced/SymbolDictionary.class +org/codehaus/jackson/map/ser/std/TokenBufferSerializer.class +com/esri/android/map/MapGestureDetector.class +android/support/v4/app/FragmentActivity$1.class \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/multi-dex/debug/manifest_keep.txt b/ParseStarterProject/build/intermediates/multi-dex/debug/manifest_keep.txt new file mode 100644 index 0000000..c2d7a8e --- /dev/null +++ b/ParseStarterProject/build/intermediates/multi-dex/debug/manifest_keep.txt @@ -0,0 +1,12 @@ +-keep class com.parse.starter.StarterApplication { + (); + void attachBaseContext(android.content.Context); +} +-keep class com.parse.starter.MapActivity { (); } +-keep class com.parse.starter.MainActivity { (); } +-keep public class * extends android.app.backup.BackupAgent { + (); +} +-keep public class * extends java.lang.annotation.Annotation { + *; +} diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/bolts-android-1.2.1-3a62d87a8d4eb178baf55b256317086f74b8f832.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/bolts-android-1.2.1-3a62d87a8d4eb178baf55b256317086f74b8f832.jar deleted file mode 100644 index 49f662d..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/bolts-android-1.2.1-3a62d87a8d4eb178baf55b256317086f74b8f832.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-86cbecf3125808a092903ed19d091e022892711b.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-86cbecf3125808a092903ed19d091e022892711b.jar deleted file mode 100644 index 6f211b2..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-86cbecf3125808a092903ed19d091e022892711b.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-ea5b1b2a49e604a32e09f1b9a3b13acab7962861.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-ea5b1b2a49e604a32e09f1b9a3b13acab7962861.jar deleted file mode 100644 index 037ac5b..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/classes-ea5b1b2a49e604a32e09f1b9a3b13acab7962861.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/internal_impl-22.2.0-4c86486703871cc5cb937611909a2111b2ba382c.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/internal_impl-22.2.0-4c86486703871cc5cb937611909a2111b2ba382c.jar deleted file mode 100644 index 315ac2a..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/internal_impl-22.2.0-4c86486703871cc5cb937611909a2111b2ba382c.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/parse-android-1.10.3-7dbed37a4873d85bcac17eadf9f91468b49c3c11.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/parse-android-1.10.3-7dbed37a4873d85bcac17eadf9f91468b49c3c11.jar deleted file mode 100644 index ee4c649..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/parse-android-1.10.3-7dbed37a4873d85bcac17eadf9f91468b49c3c11.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/pre-dexed/debug/support-annotations-22.2.0-76ae4f4446395d78848cae08ca191ae03e3f4df3.jar b/ParseStarterProject/build/intermediates/pre-dexed/debug/support-annotations-22.2.0-76ae4f4446395d78848cae08ca191ae03e3f4df3.jar deleted file mode 100644 index a52b641..0000000 Binary files a/ParseStarterProject/build/intermediates/pre-dexed/debug/support-annotations-22.2.0-76ae4f4446395d78848cae08ca191ae03e3f4df3.jar and /dev/null differ diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_in.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_in.xml index 7ba2f6b..8eef90d 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_in.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_in.xml @@ -17,4 +17,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime" /> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_out.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_out.xml index 2d0d279..868ce8c 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_out.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_fade_out.xml @@ -17,4 +17,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime" /> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml index 345f49f..de41c74 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml @@ -27,4 +27,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml index 28b5e15..eb5af04 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml index 9b445c8..82ce0e7 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml index 07b3244..e9de100 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml index d8d5c6c..fff2a67 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml @@ -17,4 +17,4 @@ android:interpolator="@android:anim/decelerate_interpolator" android:fromYDelta="50%p" android:toYDelta="0" android:duration="@android:integer/config_mediumAnimTime"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml index 5ef51cd..1527c0e 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml index 539f14e..14113f3 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml index 8703947..6a51d8e 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml index 7ce4f03..945cd9e 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml index a3b34a0..d137042 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml index 5b9dd92..6fe83e4 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml index b805ae9..68844bb 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml index fd727c4..2b1a061 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml index 69bb518..ed8b2dc 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml index 3720fdd..cc03267 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml index 1b1a719..c3a150a 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_search_url_text.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_search_url_text.xml index 7611b90..6be65ee 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_search_url_text.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_search_url_text.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml index e78c6b1..11a894a 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml index 326dc02..3809855 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml index aacc6da..8e54d4b 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml index 6b5e2bb..ee7c32d 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml index 6d8b3b1..9dc41d8 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml @@ -20,4 +20,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml index d989872..a039e67 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml index 13e0119..d982582 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml @@ -30,4 +30,4 @@ android:bottom="@dimen/abc_button_padding_vertical_material" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml index 11e8911..a3578e7 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml index 4112604..d8d2d32 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml @@ -20,4 +20,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml index c4e5a95..440e5a8 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml index efa0f7e..54c33e4 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml @@ -23,4 +23,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml index 7167d3b..391ed31 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml @@ -23,4 +23,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml index 1ae9524..bc7752f 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml @@ -27,4 +27,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml index dd89098..343c04b 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml index ce535ba..d7ed75f 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml index 95b0970..c11a217 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml index d7f8259..12408df 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml index 0cfb2fa..4527ee6 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml @@ -25,4 +25,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml index 1da9392..e5f9def 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml @@ -26,4 +26,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml index 3074188..f2181d1 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml @@ -22,4 +22,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml index 6f9ebe7..38dc8c9 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml @@ -33,4 +33,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml index 3521623..48e37b4 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml @@ -17,4 +17,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml index 6941b8e..3c1a84d 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml index 1c36ce5..282326e 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml @@ -20,4 +20,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml index f041eec..60c0455 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml @@ -32,4 +32,4 @@ android:ellipsize="end" android:visibility="gone" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml index 42e2ba5..1390b3d 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml @@ -21,4 +21,4 @@ android:gravity="center_vertical" android:enabled="false"> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml index 08f2932..72e7ec1 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml @@ -20,4 +20,4 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" style="?attr/actionBarTabBarStyle"> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml index 50399c9..f5575c0 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml @@ -28,4 +28,4 @@ android:textAppearance="?attr/actionMenuTextAppearance" android:textColor="?attr/actionMenuTextColor" style="?attr/actionButtonStyle"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml index e62adb4..d8ea25b 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml @@ -22,4 +22,4 @@ app:divider="?attr/actionBarDivider" app:dividerPadding="12dip" android:gravity="center_vertical"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml index 4d56229..ee801da 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml @@ -23,4 +23,4 @@ android:visibility="gone" android:theme="?attr/actionBarTheme" style="?attr/actionModeStyle"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml index eb317ac..f4c6d87 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml @@ -23,4 +23,4 @@ android:src="?attr/actionModeCloseDrawable" style="?attr/actionModeCloseButtonStyle" android:layout_width="wrap_content" - android:layout_height="match_parent" /> \ No newline at end of file + android:layout_height="match_parent" /> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml index 61f28d9..cadcde3 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml @@ -69,4 +69,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml index 6c226bd..ece773c 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml @@ -49,4 +49,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml index 9c4a609..752817a 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml @@ -145,4 +145,4 @@ android:layout_width="wrap_content" android:layout_height="wrap_content"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml index dbb832a..c185089 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml @@ -44,4 +44,4 @@ enabled. android:layout_height="wrap_content" android:layout_weight="1"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml index dedc3d2..2a51425 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml @@ -19,4 +19,4 @@ android:id="@+id/expanded_menu" android:layout_width="?attr/panelMenuListWidth" android:layout_height="wrap_content" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml index 15a24d3..d55efa2 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml @@ -24,4 +24,4 @@ android:duplicateParentState="true"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml index 3c408a3..42635f8 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml @@ -26,4 +26,4 @@ android:scaleType="centerInside" android:duplicateParentState="true"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml index 582223f..db81efe 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml @@ -58,4 +58,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml index e148028..11640f5 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml @@ -22,4 +22,4 @@ android:focusable="false" android:clickable="false" android:duplicateParentState="true"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml index d14a400..30d71b6 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml @@ -59,4 +59,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml index a1aadd5..3159d7f 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml @@ -24,4 +24,4 @@ android:foreground="?android:attr/windowContentOverlay" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml index fd3743b..5e3b686 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml @@ -32,4 +32,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml index 829a4f1..0d7e1d2 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml @@ -36,4 +36,4 @@ enabled. android:layout_width="match_parent" android:layout_height="wrap_content" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml index f696d2c..c92b270 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml @@ -51,4 +51,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml index 3916bda..6fbbfb3 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml @@ -83,4 +83,4 @@ android:layout_above="@android:id/text2" /> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_view.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_view.xml index 4728b88..49cb734 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_view.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_search_view.xml @@ -139,4 +139,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml index a1655f5..0ced7a3 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml @@ -32,4 +32,4 @@ android:paddingTop="@dimen/abc_dialog_list_padding_vertical_material" android:paddingBottom="@dimen/abc_dialog_list_padding_vertical_material" android:clipToPadding="false" - style="@style/Widget.AppCompat.ListView" /> \ No newline at end of file + style="@style/Widget.AppCompat.ListView" /> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_simple_dropdown_hint.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_simple_dropdown_hint.xml index f37a281..d959e24 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_simple_dropdown_hint.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/abc_simple_dropdown_hint.xml @@ -20,4 +20,4 @@ android:singleLine="true" android:layout_margin="3dip" android:layout_width="match_parent" - android:layout_height="wrap_content" /> \ No newline at end of file + android:layout_height="wrap_content" /> \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_main.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_main.xml index 2b45845..a7e68d1 100644 --- a/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_main.xml +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_main.xml @@ -22,4 +22,4 @@ android:layout_height="wrap_content"/> - \ No newline at end of file + \ No newline at end of file diff --git a/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_map.xml b/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_map.xml new file mode 100644 index 0000000..ad82097 --- /dev/null +++ b/ParseStarterProject/build/intermediates/res/merged/debug/layout/activity_map.xml @@ -0,0 +1,33 @@ + + + + + + +