diff --git a/.gitignore b/.gitignore index 939d619..c9c2248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,24 @@ -<<<<<<< HEAD # Built application files *.apk *.ap_ # Files for the Dalvik VM -======= -# built application files -*.apk -*.ap_ - -# files for the dex VM ->>>>>>> ioschedLarry/master *.dex # Java class files *.class -<<<<<<< HEAD # Generated files bin/ gen/ # Gradle files .gradle/ -======= -# generated files -bin/ -gen/ -out/ ->>>>>>> ioschedLarry/master build/ # Local configuration file (sdk path, etc) local.properties -<<<<<<< HEAD # Proguard folder generated by Eclipse proguard/ @@ -46,30 +30,3 @@ proguard/ # Android Studio captures folder captures/ -======= -# Eclipse project files -.classpath -.project - -# Windows thumbnail db -.DS_Store - -# IDEA/Android Studio project files, because -# the project can be imported from settings.gradle -.idea -*.iml - -# Old-style IDEA project files -*.ipr -*.iws - -# Local IDEA workspace -.idea/workspace.xml - -# Gradle cache -.gradle - -# Sandbox stuff -_sandbox - ->>>>>>> ioschedLarry/master diff --git a/.idea/modules.xml b/.idea/modules.xml index 420b44e..4624018 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,6 @@ - - diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4f16f43..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2014 Google Inc. All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -language: android - -android: - components: - - build-tools-21.1.2 - - android-21 - - addon-google_apis-google-21 - - extra-google-m2repository - - extra-android-m2repository - - sys-img-armeabi-v7a-addon-google_apis-google-21 - -notifications: - email: false - -before_install: - - echo no | android create avd --force -n test -t "Google Inc.:Google APIs:21" --abi google_apis/armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & - -before_script: - - ./scripts/wait_for_emulator.sh - - adb shell input keyevent 82 & diff --git a/README.md b/README.md index 618dc94..eddeda1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -<<<<<<< HEAD SMConf Android App ================== @@ -21,39 +20,6 @@ With the app, you can: ##Build -======= -Google I/O Android App -====================== - -Google I/O is a developer conference held each year with two days of deep -technical content featuring technical sessions and hundreds of demonstrations -from developers showcasing their technologies. - -This project is the Android app for the conference. The app supports devices -running Android 4.0+, and is optimized for phones and tablets of all shapes -and sizes. - -

Source

- -The source code in this repository reflects the app as of I/O 2015. - -

Features

- -With the app, you can: - -- View the conference agenda and edit your personal schedule -- Sync your schedule between all of your devices and the I/O website -- View detailed session, code lab, office hours, and speaker information, - including speaker bios, photos, and Google+ profiles -- Participate in public #io15 conversations on Google+ -- Guide yourself using the vector-based conference map -- Get a reminder a few minutes before sessions in your schedule are due to - start -- Play "I/O Live" session video streams -- Send feedback on sessions, from your phone/tablet. - -

How to Work with the Source

->>>>>>> ioschedLarry/master We hope the source code for this app is useful for you as a reference or starting point for creating your own apps. Here is some additional reading to help you better understand and reuse this code. @@ -63,25 +29,7 @@ We hope the source code for this app is useful for you as a reference or startin * [Use of GCM](doc/GCM.md) * [Customization guide](doc/CUSTOM.md) -<<<<<<< HEAD ## License -smconf-android is licensed under [Apache](LICENSE). -======= -

Copyright

- - Copyright 2014 Google Inc. All rights reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ->>>>>>> ioschedLarry/master +smconf-android is licensed under [Apache](LICENSE). \ No newline at end of file diff --git a/android/.idea/.name b/android/.idea/.name deleted file mode 100644 index 1fd74d1..0000000 --- a/android/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -android \ No newline at end of file diff --git a/android/.idea/compiler.xml b/android/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/android/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/.idea/copyright/profiles_settings.xml b/android/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/android/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml deleted file mode 100644 index df0b163..0000000 --- a/android/.idea/gradle.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml deleted file mode 100644 index 5a1b252..0000000 --- a/android/.idea/misc.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 1.8 - - - - - - - - \ No newline at end of file diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml deleted file mode 100644 index e54e28e..0000000 --- a/android/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/.idea/runConfigurations.xml b/android/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/android/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml deleted file mode 100644 index 6564d52..0000000 --- a/android/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/.idea/workspace.xml b/android/.idea/workspace.xml deleted file mode 100644 index 2cb2df9..0000000 --- a/android/.idea/workspace.xml +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1460405099200 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/android.iml b/android/android.iml index 05e6e50..a191302 100644 --- a/android/android.iml +++ b/android/android.iml @@ -1,9 +1,5 @@ -<<<<<<< HEAD -======= - ->>>>>>> ioschedLarry/master @@ -16,14 +12,7 @@ -<<<<<<< HEAD -======= - ->>>>>>> ioschedLarry/master @@ -62,7 +47,6 @@ -<<<<<<< HEAD @@ -70,8 +54,6 @@ -======= ->>>>>>> ioschedLarry/master @@ -79,7 +61,6 @@ -<<<<<<< HEAD @@ -87,8 +68,6 @@ -======= ->>>>>>> ioschedLarry/master @@ -98,18 +77,11 @@ -<<<<<<< HEAD -======= ->>>>>>> ioschedLarry/master -<<<<<<< HEAD -======= - ->>>>>>> ioschedLarry/master @@ -127,7 +99,6 @@ -<<<<<<< HEAD @@ -136,12 +107,6 @@ -======= - - - - ->>>>>>> ioschedLarry/master @@ -150,7 +115,6 @@ -<<<<<<< HEAD @@ -190,44 +154,5 @@ -======= - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->>>>>>> ioschedLarry/master \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index ba25815..6ce4e54 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,21 +32,13 @@ repositories { android { compileSdkVersion 23 -<<<<<<< HEAD buildToolsVersion "23.0.1" -======= - buildToolsVersion "23.0.2" ->>>>>>> ioschedLarry/master defaultConfig { version "${version_code}" versionName "${version_name}" minSdkVersion 14 -<<<<<<< HEAD targetSdkVersion 22 -======= - targetSdkVersion 23 ->>>>>>> ioschedLarry/master testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" buildConfigField("boolean", "ENABLE_DEBUG_TOOLS", "false") @@ -73,11 +65,7 @@ android { signingConfigs { debug { -<<<<<<< HEAD storeFile file(System.getenv("HOME")+"/.android/debug.keystore") -======= - storeFile file("/root/.android/debug.keystore") ->>>>>>> ioschedLarry/master storePassword "android" keyAlias "androiddebugkey" keyPassword "android" @@ -135,11 +123,8 @@ android { testOptions { unitTests.returnDefaultValues = true } -<<<<<<< HEAD -======= ->>>>>>> ioschedLarry/master } dependencies { @@ -183,10 +168,7 @@ dependencies { // Dependencies for android tests which reside in the "androidTest" src folder. androidTestCompile 'com.android.support.test:runner:0.4.1' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1' -<<<<<<< HEAD androidTestCompile 'com.android.support:support-annotations:23.0.1' -======= ->>>>>>> ioschedLarry/master // Dependencies for unit tests which reside in the "tests" src folder. testCompile 'junit:junit:4.12' @@ -201,11 +183,7 @@ dependencies { compile 'com.google.code.findbugs:jsr305:2.0.1' // Needed to implement the IdlingResource interface on certain async models. -<<<<<<< HEAD compile 'com.android.support.test.espresso:espresso-idling-resource:2.2.1' -======= - compile 'com.android.support.test.espresso:espresso-idling-resource:2.0' ->>>>>>> ioschedLarry/master compile 'com.google.guava:guava:18.0' } \ No newline at end of file diff --git a/android/build/generated/res/resValues/androidTest/debug/values/generated.xml b/android/build/generated/res/resValues/androidTest/debug/values/generated.xml deleted file mode 100644 index a2f1da6..0000000 --- a/android/build/generated/res/resValues/androidTest/debug/values/generated.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - events.google.com - - diff --git a/android/build/generated/res/resValues/debug/values/generated.xml b/android/build/generated/res/resValues/debug/values/generated.xml deleted file mode 100644 index a2f1da6..0000000 --- a/android/build/generated/res/resValues/debug/values/generated.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - events.google.com - - diff --git a/android/build/generated/source/buildConfig/androidTest/debug/com/google/samples/apps/iosched/test/BuildConfig.java b/android/build/generated/source/buildConfig/androidTest/debug/com/google/samples/apps/iosched/test/BuildConfig.java deleted file mode 100644 index aad7f3c..0000000 --- a/android/build/generated/source/buildConfig/androidTest/debug/com/google/samples/apps/iosched/test/BuildConfig.java +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.google.samples.apps.iosched.test; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.google.samples.apps.iosched.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 = "3.3.3"; - // Fields from build type: debug - public static final boolean ENABLE_DEBUG_TOOLS = true; - public static final String GCM_SERVER_URL = "https://io2015-data.appspot.com/gcm"; - public static final String SERVER_MANIFEST_ENDPOINT = "http://storage.googleapis.com/io2015-data.appspot.com/manifest_v1.json"; - // Fields from default config. - public static final String BOOTSTRAP_DATA_TIMESTAMP = "Thu, 10 Apr 2014 00:01:03 GMT"; - public static final String CONFERENCE_DAY1_END = "2015-05-28T23:59:59-07:00"; - public static final String CONFERENCE_DAY1_START = "2015-05-28T07:00:00-07:00"; - public static final String CONFERENCE_DAY2_END = "2015-05-29T18:00:00-07:00"; - public static final String CONFERENCE_DAY2_START = "2015-05-29T07:00:00-07:00"; - public static final String CONFERENCE_HASHTAG = "#smconf2016"; - public static final String CONFERENCE_HASHTAG_PREFIX = "#smcon"; - public static final String FEEDBACK_API_ENDPOINT = "UNDEFINED"; - public static final String GCM_API_KEY = "UNDEFINED"; - public static final String GCM_SENDER_ID = "UNDEFINED"; - public static final String GENERIC_API_KEY = "UNDEFINED"; - public static final String INPERSON_TIMEZONE = "America/Los_Angeles"; - public static final String METADATA_URL = "http://url-caster.appspot.com/resolve-scan"; - public static final String SHOW_IO15_REQUEST_SOCIAL_PANEL_TIME = "2015-05-26T15:00:00-07:00"; - public static final String TEST_YOUTUBE_LIVE_URL = "https://www.youtube.com/watch?v=iGTIK_8ydoI"; - public static final String WIFI_PASSPHRASE = "helloworld"; - public static final String WIFI_SSID = "HUAWEI-Iceteck"; - public static final String YOUTUBE_API_KEY = "UNDEFINED"; -} diff --git a/android/build/generated/source/buildConfig/debug/com/google/samples/apps/iosched/BuildConfig.java b/android/build/generated/source/buildConfig/debug/com/google/samples/apps/iosched/BuildConfig.java deleted file mode 100644 index 7c8257b..0000000 --- a/android/build/generated/source/buildConfig/debug/com/google/samples/apps/iosched/BuildConfig.java +++ /dev/null @@ -1,36 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.google.samples.apps.iosched; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.google.samples.apps.iosched"; - public static final String BUILD_TYPE = "debug"; - public static final String FLAVOR = ""; - public static final int VERSION_CODE = 333; - public static final String VERSION_NAME = "3.3.3"; - // Fields from build type: debug - public static final boolean ENABLE_DEBUG_TOOLS = true; - public static final String GCM_SERVER_URL = "https://io2015-data.appspot.com/gcm"; - public static final String SERVER_MANIFEST_ENDPOINT = "http://storage.googleapis.com/io2015-data.appspot.com/manifest_v1.json"; - // Fields from default config. - public static final String BOOTSTRAP_DATA_TIMESTAMP = "Thu, 10 Apr 2014 00:01:03 GMT"; - public static final String CONFERENCE_DAY1_END = "2015-05-28T23:59:59-07:00"; - public static final String CONFERENCE_DAY1_START = "2015-05-28T07:00:00-07:00"; - public static final String CONFERENCE_DAY2_END = "2015-05-29T18:00:00-07:00"; - public static final String CONFERENCE_DAY2_START = "2015-05-29T07:00:00-07:00"; - public static final String CONFERENCE_HASHTAG = "#smconf2016"; - public static final String CONFERENCE_HASHTAG_PREFIX = "#smcon"; - public static final String FEEDBACK_API_ENDPOINT = "UNDEFINED"; - public static final String GCM_API_KEY = "UNDEFINED"; - public static final String GCM_SENDER_ID = "UNDEFINED"; - public static final String GENERIC_API_KEY = "UNDEFINED"; - public static final String INPERSON_TIMEZONE = "America/Los_Angeles"; - public static final String METADATA_URL = "http://url-caster.appspot.com/resolve-scan"; - public static final String SHOW_IO15_REQUEST_SOCIAL_PANEL_TIME = "2015-05-26T15:00:00-07:00"; - public static final String TEST_YOUTUBE_LIVE_URL = "https://www.youtube.com/watch?v=iGTIK_8ydoI"; - public static final String WIFI_PASSPHRASE = "helloworld"; - public static final String WIFI_SSID = "HUAWEI-Iceteck"; - public static final String YOUTUBE_API_KEY = "UNDEFINED"; -} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java b/android/build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java deleted file mode 100644 index d3ad942..0000000 --- a/android/build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java +++ /dev/null @@ -1,13 +0,0 @@ -/* 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 android.support.test.espresso; - -public final class R { - public static final class string { - public static final int app_name = 0x7f020000; - } -} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/test/rule/R.java b/android/build/generated/source/r/androidTest/debug/android/support/test/rule/R.java deleted file mode 100644 index fe34da4..0000000 --- a/android/build/generated/source/r/androidTest/debug/android/support/test/rule/R.java +++ /dev/null @@ -1,13 +0,0 @@ -/* 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 android.support.test.rule; - -public final class R { - public static final class string { - public static final int app_name = 0x7f020000; - } -} diff --git a/android/build/generated/source/r/androidTest/debug/com/google/samples/apps/iosched/test/R.java b/android/build/generated/source/r/androidTest/debug/com/google/samples/apps/iosched/test/R.java deleted file mode 100644 index 24c7710..0000000 --- a/android/build/generated/source/r/androidTest/debug/com/google/samples/apps/iosched/test/R.java +++ /dev/null @@ -1,17 +0,0 @@ -/* 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.google.samples.apps.iosched.test; - -public final class R { - public static final class attr { - } - public static final class string { - public static final int app_name=0x7f020000; - public static final int website_host_name=0x7f020001; - } -} diff --git a/android/build/generated/source/r/debug/android/support/design/R.java b/android/build/generated/source/r/debug/android/support/design/R.java deleted file mode 100644 index f158287..0000000 --- a/android/build/generated/source/r/debug/android/support/design/R.java +++ /dev/null @@ -1,1457 +0,0 @@ -/* 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 android.support.design; - -public final class R { - public static final class anim { - public static final int abc_fade_in = 0x7f050000; - public static final int abc_fade_out = 0x7f050001; - public static final int abc_grow_fade_in_from_bottom = 0x7f050002; - public static final int abc_popup_enter = 0x7f050003; - public static final int abc_popup_exit = 0x7f050004; - public static final int abc_shrink_fade_out_from_bottom = 0x7f050005; - public static final int abc_slide_in_bottom = 0x7f050006; - public static final int abc_slide_in_top = 0x7f050007; - public static final int abc_slide_out_bottom = 0x7f050008; - public static final int abc_slide_out_top = 0x7f050009; - public static final int design_fab_in = 0x7f05000b; - public static final int design_fab_out = 0x7f05000c; - public static final int design_snackbar_in = 0x7f05000d; - public static final int design_snackbar_out = 0x7f05000e; - } - public static final class attr { - public static final int actionBarDivider = 0x7f0100de; - public static final int actionBarItemBackground = 0x7f0100df; - public static final int actionBarPopupTheme = 0x7f0100d8; - public static final int actionBarSize = 0x7f0100dd; - public static final int actionBarSplitStyle = 0x7f0100da; - public static final int actionBarStyle = 0x7f0100d9; - public static final int actionBarTabBarStyle = 0x7f0100d4; - public static final int actionBarTabStyle = 0x7f0100d3; - public static final int actionBarTabTextStyle = 0x7f0100d5; - public static final int actionBarTheme = 0x7f0100db; - public static final int actionBarWidgetTheme = 0x7f0100dc; - public static final int actionButtonStyle = 0x7f0100f8; - public static final int actionDropDownStyle = 0x7f0100f4; - public static final int actionLayout = 0x7f01007c; - public static final int actionMenuTextAppearance = 0x7f0100e0; - public static final int actionMenuTextColor = 0x7f0100e1; - public static final int actionModeBackground = 0x7f0100e4; - public static final int actionModeCloseButtonStyle = 0x7f0100e3; - public static final int actionModeCloseDrawable = 0x7f0100e6; - public static final int actionModeCopyDrawable = 0x7f0100e8; - public static final int actionModeCutDrawable = 0x7f0100e7; - public static final int actionModeFindDrawable = 0x7f0100ec; - public static final int actionModePasteDrawable = 0x7f0100e9; - public static final int actionModePopupWindowStyle = 0x7f0100ee; - public static final int actionModeSelectAllDrawable = 0x7f0100ea; - public static final int actionModeShareDrawable = 0x7f0100eb; - public static final int actionModeSplitBackground = 0x7f0100e5; - public static final int actionModeStyle = 0x7f0100e2; - public static final int actionModeWebSearchDrawable = 0x7f0100ed; - public static final int actionOverflowButtonStyle = 0x7f0100d6; - public static final int actionOverflowMenuStyle = 0x7f0100d7; - public static final int actionProviderClass = 0x7f01007e; - public static final int actionViewClass = 0x7f01007d; - public static final int activityChooserViewStyle = 0x7f010100; - public static final int alertDialogButtonGroupStyle = 0x7f010122; - public static final int alertDialogCenterButtons = 0x7f010123; - public static final int alertDialogStyle = 0x7f010121; - public static final int alertDialogTheme = 0x7f010124; - public static final int arrowHeadLength = 0x7f01005d; - public static final int arrowShaftLength = 0x7f01005e; - public static final int autoCompleteTextViewStyle = 0x7f010129; - public static final int background = 0x7f01000c; - public static final int backgroundSplit = 0x7f01000e; - public static final int backgroundStacked = 0x7f01000d; - public static final int backgroundTint = 0x7f010146; - public static final int backgroundTintMode = 0x7f010147; - public static final int barLength = 0x7f01005f; - public static final int behavior_overlapTop = 0x7f010095; - public static final int borderWidth = 0x7f010064; - public static final int borderlessButtonStyle = 0x7f0100fd; - public static final int buttonBarButtonStyle = 0x7f0100fa; - public static final int buttonBarNegativeButtonStyle = 0x7f010127; - public static final int buttonBarNeutralButtonStyle = 0x7f010128; - public static final int buttonBarPositiveButtonStyle = 0x7f010126; - public static final int buttonBarStyle = 0x7f0100f9; - public static final int buttonPanelSideLayout = 0x7f01001f; - public static final int buttonStyle = 0x7f01012a; - public static final int buttonStyleSmall = 0x7f01012b; - public static final int buttonTint = 0x7f01004f; - public static final int buttonTintMode = 0x7f010050; - public static final int checkboxStyle = 0x7f01012c; - public static final int checkedTextViewStyle = 0x7f01012d; - public static final int closeIcon = 0x7f01009a; - public static final int closeItemLayout = 0x7f01001c; - public static final int collapseContentDescription = 0x7f01013d; - public static final int collapseIcon = 0x7f01013c; - public static final int collapsedTitleGravity = 0x7f01004a; - public static final int collapsedTitleTextAppearance = 0x7f010046; - public static final int color = 0x7f010059; - public static final int colorAccent = 0x7f01011a; - public static final int colorButtonNormal = 0x7f01011e; - public static final int colorControlActivated = 0x7f01011c; - public static final int colorControlHighlight = 0x7f01011d; - public static final int colorControlNormal = 0x7f01011b; - public static final int colorPrimary = 0x7f010118; - public static final int colorPrimaryDark = 0x7f010119; - public static final int colorSwitchThumbNormal = 0x7f01011f; - public static final int commitIcon = 0x7f01009f; - public static final int contentInsetEnd = 0x7f010017; - public static final int contentInsetLeft = 0x7f010018; - public static final int contentInsetRight = 0x7f010019; - public static final int contentInsetStart = 0x7f010016; - public static final int contentScrim = 0x7f010047; - public static final int controlBackground = 0x7f010120; - public static final int customNavigationLayout = 0x7f01000f; - public static final int defaultQueryHint = 0x7f010099; - public static final int dialogPreferredPadding = 0x7f0100f2; - public static final int dialogTheme = 0x7f0100f1; - public static final int displayOptions = 0x7f010005; - public static final int divider = 0x7f01000b; - public static final int dividerHorizontal = 0x7f0100ff; - public static final int dividerPadding = 0x7f010067; - public static final int dividerVertical = 0x7f0100fe; - public static final int drawableSize = 0x7f01005b; - public static final int drawerArrowStyle = 0x7f010000; - public static final int dropDownListViewStyle = 0x7f010110; - public static final int dropdownListPreferredItemHeight = 0x7f0100f5; - public static final int editTextBackground = 0x7f010106; - public static final int editTextColor = 0x7f010105; - public static final int editTextStyle = 0x7f01012e; - public static final int elevation = 0x7f01001a; - public static final int errorEnabled = 0x7f0100c6; - public static final int errorTextAppearance = 0x7f0100c7; - public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; - public static final int expanded = 0x7f010024; - public static final int expandedTitleGravity = 0x7f01004b; - public static final int expandedTitleMargin = 0x7f010040; - public static final int expandedTitleMarginBottom = 0x7f010044; - public static final int expandedTitleMarginEnd = 0x7f010043; - public static final int expandedTitleMarginStart = 0x7f010041; - public static final int expandedTitleMarginTop = 0x7f010042; - public static final int expandedTitleTextAppearance = 0x7f010045; - public static final int fabSize = 0x7f010062; - public static final int gapBetweenBars = 0x7f01005c; - public static final int goIcon = 0x7f01009b; - public static final int headerLayout = 0x7f010090; - public static final int height = 0x7f010001; - public static final int hideOnContentScroll = 0x7f010015; - public static final int hintAnimationEnabled = 0x7f0100c8; - public static final int hintTextAppearance = 0x7f0100c5; - public static final int homeAsUpIndicator = 0x7f0100f7; - public static final int homeLayout = 0x7f010010; - public static final int icon = 0x7f010009; - public static final int iconifiedByDefault = 0x7f010097; - public static final int indeterminateProgressStyle = 0x7f010012; - public static final int initialActivityCount = 0x7f01001d; - public static final int insetForeground = 0x7f010093; - public static final int isLightTheme = 0x7f010002; - public static final int itemBackground = 0x7f01008e; - public static final int itemIconTint = 0x7f01008c; - public static final int itemPadding = 0x7f010014; - public static final int itemTextAppearance = 0x7f01008f; - public static final int itemTextColor = 0x7f01008d; - public static final int keylines = 0x7f010051; - public static final int layout = 0x7f010096; - public static final int layout_anchor = 0x7f010054; - public static final int layout_anchorGravity = 0x7f010056; - public static final int layout_behavior = 0x7f010053; - public static final int layout_collapseMode = 0x7f01003e; - public static final int layout_collapseParallaxMultiplier = 0x7f01003f; - public static final int layout_keyline = 0x7f010055; - public static final int layout_scrollFlags = 0x7f010025; - public static final int layout_scrollInterpolator = 0x7f010026; - public static final int listChoiceBackgroundIndicator = 0x7f010117; - public static final int listDividerAlertDialog = 0x7f0100f3; - public static final int listItemLayout = 0x7f010023; - public static final int listLayout = 0x7f010020; - public static final int listPopupWindowStyle = 0x7f010111; - public static final int listPreferredItemHeight = 0x7f01010b; - public static final int listPreferredItemHeightLarge = 0x7f01010d; - public static final int listPreferredItemHeightSmall = 0x7f01010c; - public static final int listPreferredItemPaddingLeft = 0x7f01010e; - public static final int listPreferredItemPaddingRight = 0x7f01010f; - public static final int logo = 0x7f01000a; - public static final int logoDescription = 0x7f010140; - public static final int maxActionInlineWidth = 0x7f0100ad; - public static final int maxButtonHeight = 0x7f01013b; - public static final int measureWithLargestChild = 0x7f010065; - public static final int menu = 0x7f01008b; - public static final int multiChoiceItemLayout = 0x7f010021; - public static final int navigationContentDescription = 0x7f01013f; - public static final int navigationIcon = 0x7f01013e; - public static final int navigationMode = 0x7f010004; - public static final int overlapAnchor = 0x7f010091; - public static final int paddingEnd = 0x7f010144; - public static final int paddingStart = 0x7f010143; - public static final int panelBackground = 0x7f010114; - public static final int panelMenuListTheme = 0x7f010116; - public static final int panelMenuListWidth = 0x7f010115; - public static final int popupMenuStyle = 0x7f010103; - public static final int popupTheme = 0x7f01001b; - public static final int popupWindowStyle = 0x7f010104; - public static final int preserveIconSpacing = 0x7f01007f; - public static final int pressedTranslationZ = 0x7f010063; - public static final int progressBarPadding = 0x7f010013; - public static final int progressBarStyle = 0x7f010011; - public static final int queryBackground = 0x7f0100a1; - public static final int queryHint = 0x7f010098; - public static final int radioButtonStyle = 0x7f01012f; - public static final int ratingBarStyle = 0x7f010130; - public static final int rippleColor = 0x7f010061; - public static final int searchHintIcon = 0x7f01009d; - public static final int searchIcon = 0x7f01009c; - public static final int searchViewStyle = 0x7f01010a; - public static final int selectableItemBackground = 0x7f0100fb; - public static final int selectableItemBackgroundBorderless = 0x7f0100fc; - public static final int showAsAction = 0x7f01007b; - public static final int showDividers = 0x7f010066; - public static final int showText = 0x7f0100b4; - public static final int singleChoiceItemLayout = 0x7f010022; - public static final int spinBars = 0x7f01005a; - public static final int spinnerDropDownItemStyle = 0x7f0100f6; - public static final int spinnerStyle = 0x7f010131; - public static final int splitTrack = 0x7f0100b3; - public static final int state_above_anchor = 0x7f010092; - public static final int statusBarBackground = 0x7f010052; - public static final int statusBarScrim = 0x7f010048; - public static final int submitBackground = 0x7f0100a2; - public static final int subtitle = 0x7f010006; - public static final int subtitleTextAppearance = 0x7f010135; - public static final int subtitleTextColor = 0x7f010142; - public static final int subtitleTextStyle = 0x7f010008; - public static final int suggestionRowLayout = 0x7f0100a0; - public static final int switchMinWidth = 0x7f0100b1; - public static final int switchPadding = 0x7f0100b2; - public static final int switchStyle = 0x7f010132; - public static final int switchTextAppearance = 0x7f0100b0; - public static final int tabBackground = 0x7f0100b8; - public static final int tabContentStart = 0x7f0100b7; - public static final int tabGravity = 0x7f0100ba; - public static final int tabIndicatorColor = 0x7f0100b5; - public static final int tabIndicatorHeight = 0x7f0100b6; - public static final int tabMaxWidth = 0x7f0100bc; - public static final int tabMinWidth = 0x7f0100bb; - public static final int tabMode = 0x7f0100b9; - public static final int tabPadding = 0x7f0100c4; - public static final int tabPaddingBottom = 0x7f0100c3; - public static final int tabPaddingEnd = 0x7f0100c2; - public static final int tabPaddingStart = 0x7f0100c0; - public static final int tabPaddingTop = 0x7f0100c1; - public static final int tabSelectedTextColor = 0x7f0100bf; - public static final int tabTextAppearance = 0x7f0100bd; - public static final int tabTextColor = 0x7f0100be; - public static final int textAllCaps = 0x7f010027; - public static final int textAppearanceLargePopupMenu = 0x7f0100ef; - public static final int textAppearanceListItem = 0x7f010112; - public static final int textAppearanceListItemSmall = 0x7f010113; - public static final int textAppearanceSearchResultSubtitle = 0x7f010108; - public static final int textAppearanceSearchResultTitle = 0x7f010107; - public static final int textAppearanceSmallPopupMenu = 0x7f0100f0; - public static final int textColorAlertDialogListItem = 0x7f010125; - public static final int textColorSearchUrl = 0x7f010109; - public static final int theme = 0x7f010145; - public static final int thickness = 0x7f010060; - public static final int thumbTextPadding = 0x7f0100af; - public static final int title = 0x7f010003; - public static final int titleEnabled = 0x7f01004c; - public static final int titleMarginBottom = 0x7f01013a; - public static final int titleMarginEnd = 0x7f010138; - public static final int titleMarginStart = 0x7f010137; - public static final int titleMarginTop = 0x7f010139; - public static final int titleMargins = 0x7f010136; - public static final int titleTextAppearance = 0x7f010134; - public static final int titleTextColor = 0x7f010141; - public static final int titleTextStyle = 0x7f010007; - public static final int toolbarId = 0x7f010049; - public static final int toolbarNavigationButtonStyle = 0x7f010102; - public static final int toolbarStyle = 0x7f010101; - public static final int track = 0x7f0100ae; - public static final int voiceIcon = 0x7f01009e; - public static final int windowActionBar = 0x7f0100c9; - public static final int windowActionBarOverlay = 0x7f0100cb; - public static final int windowActionModeOverlay = 0x7f0100cc; - public static final int windowFixedHeightMajor = 0x7f0100d0; - public static final int windowFixedHeightMinor = 0x7f0100ce; - public static final int windowFixedWidthMajor = 0x7f0100cd; - public static final int windowFixedWidthMinor = 0x7f0100cf; - public static final int windowMinWidthMajor = 0x7f0100d1; - public static final int windowMinWidthMinor = 0x7f0100d2; - public static final int windowNoTitle = 0x7f0100ca; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f0d0002; - public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0d0000; - public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0d0003; - public static final int abc_config_actionMenuItemAllCaps = 0x7f0d0005; - public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0d0001; - public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0d0006; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0d0007; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark = 0x7f1000b8; - public static final int abc_background_cache_hint_selector_material_light = 0x7f1000b9; - public static final int abc_color_highlight_material = 0x7f1000ba; - public static final int abc_input_method_navigation_guard = 0x7f100000; - public static final int abc_primary_text_disable_only_material_dark = 0x7f1000bb; - public static final int abc_primary_text_disable_only_material_light = 0x7f1000bc; - public static final int abc_primary_text_material_dark = 0x7f1000bd; - public static final int abc_primary_text_material_light = 0x7f1000be; - public static final int abc_search_url_text = 0x7f1000bf; - public static final int abc_search_url_text_normal = 0x7f100001; - public static final int abc_search_url_text_pressed = 0x7f100002; - public static final int abc_search_url_text_selected = 0x7f100003; - public static final int abc_secondary_text_material_dark = 0x7f1000c0; - public static final int abc_secondary_text_material_light = 0x7f1000c1; - public static final int accent_material_dark = 0x7f100004; - public static final int accent_material_light = 0x7f100005; - public static final int background_floating_material_dark = 0x7f100013; - public static final int background_floating_material_light = 0x7f100014; - public static final int background_material_dark = 0x7f100015; - public static final int background_material_light = 0x7f100016; - public static final int bright_foreground_disabled_material_dark = 0x7f10001d; - public static final int bright_foreground_disabled_material_light = 0x7f10001e; - public static final int bright_foreground_inverse_material_dark = 0x7f10001f; - public static final int bright_foreground_inverse_material_light = 0x7f100020; - public static final int bright_foreground_material_dark = 0x7f100021; - public static final int bright_foreground_material_light = 0x7f100022; - public static final int button_material_dark = 0x7f100025; - public static final int button_material_light = 0x7f100026; - public static final int design_fab_shadow_end_color = 0x7f10003d; - public static final int design_fab_shadow_mid_color = 0x7f10003e; - public static final int design_fab_shadow_start_color = 0x7f10003f; - public static final int design_fab_stroke_end_inner_color = 0x7f100040; - public static final int design_fab_stroke_end_outer_color = 0x7f100041; - public static final int design_fab_stroke_top_inner_color = 0x7f100042; - public static final int design_fab_stroke_top_outer_color = 0x7f100043; - public static final int design_snackbar_background_color = 0x7f100044; - public static final int design_textinput_error_color = 0x7f100045; - public static final int dim_foreground_disabled_material_dark = 0x7f100047; - public static final int dim_foreground_disabled_material_light = 0x7f100048; - public static final int dim_foreground_material_dark = 0x7f100049; - public static final int dim_foreground_material_light = 0x7f10004a; - public static final int foreground_material_dark = 0x7f100053; - public static final int foreground_material_light = 0x7f100054; - public static final int highlighted_text_material_dark = 0x7f100056; - public static final int highlighted_text_material_light = 0x7f100057; - public static final int hint_foreground_material_dark = 0x7f100058; - public static final int hint_foreground_material_light = 0x7f100059; - public static final int material_blue_grey_800 = 0x7f10006b; - public static final int material_blue_grey_900 = 0x7f10006c; - public static final int material_blue_grey_950 = 0x7f10006d; - public static final int material_deep_teal_200 = 0x7f10006e; - public static final int material_deep_teal_500 = 0x7f10006f; - public static final int material_grey_100 = 0x7f100070; - public static final int material_grey_300 = 0x7f100071; - public static final int material_grey_50 = 0x7f100072; - public static final int material_grey_600 = 0x7f100073; - public static final int material_grey_800 = 0x7f100074; - public static final int material_grey_850 = 0x7f100075; - public static final int material_grey_900 = 0x7f100076; - public static final int primary_dark_material_dark = 0x7f10008a; - public static final int primary_dark_material_light = 0x7f10008b; - public static final int primary_material_dark = 0x7f10008c; - public static final int primary_material_light = 0x7f10008d; - public static final int primary_text_default_material_dark = 0x7f10008e; - public static final int primary_text_default_material_light = 0x7f10008f; - public static final int primary_text_disabled_material_dark = 0x7f100090; - public static final int primary_text_disabled_material_light = 0x7f100091; - public static final int ripple_material_dark = 0x7f100092; - public static final int ripple_material_light = 0x7f100093; - public static final int secondary_text_default_material_dark = 0x7f100094; - public static final int secondary_text_default_material_light = 0x7f100095; - public static final int secondary_text_disabled_material_dark = 0x7f100096; - public static final int secondary_text_disabled_material_light = 0x7f100097; - public static final int switch_thumb_disabled_material_dark = 0x7f1000a7; - public static final int switch_thumb_disabled_material_light = 0x7f1000a8; - public static final int switch_thumb_material_dark = 0x7f1000ca; - public static final int switch_thumb_material_light = 0x7f1000cb; - public static final int switch_thumb_normal_material_dark = 0x7f1000a9; - public static final int switch_thumb_normal_material_light = 0x7f1000aa; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material = 0x7f0b0019; - public static final int abc_action_bar_default_height_material = 0x7f0b0002; - public static final int abc_action_bar_default_padding_end_material = 0x7f0b001a; - public static final int abc_action_bar_default_padding_start_material = 0x7f0b001b; - public static final int abc_action_bar_icon_vertical_padding_material = 0x7f0b0054; - public static final int abc_action_bar_overflow_padding_end_material = 0x7f0b0055; - public static final int abc_action_bar_overflow_padding_start_material = 0x7f0b0056; - public static final int abc_action_bar_progress_bar_size = 0x7f0b0003; - public static final int abc_action_bar_stacked_max_height = 0x7f0b0057; - public static final int abc_action_bar_stacked_tab_max_width = 0x7f0b0058; - public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f0b0059; - public static final int abc_action_bar_subtitle_top_margin_material = 0x7f0b005a; - public static final int abc_action_button_min_height_material = 0x7f0b005b; - public static final int abc_action_button_min_width_material = 0x7f0b005c; - public static final int abc_action_button_min_width_overflow_material = 0x7f0b005d; - public static final int abc_alert_dialog_button_bar_height = 0x7f0b0001; - public static final int abc_button_inset_horizontal_material = 0x7f0b005e; - public static final int abc_button_inset_vertical_material = 0x7f0b005f; - public static final int abc_button_padding_horizontal_material = 0x7f0b0060; - public static final int abc_button_padding_vertical_material = 0x7f0b0061; - public static final int abc_config_prefDialogWidth = 0x7f0b000a; - public static final int abc_control_corner_material = 0x7f0b0062; - public static final int abc_control_inset_material = 0x7f0b0063; - public static final int abc_control_padding_material = 0x7f0b0064; - public static final int abc_dialog_list_padding_vertical_material = 0x7f0b0065; - public static final int abc_dialog_min_width_major = 0x7f0b0066; - public static final int abc_dialog_min_width_minor = 0x7f0b0067; - public static final int abc_dialog_padding_material = 0x7f0b0068; - public static final int abc_dialog_padding_top_material = 0x7f0b0069; - public static final int abc_disabled_alpha_material_dark = 0x7f0b006a; - public static final int abc_disabled_alpha_material_light = 0x7f0b006b; - public static final int abc_dropdownitem_icon_width = 0x7f0b006c; - public static final int abc_dropdownitem_text_padding_left = 0x7f0b006d; - public static final int abc_dropdownitem_text_padding_right = 0x7f0b006e; - public static final int abc_edit_text_inset_bottom_material = 0x7f0b006f; - public static final int abc_edit_text_inset_horizontal_material = 0x7f0b0070; - public static final int abc_edit_text_inset_top_material = 0x7f0b0071; - public static final int abc_floating_window_z = 0x7f0b0072; - public static final int abc_list_item_padding_horizontal_material = 0x7f0b0073; - public static final int abc_panel_menu_list_width = 0x7f0b0074; - public static final int abc_search_view_preferred_width = 0x7f0b0075; - public static final int abc_search_view_text_min_width = 0x7f0b000b; - public static final int abc_switch_padding = 0x7f0b0045; - public static final int abc_text_size_body_1_material = 0x7f0b0076; - public static final int abc_text_size_body_2_material = 0x7f0b0077; - public static final int abc_text_size_button_material = 0x7f0b0078; - public static final int abc_text_size_caption_material = 0x7f0b0079; - public static final int abc_text_size_display_1_material = 0x7f0b007a; - public static final int abc_text_size_display_2_material = 0x7f0b007b; - public static final int abc_text_size_display_3_material = 0x7f0b007c; - public static final int abc_text_size_display_4_material = 0x7f0b007d; - public static final int abc_text_size_headline_material = 0x7f0b007e; - public static final int abc_text_size_large_material = 0x7f0b007f; - public static final int abc_text_size_medium_material = 0x7f0b0080; - public static final int abc_text_size_menu_material = 0x7f0b0081; - public static final int abc_text_size_small_material = 0x7f0b0082; - public static final int abc_text_size_subhead_material = 0x7f0b0083; - public static final int abc_text_size_subtitle_material_toolbar = 0x7f0b0004; - public static final int abc_text_size_title_material = 0x7f0b0084; - public static final int abc_text_size_title_material_toolbar = 0x7f0b0005; - public static final int design_appbar_elevation = 0x7f0b009e; - public static final int design_fab_border_width = 0x7f0b009f; - public static final int design_fab_content_size = 0x7f0b00a0; - public static final int design_fab_elevation = 0x7f0b00a1; - public static final int design_fab_size_mini = 0x7f0b00a2; - public static final int design_fab_size_normal = 0x7f0b00a3; - public static final int design_fab_translation_z_pressed = 0x7f0b00a4; - public static final int design_navigation_elevation = 0x7f0b00a5; - public static final int design_navigation_icon_padding = 0x7f0b00a6; - public static final int design_navigation_icon_size = 0x7f0b00a7; - public static final int design_navigation_max_width = 0x7f0b00a8; - public static final int design_navigation_padding_bottom = 0x7f0b00a9; - public static final int design_navigation_padding_top_default = 0x7f0b0046; - public static final int design_navigation_separator_vertical_padding = 0x7f0b00aa; - public static final int design_snackbar_action_inline_max_width = 0x7f0b001f; - public static final int design_snackbar_background_corner_radius = 0x7f0b0020; - public static final int design_snackbar_elevation = 0x7f0b00ab; - public static final int design_snackbar_extra_spacing_horizontal = 0x7f0b0021; - public static final int design_snackbar_max_width = 0x7f0b0022; - public static final int design_snackbar_min_width = 0x7f0b0023; - public static final int design_snackbar_padding_horizontal = 0x7f0b00ac; - public static final int design_snackbar_padding_vertical = 0x7f0b00ad; - public static final int design_snackbar_padding_vertical_2lines = 0x7f0b0024; - public static final int design_snackbar_text_size = 0x7f0b00ae; - public static final int design_tab_max_width = 0x7f0b00af; - public static final int design_tab_min_width = 0x7f0b0025; - public static final int dialog_fixed_height_major = 0x7f0b000c; - public static final int dialog_fixed_height_minor = 0x7f0b000d; - public static final int dialog_fixed_width_major = 0x7f0b000e; - public static final int dialog_fixed_width_minor = 0x7f0b000f; - public static final int disabled_alpha_material_dark = 0x7f0b00b0; - public static final int disabled_alpha_material_light = 0x7f0b00b1; - public static final int highlight_alpha_material_colored = 0x7f0b00ca; - public static final int highlight_alpha_material_dark = 0x7f0b00cb; - public static final int highlight_alpha_material_light = 0x7f0b00cc; - public static final int notification_large_icon_height = 0x7f0b00e8; - public static final int notification_large_icon_width = 0x7f0b00e9; - public static final int notification_subtext_size = 0x7f0b00ea; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; - public static final int abc_action_bar_item_background_material = 0x7f020001; - public static final int abc_btn_borderless_material = 0x7f020002; - public static final int abc_btn_check_material = 0x7f020003; - public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; - public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; - public static final int abc_btn_colored_material = 0x7f020006; - public static final int abc_btn_default_mtrl_shape = 0x7f020007; - public static final int abc_btn_radio_material = 0x7f020008; - public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; - public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; - public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; - public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; - public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; - public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; - public static final int abc_cab_background_internal_bg = 0x7f02000f; - public static final int abc_cab_background_top_material = 0x7f020010; - public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; - public static final int abc_control_background_material = 0x7f020012; - public static final int abc_dialog_material_background_dark = 0x7f020013; - public static final int abc_dialog_material_background_light = 0x7f020014; - public static final int abc_edit_text_material = 0x7f020015; - public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; - public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; - public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; - public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; - public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; - public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; - public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; - public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; - public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; - public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; - public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; - public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; - public static final int abc_item_background_holo_dark = 0x7f020022; - public static final int abc_item_background_holo_light = 0x7f020023; - public static final int abc_list_divider_mtrl_alpha = 0x7f020024; - public static final int abc_list_focused_holo = 0x7f020025; - public static final int abc_list_longpressed_holo = 0x7f020026; - public static final int abc_list_pressed_holo_dark = 0x7f020027; - public static final int abc_list_pressed_holo_light = 0x7f020028; - public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; - public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; - public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; - public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; - public static final int abc_list_selector_holo_dark = 0x7f02002d; - public static final int abc_list_selector_holo_light = 0x7f02002e; - public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; - public static final int abc_popup_background_mtrl_mult = 0x7f020030; - public static final int abc_ratingbar_full_material = 0x7f020031; - public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; - public static final int abc_spinner_textfield_background_material = 0x7f020033; - public static final int abc_switch_thumb_material = 0x7f020034; - public static final int abc_switch_track_mtrl_alpha = 0x7f020035; - public static final int abc_tab_indicator_material = 0x7f020036; - public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; - public static final int abc_text_cursor_material = 0x7f020038; - public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; - public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; - public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; - public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; - public static final int abc_textfield_search_material = 0x7f02003d; - public static final int design_fab_background = 0x7f02006d; - public static final int design_snackbar_background = 0x7f02006e; - public static final int notification_template_icon_bg = 0x7f02012c; - } - public static final class id { - public static final int action0 = 0x7f1100ec; - public static final int action_bar = 0x7f110065; - public static final int action_bar_activity_content = 0x7f110000; - public static final int action_bar_container = 0x7f110064; - public static final int action_bar_root = 0x7f110060; - public static final int action_bar_spinner = 0x7f110001; - public static final int action_bar_subtitle = 0x7f110049; - public static final int action_bar_title = 0x7f110048; - public static final int action_context_bar = 0x7f110066; - public static final int action_divider = 0x7f1100f0; - public static final int action_menu_divider = 0x7f110002; - public static final int action_menu_presenter = 0x7f110003; - public static final int action_mode_bar = 0x7f110062; - public static final int action_mode_bar_stub = 0x7f110061; - public static final int action_mode_close_button = 0x7f11004a; - public static final int activity_chooser_view_content = 0x7f11004b; - public static final int alertTitle = 0x7f110055; - public static final int always = 0x7f11003c; - public static final int beginning = 0x7f110035; - public static final int bottom = 0x7f110021; - public static final int buttonPanel = 0x7f11005b; - public static final int cancel_action = 0x7f1100ed; - public static final int center = 0x7f110022; - public static final int center_horizontal = 0x7f110023; - public static final int center_vertical = 0x7f110024; - public static final int checkbox = 0x7f11005d; - public static final int chronometer = 0x7f1100f3; - public static final int clip_horizontal = 0x7f110030; - public static final int clip_vertical = 0x7f110031; - public static final int collapseActionView = 0x7f11003d; - public static final int contentPanel = 0x7f110056; - public static final int custom = 0x7f11005a; - public static final int customPanel = 0x7f110059; - public static final int decor_content_parent = 0x7f110063; - public static final int default_activity_button = 0x7f11004e; - public static final int disableHome = 0x7f110014; - public static final int edit_query = 0x7f110067; - public static final int end = 0x7f110025; - public static final int end_padder = 0x7f1100f7; - public static final int enterAlways = 0x7f11001b; - public static final int enterAlwaysCollapsed = 0x7f11001c; - public static final int exitUntilCollapsed = 0x7f11001d; - public static final int expand_activities_button = 0x7f11004c; - public static final int expanded_menu = 0x7f11005c; - public static final int fill = 0x7f110032; - public static final int fill_horizontal = 0x7f110033; - public static final int fill_vertical = 0x7f110026; - public static final int fixed = 0x7f110045; - public static final int home = 0x7f110004; - public static final int homeAsUp = 0x7f110015; - public static final int icon = 0x7f110050; - public static final int ifRoom = 0x7f11003e; - public static final int image = 0x7f11004d; - public static final int info = 0x7f1100f6; - public static final int left = 0x7f110027; - public static final int line1 = 0x7f1100f1; - public static final int line3 = 0x7f1100f5; - public static final int listMode = 0x7f110011; - public static final int list_item = 0x7f11004f; - public static final int media_actions = 0x7f1100ef; - public static final int middle = 0x7f110036; - public static final int mini = 0x7f110034; - public static final int multiply = 0x7f11002b; - public static final int never = 0x7f11003f; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int parallax = 0x7f11001f; - public static final int parentPanel = 0x7f110052; - public static final int pin = 0x7f110020; - public static final int progress_circular = 0x7f110008; - public static final int progress_horizontal = 0x7f110009; - public static final int radio = 0x7f11005f; - public static final int right = 0x7f110028; - public static final int screen = 0x7f11002c; - public static final int scroll = 0x7f11001e; - public static final int scrollView = 0x7f110057; - public static final int scrollable = 0x7f110046; - public static final int search_badge = 0x7f110069; - public static final int search_bar = 0x7f110068; - public static final int search_button = 0x7f11006a; - public static final int search_close_btn = 0x7f11006f; - public static final int search_edit_frame = 0x7f11006b; - public static final int search_go_btn = 0x7f110071; - public static final int search_mag_icon = 0x7f11006c; - public static final int search_plate = 0x7f11006d; - public static final int search_src_text = 0x7f11006e; - public static final int search_voice_btn = 0x7f110072; - public static final int select_dialog_listview = 0x7f110073; - public static final int shortcut = 0x7f11005e; - public static final int showCustom = 0x7f110017; - public static final int showHome = 0x7f110018; - public static final int showTitle = 0x7f110019; - public static final int snackbar_action = 0x7f110099; - public static final int snackbar_text = 0x7f110098; - public static final int split_action_bar = 0x7f11000a; - public static final int src_atop = 0x7f11002d; - public static final int src_in = 0x7f11002e; - public static final int src_over = 0x7f11002f; - public static final int start = 0x7f110029; - public static final int status_bar_latest_event_content = 0x7f1100ee; - public static final int submit_area = 0x7f110070; - public static final int tabMode = 0x7f110013; - public static final int text = 0x7f11000e; - public static final int text2 = 0x7f1100f4; - public static final int textSpacerNoButtons = 0x7f110058; - public static final int time = 0x7f1100f2; - public static final int title = 0x7f110051; - public static final int title_template = 0x7f110054; - public static final int top = 0x7f11002a; - public static final int topPanel = 0x7f110053; - public static final int up = 0x7f11000f; - public static final int useLogo = 0x7f11001a; - public static final int view_offset_helper = 0x7f110010; - public static final int withText = 0x7f110040; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int abc_config_activityDefaultDur = 0x7f0e000d; - public static final int abc_config_activityShortDur = 0x7f0e000e; - public static final int abc_max_action_buttons = 0x7f0e0003; - public static final int cancel_button_image_alpha = 0x7f0e000f; - public static final int design_snackbar_text_max_lines = 0x7f0e0007; - public static final int status_bar_notification_info_maxnum = 0x7f0e0017; - } - public static final class layout { - public static final int abc_action_bar_title_item = 0x7f040000; - public static final int abc_action_bar_up_container = 0x7f040001; - public static final int abc_action_bar_view_list_nav_layout = 0x7f040002; - public static final int abc_action_menu_item_layout = 0x7f040003; - public static final int abc_action_menu_layout = 0x7f040004; - public static final int abc_action_mode_bar = 0x7f040005; - public static final int abc_action_mode_close_item_material = 0x7f040006; - public static final int abc_activity_chooser_view = 0x7f040007; - public static final int abc_activity_chooser_view_list_item = 0x7f040008; - public static final int abc_alert_dialog_material = 0x7f040009; - public static final int abc_dialog_title_material = 0x7f04000a; - public static final int abc_expanded_menu_layout = 0x7f04000b; - public static final int abc_list_menu_item_checkbox = 0x7f04000c; - public static final int abc_list_menu_item_icon = 0x7f04000d; - public static final int abc_list_menu_item_layout = 0x7f04000e; - public static final int abc_list_menu_item_radio = 0x7f04000f; - public static final int abc_popup_menu_item_layout = 0x7f040010; - public static final int abc_screen_content_include = 0x7f040011; - public static final int abc_screen_simple = 0x7f040012; - public static final int abc_screen_simple_overlay_action_mode = 0x7f040013; - public static final int abc_screen_toolbar = 0x7f040014; - public static final int abc_search_dropdown_item_icons_2line = 0x7f040015; - public static final int abc_search_view = 0x7f040016; - public static final int abc_select_dialog_material = 0x7f040017; - public static final int design_layout_snackbar = 0x7f040023; - public static final int design_layout_snackbar_include = 0x7f040024; - public static final int design_layout_tab_icon = 0x7f040025; - public static final int design_layout_tab_text = 0x7f040026; - public static final int design_navigation_item = 0x7f040027; - public static final int design_navigation_item_header = 0x7f040028; - public static final int design_navigation_item_separator = 0x7f040029; - public static final int design_navigation_item_subheader = 0x7f04002a; - public static final int design_navigation_menu = 0x7f04002b; - public static final int notification_media_action = 0x7f04005c; - public static final int notification_media_cancel_action = 0x7f04005d; - public static final int notification_template_big_media = 0x7f04005e; - public static final int notification_template_big_media_narrow = 0x7f04005f; - public static final int notification_template_lines = 0x7f040060; - public static final int notification_template_media = 0x7f040061; - public static final int notification_template_part_chronometer = 0x7f040062; - public static final int notification_template_part_time = 0x7f040063; - public static final int select_dialog_item_material = 0x7f040065; - public static final int select_dialog_multichoice_material = 0x7f040066; - public static final int select_dialog_singlechoice_material = 0x7f040067; - public static final int support_simple_spinner_dropdown_item = 0x7f040072; - } - public static final class string { - public static final int abc_action_bar_home_description = 0x7f090000; - public static final int abc_action_bar_home_description_format = 0x7f090001; - public static final int abc_action_bar_home_subtitle_description_format = 0x7f090002; - public static final int abc_action_bar_up_description = 0x7f090003; - public static final int abc_action_menu_overflow_description = 0x7f090004; - public static final int abc_action_mode_done = 0x7f090005; - public static final int abc_activity_chooser_view_see_all = 0x7f090006; - public static final int abc_activitychooserview_choose_application = 0x7f090007; - public static final int abc_search_hint = 0x7f090008; - public static final int abc_searchview_description_clear = 0x7f090009; - public static final int abc_searchview_description_query = 0x7f09000a; - public static final int abc_searchview_description_search = 0x7f09000b; - public static final int abc_searchview_description_submit = 0x7f09000c; - public static final int abc_searchview_description_voice = 0x7f09000d; - public static final int abc_shareactionprovider_share_with = 0x7f09000e; - public static final int abc_shareactionprovider_share_with_application = 0x7f09000f; - public static final int abc_toolbar_collapse_description = 0x7f090010; - public static final int appbar_scrolling_view_behavior = 0x7f09014c; - public static final int status_bar_notification_info_overflow = 0x7f090030; - } - public static final class style { - public static final int AlertDialog_AppCompat = 0x7f0c0087; - public static final int AlertDialog_AppCompat_Light = 0x7f0c0088; - public static final int Animation_AppCompat_Dialog = 0x7f0c0089; - public static final int Animation_AppCompat_DropDownUp = 0x7f0c008a; - public static final int Base_AlertDialog_AppCompat = 0x7f0c008b; - public static final int Base_AlertDialog_AppCompat_Light = 0x7f0c008c; - public static final int Base_Animation_AppCompat_Dialog = 0x7f0c008d; - public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c008e; - public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0c0090; - public static final int Base_DialogWindowTitle_AppCompat = 0x7f0c008f; - public static final int Base_TextAppearance_AppCompat = 0x7f0c0031; - public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c0032; - public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c0033; - public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c001b; - public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0034; - public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0035; - public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0036; - public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c0037; - public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c0038; - public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c0039; - public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c0006; - public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c003a; - public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c0007; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c003b; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c003c; - public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c003d; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c0008; - public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c003e; - public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c0091; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c003f; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0040; - public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0041; - public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0009; - public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c0042; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c000a; - public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c0043; - public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c000b; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0044; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c0045; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0046; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0047; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0048; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c0049; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c004a; - public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0c004b; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c007f; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0092; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c004c; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c004d; - public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c004e; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c004f; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c0093; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c0050; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c0051; - public static final int Base_ThemeOverlay_AppCompat = 0x7f0c009c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c009d; - public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c009e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c009f; - public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c00a0; - public static final int Base_Theme_AppCompat = 0x7f0c0052; - public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c0094; - public static final int Base_Theme_AppCompat_Dialog = 0x7f0c000c; - public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0002; - public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0c0095; - public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0096; - public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0c0097; - public static final int Base_Theme_AppCompat_Light = 0x7f0c0053; - public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0098; - public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c000d; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0003; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0099; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c009a; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c009b; - public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0c000e; - public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0c000f; - public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0017; - public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0c0018; - public static final int Base_V21_Theme_AppCompat = 0x7f0c0054; - public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c0055; - public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c0056; - public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c0057; - public static final int Base_V22_Theme_AppCompat = 0x7f0c007d; - public static final int Base_V22_Theme_AppCompat_Light = 0x7f0c007e; - public static final int Base_V23_Theme_AppCompat = 0x7f0c0080; - public static final int Base_V23_Theme_AppCompat_Light = 0x7f0c0081; - public static final int Base_V7_Theme_AppCompat = 0x7f0c00a1; - public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c00a2; - public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c00a3; - public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0c00a4; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0c00a5; - public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0c00a6; - public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c00a7; - public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c00a8; - public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c00a9; - public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c0058; - public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c0059; - public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c005a; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c005b; - public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c005c; - public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c00aa; - public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c00ab; - public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0019; - public static final int Base_Widget_AppCompat_Button = 0x7f0c005d; - public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0c0061; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c00ad; - public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0c005e; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0c005f; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c00ac; - public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0c0082; - public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c0060; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c0062; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0063; - public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c00ae; - public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c0000; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c00af; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0064; - public static final int Base_Widget_AppCompat_EditText = 0x7f0c001a; - public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c00b0; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c00b1; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c00b2; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0065; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0066; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0067; - public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0068; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0069; - public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c006a; - public static final int Base_Widget_AppCompat_ListView = 0x7f0c006b; - public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c006c; - public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c006d; - public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c006e; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c006f; - public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c00b3; - public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c0010; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0011; - public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0070; - public static final int Base_Widget_AppCompat_SearchView = 0x7f0c00b4; - public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0c00b5; - public static final int Base_Widget_AppCompat_Spinner = 0x7f0c0071; - public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c0072; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0073; - public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c00b6; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0074; - public static final int Base_Widget_Design_TabLayout = 0x7f0c00b7; - public static final int Platform_AppCompat = 0x7f0c0012; - public static final int Platform_AppCompat_Light = 0x7f0c0013; - public static final int Platform_ThemeOverlay_AppCompat = 0x7f0c0075; - public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0c0076; - public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0c0077; - public static final int Platform_V11_AppCompat = 0x7f0c0014; - public static final int Platform_V11_AppCompat_Light = 0x7f0c0015; - public static final int Platform_V14_AppCompat = 0x7f0c001c; - public static final int Platform_V14_AppCompat_Light = 0x7f0c001d; - public static final int Platform_Widget_AppCompat_Spinner = 0x7f0c0016; - public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0c0024; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c0025; - public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c0026; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0c0027; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c0028; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c0029; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c002a; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c0030; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c002b; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c002c; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c002d; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c002e; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c002f; - public static final int TextAppearance_AppCompat = 0x7f0c00da; - public static final int TextAppearance_AppCompat_Body1 = 0x7f0c00db; - public static final int TextAppearance_AppCompat_Body2 = 0x7f0c00dc; - public static final int TextAppearance_AppCompat_Button = 0x7f0c00dd; - public static final int TextAppearance_AppCompat_Caption = 0x7f0c00de; - public static final int TextAppearance_AppCompat_Display1 = 0x7f0c00df; - public static final int TextAppearance_AppCompat_Display2 = 0x7f0c00e0; - public static final int TextAppearance_AppCompat_Display3 = 0x7f0c00e1; - public static final int TextAppearance_AppCompat_Display4 = 0x7f0c00e2; - public static final int TextAppearance_AppCompat_Headline = 0x7f0c00e3; - public static final int TextAppearance_AppCompat_Inverse = 0x7f0c00e4; - public static final int TextAppearance_AppCompat_Large = 0x7f0c00e5; - public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c00e6; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c00e7; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c00e8; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c00e9; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c00ea; - public static final int TextAppearance_AppCompat_Medium = 0x7f0c00eb; - public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c00ec; - public static final int TextAppearance_AppCompat_Menu = 0x7f0c00ed; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c00ee; - public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c00ef; - public static final int TextAppearance_AppCompat_Small = 0x7f0c00f0; - public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c00f1; - public static final int TextAppearance_AppCompat_Subhead = 0x7f0c00f2; - public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c00f3; - public static final int TextAppearance_AppCompat_Title = 0x7f0c00f4; - public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c00f5; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c00f6; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c00f7; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c00f8; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c00f9; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c00fa; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c00fb; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c00fc; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c00fd; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c00fe; - public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0c00ff; - public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c0100; - public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0101; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0102; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0103; - public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c0104; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0105; - public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0c0108; - public static final int TextAppearance_Design_Error = 0x7f0c0109; - public static final int TextAppearance_Design_Hint = 0x7f0c010a; - public static final int TextAppearance_Design_Snackbar_Message = 0x7f0c010b; - public static final int TextAppearance_Design_Tab = 0x7f0c010c; - public static final int TextAppearance_StatusBar_EventContent = 0x7f0c001e; - public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f0c001f; - public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f0c0020; - public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f0c0021; - public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f0c0022; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c0113; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c0114; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c0115; - public static final int ThemeOverlay_AppCompat = 0x7f0c0135; - public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c0136; - public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c0137; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c0138; - public static final int ThemeOverlay_AppCompat_Light = 0x7f0c0139; - public static final int Theme_AppCompat = 0x7f0c011a; - public static final int Theme_AppCompat_CompactMenu = 0x7f0c011b; - public static final int Theme_AppCompat_Dialog = 0x7f0c011c; - public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c011f; - public static final int Theme_AppCompat_Dialog_Alert = 0x7f0c011d; - public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0c011e; - public static final int Theme_AppCompat_Light = 0x7f0c0120; - public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c0121; - public static final int Theme_AppCompat_Light_Dialog = 0x7f0c0122; - public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0125; - public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0123; - public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c0124; - public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c0126; - public static final int Theme_AppCompat_NoActionBar = 0x7f0c0127; - public static final int Widget_AppCompat_ActionBar = 0x7f0c013c; - public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c013d; - public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c013e; - public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c013f; - public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c0140; - public static final int Widget_AppCompat_ActionButton = 0x7f0c0141; - public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0142; - public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c0143; - public static final int Widget_AppCompat_ActionMode = 0x7f0c0144; - public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c0145; - public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c0146; - public static final int Widget_AppCompat_Button = 0x7f0c0147; - public static final int Widget_AppCompat_ButtonBar = 0x7f0c014d; - public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c014e; - public static final int Widget_AppCompat_Button_Borderless = 0x7f0c0148; - public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0c0149; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c014a; - public static final int Widget_AppCompat_Button_Colored = 0x7f0c014b; - public static final int Widget_AppCompat_Button_Small = 0x7f0c014c; - public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c014f; - public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0150; - public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c0151; - public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c0152; - public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0153; - public static final int Widget_AppCompat_EditText = 0x7f0c0154; - public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c0155; - public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0156; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c0157; - public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0158; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c0159; - public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c015a; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c015b; - public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c015c; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c015d; - public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c015e; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c015f; - public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c0160; - public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c0161; - public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c0162; - public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c0163; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c0164; - public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c0165; - public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c0166; - public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c0167; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0168; - public static final int Widget_AppCompat_Light_SearchView = 0x7f0c0169; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c016a; - public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c016b; - public static final int Widget_AppCompat_ListView = 0x7f0c016c; - public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c016d; - public static final int Widget_AppCompat_ListView_Menu = 0x7f0c016e; - public static final int Widget_AppCompat_PopupMenu = 0x7f0c016f; - public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0170; - public static final int Widget_AppCompat_PopupWindow = 0x7f0c0171; - public static final int Widget_AppCompat_ProgressBar = 0x7f0c0172; - public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0173; - public static final int Widget_AppCompat_RatingBar = 0x7f0c0174; - public static final int Widget_AppCompat_SearchView = 0x7f0c0175; - public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0c0176; - public static final int Widget_AppCompat_Spinner = 0x7f0c0177; - public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c0178; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0179; - public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c017a; - public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c017b; - public static final int Widget_AppCompat_Toolbar = 0x7f0c017c; - public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c017d; - public static final int Widget_Design_AppBarLayout = 0x7f0c017e; - public static final int Widget_Design_CollapsingToolbar = 0x7f0c017f; - public static final int Widget_Design_CoordinatorLayout = 0x7f0c0180; - public static final int Widget_Design_FloatingActionButton = 0x7f0c0181; - public static final int Widget_Design_NavigationView = 0x7f0c0182; - public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0c0183; - public static final int Widget_Design_Snackbar = 0x7f0c0184; - public static final int Widget_Design_TabLayout = 0x7f0c0001; - public static final int Widget_Design_TextInputLayout = 0x7f0c0185; - } - public static final class styleable { - public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f0100f7 }; - public static final int[] ActionBarLayout = { 0x010100b3 }; - public static final int ActionBarLayout_android_layout_gravity = 0; - public static final int ActionBar_background = 10; - public static final int ActionBar_backgroundSplit = 12; - public static final int ActionBar_backgroundStacked = 11; - public static final int ActionBar_contentInsetEnd = 21; - public static final int ActionBar_contentInsetLeft = 22; - public static final int ActionBar_contentInsetRight = 23; - public static final int ActionBar_contentInsetStart = 20; - public static final int ActionBar_customNavigationLayout = 13; - public static final int ActionBar_displayOptions = 3; - public static final int ActionBar_divider = 9; - public static final int ActionBar_elevation = 24; - public static final int ActionBar_height = 0; - public static final int ActionBar_hideOnContentScroll = 19; - public static final int ActionBar_homeAsUpIndicator = 26; - public static final int ActionBar_homeLayout = 14; - public static final int ActionBar_icon = 7; - public static final int ActionBar_indeterminateProgressStyle = 16; - public static final int ActionBar_itemPadding = 18; - public static final int ActionBar_logo = 8; - public static final int ActionBar_navigationMode = 2; - public static final int ActionBar_popupTheme = 25; - public static final int ActionBar_progressBarPadding = 17; - public static final int ActionBar_progressBarStyle = 15; - public static final int ActionBar_subtitle = 4; - public static final int ActionBar_subtitleTextStyle = 6; - public static final int ActionBar_title = 1; - public static final int ActionBar_titleTextStyle = 5; - public static final int[] ActionMenuItemView = { 0x0101013f }; - public static final int ActionMenuItemView_android_minWidth = 0; - public static final int[] ActionMenuView = { }; - public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; - public static final int ActionMode_background = 3; - public static final int ActionMode_backgroundSplit = 4; - public static final int ActionMode_closeItemLayout = 5; - public static final int ActionMode_height = 0; - public static final int ActionMode_subtitleTextStyle = 2; - public static final int ActionMode_titleTextStyle = 1; - public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; - public static final int ActivityChooserView_initialActivityCount = 0; - public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; - public static final int AlertDialog_android_layout = 0; - public static final int AlertDialog_buttonPanelSideLayout = 1; - public static final int AlertDialog_listItemLayout = 5; - public static final int AlertDialog_listLayout = 2; - public static final int AlertDialog_multiChoiceItemLayout = 3; - public static final int AlertDialog_singleChoiceItemLayout = 4; - public static final int[] AppBarLayout = { 0x010100d4, 0x7f01001a, 0x7f010024 }; - public static final int[] AppBarLayout_LayoutParams = { 0x7f010025, 0x7f010026 }; - public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0; - public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1; - public static final int AppBarLayout_android_background = 0; - public static final int AppBarLayout_elevation = 1; - public static final int AppBarLayout_expanded = 2; - public static final int[] AppCompatTextView = { 0x01010034, 0x7f010027 }; - public static final int AppCompatTextView_android_textAppearance = 0; - public static final int AppCompatTextView_textAllCaps = 1; - public static final int[] CollapsingAppBarLayout_LayoutParams = { 0x7f01003e, 0x7f01003f }; - public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0; - public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1; - public static final int[] CollapsingToolbarLayout = { 0x7f010003, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c }; - public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11; - public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; - public static final int CollapsingToolbarLayout_contentScrim = 8; - public static final int CollapsingToolbarLayout_expandedTitleGravity = 12; - public static final int CollapsingToolbarLayout_expandedTitleMargin = 1; - public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; - public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; - public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2; - public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3; - public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; - public static final int CollapsingToolbarLayout_statusBarScrim = 9; - public static final int CollapsingToolbarLayout_title = 0; - public static final int CollapsingToolbarLayout_titleEnabled = 13; - public static final int CollapsingToolbarLayout_toolbarId = 10; - public static final int[] CompoundButton = { 0x01010107, 0x7f01004f, 0x7f010050 }; - public static final int CompoundButton_android_button = 0; - public static final int CompoundButton_buttonTint = 1; - public static final int CompoundButton_buttonTintMode = 2; - public static final int[] CoordinatorLayout = { 0x7f010051, 0x7f010052 }; - public static final int[] CoordinatorLayout_LayoutParams = { 0x010100b3, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056 }; - public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0; - public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2; - public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4; - public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1; - public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3; - public static final int CoordinatorLayout_keylines = 0; - public static final int CoordinatorLayout_statusBarBackground = 1; - public static final int[] DrawerArrowToggle = { 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060 }; - public static final int DrawerArrowToggle_arrowHeadLength = 4; - public static final int DrawerArrowToggle_arrowShaftLength = 5; - public static final int DrawerArrowToggle_barLength = 6; - public static final int DrawerArrowToggle_color = 0; - public static final int DrawerArrowToggle_drawableSize = 2; - public static final int DrawerArrowToggle_gapBetweenBars = 3; - public static final int DrawerArrowToggle_spinBars = 1; - public static final int DrawerArrowToggle_thickness = 7; - public static final int[] FloatingActionButton = { 0x010100d4, 0x7f01001a, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010146, 0x7f010147 }; - public static final int FloatingActionButton_android_background = 0; - public static final int FloatingActionButton_backgroundTint = 6; - public static final int FloatingActionButton_backgroundTintMode = 7; - public static final int FloatingActionButton_borderWidth = 5; - public static final int FloatingActionButton_elevation = 1; - public static final int FloatingActionButton_fabSize = 3; - public static final int FloatingActionButton_pressedTranslationZ = 4; - public static final int FloatingActionButton_rippleColor = 2; - public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010065, 0x7f010066, 0x7f010067 }; - public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; - public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; - public static final int LinearLayoutCompat_Layout_android_layout_height = 2; - public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; - public static final int LinearLayoutCompat_Layout_android_layout_width = 1; - public static final int LinearLayoutCompat_android_baselineAligned = 2; - public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; - public static final int LinearLayoutCompat_android_gravity = 0; - public static final int LinearLayoutCompat_android_orientation = 1; - public static final int LinearLayoutCompat_android_weightSum = 4; - public static final int LinearLayoutCompat_divider = 5; - public static final int LinearLayoutCompat_dividerPadding = 8; - public static final int LinearLayoutCompat_measureWithLargestChild = 6; - public static final int LinearLayoutCompat_showDividers = 7; - public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; - public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; - public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; - public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; - public static final int MenuGroup_android_checkableBehavior = 5; - public static final int MenuGroup_android_enabled = 0; - public static final int MenuGroup_android_id = 1; - public static final int MenuGroup_android_menuCategory = 3; - public static final int MenuGroup_android_orderInCategory = 4; - public static final int MenuGroup_android_visible = 2; - public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e }; - public static final int MenuItem_actionLayout = 14; - public static final int MenuItem_actionProviderClass = 16; - public static final int MenuItem_actionViewClass = 15; - public static final int MenuItem_android_alphabeticShortcut = 9; - public static final int MenuItem_android_checkable = 11; - public static final int MenuItem_android_checked = 3; - public static final int MenuItem_android_enabled = 1; - public static final int MenuItem_android_icon = 0; - public static final int MenuItem_android_id = 2; - public static final int MenuItem_android_menuCategory = 5; - public static final int MenuItem_android_numericShortcut = 10; - public static final int MenuItem_android_onClick = 12; - public static final int MenuItem_android_orderInCategory = 6; - public static final int MenuItem_android_title = 7; - public static final int MenuItem_android_titleCondensed = 8; - public static final int MenuItem_android_visible = 4; - public static final int MenuItem_showAsAction = 13; - public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01007f }; - public static final int MenuView_android_headerBackground = 4; - public static final int MenuView_android_horizontalDivider = 2; - public static final int MenuView_android_itemBackground = 5; - public static final int MenuView_android_itemIconDisabledAlpha = 6; - public static final int MenuView_android_itemTextAppearance = 1; - public static final int MenuView_android_verticalDivider = 3; - public static final int MenuView_android_windowAnimationStyle = 0; - public static final int MenuView_preserveIconSpacing = 7; - public static final int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090 }; - public static final int NavigationView_android_background = 0; - public static final int NavigationView_android_fitsSystemWindows = 1; - public static final int NavigationView_android_maxWidth = 2; - public static final int NavigationView_elevation = 3; - public static final int NavigationView_headerLayout = 9; - public static final int NavigationView_itemBackground = 7; - public static final int NavigationView_itemIconTint = 5; - public static final int NavigationView_itemTextAppearance = 8; - public static final int NavigationView_itemTextColor = 6; - public static final int NavigationView_menu = 4; - public static final int[] PopupWindow = { 0x01010176, 0x7f010091 }; - public static final int[] PopupWindowBackgroundState = { 0x7f010092 }; - public static final int PopupWindowBackgroundState_state_above_anchor = 0; - public static final int PopupWindow_android_popupBackground = 0; - public static final int PopupWindow_overlapAnchor = 1; - public static final int[] ScrimInsetsFrameLayout = { 0x7f010093 }; - public static final int ScrimInsetsFrameLayout_insetForeground = 0; - public static final int[] ScrollingViewBehavior_Params = { 0x7f010095 }; - public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0; - public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2 }; - public static final int SearchView_android_focusable = 0; - public static final int SearchView_android_imeOptions = 3; - public static final int SearchView_android_inputType = 2; - public static final int SearchView_android_maxWidth = 1; - public static final int SearchView_closeIcon = 8; - public static final int SearchView_commitIcon = 13; - public static final int SearchView_defaultQueryHint = 7; - public static final int SearchView_goIcon = 9; - public static final int SearchView_iconifiedByDefault = 5; - public static final int SearchView_layout = 4; - public static final int SearchView_queryBackground = 15; - public static final int SearchView_queryHint = 6; - public static final int SearchView_searchHintIcon = 11; - public static final int SearchView_searchIcon = 10; - public static final int SearchView_submitBackground = 16; - public static final int SearchView_suggestionRowLayout = 14; - public static final int SearchView_voiceIcon = 12; - public static final int[] SnackbarLayout = { 0x0101011f, 0x7f01001a, 0x7f0100ad }; - public static final int SnackbarLayout_android_maxWidth = 0; - public static final int SnackbarLayout_elevation = 1; - public static final int SnackbarLayout_maxActionInlineWidth = 2; - public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; - public static final int Spinner_android_dropDownWidth = 2; - public static final int Spinner_android_popupBackground = 0; - public static final int Spinner_android_prompt = 1; - public static final int Spinner_popupTheme = 3; - public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4 }; - public static final int SwitchCompat_android_textOff = 1; - public static final int SwitchCompat_android_textOn = 0; - public static final int SwitchCompat_android_thumb = 2; - public static final int SwitchCompat_showText = 9; - public static final int SwitchCompat_splitTrack = 8; - public static final int SwitchCompat_switchMinWidth = 6; - public static final int SwitchCompat_switchPadding = 7; - public static final int SwitchCompat_switchTextAppearance = 5; - public static final int SwitchCompat_thumbTextPadding = 4; - public static final int SwitchCompat_track = 3; - public static final int[] TabLayout = { 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4 }; - public static final int TabLayout_tabBackground = 3; - public static final int TabLayout_tabContentStart = 2; - public static final int TabLayout_tabGravity = 5; - public static final int TabLayout_tabIndicatorColor = 0; - public static final int TabLayout_tabIndicatorHeight = 1; - public static final int TabLayout_tabMaxWidth = 7; - public static final int TabLayout_tabMinWidth = 6; - public static final int TabLayout_tabMode = 4; - public static final int TabLayout_tabPadding = 15; - public static final int TabLayout_tabPaddingBottom = 14; - public static final int TabLayout_tabPaddingEnd = 13; - public static final int TabLayout_tabPaddingStart = 11; - public static final int TabLayout_tabPaddingTop = 12; - public static final int TabLayout_tabSelectedTextColor = 10; - public static final int TabLayout_tabTextAppearance = 8; - public static final int TabLayout_tabTextColor = 9; - public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010027 }; - public static final int TextAppearance_android_textColor = 3; - public static final int TextAppearance_android_textSize = 0; - public static final int TextAppearance_android_textStyle = 2; - public static final int TextAppearance_android_typeface = 1; - public static final int TextAppearance_textAllCaps = 4; - public static final int[] TextInputLayout = { 0x0101009a, 0x01010150, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 }; - public static final int TextInputLayout_android_hint = 1; - public static final int TextInputLayout_android_textColorHint = 0; - public static final int TextInputLayout_errorEnabled = 3; - public static final int TextInputLayout_errorTextAppearance = 4; - public static final int TextInputLayout_hintAnimationEnabled = 5; - public static final int TextInputLayout_hintTextAppearance = 2; - public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, 0x7f010112, 0x7f010113, 0x7f010114, 0x7f010115, 0x7f010116, 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, 0x7f01011b, 0x7f01011c, 0x7f01011d, 0x7f01011e, 0x7f01011f, 0x7f010120, 0x7f010121, 0x7f010122, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132 }; - public static final int Theme_actionBarDivider = 23; - public static final int Theme_actionBarItemBackground = 24; - public static final int Theme_actionBarPopupTheme = 17; - public static final int Theme_actionBarSize = 22; - public static final int Theme_actionBarSplitStyle = 19; - public static final int Theme_actionBarStyle = 18; - public static final int Theme_actionBarTabBarStyle = 13; - public static final int Theme_actionBarTabStyle = 12; - public static final int Theme_actionBarTabTextStyle = 14; - public static final int Theme_actionBarTheme = 20; - public static final int Theme_actionBarWidgetTheme = 21; - public static final int Theme_actionButtonStyle = 49; - public static final int Theme_actionDropDownStyle = 45; - public static final int Theme_actionMenuTextAppearance = 25; - public static final int Theme_actionMenuTextColor = 26; - public static final int Theme_actionModeBackground = 29; - public static final int Theme_actionModeCloseButtonStyle = 28; - public static final int Theme_actionModeCloseDrawable = 31; - public static final int Theme_actionModeCopyDrawable = 33; - public static final int Theme_actionModeCutDrawable = 32; - public static final int Theme_actionModeFindDrawable = 37; - public static final int Theme_actionModePasteDrawable = 34; - public static final int Theme_actionModePopupWindowStyle = 39; - public static final int Theme_actionModeSelectAllDrawable = 35; - public static final int Theme_actionModeShareDrawable = 36; - public static final int Theme_actionModeSplitBackground = 30; - public static final int Theme_actionModeStyle = 27; - public static final int Theme_actionModeWebSearchDrawable = 38; - public static final int Theme_actionOverflowButtonStyle = 15; - public static final int Theme_actionOverflowMenuStyle = 16; - public static final int Theme_activityChooserViewStyle = 57; - public static final int Theme_alertDialogButtonGroupStyle = 91; - public static final int Theme_alertDialogCenterButtons = 92; - public static final int Theme_alertDialogStyle = 90; - public static final int Theme_alertDialogTheme = 93; - public static final int Theme_android_windowAnimationStyle = 1; - public static final int Theme_android_windowIsFloating = 0; - public static final int Theme_autoCompleteTextViewStyle = 98; - public static final int Theme_borderlessButtonStyle = 54; - public static final int Theme_buttonBarButtonStyle = 51; - public static final int Theme_buttonBarNegativeButtonStyle = 96; - public static final int Theme_buttonBarNeutralButtonStyle = 97; - public static final int Theme_buttonBarPositiveButtonStyle = 95; - public static final int Theme_buttonBarStyle = 50; - public static final int Theme_buttonStyle = 99; - public static final int Theme_buttonStyleSmall = 100; - public static final int Theme_checkboxStyle = 101; - public static final int Theme_checkedTextViewStyle = 102; - public static final int Theme_colorAccent = 83; - public static final int Theme_colorButtonNormal = 87; - public static final int Theme_colorControlActivated = 85; - public static final int Theme_colorControlHighlight = 86; - public static final int Theme_colorControlNormal = 84; - public static final int Theme_colorPrimary = 81; - public static final int Theme_colorPrimaryDark = 82; - public static final int Theme_colorSwitchThumbNormal = 88; - public static final int Theme_controlBackground = 89; - public static final int Theme_dialogPreferredPadding = 43; - public static final int Theme_dialogTheme = 42; - public static final int Theme_dividerHorizontal = 56; - public static final int Theme_dividerVertical = 55; - public static final int Theme_dropDownListViewStyle = 73; - public static final int Theme_dropdownListPreferredItemHeight = 46; - public static final int Theme_editTextBackground = 63; - public static final int Theme_editTextColor = 62; - public static final int Theme_editTextStyle = 103; - public static final int Theme_homeAsUpIndicator = 48; - public static final int Theme_listChoiceBackgroundIndicator = 80; - public static final int Theme_listDividerAlertDialog = 44; - public static final int Theme_listPopupWindowStyle = 74; - public static final int Theme_listPreferredItemHeight = 68; - public static final int Theme_listPreferredItemHeightLarge = 70; - public static final int Theme_listPreferredItemHeightSmall = 69; - public static final int Theme_listPreferredItemPaddingLeft = 71; - public static final int Theme_listPreferredItemPaddingRight = 72; - public static final int Theme_panelBackground = 77; - public static final int Theme_panelMenuListTheme = 79; - public static final int Theme_panelMenuListWidth = 78; - public static final int Theme_popupMenuStyle = 60; - public static final int Theme_popupWindowStyle = 61; - public static final int Theme_radioButtonStyle = 104; - public static final int Theme_ratingBarStyle = 105; - public static final int Theme_searchViewStyle = 67; - public static final int Theme_selectableItemBackground = 52; - public static final int Theme_selectableItemBackgroundBorderless = 53; - public static final int Theme_spinnerDropDownItemStyle = 47; - public static final int Theme_spinnerStyle = 106; - public static final int Theme_switchStyle = 107; - public static final int Theme_textAppearanceLargePopupMenu = 40; - public static final int Theme_textAppearanceListItem = 75; - public static final int Theme_textAppearanceListItemSmall = 76; - public static final int Theme_textAppearanceSearchResultSubtitle = 65; - public static final int Theme_textAppearanceSearchResultTitle = 64; - public static final int Theme_textAppearanceSmallPopupMenu = 41; - public static final int Theme_textColorAlertDialogListItem = 94; - public static final int Theme_textColorSearchUrl = 66; - public static final int Theme_toolbarNavigationButtonStyle = 59; - public static final int Theme_toolbarStyle = 58; - public static final int Theme_windowActionBar = 2; - public static final int Theme_windowActionBarOverlay = 4; - public static final int Theme_windowActionModeOverlay = 5; - public static final int Theme_windowFixedHeightMajor = 9; - public static final int Theme_windowFixedHeightMinor = 7; - public static final int Theme_windowFixedWidthMajor = 6; - public static final int Theme_windowFixedWidthMinor = 8; - public static final int Theme_windowMinWidthMajor = 10; - public static final int Theme_windowMinWidthMinor = 11; - public static final int Theme_windowNoTitle = 3; - public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142 }; - public static final int Toolbar_android_gravity = 0; - public static final int Toolbar_android_minHeight = 1; - public static final int Toolbar_collapseContentDescription = 19; - public static final int Toolbar_collapseIcon = 18; - public static final int Toolbar_contentInsetEnd = 6; - public static final int Toolbar_contentInsetLeft = 7; - public static final int Toolbar_contentInsetRight = 8; - public static final int Toolbar_contentInsetStart = 5; - public static final int Toolbar_logo = 4; - public static final int Toolbar_logoDescription = 22; - public static final int Toolbar_maxButtonHeight = 17; - public static final int Toolbar_navigationContentDescription = 21; - public static final int Toolbar_navigationIcon = 20; - public static final int Toolbar_popupTheme = 9; - public static final int Toolbar_subtitle = 3; - public static final int Toolbar_subtitleTextAppearance = 11; - public static final int Toolbar_subtitleTextColor = 24; - public static final int Toolbar_title = 2; - public static final int Toolbar_titleMarginBottom = 16; - public static final int Toolbar_titleMarginEnd = 14; - public static final int Toolbar_titleMarginStart = 13; - public static final int Toolbar_titleMarginTop = 15; - public static final int Toolbar_titleMargins = 12; - public static final int Toolbar_titleTextAppearance = 10; - public static final int Toolbar_titleTextColor = 23; - public static final int[] View = { 0x01010000, 0x010100da, 0x7f010143, 0x7f010144, 0x7f010145 }; - public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f010146, 0x7f010147 }; - public static final int ViewBackgroundHelper_android_background = 0; - public static final int ViewBackgroundHelper_backgroundTint = 1; - public static final int ViewBackgroundHelper_backgroundTintMode = 2; - public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; - public static final int ViewStubCompat_android_id = 0; - public static final int ViewStubCompat_android_inflatedId = 2; - public static final int ViewStubCompat_android_layout = 1; - public static final int View_android_focusable = 1; - public static final int View_android_theme = 0; - public static final int View_paddingEnd = 3; - public static final int View_paddingStart = 2; - public static final int View_theme = 4; - } -} diff --git a/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java deleted file mode 100644 index d8de196..0000000 --- a/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java +++ /dev/null @@ -1,1222 +0,0 @@ -/* 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 android.support.v7.appcompat; - -public final class R { - public static final class anim { - public static final int abc_fade_in = 0x7f050000; - public static final int abc_fade_out = 0x7f050001; - public static final int abc_grow_fade_in_from_bottom = 0x7f050002; - public static final int abc_popup_enter = 0x7f050003; - public static final int abc_popup_exit = 0x7f050004; - public static final int abc_shrink_fade_out_from_bottom = 0x7f050005; - public static final int abc_slide_in_bottom = 0x7f050006; - public static final int abc_slide_in_top = 0x7f050007; - public static final int abc_slide_out_bottom = 0x7f050008; - public static final int abc_slide_out_top = 0x7f050009; - } - public static final class attr { - public static final int actionBarDivider = 0x7f0100de; - public static final int actionBarItemBackground = 0x7f0100df; - public static final int actionBarPopupTheme = 0x7f0100d8; - public static final int actionBarSize = 0x7f0100dd; - public static final int actionBarSplitStyle = 0x7f0100da; - public static final int actionBarStyle = 0x7f0100d9; - public static final int actionBarTabBarStyle = 0x7f0100d4; - public static final int actionBarTabStyle = 0x7f0100d3; - public static final int actionBarTabTextStyle = 0x7f0100d5; - public static final int actionBarTheme = 0x7f0100db; - public static final int actionBarWidgetTheme = 0x7f0100dc; - public static final int actionButtonStyle = 0x7f0100f8; - public static final int actionDropDownStyle = 0x7f0100f4; - public static final int actionLayout = 0x7f01007c; - public static final int actionMenuTextAppearance = 0x7f0100e0; - public static final int actionMenuTextColor = 0x7f0100e1; - public static final int actionModeBackground = 0x7f0100e4; - public static final int actionModeCloseButtonStyle = 0x7f0100e3; - public static final int actionModeCloseDrawable = 0x7f0100e6; - public static final int actionModeCopyDrawable = 0x7f0100e8; - public static final int actionModeCutDrawable = 0x7f0100e7; - public static final int actionModeFindDrawable = 0x7f0100ec; - public static final int actionModePasteDrawable = 0x7f0100e9; - public static final int actionModePopupWindowStyle = 0x7f0100ee; - public static final int actionModeSelectAllDrawable = 0x7f0100ea; - public static final int actionModeShareDrawable = 0x7f0100eb; - public static final int actionModeSplitBackground = 0x7f0100e5; - public static final int actionModeStyle = 0x7f0100e2; - public static final int actionModeWebSearchDrawable = 0x7f0100ed; - public static final int actionOverflowButtonStyle = 0x7f0100d6; - public static final int actionOverflowMenuStyle = 0x7f0100d7; - public static final int actionProviderClass = 0x7f01007e; - public static final int actionViewClass = 0x7f01007d; - public static final int activityChooserViewStyle = 0x7f010100; - public static final int alertDialogButtonGroupStyle = 0x7f010122; - public static final int alertDialogCenterButtons = 0x7f010123; - public static final int alertDialogStyle = 0x7f010121; - public static final int alertDialogTheme = 0x7f010124; - public static final int arrowHeadLength = 0x7f01005d; - public static final int arrowShaftLength = 0x7f01005e; - public static final int autoCompleteTextViewStyle = 0x7f010129; - public static final int background = 0x7f01000c; - public static final int backgroundSplit = 0x7f01000e; - public static final int backgroundStacked = 0x7f01000d; - public static final int backgroundTint = 0x7f010146; - public static final int backgroundTintMode = 0x7f010147; - public static final int barLength = 0x7f01005f; - public static final int borderlessButtonStyle = 0x7f0100fd; - public static final int buttonBarButtonStyle = 0x7f0100fa; - public static final int buttonBarNegativeButtonStyle = 0x7f010127; - public static final int buttonBarNeutralButtonStyle = 0x7f010128; - public static final int buttonBarPositiveButtonStyle = 0x7f010126; - public static final int buttonBarStyle = 0x7f0100f9; - public static final int buttonPanelSideLayout = 0x7f01001f; - public static final int buttonStyle = 0x7f01012a; - public static final int buttonStyleSmall = 0x7f01012b; - public static final int buttonTint = 0x7f01004f; - public static final int buttonTintMode = 0x7f010050; - public static final int checkboxStyle = 0x7f01012c; - public static final int checkedTextViewStyle = 0x7f01012d; - public static final int closeIcon = 0x7f01009a; - public static final int closeItemLayout = 0x7f01001c; - public static final int collapseContentDescription = 0x7f01013d; - public static final int collapseIcon = 0x7f01013c; - public static final int color = 0x7f010059; - public static final int colorAccent = 0x7f01011a; - public static final int colorButtonNormal = 0x7f01011e; - public static final int colorControlActivated = 0x7f01011c; - public static final int colorControlHighlight = 0x7f01011d; - public static final int colorControlNormal = 0x7f01011b; - public static final int colorPrimary = 0x7f010118; - public static final int colorPrimaryDark = 0x7f010119; - public static final int colorSwitchThumbNormal = 0x7f01011f; - public static final int commitIcon = 0x7f01009f; - public static final int contentInsetEnd = 0x7f010017; - public static final int contentInsetLeft = 0x7f010018; - public static final int contentInsetRight = 0x7f010019; - public static final int contentInsetStart = 0x7f010016; - public static final int controlBackground = 0x7f010120; - public static final int customNavigationLayout = 0x7f01000f; - public static final int defaultQueryHint = 0x7f010099; - public static final int dialogPreferredPadding = 0x7f0100f2; - public static final int dialogTheme = 0x7f0100f1; - public static final int displayOptions = 0x7f010005; - public static final int divider = 0x7f01000b; - public static final int dividerHorizontal = 0x7f0100ff; - public static final int dividerPadding = 0x7f010067; - public static final int dividerVertical = 0x7f0100fe; - public static final int drawableSize = 0x7f01005b; - public static final int drawerArrowStyle = 0x7f010000; - public static final int dropDownListViewStyle = 0x7f010110; - public static final int dropdownListPreferredItemHeight = 0x7f0100f5; - public static final int editTextBackground = 0x7f010106; - public static final int editTextColor = 0x7f010105; - public static final int editTextStyle = 0x7f01012e; - public static final int elevation = 0x7f01001a; - public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; - public static final int gapBetweenBars = 0x7f01005c; - public static final int goIcon = 0x7f01009b; - public static final int height = 0x7f010001; - public static final int hideOnContentScroll = 0x7f010015; - public static final int homeAsUpIndicator = 0x7f0100f7; - public static final int homeLayout = 0x7f010010; - public static final int icon = 0x7f010009; - public static final int iconifiedByDefault = 0x7f010097; - public static final int indeterminateProgressStyle = 0x7f010012; - public static final int initialActivityCount = 0x7f01001d; - public static final int isLightTheme = 0x7f010002; - public static final int itemPadding = 0x7f010014; - public static final int layout = 0x7f010096; - public static final int listChoiceBackgroundIndicator = 0x7f010117; - public static final int listDividerAlertDialog = 0x7f0100f3; - public static final int listItemLayout = 0x7f010023; - public static final int listLayout = 0x7f010020; - public static final int listPopupWindowStyle = 0x7f010111; - public static final int listPreferredItemHeight = 0x7f01010b; - public static final int listPreferredItemHeightLarge = 0x7f01010d; - public static final int listPreferredItemHeightSmall = 0x7f01010c; - public static final int listPreferredItemPaddingLeft = 0x7f01010e; - public static final int listPreferredItemPaddingRight = 0x7f01010f; - public static final int logo = 0x7f01000a; - public static final int logoDescription = 0x7f010140; - public static final int maxButtonHeight = 0x7f01013b; - public static final int measureWithLargestChild = 0x7f010065; - public static final int multiChoiceItemLayout = 0x7f010021; - public static final int navigationContentDescription = 0x7f01013f; - public static final int navigationIcon = 0x7f01013e; - public static final int navigationMode = 0x7f010004; - public static final int overlapAnchor = 0x7f010091; - public static final int paddingEnd = 0x7f010144; - public static final int paddingStart = 0x7f010143; - public static final int panelBackground = 0x7f010114; - public static final int panelMenuListTheme = 0x7f010116; - public static final int panelMenuListWidth = 0x7f010115; - public static final int popupMenuStyle = 0x7f010103; - public static final int popupTheme = 0x7f01001b; - public static final int popupWindowStyle = 0x7f010104; - public static final int preserveIconSpacing = 0x7f01007f; - public static final int progressBarPadding = 0x7f010013; - public static final int progressBarStyle = 0x7f010011; - public static final int queryBackground = 0x7f0100a1; - public static final int queryHint = 0x7f010098; - public static final int radioButtonStyle = 0x7f01012f; - public static final int ratingBarStyle = 0x7f010130; - public static final int searchHintIcon = 0x7f01009d; - public static final int searchIcon = 0x7f01009c; - public static final int searchViewStyle = 0x7f01010a; - public static final int selectableItemBackground = 0x7f0100fb; - public static final int selectableItemBackgroundBorderless = 0x7f0100fc; - public static final int showAsAction = 0x7f01007b; - public static final int showDividers = 0x7f010066; - public static final int showText = 0x7f0100b4; - public static final int singleChoiceItemLayout = 0x7f010022; - public static final int spinBars = 0x7f01005a; - public static final int spinnerDropDownItemStyle = 0x7f0100f6; - public static final int spinnerStyle = 0x7f010131; - public static final int splitTrack = 0x7f0100b3; - public static final int state_above_anchor = 0x7f010092; - public static final int submitBackground = 0x7f0100a2; - public static final int subtitle = 0x7f010006; - public static final int subtitleTextAppearance = 0x7f010135; - public static final int subtitleTextColor = 0x7f010142; - public static final int subtitleTextStyle = 0x7f010008; - public static final int suggestionRowLayout = 0x7f0100a0; - public static final int switchMinWidth = 0x7f0100b1; - public static final int switchPadding = 0x7f0100b2; - public static final int switchStyle = 0x7f010132; - public static final int switchTextAppearance = 0x7f0100b0; - public static final int textAllCaps = 0x7f010027; - public static final int textAppearanceLargePopupMenu = 0x7f0100ef; - public static final int textAppearanceListItem = 0x7f010112; - public static final int textAppearanceListItemSmall = 0x7f010113; - public static final int textAppearanceSearchResultSubtitle = 0x7f010108; - public static final int textAppearanceSearchResultTitle = 0x7f010107; - public static final int textAppearanceSmallPopupMenu = 0x7f0100f0; - public static final int textColorAlertDialogListItem = 0x7f010125; - public static final int textColorSearchUrl = 0x7f010109; - public static final int theme = 0x7f010145; - public static final int thickness = 0x7f010060; - public static final int thumbTextPadding = 0x7f0100af; - public static final int title = 0x7f010003; - public static final int titleMarginBottom = 0x7f01013a; - public static final int titleMarginEnd = 0x7f010138; - public static final int titleMarginStart = 0x7f010137; - public static final int titleMarginTop = 0x7f010139; - public static final int titleMargins = 0x7f010136; - public static final int titleTextAppearance = 0x7f010134; - public static final int titleTextColor = 0x7f010141; - public static final int titleTextStyle = 0x7f010007; - public static final int toolbarNavigationButtonStyle = 0x7f010102; - public static final int toolbarStyle = 0x7f010101; - public static final int track = 0x7f0100ae; - public static final int voiceIcon = 0x7f01009e; - public static final int windowActionBar = 0x7f0100c9; - public static final int windowActionBarOverlay = 0x7f0100cb; - public static final int windowActionModeOverlay = 0x7f0100cc; - public static final int windowFixedHeightMajor = 0x7f0100d0; - public static final int windowFixedHeightMinor = 0x7f0100ce; - public static final int windowFixedWidthMajor = 0x7f0100cd; - public static final int windowFixedWidthMinor = 0x7f0100cf; - public static final int windowMinWidthMajor = 0x7f0100d1; - public static final int windowMinWidthMinor = 0x7f0100d2; - public static final int windowNoTitle = 0x7f0100ca; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f0d0002; - public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f0d0000; - public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f0d0003; - public static final int abc_config_actionMenuItemAllCaps = 0x7f0d0005; - public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f0d0001; - public static final int abc_config_closeDialogWhenTouchOutside = 0x7f0d0006; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f0d0007; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark = 0x7f1000b8; - public static final int abc_background_cache_hint_selector_material_light = 0x7f1000b9; - public static final int abc_color_highlight_material = 0x7f1000ba; - public static final int abc_input_method_navigation_guard = 0x7f100000; - public static final int abc_primary_text_disable_only_material_dark = 0x7f1000bb; - public static final int abc_primary_text_disable_only_material_light = 0x7f1000bc; - public static final int abc_primary_text_material_dark = 0x7f1000bd; - public static final int abc_primary_text_material_light = 0x7f1000be; - public static final int abc_search_url_text = 0x7f1000bf; - public static final int abc_search_url_text_normal = 0x7f100001; - public static final int abc_search_url_text_pressed = 0x7f100002; - public static final int abc_search_url_text_selected = 0x7f100003; - public static final int abc_secondary_text_material_dark = 0x7f1000c0; - public static final int abc_secondary_text_material_light = 0x7f1000c1; - public static final int accent_material_dark = 0x7f100004; - public static final int accent_material_light = 0x7f100005; - public static final int background_floating_material_dark = 0x7f100013; - public static final int background_floating_material_light = 0x7f100014; - public static final int background_material_dark = 0x7f100015; - public static final int background_material_light = 0x7f100016; - public static final int bright_foreground_disabled_material_dark = 0x7f10001d; - public static final int bright_foreground_disabled_material_light = 0x7f10001e; - public static final int bright_foreground_inverse_material_dark = 0x7f10001f; - public static final int bright_foreground_inverse_material_light = 0x7f100020; - public static final int bright_foreground_material_dark = 0x7f100021; - public static final int bright_foreground_material_light = 0x7f100022; - public static final int button_material_dark = 0x7f100025; - public static final int button_material_light = 0x7f100026; - public static final int dim_foreground_disabled_material_dark = 0x7f100047; - public static final int dim_foreground_disabled_material_light = 0x7f100048; - public static final int dim_foreground_material_dark = 0x7f100049; - public static final int dim_foreground_material_light = 0x7f10004a; - public static final int foreground_material_dark = 0x7f100053; - public static final int foreground_material_light = 0x7f100054; - public static final int highlighted_text_material_dark = 0x7f100056; - public static final int highlighted_text_material_light = 0x7f100057; - public static final int hint_foreground_material_dark = 0x7f100058; - public static final int hint_foreground_material_light = 0x7f100059; - public static final int material_blue_grey_800 = 0x7f10006b; - public static final int material_blue_grey_900 = 0x7f10006c; - public static final int material_blue_grey_950 = 0x7f10006d; - public static final int material_deep_teal_200 = 0x7f10006e; - public static final int material_deep_teal_500 = 0x7f10006f; - public static final int material_grey_100 = 0x7f100070; - public static final int material_grey_300 = 0x7f100071; - public static final int material_grey_50 = 0x7f100072; - public static final int material_grey_600 = 0x7f100073; - public static final int material_grey_800 = 0x7f100074; - public static final int material_grey_850 = 0x7f100075; - public static final int material_grey_900 = 0x7f100076; - public static final int primary_dark_material_dark = 0x7f10008a; - public static final int primary_dark_material_light = 0x7f10008b; - public static final int primary_material_dark = 0x7f10008c; - public static final int primary_material_light = 0x7f10008d; - public static final int primary_text_default_material_dark = 0x7f10008e; - public static final int primary_text_default_material_light = 0x7f10008f; - public static final int primary_text_disabled_material_dark = 0x7f100090; - public static final int primary_text_disabled_material_light = 0x7f100091; - public static final int ripple_material_dark = 0x7f100092; - public static final int ripple_material_light = 0x7f100093; - public static final int secondary_text_default_material_dark = 0x7f100094; - public static final int secondary_text_default_material_light = 0x7f100095; - public static final int secondary_text_disabled_material_dark = 0x7f100096; - public static final int secondary_text_disabled_material_light = 0x7f100097; - public static final int switch_thumb_disabled_material_dark = 0x7f1000a7; - public static final int switch_thumb_disabled_material_light = 0x7f1000a8; - public static final int switch_thumb_material_dark = 0x7f1000ca; - public static final int switch_thumb_material_light = 0x7f1000cb; - public static final int switch_thumb_normal_material_dark = 0x7f1000a9; - public static final int switch_thumb_normal_material_light = 0x7f1000aa; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material = 0x7f0b0019; - public static final int abc_action_bar_default_height_material = 0x7f0b0002; - public static final int abc_action_bar_default_padding_end_material = 0x7f0b001a; - public static final int abc_action_bar_default_padding_start_material = 0x7f0b001b; - public static final int abc_action_bar_icon_vertical_padding_material = 0x7f0b0054; - public static final int abc_action_bar_overflow_padding_end_material = 0x7f0b0055; - public static final int abc_action_bar_overflow_padding_start_material = 0x7f0b0056; - public static final int abc_action_bar_progress_bar_size = 0x7f0b0003; - public static final int abc_action_bar_stacked_max_height = 0x7f0b0057; - public static final int abc_action_bar_stacked_tab_max_width = 0x7f0b0058; - public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f0b0059; - public static final int abc_action_bar_subtitle_top_margin_material = 0x7f0b005a; - public static final int abc_action_button_min_height_material = 0x7f0b005b; - public static final int abc_action_button_min_width_material = 0x7f0b005c; - public static final int abc_action_button_min_width_overflow_material = 0x7f0b005d; - public static final int abc_alert_dialog_button_bar_height = 0x7f0b0001; - public static final int abc_button_inset_horizontal_material = 0x7f0b005e; - public static final int abc_button_inset_vertical_material = 0x7f0b005f; - public static final int abc_button_padding_horizontal_material = 0x7f0b0060; - public static final int abc_button_padding_vertical_material = 0x7f0b0061; - public static final int abc_config_prefDialogWidth = 0x7f0b000a; - public static final int abc_control_corner_material = 0x7f0b0062; - public static final int abc_control_inset_material = 0x7f0b0063; - public static final int abc_control_padding_material = 0x7f0b0064; - public static final int abc_dialog_list_padding_vertical_material = 0x7f0b0065; - public static final int abc_dialog_min_width_major = 0x7f0b0066; - public static final int abc_dialog_min_width_minor = 0x7f0b0067; - public static final int abc_dialog_padding_material = 0x7f0b0068; - public static final int abc_dialog_padding_top_material = 0x7f0b0069; - public static final int abc_disabled_alpha_material_dark = 0x7f0b006a; - public static final int abc_disabled_alpha_material_light = 0x7f0b006b; - public static final int abc_dropdownitem_icon_width = 0x7f0b006c; - public static final int abc_dropdownitem_text_padding_left = 0x7f0b006d; - public static final int abc_dropdownitem_text_padding_right = 0x7f0b006e; - public static final int abc_edit_text_inset_bottom_material = 0x7f0b006f; - public static final int abc_edit_text_inset_horizontal_material = 0x7f0b0070; - public static final int abc_edit_text_inset_top_material = 0x7f0b0071; - public static final int abc_floating_window_z = 0x7f0b0072; - public static final int abc_list_item_padding_horizontal_material = 0x7f0b0073; - public static final int abc_panel_menu_list_width = 0x7f0b0074; - public static final int abc_search_view_preferred_width = 0x7f0b0075; - public static final int abc_search_view_text_min_width = 0x7f0b000b; - public static final int abc_switch_padding = 0x7f0b0045; - public static final int abc_text_size_body_1_material = 0x7f0b0076; - public static final int abc_text_size_body_2_material = 0x7f0b0077; - public static final int abc_text_size_button_material = 0x7f0b0078; - public static final int abc_text_size_caption_material = 0x7f0b0079; - public static final int abc_text_size_display_1_material = 0x7f0b007a; - public static final int abc_text_size_display_2_material = 0x7f0b007b; - public static final int abc_text_size_display_3_material = 0x7f0b007c; - public static final int abc_text_size_display_4_material = 0x7f0b007d; - public static final int abc_text_size_headline_material = 0x7f0b007e; - public static final int abc_text_size_large_material = 0x7f0b007f; - public static final int abc_text_size_medium_material = 0x7f0b0080; - public static final int abc_text_size_menu_material = 0x7f0b0081; - public static final int abc_text_size_small_material = 0x7f0b0082; - public static final int abc_text_size_subhead_material = 0x7f0b0083; - public static final int abc_text_size_subtitle_material_toolbar = 0x7f0b0004; - public static final int abc_text_size_title_material = 0x7f0b0084; - public static final int abc_text_size_title_material_toolbar = 0x7f0b0005; - public static final int dialog_fixed_height_major = 0x7f0b000c; - public static final int dialog_fixed_height_minor = 0x7f0b000d; - public static final int dialog_fixed_width_major = 0x7f0b000e; - public static final int dialog_fixed_width_minor = 0x7f0b000f; - public static final int disabled_alpha_material_dark = 0x7f0b00b0; - public static final int disabled_alpha_material_light = 0x7f0b00b1; - public static final int highlight_alpha_material_colored = 0x7f0b00ca; - public static final int highlight_alpha_material_dark = 0x7f0b00cb; - public static final int highlight_alpha_material_light = 0x7f0b00cc; - public static final int notification_large_icon_height = 0x7f0b00e8; - public static final int notification_large_icon_width = 0x7f0b00e9; - public static final int notification_subtext_size = 0x7f0b00ea; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; - public static final int abc_action_bar_item_background_material = 0x7f020001; - public static final int abc_btn_borderless_material = 0x7f020002; - public static final int abc_btn_check_material = 0x7f020003; - public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; - public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; - public static final int abc_btn_colored_material = 0x7f020006; - public static final int abc_btn_default_mtrl_shape = 0x7f020007; - public static final int abc_btn_radio_material = 0x7f020008; - public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; - public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; - public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; - public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; - public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; - public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; - public static final int abc_cab_background_internal_bg = 0x7f02000f; - public static final int abc_cab_background_top_material = 0x7f020010; - public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; - public static final int abc_control_background_material = 0x7f020012; - public static final int abc_dialog_material_background_dark = 0x7f020013; - public static final int abc_dialog_material_background_light = 0x7f020014; - public static final int abc_edit_text_material = 0x7f020015; - public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; - public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; - public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; - public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; - public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; - public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; - public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; - public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; - public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; - public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; - public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; - public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; - public static final int abc_item_background_holo_dark = 0x7f020022; - public static final int abc_item_background_holo_light = 0x7f020023; - public static final int abc_list_divider_mtrl_alpha = 0x7f020024; - public static final int abc_list_focused_holo = 0x7f020025; - public static final int abc_list_longpressed_holo = 0x7f020026; - public static final int abc_list_pressed_holo_dark = 0x7f020027; - public static final int abc_list_pressed_holo_light = 0x7f020028; - public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; - public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; - public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; - public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; - public static final int abc_list_selector_holo_dark = 0x7f02002d; - public static final int abc_list_selector_holo_light = 0x7f02002e; - public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; - public static final int abc_popup_background_mtrl_mult = 0x7f020030; - public static final int abc_ratingbar_full_material = 0x7f020031; - public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; - public static final int abc_spinner_textfield_background_material = 0x7f020033; - public static final int abc_switch_thumb_material = 0x7f020034; - public static final int abc_switch_track_mtrl_alpha = 0x7f020035; - public static final int abc_tab_indicator_material = 0x7f020036; - public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; - public static final int abc_text_cursor_material = 0x7f020038; - public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; - public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; - public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; - public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; - public static final int abc_textfield_search_material = 0x7f02003d; - public static final int notification_template_icon_bg = 0x7f02012c; - } - public static final class id { - public static final int action0 = 0x7f1100ec; - public static final int action_bar = 0x7f110065; - public static final int action_bar_activity_content = 0x7f110000; - public static final int action_bar_container = 0x7f110064; - public static final int action_bar_root = 0x7f110060; - public static final int action_bar_spinner = 0x7f110001; - public static final int action_bar_subtitle = 0x7f110049; - public static final int action_bar_title = 0x7f110048; - public static final int action_context_bar = 0x7f110066; - public static final int action_divider = 0x7f1100f0; - public static final int action_menu_divider = 0x7f110002; - public static final int action_menu_presenter = 0x7f110003; - public static final int action_mode_bar = 0x7f110062; - public static final int action_mode_bar_stub = 0x7f110061; - public static final int action_mode_close_button = 0x7f11004a; - public static final int activity_chooser_view_content = 0x7f11004b; - public static final int alertTitle = 0x7f110055; - public static final int always = 0x7f11003c; - public static final int beginning = 0x7f110035; - public static final int buttonPanel = 0x7f11005b; - public static final int cancel_action = 0x7f1100ed; - public static final int checkbox = 0x7f11005d; - public static final int chronometer = 0x7f1100f3; - public static final int collapseActionView = 0x7f11003d; - public static final int contentPanel = 0x7f110056; - public static final int custom = 0x7f11005a; - public static final int customPanel = 0x7f110059; - public static final int decor_content_parent = 0x7f110063; - public static final int default_activity_button = 0x7f11004e; - public static final int disableHome = 0x7f110014; - public static final int edit_query = 0x7f110067; - public static final int end = 0x7f110025; - public static final int end_padder = 0x7f1100f7; - public static final int expand_activities_button = 0x7f11004c; - public static final int expanded_menu = 0x7f11005c; - public static final int home = 0x7f110004; - public static final int homeAsUp = 0x7f110015; - public static final int icon = 0x7f110050; - public static final int ifRoom = 0x7f11003e; - public static final int image = 0x7f11004d; - public static final int info = 0x7f1100f6; - public static final int line1 = 0x7f1100f1; - public static final int line3 = 0x7f1100f5; - public static final int listMode = 0x7f110011; - public static final int list_item = 0x7f11004f; - public static final int media_actions = 0x7f1100ef; - public static final int middle = 0x7f110036; - public static final int multiply = 0x7f11002b; - public static final int never = 0x7f11003f; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int parentPanel = 0x7f110052; - public static final int progress_circular = 0x7f110008; - public static final int progress_horizontal = 0x7f110009; - public static final int radio = 0x7f11005f; - public static final int screen = 0x7f11002c; - public static final int scrollView = 0x7f110057; - public static final int search_badge = 0x7f110069; - public static final int search_bar = 0x7f110068; - public static final int search_button = 0x7f11006a; - public static final int search_close_btn = 0x7f11006f; - public static final int search_edit_frame = 0x7f11006b; - public static final int search_go_btn = 0x7f110071; - public static final int search_mag_icon = 0x7f11006c; - public static final int search_plate = 0x7f11006d; - public static final int search_src_text = 0x7f11006e; - public static final int search_voice_btn = 0x7f110072; - public static final int select_dialog_listview = 0x7f110073; - public static final int shortcut = 0x7f11005e; - public static final int showCustom = 0x7f110017; - public static final int showHome = 0x7f110018; - public static final int showTitle = 0x7f110019; - public static final int split_action_bar = 0x7f11000a; - public static final int src_atop = 0x7f11002d; - public static final int src_in = 0x7f11002e; - public static final int src_over = 0x7f11002f; - public static final int status_bar_latest_event_content = 0x7f1100ee; - public static final int submit_area = 0x7f110070; - public static final int tabMode = 0x7f110013; - public static final int text = 0x7f11000e; - public static final int text2 = 0x7f1100f4; - public static final int textSpacerNoButtons = 0x7f110058; - public static final int time = 0x7f1100f2; - public static final int title = 0x7f110051; - public static final int title_template = 0x7f110054; - public static final int topPanel = 0x7f110053; - public static final int up = 0x7f11000f; - public static final int useLogo = 0x7f11001a; - public static final int withText = 0x7f110040; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int abc_config_activityDefaultDur = 0x7f0e000d; - public static final int abc_config_activityShortDur = 0x7f0e000e; - public static final int abc_max_action_buttons = 0x7f0e0003; - public static final int cancel_button_image_alpha = 0x7f0e000f; - public static final int status_bar_notification_info_maxnum = 0x7f0e0017; - } - public static final class layout { - public static final int abc_action_bar_title_item = 0x7f040000; - public static final int abc_action_bar_up_container = 0x7f040001; - public static final int abc_action_bar_view_list_nav_layout = 0x7f040002; - public static final int abc_action_menu_item_layout = 0x7f040003; - public static final int abc_action_menu_layout = 0x7f040004; - public static final int abc_action_mode_bar = 0x7f040005; - public static final int abc_action_mode_close_item_material = 0x7f040006; - public static final int abc_activity_chooser_view = 0x7f040007; - public static final int abc_activity_chooser_view_list_item = 0x7f040008; - public static final int abc_alert_dialog_material = 0x7f040009; - public static final int abc_dialog_title_material = 0x7f04000a; - public static final int abc_expanded_menu_layout = 0x7f04000b; - public static final int abc_list_menu_item_checkbox = 0x7f04000c; - public static final int abc_list_menu_item_icon = 0x7f04000d; - public static final int abc_list_menu_item_layout = 0x7f04000e; - public static final int abc_list_menu_item_radio = 0x7f04000f; - public static final int abc_popup_menu_item_layout = 0x7f040010; - public static final int abc_screen_content_include = 0x7f040011; - public static final int abc_screen_simple = 0x7f040012; - public static final int abc_screen_simple_overlay_action_mode = 0x7f040013; - public static final int abc_screen_toolbar = 0x7f040014; - public static final int abc_search_dropdown_item_icons_2line = 0x7f040015; - public static final int abc_search_view = 0x7f040016; - public static final int abc_select_dialog_material = 0x7f040017; - public static final int notification_media_action = 0x7f04005c; - public static final int notification_media_cancel_action = 0x7f04005d; - public static final int notification_template_big_media = 0x7f04005e; - public static final int notification_template_big_media_narrow = 0x7f04005f; - public static final int notification_template_lines = 0x7f040060; - public static final int notification_template_media = 0x7f040061; - public static final int notification_template_part_chronometer = 0x7f040062; - public static final int notification_template_part_time = 0x7f040063; - public static final int select_dialog_item_material = 0x7f040065; - public static final int select_dialog_multichoice_material = 0x7f040066; - public static final int select_dialog_singlechoice_material = 0x7f040067; - public static final int support_simple_spinner_dropdown_item = 0x7f040072; - } - public static final class string { - public static final int abc_action_bar_home_description = 0x7f090000; - public static final int abc_action_bar_home_description_format = 0x7f090001; - public static final int abc_action_bar_home_subtitle_description_format = 0x7f090002; - public static final int abc_action_bar_up_description = 0x7f090003; - public static final int abc_action_menu_overflow_description = 0x7f090004; - public static final int abc_action_mode_done = 0x7f090005; - public static final int abc_activity_chooser_view_see_all = 0x7f090006; - public static final int abc_activitychooserview_choose_application = 0x7f090007; - public static final int abc_search_hint = 0x7f090008; - public static final int abc_searchview_description_clear = 0x7f090009; - public static final int abc_searchview_description_query = 0x7f09000a; - public static final int abc_searchview_description_search = 0x7f09000b; - public static final int abc_searchview_description_submit = 0x7f09000c; - public static final int abc_searchview_description_voice = 0x7f09000d; - public static final int abc_shareactionprovider_share_with = 0x7f09000e; - public static final int abc_shareactionprovider_share_with_application = 0x7f09000f; - public static final int abc_toolbar_collapse_description = 0x7f090010; - public static final int status_bar_notification_info_overflow = 0x7f090030; - } - public static final class style { - public static final int AlertDialog_AppCompat = 0x7f0c0087; - public static final int AlertDialog_AppCompat_Light = 0x7f0c0088; - public static final int Animation_AppCompat_Dialog = 0x7f0c0089; - public static final int Animation_AppCompat_DropDownUp = 0x7f0c008a; - public static final int Base_AlertDialog_AppCompat = 0x7f0c008b; - public static final int Base_AlertDialog_AppCompat_Light = 0x7f0c008c; - public static final int Base_Animation_AppCompat_Dialog = 0x7f0c008d; - public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c008e; - public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0c0090; - public static final int Base_DialogWindowTitle_AppCompat = 0x7f0c008f; - public static final int Base_TextAppearance_AppCompat = 0x7f0c0031; - public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c0032; - public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c0033; - public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c001b; - public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0034; - public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0035; - public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0036; - public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c0037; - public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c0038; - public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c0039; - public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c0006; - public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c003a; - public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c0007; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c003b; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c003c; - public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c003d; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c0008; - public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c003e; - public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c0091; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c003f; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0040; - public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0041; - public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0009; - public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c0042; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c000a; - public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c0043; - public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c000b; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0044; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c0045; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c0046; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c0047; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c0048; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c0049; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c004a; - public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0c004b; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c007f; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0092; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c004c; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c004d; - public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c004e; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c004f; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c0093; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c0050; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c0051; - public static final int Base_ThemeOverlay_AppCompat = 0x7f0c009c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c009d; - public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c009e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c009f; - public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c00a0; - public static final int Base_Theme_AppCompat = 0x7f0c0052; - public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c0094; - public static final int Base_Theme_AppCompat_Dialog = 0x7f0c000c; - public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0002; - public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0c0095; - public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0096; - public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0c0097; - public static final int Base_Theme_AppCompat_Light = 0x7f0c0053; - public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0098; - public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c000d; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0003; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0099; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c009a; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c009b; - public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0c000e; - public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0c000f; - public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0017; - public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0c0018; - public static final int Base_V21_Theme_AppCompat = 0x7f0c0054; - public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c0055; - public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c0056; - public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c0057; - public static final int Base_V22_Theme_AppCompat = 0x7f0c007d; - public static final int Base_V22_Theme_AppCompat_Light = 0x7f0c007e; - public static final int Base_V23_Theme_AppCompat = 0x7f0c0080; - public static final int Base_V23_Theme_AppCompat_Light = 0x7f0c0081; - public static final int Base_V7_Theme_AppCompat = 0x7f0c00a1; - public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c00a2; - public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c00a3; - public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0c00a4; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0c00a5; - public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0c00a6; - public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c00a7; - public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c00a8; - public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c00a9; - public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c0058; - public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c0059; - public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c005a; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c005b; - public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c005c; - public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c00aa; - public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c00ab; - public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0019; - public static final int Base_Widget_AppCompat_Button = 0x7f0c005d; - public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0c0061; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c00ad; - public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0c005e; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0c005f; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c00ac; - public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0c0082; - public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c0060; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c0062; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0063; - public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c00ae; - public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c0000; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c00af; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0064; - public static final int Base_Widget_AppCompat_EditText = 0x7f0c001a; - public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c00b0; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c00b1; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c00b2; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0065; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0066; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0067; - public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0068; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0069; - public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c006a; - public static final int Base_Widget_AppCompat_ListView = 0x7f0c006b; - public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c006c; - public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c006d; - public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c006e; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c006f; - public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c00b3; - public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c0010; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0011; - public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0070; - public static final int Base_Widget_AppCompat_SearchView = 0x7f0c00b4; - public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0c00b5; - public static final int Base_Widget_AppCompat_Spinner = 0x7f0c0071; - public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c0072; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0073; - public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c00b6; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0074; - public static final int Platform_AppCompat = 0x7f0c0012; - public static final int Platform_AppCompat_Light = 0x7f0c0013; - public static final int Platform_ThemeOverlay_AppCompat = 0x7f0c0075; - public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0c0076; - public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0c0077; - public static final int Platform_V11_AppCompat = 0x7f0c0014; - public static final int Platform_V11_AppCompat_Light = 0x7f0c0015; - public static final int Platform_V14_AppCompat = 0x7f0c001c; - public static final int Platform_V14_AppCompat_Light = 0x7f0c001d; - public static final int Platform_Widget_AppCompat_Spinner = 0x7f0c0016; - public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0c0024; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c0025; - public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c0026; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0c0027; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c0028; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c0029; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c002a; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c0030; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c002b; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c002c; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c002d; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c002e; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c002f; - public static final int TextAppearance_AppCompat = 0x7f0c00da; - public static final int TextAppearance_AppCompat_Body1 = 0x7f0c00db; - public static final int TextAppearance_AppCompat_Body2 = 0x7f0c00dc; - public static final int TextAppearance_AppCompat_Button = 0x7f0c00dd; - public static final int TextAppearance_AppCompat_Caption = 0x7f0c00de; - public static final int TextAppearance_AppCompat_Display1 = 0x7f0c00df; - public static final int TextAppearance_AppCompat_Display2 = 0x7f0c00e0; - public static final int TextAppearance_AppCompat_Display3 = 0x7f0c00e1; - public static final int TextAppearance_AppCompat_Display4 = 0x7f0c00e2; - public static final int TextAppearance_AppCompat_Headline = 0x7f0c00e3; - public static final int TextAppearance_AppCompat_Inverse = 0x7f0c00e4; - public static final int TextAppearance_AppCompat_Large = 0x7f0c00e5; - public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c00e6; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c00e7; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c00e8; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c00e9; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c00ea; - public static final int TextAppearance_AppCompat_Medium = 0x7f0c00eb; - public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c00ec; - public static final int TextAppearance_AppCompat_Menu = 0x7f0c00ed; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c00ee; - public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c00ef; - public static final int TextAppearance_AppCompat_Small = 0x7f0c00f0; - public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c00f1; - public static final int TextAppearance_AppCompat_Subhead = 0x7f0c00f2; - public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c00f3; - public static final int TextAppearance_AppCompat_Title = 0x7f0c00f4; - public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c00f5; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c00f6; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c00f7; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c00f8; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c00f9; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c00fa; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c00fb; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c00fc; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c00fd; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c00fe; - public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0c00ff; - public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c0100; - public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0101; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0102; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0103; - public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c0104; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0105; - public static final int TextAppearance_StatusBar_EventContent = 0x7f0c001e; - public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f0c001f; - public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f0c0020; - public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f0c0021; - public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f0c0022; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c0113; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c0114; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c0115; - public static final int ThemeOverlay_AppCompat = 0x7f0c0135; - public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c0136; - public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c0137; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c0138; - public static final int ThemeOverlay_AppCompat_Light = 0x7f0c0139; - public static final int Theme_AppCompat = 0x7f0c011a; - public static final int Theme_AppCompat_CompactMenu = 0x7f0c011b; - public static final int Theme_AppCompat_Dialog = 0x7f0c011c; - public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c011f; - public static final int Theme_AppCompat_Dialog_Alert = 0x7f0c011d; - public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0c011e; - public static final int Theme_AppCompat_Light = 0x7f0c0120; - public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c0121; - public static final int Theme_AppCompat_Light_Dialog = 0x7f0c0122; - public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0125; - public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0123; - public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c0124; - public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c0126; - public static final int Theme_AppCompat_NoActionBar = 0x7f0c0127; - public static final int Widget_AppCompat_ActionBar = 0x7f0c013c; - public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c013d; - public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c013e; - public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c013f; - public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c0140; - public static final int Widget_AppCompat_ActionButton = 0x7f0c0141; - public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0142; - public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c0143; - public static final int Widget_AppCompat_ActionMode = 0x7f0c0144; - public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c0145; - public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c0146; - public static final int Widget_AppCompat_Button = 0x7f0c0147; - public static final int Widget_AppCompat_ButtonBar = 0x7f0c014d; - public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c014e; - public static final int Widget_AppCompat_Button_Borderless = 0x7f0c0148; - public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0c0149; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c014a; - public static final int Widget_AppCompat_Button_Colored = 0x7f0c014b; - public static final int Widget_AppCompat_Button_Small = 0x7f0c014c; - public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c014f; - public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0150; - public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c0151; - public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c0152; - public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0153; - public static final int Widget_AppCompat_EditText = 0x7f0c0154; - public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c0155; - public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0156; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c0157; - public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0158; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c0159; - public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c015a; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c015b; - public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c015c; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c015d; - public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c015e; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c015f; - public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c0160; - public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c0161; - public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c0162; - public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c0163; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c0164; - public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c0165; - public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c0166; - public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c0167; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0168; - public static final int Widget_AppCompat_Light_SearchView = 0x7f0c0169; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c016a; - public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c016b; - public static final int Widget_AppCompat_ListView = 0x7f0c016c; - public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c016d; - public static final int Widget_AppCompat_ListView_Menu = 0x7f0c016e; - public static final int Widget_AppCompat_PopupMenu = 0x7f0c016f; - public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0170; - public static final int Widget_AppCompat_PopupWindow = 0x7f0c0171; - public static final int Widget_AppCompat_ProgressBar = 0x7f0c0172; - public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0173; - public static final int Widget_AppCompat_RatingBar = 0x7f0c0174; - public static final int Widget_AppCompat_SearchView = 0x7f0c0175; - public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0c0176; - public static final int Widget_AppCompat_Spinner = 0x7f0c0177; - public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c0178; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0179; - public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c017a; - public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c017b; - public static final int Widget_AppCompat_Toolbar = 0x7f0c017c; - public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c017d; - } - public static final class styleable { - public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f0100f7 }; - public static final int[] ActionBarLayout = { 0x010100b3 }; - public static final int ActionBarLayout_android_layout_gravity = 0; - public static final int ActionBar_background = 10; - public static final int ActionBar_backgroundSplit = 12; - public static final int ActionBar_backgroundStacked = 11; - public static final int ActionBar_contentInsetEnd = 21; - public static final int ActionBar_contentInsetLeft = 22; - public static final int ActionBar_contentInsetRight = 23; - public static final int ActionBar_contentInsetStart = 20; - public static final int ActionBar_customNavigationLayout = 13; - public static final int ActionBar_displayOptions = 3; - public static final int ActionBar_divider = 9; - public static final int ActionBar_elevation = 24; - public static final int ActionBar_height = 0; - public static final int ActionBar_hideOnContentScroll = 19; - public static final int ActionBar_homeAsUpIndicator = 26; - public static final int ActionBar_homeLayout = 14; - public static final int ActionBar_icon = 7; - public static final int ActionBar_indeterminateProgressStyle = 16; - public static final int ActionBar_itemPadding = 18; - public static final int ActionBar_logo = 8; - public static final int ActionBar_navigationMode = 2; - public static final int ActionBar_popupTheme = 25; - public static final int ActionBar_progressBarPadding = 17; - public static final int ActionBar_progressBarStyle = 15; - public static final int ActionBar_subtitle = 4; - public static final int ActionBar_subtitleTextStyle = 6; - public static final int ActionBar_title = 1; - public static final int ActionBar_titleTextStyle = 5; - public static final int[] ActionMenuItemView = { 0x0101013f }; - public static final int ActionMenuItemView_android_minWidth = 0; - public static final int[] ActionMenuView = { }; - public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; - public static final int ActionMode_background = 3; - public static final int ActionMode_backgroundSplit = 4; - public static final int ActionMode_closeItemLayout = 5; - public static final int ActionMode_height = 0; - public static final int ActionMode_subtitleTextStyle = 2; - public static final int ActionMode_titleTextStyle = 1; - public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; - public static final int ActivityChooserView_initialActivityCount = 0; - public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; - public static final int AlertDialog_android_layout = 0; - public static final int AlertDialog_buttonPanelSideLayout = 1; - public static final int AlertDialog_listItemLayout = 5; - public static final int AlertDialog_listLayout = 2; - public static final int AlertDialog_multiChoiceItemLayout = 3; - public static final int AlertDialog_singleChoiceItemLayout = 4; - public static final int[] AppCompatTextView = { 0x01010034, 0x7f010027 }; - public static final int AppCompatTextView_android_textAppearance = 0; - public static final int AppCompatTextView_textAllCaps = 1; - public static final int[] CompoundButton = { 0x01010107, 0x7f01004f, 0x7f010050 }; - public static final int CompoundButton_android_button = 0; - public static final int CompoundButton_buttonTint = 1; - public static final int CompoundButton_buttonTintMode = 2; - public static final int[] DrawerArrowToggle = { 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060 }; - public static final int DrawerArrowToggle_arrowHeadLength = 4; - public static final int DrawerArrowToggle_arrowShaftLength = 5; - public static final int DrawerArrowToggle_barLength = 6; - public static final int DrawerArrowToggle_color = 0; - public static final int DrawerArrowToggle_drawableSize = 2; - public static final int DrawerArrowToggle_gapBetweenBars = 3; - public static final int DrawerArrowToggle_spinBars = 1; - public static final int DrawerArrowToggle_thickness = 7; - public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010065, 0x7f010066, 0x7f010067 }; - public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; - public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; - public static final int LinearLayoutCompat_Layout_android_layout_height = 2; - public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; - public static final int LinearLayoutCompat_Layout_android_layout_width = 1; - public static final int LinearLayoutCompat_android_baselineAligned = 2; - public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; - public static final int LinearLayoutCompat_android_gravity = 0; - public static final int LinearLayoutCompat_android_orientation = 1; - public static final int LinearLayoutCompat_android_weightSum = 4; - public static final int LinearLayoutCompat_divider = 5; - public static final int LinearLayoutCompat_dividerPadding = 8; - public static final int LinearLayoutCompat_measureWithLargestChild = 6; - public static final int LinearLayoutCompat_showDividers = 7; - public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; - public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; - public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; - public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; - public static final int MenuGroup_android_checkableBehavior = 5; - public static final int MenuGroup_android_enabled = 0; - public static final int MenuGroup_android_id = 1; - public static final int MenuGroup_android_menuCategory = 3; - public static final int MenuGroup_android_orderInCategory = 4; - public static final int MenuGroup_android_visible = 2; - public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e }; - public static final int MenuItem_actionLayout = 14; - public static final int MenuItem_actionProviderClass = 16; - public static final int MenuItem_actionViewClass = 15; - public static final int MenuItem_android_alphabeticShortcut = 9; - public static final int MenuItem_android_checkable = 11; - public static final int MenuItem_android_checked = 3; - public static final int MenuItem_android_enabled = 1; - public static final int MenuItem_android_icon = 0; - public static final int MenuItem_android_id = 2; - public static final int MenuItem_android_menuCategory = 5; - public static final int MenuItem_android_numericShortcut = 10; - public static final int MenuItem_android_onClick = 12; - public static final int MenuItem_android_orderInCategory = 6; - public static final int MenuItem_android_title = 7; - public static final int MenuItem_android_titleCondensed = 8; - public static final int MenuItem_android_visible = 4; - public static final int MenuItem_showAsAction = 13; - public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01007f }; - public static final int MenuView_android_headerBackground = 4; - public static final int MenuView_android_horizontalDivider = 2; - public static final int MenuView_android_itemBackground = 5; - public static final int MenuView_android_itemIconDisabledAlpha = 6; - public static final int MenuView_android_itemTextAppearance = 1; - public static final int MenuView_android_verticalDivider = 3; - public static final int MenuView_android_windowAnimationStyle = 0; - public static final int MenuView_preserveIconSpacing = 7; - public static final int[] PopupWindow = { 0x01010176, 0x7f010091 }; - public static final int[] PopupWindowBackgroundState = { 0x7f010092 }; - public static final int PopupWindowBackgroundState_state_above_anchor = 0; - public static final int PopupWindow_android_popupBackground = 0; - public static final int PopupWindow_overlapAnchor = 1; - public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2 }; - public static final int SearchView_android_focusable = 0; - public static final int SearchView_android_imeOptions = 3; - public static final int SearchView_android_inputType = 2; - public static final int SearchView_android_maxWidth = 1; - public static final int SearchView_closeIcon = 8; - public static final int SearchView_commitIcon = 13; - public static final int SearchView_defaultQueryHint = 7; - public static final int SearchView_goIcon = 9; - public static final int SearchView_iconifiedByDefault = 5; - public static final int SearchView_layout = 4; - public static final int SearchView_queryBackground = 15; - public static final int SearchView_queryHint = 6; - public static final int SearchView_searchHintIcon = 11; - public static final int SearchView_searchIcon = 10; - public static final int SearchView_submitBackground = 16; - public static final int SearchView_suggestionRowLayout = 14; - public static final int SearchView_voiceIcon = 12; - public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; - public static final int Spinner_android_dropDownWidth = 2; - public static final int Spinner_android_popupBackground = 0; - public static final int Spinner_android_prompt = 1; - public static final int Spinner_popupTheme = 3; - public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4 }; - public static final int SwitchCompat_android_textOff = 1; - public static final int SwitchCompat_android_textOn = 0; - public static final int SwitchCompat_android_thumb = 2; - public static final int SwitchCompat_showText = 9; - public static final int SwitchCompat_splitTrack = 8; - public static final int SwitchCompat_switchMinWidth = 6; - public static final int SwitchCompat_switchPadding = 7; - public static final int SwitchCompat_switchTextAppearance = 5; - public static final int SwitchCompat_thumbTextPadding = 4; - public static final int SwitchCompat_track = 3; - public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010027 }; - public static final int TextAppearance_android_textColor = 3; - public static final int TextAppearance_android_textSize = 0; - public static final int TextAppearance_android_textStyle = 2; - public static final int TextAppearance_android_typeface = 1; - public static final int TextAppearance_textAllCaps = 4; - public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, 0x7f010112, 0x7f010113, 0x7f010114, 0x7f010115, 0x7f010116, 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, 0x7f01011b, 0x7f01011c, 0x7f01011d, 0x7f01011e, 0x7f01011f, 0x7f010120, 0x7f010121, 0x7f010122, 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132 }; - public static final int Theme_actionBarDivider = 23; - public static final int Theme_actionBarItemBackground = 24; - public static final int Theme_actionBarPopupTheme = 17; - public static final int Theme_actionBarSize = 22; - public static final int Theme_actionBarSplitStyle = 19; - public static final int Theme_actionBarStyle = 18; - public static final int Theme_actionBarTabBarStyle = 13; - public static final int Theme_actionBarTabStyle = 12; - public static final int Theme_actionBarTabTextStyle = 14; - public static final int Theme_actionBarTheme = 20; - public static final int Theme_actionBarWidgetTheme = 21; - public static final int Theme_actionButtonStyle = 49; - public static final int Theme_actionDropDownStyle = 45; - public static final int Theme_actionMenuTextAppearance = 25; - public static final int Theme_actionMenuTextColor = 26; - public static final int Theme_actionModeBackground = 29; - public static final int Theme_actionModeCloseButtonStyle = 28; - public static final int Theme_actionModeCloseDrawable = 31; - public static final int Theme_actionModeCopyDrawable = 33; - public static final int Theme_actionModeCutDrawable = 32; - public static final int Theme_actionModeFindDrawable = 37; - public static final int Theme_actionModePasteDrawable = 34; - public static final int Theme_actionModePopupWindowStyle = 39; - public static final int Theme_actionModeSelectAllDrawable = 35; - public static final int Theme_actionModeShareDrawable = 36; - public static final int Theme_actionModeSplitBackground = 30; - public static final int Theme_actionModeStyle = 27; - public static final int Theme_actionModeWebSearchDrawable = 38; - public static final int Theme_actionOverflowButtonStyle = 15; - public static final int Theme_actionOverflowMenuStyle = 16; - public static final int Theme_activityChooserViewStyle = 57; - public static final int Theme_alertDialogButtonGroupStyle = 91; - public static final int Theme_alertDialogCenterButtons = 92; - public static final int Theme_alertDialogStyle = 90; - public static final int Theme_alertDialogTheme = 93; - public static final int Theme_android_windowAnimationStyle = 1; - public static final int Theme_android_windowIsFloating = 0; - public static final int Theme_autoCompleteTextViewStyle = 98; - public static final int Theme_borderlessButtonStyle = 54; - public static final int Theme_buttonBarButtonStyle = 51; - public static final int Theme_buttonBarNegativeButtonStyle = 96; - public static final int Theme_buttonBarNeutralButtonStyle = 97; - public static final int Theme_buttonBarPositiveButtonStyle = 95; - public static final int Theme_buttonBarStyle = 50; - public static final int Theme_buttonStyle = 99; - public static final int Theme_buttonStyleSmall = 100; - public static final int Theme_checkboxStyle = 101; - public static final int Theme_checkedTextViewStyle = 102; - public static final int Theme_colorAccent = 83; - public static final int Theme_colorButtonNormal = 87; - public static final int Theme_colorControlActivated = 85; - public static final int Theme_colorControlHighlight = 86; - public static final int Theme_colorControlNormal = 84; - public static final int Theme_colorPrimary = 81; - public static final int Theme_colorPrimaryDark = 82; - public static final int Theme_colorSwitchThumbNormal = 88; - public static final int Theme_controlBackground = 89; - public static final int Theme_dialogPreferredPadding = 43; - public static final int Theme_dialogTheme = 42; - public static final int Theme_dividerHorizontal = 56; - public static final int Theme_dividerVertical = 55; - public static final int Theme_dropDownListViewStyle = 73; - public static final int Theme_dropdownListPreferredItemHeight = 46; - public static final int Theme_editTextBackground = 63; - public static final int Theme_editTextColor = 62; - public static final int Theme_editTextStyle = 103; - public static final int Theme_homeAsUpIndicator = 48; - public static final int Theme_listChoiceBackgroundIndicator = 80; - public static final int Theme_listDividerAlertDialog = 44; - public static final int Theme_listPopupWindowStyle = 74; - public static final int Theme_listPreferredItemHeight = 68; - public static final int Theme_listPreferredItemHeightLarge = 70; - public static final int Theme_listPreferredItemHeightSmall = 69; - public static final int Theme_listPreferredItemPaddingLeft = 71; - public static final int Theme_listPreferredItemPaddingRight = 72; - public static final int Theme_panelBackground = 77; - public static final int Theme_panelMenuListTheme = 79; - public static final int Theme_panelMenuListWidth = 78; - public static final int Theme_popupMenuStyle = 60; - public static final int Theme_popupWindowStyle = 61; - public static final int Theme_radioButtonStyle = 104; - public static final int Theme_ratingBarStyle = 105; - public static final int Theme_searchViewStyle = 67; - public static final int Theme_selectableItemBackground = 52; - public static final int Theme_selectableItemBackgroundBorderless = 53; - public static final int Theme_spinnerDropDownItemStyle = 47; - public static final int Theme_spinnerStyle = 106; - public static final int Theme_switchStyle = 107; - public static final int Theme_textAppearanceLargePopupMenu = 40; - public static final int Theme_textAppearanceListItem = 75; - public static final int Theme_textAppearanceListItemSmall = 76; - public static final int Theme_textAppearanceSearchResultSubtitle = 65; - public static final int Theme_textAppearanceSearchResultTitle = 64; - public static final int Theme_textAppearanceSmallPopupMenu = 41; - public static final int Theme_textColorAlertDialogListItem = 94; - public static final int Theme_textColorSearchUrl = 66; - public static final int Theme_toolbarNavigationButtonStyle = 59; - public static final int Theme_toolbarStyle = 58; - public static final int Theme_windowActionBar = 2; - public static final int Theme_windowActionBarOverlay = 4; - public static final int Theme_windowActionModeOverlay = 5; - public static final int Theme_windowFixedHeightMajor = 9; - public static final int Theme_windowFixedHeightMinor = 7; - public static final int Theme_windowFixedWidthMajor = 6; - public static final int Theme_windowFixedWidthMinor = 8; - public static final int Theme_windowMinWidthMajor = 10; - public static final int Theme_windowMinWidthMinor = 11; - public static final int Theme_windowNoTitle = 3; - public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f010134, 0x7f010135, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142 }; - public static final int Toolbar_android_gravity = 0; - public static final int Toolbar_android_minHeight = 1; - public static final int Toolbar_collapseContentDescription = 19; - public static final int Toolbar_collapseIcon = 18; - public static final int Toolbar_contentInsetEnd = 6; - public static final int Toolbar_contentInsetLeft = 7; - public static final int Toolbar_contentInsetRight = 8; - public static final int Toolbar_contentInsetStart = 5; - public static final int Toolbar_logo = 4; - public static final int Toolbar_logoDescription = 22; - public static final int Toolbar_maxButtonHeight = 17; - public static final int Toolbar_navigationContentDescription = 21; - public static final int Toolbar_navigationIcon = 20; - public static final int Toolbar_popupTheme = 9; - public static final int Toolbar_subtitle = 3; - public static final int Toolbar_subtitleTextAppearance = 11; - public static final int Toolbar_subtitleTextColor = 24; - public static final int Toolbar_title = 2; - public static final int Toolbar_titleMarginBottom = 16; - public static final int Toolbar_titleMarginEnd = 14; - public static final int Toolbar_titleMarginStart = 13; - public static final int Toolbar_titleMarginTop = 15; - public static final int Toolbar_titleMargins = 12; - public static final int Toolbar_titleTextAppearance = 10; - public static final int Toolbar_titleTextColor = 23; - public static final int[] View = { 0x01010000, 0x010100da, 0x7f010143, 0x7f010144, 0x7f010145 }; - public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f010146, 0x7f010147 }; - public static final int ViewBackgroundHelper_android_background = 0; - public static final int ViewBackgroundHelper_backgroundTint = 1; - public static final int ViewBackgroundHelper_backgroundTintMode = 2; - public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; - public static final int ViewStubCompat_android_id = 0; - public static final int ViewStubCompat_android_inflatedId = 2; - public static final int ViewStubCompat_android_layout = 1; - public static final int View_android_focusable = 1; - public static final int View_android_theme = 0; - public static final int View_paddingEnd = 3; - public static final int View_paddingStart = 2; - public static final int View_theme = 4; - } -} diff --git a/android/build/generated/source/r/debug/android/support/v7/cardview/R.java b/android/build/generated/source/r/debug/android/support/v7/cardview/R.java deleted file mode 100644 index e6af405..0000000 --- a/android/build/generated/source/r/debug/android/support/v7/cardview/R.java +++ /dev/null @@ -1,53 +0,0 @@ -/* 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 android.support.v7.cardview; - -public final class R { - public static final class attr { - public static final int cardBackgroundColor = 0x7f010033; - public static final int cardCornerRadius = 0x7f010034; - public static final int cardElevation = 0x7f010035; - public static final int cardMaxElevation = 0x7f010036; - public static final int cardPreventCornerOverlap = 0x7f010038; - public static final int cardUseCompatPadding = 0x7f010037; - public static final int contentPadding = 0x7f010039; - public static final int contentPaddingBottom = 0x7f01003d; - public static final int contentPaddingLeft = 0x7f01003a; - public static final int contentPaddingRight = 0x7f01003b; - public static final int contentPaddingTop = 0x7f01003c; - } - public static final class color { - public static final int cardview_dark_background = 0x7f100028; - public static final int cardview_light_background = 0x7f100029; - public static final int cardview_shadow_end_color = 0x7f10002a; - public static final int cardview_shadow_start_color = 0x7f10002b; - } - public static final class dimen { - public static final int cardview_compat_inset_shadow = 0x7f0b0098; - public static final int cardview_default_elevation = 0x7f0b0099; - public static final int cardview_default_radius = 0x7f0b009a; - } - public static final class style { - public static final int CardView = 0x7f0c00bc; - public static final int CardView_Dark = 0x7f0c00bd; - public static final int CardView_Light = 0x7f0c00be; - } - public static final class styleable { - public static final int[] CardView = { 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d }; - public static final int CardView_cardBackgroundColor = 0; - public static final int CardView_cardCornerRadius = 1; - public static final int CardView_cardElevation = 2; - public static final int CardView_cardMaxElevation = 3; - public static final int CardView_cardPreventCornerOverlap = 5; - public static final int CardView_cardUseCompatPadding = 4; - public static final int CardView_contentPadding = 6; - public static final int CardView_contentPaddingBottom = 10; - public static final int CardView_contentPaddingLeft = 7; - public static final int CardView_contentPaddingRight = 8; - public static final int CardView_contentPaddingTop = 9; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/R.java b/android/build/generated/source/r/debug/com/google/android/gms/R.java deleted file mode 100644 index 0403916..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/analytics/R.java b/android/build/generated/source/r/debug/com/google/android/gms/analytics/R.java deleted file mode 100644 index 1ddbdeb..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/analytics/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms.analytics; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/drive/R.java b/android/build/generated/source/r/debug/com/google/android/gms/drive/R.java deleted file mode 100644 index 67f35e2..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/drive/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms.drive; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/maps/R.java b/android/build/generated/source/r/debug/com/google/android/gms/maps/R.java deleted file mode 100644 index 72a2df1..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/maps/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms.maps; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/plus/R.java b/android/build/generated/source/r/debug/com/google/android/gms/plus/R.java deleted file mode 100644 index 63d0856..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/plus/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms.plus; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/android/gms/wearable/R.java b/android/build/generated/source/r/debug/com/google/android/gms/wearable/R.java deleted file mode 100644 index 618895e..0000000 --- a/android/build/generated/source/r/debug/com/google/android/gms/wearable/R.java +++ /dev/null @@ -1,153 +0,0 @@ -/* 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.google.android.gms.wearable; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int wrap_content = 0x7f110047; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int accept = 0x7f090034; - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_sign_in_failed_text = 0x7f090024; - public static final int common_google_play_services_sign_in_failed_title = 0x7f090025; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text = 0x7f09002f; - public static final int decline = 0x7f09004f; - } - public static final class style { - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/maps/android/R.java b/android/build/generated/source/r/debug/com/google/maps/android/R.java deleted file mode 100644 index 430b147..0000000 --- a/android/build/generated/source/r/debug/com/google/maps/android/R.java +++ /dev/null @@ -1,156 +0,0 @@ -/* 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.google.maps.android; - -public final class R { - public static final class attr { - public static final int cameraBearing = 0x7f01006c; - public static final int cameraTargetLat = 0x7f01006d; - public static final int cameraTargetLng = 0x7f01006e; - public static final int cameraTilt = 0x7f01006f; - public static final int cameraZoom = 0x7f010070; - public static final int circleCrop = 0x7f01006a; - public static final int imageAspectRatio = 0x7f010069; - public static final int imageAspectRatioAdjust = 0x7f010068; - public static final int liteMode = 0x7f010071; - public static final int mapType = 0x7f01006b; - public static final int uiCompass = 0x7f010072; - public static final int uiMapToolbar = 0x7f01007a; - public static final int uiRotateGestures = 0x7f010073; - public static final int uiScrollGestures = 0x7f010074; - public static final int uiTiltGestures = 0x7f010075; - public static final int uiZoomControls = 0x7f010076; - public static final int uiZoomGestures = 0x7f010077; - public static final int useViewLifecycle = 0x7f010078; - public static final int zOrderOnTop = 0x7f010079; - } - public static final class color { - public static final int common_action_bar_splitter = 0x7f10002c; - public static final int common_signin_btn_dark_text_default = 0x7f10002d; - public static final int common_signin_btn_dark_text_disabled = 0x7f10002e; - public static final int common_signin_btn_dark_text_focused = 0x7f10002f; - public static final int common_signin_btn_dark_text_pressed = 0x7f100030; - public static final int common_signin_btn_default_background = 0x7f100031; - public static final int common_signin_btn_light_text_default = 0x7f100032; - public static final int common_signin_btn_light_text_disabled = 0x7f100033; - public static final int common_signin_btn_light_text_focused = 0x7f100034; - public static final int common_signin_btn_light_text_pressed = 0x7f100035; - public static final int common_signin_btn_text_dark = 0x7f1000c2; - public static final int common_signin_btn_text_light = 0x7f1000c3; - } - public static final class drawable { - public static final int bubble_mask = 0x7f020048; - public static final int bubble_shadow = 0x7f020049; - public static final int common_full_open_on_phone = 0x7f020050; - public static final int common_ic_googleplayservices = 0x7f020051; - public static final int common_signin_btn_icon_dark = 0x7f020052; - public static final int common_signin_btn_icon_disabled_dark = 0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark = 0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light = 0x7f020055; - public static final int common_signin_btn_icon_disabled_light = 0x7f020056; - public static final int common_signin_btn_icon_focus_dark = 0x7f020057; - public static final int common_signin_btn_icon_focus_light = 0x7f020058; - public static final int common_signin_btn_icon_light = 0x7f020059; - public static final int common_signin_btn_icon_normal_dark = 0x7f02005a; - public static final int common_signin_btn_icon_normal_light = 0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark = 0x7f02005c; - public static final int common_signin_btn_icon_pressed_light = 0x7f02005d; - public static final int common_signin_btn_text_dark = 0x7f02005e; - public static final int common_signin_btn_text_disabled_dark = 0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark = 0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light = 0x7f020061; - public static final int common_signin_btn_text_disabled_light = 0x7f020062; - public static final int common_signin_btn_text_focus_dark = 0x7f020063; - public static final int common_signin_btn_text_focus_light = 0x7f020064; - public static final int common_signin_btn_text_light = 0x7f020065; - public static final int common_signin_btn_text_normal_dark = 0x7f020066; - public static final int common_signin_btn_text_normal_light = 0x7f020067; - public static final int common_signin_btn_text_pressed_dark = 0x7f020068; - public static final int common_signin_btn_text_pressed_light = 0x7f020069; - public static final int ic_plusone_medium_off_client = 0x7f0200e6; - public static final int ic_plusone_small_off_client = 0x7f0200e7; - public static final int ic_plusone_standard_off_client = 0x7f0200e8; - public static final int ic_plusone_tall_off_client = 0x7f0200e9; - } - public static final class id { - public static final int adjust_height = 0x7f110037; - public static final int adjust_width = 0x7f110038; - public static final int hybrid = 0x7f110039; - public static final int none = 0x7f110016; - public static final int normal = 0x7f110012; - public static final int satellite = 0x7f11003a; - public static final int terrain = 0x7f11003b; - public static final int text = 0x7f11000e; - } - public static final class integer { - public static final int google_play_services_version = 0x7f0e0012; - } - public static final class layout { - public static final int text_bubble = 0x7f040075; - } - public static final class raw { - public static final int gtm_analytics = 0x7f080001; - } - public static final class string { - public static final int common_android_wear_notification_needs_update_text = 0x7f090011; - public static final int common_android_wear_update_text = 0x7f090012; - public static final int common_android_wear_update_title = 0x7f090013; - public static final int common_google_play_services_enable_button = 0x7f090014; - public static final int common_google_play_services_enable_text = 0x7f090015; - public static final int common_google_play_services_enable_title = 0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg = 0x7f090017; - public static final int common_google_play_services_install_button = 0x7f090018; - public static final int common_google_play_services_install_text_phone = 0x7f090019; - public static final int common_google_play_services_install_text_tablet = 0x7f09001a; - public static final int common_google_play_services_install_title = 0x7f09001b; - public static final int common_google_play_services_invalid_account_text = 0x7f09001c; - public static final int common_google_play_services_invalid_account_title = 0x7f09001d; - public static final int common_google_play_services_needs_enabling_title = 0x7f09001e; - public static final int common_google_play_services_network_error_text = 0x7f09001f; - public static final int common_google_play_services_network_error_title = 0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title = 0x7f090021; - public static final int common_google_play_services_notification_needs_update_title = 0x7f090022; - public static final int common_google_play_services_notification_ticker = 0x7f090023; - public static final int common_google_play_services_unknown_issue = 0x7f090026; - public static final int common_google_play_services_unsupported_text = 0x7f090027; - public static final int common_google_play_services_unsupported_title = 0x7f090028; - public static final int common_google_play_services_update_button = 0x7f090029; - public static final int common_google_play_services_update_text = 0x7f09002a; - public static final int common_google_play_services_update_title = 0x7f09002b; - public static final int common_open_on_phone = 0x7f09002c; - public static final int common_signin_button_text = 0x7f09002d; - public static final int common_signin_button_text_long = 0x7f09002e; - } - public static final class style { - public static final int Bubble_TextAppearance_Dark = 0x7f0c00ba; - public static final int Bubble_TextAppearance_Light = 0x7f0c00bb; - public static final int ClusterIcon_TextAppearance = 0x7f0c00bf; - } - public static final class styleable { - public static final int[] LoadingImageView = { 0x7f010068, 0x7f010069, 0x7f01006a }; - public static final int LoadingImageView_circleCrop = 2; - public static final int LoadingImageView_imageAspectRatio = 1; - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - public static final int[] MapAttrs = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a }; - public static final int MapAttrs_cameraBearing = 1; - public static final int MapAttrs_cameraTargetLat = 2; - public static final int MapAttrs_cameraTargetLng = 3; - public static final int MapAttrs_cameraTilt = 4; - public static final int MapAttrs_cameraZoom = 5; - public static final int MapAttrs_liteMode = 6; - public static final int MapAttrs_mapType = 0; - public static final int MapAttrs_uiCompass = 7; - public static final int MapAttrs_uiMapToolbar = 15; - public static final int MapAttrs_uiRotateGestures = 8; - public static final int MapAttrs_uiScrollGestures = 9; - public static final int MapAttrs_uiTiltGestures = 10; - public static final int MapAttrs_uiZoomControls = 11; - public static final int MapAttrs_uiZoomGestures = 12; - public static final int MapAttrs_useViewLifecycle = 13; - public static final int MapAttrs_zOrderOnTop = 14; - } -} diff --git a/android/build/generated/source/r/debug/com/google/samples/apps/iosched/Manifest.java b/android/build/generated/source/r/debug/com/google/samples/apps/iosched/Manifest.java deleted file mode 100644 index 3aeab6a..0000000 --- a/android/build/generated/source/r/debug/com/google/samples/apps/iosched/Manifest.java +++ /dev/null @@ -1,26 +0,0 @@ -/* 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.google.samples.apps.iosched; - -public final class Manifest { - public static final class permission { - public static final String C2D_MESSAGE="com.google.samples.apps.iosched.permission.C2D_MESSAGE"; - /** required for MapView v2 - */ - public static final String MAPS_RECEIVE="com.google.samples.apps.iosched.permission.MAPS_RECEIVE"; - /** versionName and versionCode are specified in build.gradle - min and target sdk are defined in build.gradle - - uses-sdk - android:minSdkVersion="14" - android:targetSdkVersion="21" / - - */ - public static final String WRITE_SCHEDULE="com.google.samples.apps.iosched.permission.WRITE_SCHEDULE"; - } -} diff --git a/android/build/generated/source/r/debug/com/google/samples/apps/iosched/R.java b/android/build/generated/source/r/debug/com/google/samples/apps/iosched/R.java deleted file mode 100644 index 8405443..0000000 --- a/android/build/generated/source/r/debug/com/google/samples/apps/iosched/R.java +++ /dev/null @@ -1,11170 +0,0 @@ -/* 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.google.samples.apps.iosched; - -public final class R { - public static final class anim { - public static final int abc_fade_in=0x7f050000; - public static final int abc_fade_out=0x7f050001; - public static final int abc_grow_fade_in_from_bottom=0x7f050002; - public static final int abc_popup_enter=0x7f050003; - public static final int abc_popup_exit=0x7f050004; - public static final int abc_shrink_fade_out_from_bottom=0x7f050005; - public static final int abc_slide_in_bottom=0x7f050006; - public static final int abc_slide_in_top=0x7f050007; - public static final int abc_slide_out_bottom=0x7f050008; - public static final int abc_slide_out_top=0x7f050009; - public static final int add_schedule_fab_state_list_anim=0x7f05000a; - public static final int design_fab_in=0x7f05000b; - public static final int design_fab_out=0x7f05000c; - public static final int design_snackbar_in=0x7f05000d; - public static final int design_snackbar_out=0x7f05000e; - public static final int image_fade_in=0x7f05000f; - public static final int io_logo_anim=0x7f050010; - } - public static final class attr { - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarDivider=0x7f0100de; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int actionBarIconColor=0x7f010029; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int actionBarInsetStart=0x7f01002a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarItemBackground=0x7f0100df; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarPopupTheme=0x7f0100d8; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

May be one of the following constant values.

- ---- - -
ConstantValueDescription
wrap_content0
- */ - public static final int actionBarSize=0x7f0100dd; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarSplitStyle=0x7f0100da; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarStyle=0x7f0100d9; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarTabBarStyle=0x7f0100d4; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarTabStyle=0x7f0100d3; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarTabTextStyle=0x7f0100d5; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarTheme=0x7f0100db; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionBarWidgetTheme=0x7f0100dc; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionButtonStyle=0x7f0100f8; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionDropDownStyle=0x7f0100f4; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionLayout=0x7f01007c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionMenuTextAppearance=0x7f0100e0; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int actionMenuTextColor=0x7f0100e1; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeBackground=0x7f0100e4; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeCloseButtonStyle=0x7f0100e3; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeCloseDrawable=0x7f0100e6; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeCopyDrawable=0x7f0100e8; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeCutDrawable=0x7f0100e7; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeFindDrawable=0x7f0100ec; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModePasteDrawable=0x7f0100e9; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModePopupWindowStyle=0x7f0100ee; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeSelectAllDrawable=0x7f0100ea; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeShareDrawable=0x7f0100eb; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeSplitBackground=0x7f0100e5; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeStyle=0x7f0100e2; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionModeWebSearchDrawable=0x7f0100ed; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionOverflowButtonStyle=0x7f0100d6; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int actionOverflowMenuStyle=0x7f0100d7; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int actionProviderClass=0x7f01007e; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int actionViewClass=0x7f01007d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int activityChooserViewStyle=0x7f010100; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int alertDialogButtonGroupStyle=0x7f010122; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int alertDialogCenterButtons=0x7f010123; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int alertDialogStyle=0x7f010121; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int alertDialogTheme=0x7f010124; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int appInsetForeground=0x7f010094; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int arrowHeadLength=0x7f01005d; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int arrowShaftLength=0x7f01005e; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int aspectRatio=0x7f010028; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int autoCompleteTextViewStyle=0x7f010129; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int background=0x7f01000c; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int backgroundSplit=0x7f01000e; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int backgroundStacked=0x7f01000d; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int backgroundTint=0x7f010146; - /**

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
- */ - public static final int backgroundTintMode=0x7f010147; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int barLength=0x7f01005f; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int behavior_overlapTop=0x7f010095; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int borderDrawable=0x7f010031; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int borderWidth=0x7f010064; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int borderlessButtonStyle=0x7f0100fd; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button1emphasis=0x7f010084; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button1tag=0x7f010083; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button1text=0x7f010082; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button2emphasis=0x7f010087; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button2tag=0x7f010086; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int button2text=0x7f010085; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonBarButtonStyle=0x7f0100fa; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonBarNegativeButtonStyle=0x7f010127; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonBarNeutralButtonStyle=0x7f010128; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonBarPositiveButtonStyle=0x7f010126; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonBarStyle=0x7f0100f9; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonPanelSideLayout=0x7f01001f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonStyle=0x7f01012a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int buttonStyleSmall=0x7f01012b; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int buttonTint=0x7f01004f; - /**

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
- */ - public static final int buttonTintMode=0x7f010050; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cameraBearing=0x7f01006c; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cameraTargetLat=0x7f01006d; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cameraTargetLng=0x7f01006e; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cameraTilt=0x7f01006f; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cameraZoom=0x7f010070; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardBackgroundColor=0x7f010033; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardCornerRadius=0x7f010034; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardElevation=0x7f010035; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardMaxElevation=0x7f010036; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardPreventCornerOverlap=0x7f010038; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int cardUseCompatPadding=0x7f010037; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int checkboxStyle=0x7f01012c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int checkedTextViewStyle=0x7f01012d; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int circleCrop=0x7f01006a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int closeIcon=0x7f01009a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int closeItemLayout=0x7f01001c; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int collapseContentDescription=0x7f01013d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int collapseIcon=0x7f01013c; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
- */ - public static final int collapsedTitleGravity=0x7f01004a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int collapsedTitleTextAppearance=0x7f010046; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int color=0x7f010059; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorAccent=0x7f01011a; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorButtonNormal=0x7f01011e; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorControlActivated=0x7f01011c; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorControlHighlight=0x7f01011d; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorControlNormal=0x7f01011b; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorPrimary=0x7f010118; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorPrimaryDark=0x7f010119; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int colorSwitchThumbNormal=0x7f01011f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int commitIcon=0x7f01009f; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentInsetEnd=0x7f010017; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentInsetLeft=0x7f010018; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentInsetRight=0x7f010019; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentInsetStart=0x7f010016; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentPadding=0x7f010039; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentPaddingBottom=0x7f01003d; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentPaddingLeft=0x7f01003a; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentPaddingRight=0x7f01003b; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentPaddingTop=0x7f01003c; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentScrim=0x7f010047; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int contentTopClearance=0x7f01004e; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int controlBackground=0x7f010120; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int customNavigationLayout=0x7f01000f; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int defaultQueryHint=0x7f010099; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int desaturateOnPress=0x7f010032; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int dialogPreferredPadding=0x7f0100f2; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int dialogTheme=0x7f0100f1; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - -
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
- */ - public static final int displayOptions=0x7f010005; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int divider=0x7f01000b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int dividerHorizontal=0x7f0100ff; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int dividerPadding=0x7f010067; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int dividerVertical=0x7f0100fe; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int drawableSize=0x7f01005b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int drawerArrowStyle=0x7f010000; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int dropDownListViewStyle=0x7f010110; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int dropdownListPreferredItemHeight=0x7f0100f5; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int editTextBackground=0x7f010106; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int editTextColor=0x7f010105; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int editTextStyle=0x7f01012e; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int elevation=0x7f01001a; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int emphasisColor=0x7f010088; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int errorEnabled=0x7f0100c6; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int errorTextAppearance=0x7f0100c7; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int expandActivityOverflowButtonDrawable=0x7f01001e; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expanded=0x7f010024; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
- */ - public static final int expandedTitleGravity=0x7f01004b; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expandedTitleMargin=0x7f010040; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expandedTitleMarginBottom=0x7f010044; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expandedTitleMarginEnd=0x7f010043; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expandedTitleMarginStart=0x7f010041; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int expandedTitleMarginTop=0x7f010042; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int expandedTitleTextAppearance=0x7f010045; - /**

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
normal0
mini1
- */ - public static final int fabSize=0x7f010062; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int foreground=0x7f010089; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int gapBetweenBars=0x7f01005c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int goIcon=0x7f01009b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int headerLayout=0x7f010090; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int height=0x7f010001; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int hideOnContentScroll=0x7f010015; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int hintAnimationEnabled=0x7f0100c8; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int hintTextAppearance=0x7f0100c5; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int homeAsUpIndicator=0x7f0100f7; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int homeLayout=0x7f010010; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int icon=0x7f010009; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int iconTints=0x7f01008a; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int iconifiedByDefault=0x7f010097; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int imageAspectRatio=0x7f010069; - /**

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
none0
adjust_width1
adjust_height2
- */ - public static final int imageAspectRatioAdjust=0x7f010068; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int imageItemBackground=0x7f01002f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int indeterminateProgressStyle=0x7f010012; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int initialActivityCount=0x7f01001d; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int insetForeground=0x7f010093; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int internalPadding=0x7f01004d; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int isFloatingWindow=0x7f010133; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int isLightTheme=0x7f010002; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int itemBackground=0x7f01008e; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int itemIconTint=0x7f01008c; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int itemPadding=0x7f010014; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int itemTextAppearance=0x7f01008f; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int itemTextColor=0x7f01008d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int keylines=0x7f010051; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int layout=0x7f010096; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int layout_anchor=0x7f010054; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
- */ - public static final int layout_anchorGravity=0x7f010056; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int layout_behavior=0x7f010053; - /**

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
none0
pin1
parallax2
- */ - public static final int layout_collapseMode=0x7f01003e; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int layout_collapseParallaxMultiplier=0x7f01003f; - /**

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int layout_keyline=0x7f010055; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - -
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
- */ - public static final int layout_scrollFlags=0x7f010025; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int layout_scrollInterpolator=0x7f010026; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int listChoiceBackgroundIndicator=0x7f010117; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int listDividerAlertDialog=0x7f0100f3; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int listItemLayout=0x7f010023; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int listLayout=0x7f010020; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int listPopupWindowStyle=0x7f010111; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int listPreferredItemHeight=0x7f01010b; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int listPreferredItemHeightLarge=0x7f01010d; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int listPreferredItemHeightSmall=0x7f01010c; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int listPreferredItemPaddingLeft=0x7f01010e; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int listPreferredItemPaddingRight=0x7f01010f; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int liteMode=0x7f010071; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int logo=0x7f01000a; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int logoDescription=0x7f010140; - /**

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4
- */ - public static final int mapType=0x7f01006b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int maskDrawable=0x7f010030; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int maxActionInlineWidth=0x7f0100ad; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int maxButtonHeight=0x7f01013b; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int measureWithLargestChild=0x7f010065; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int menu=0x7f01008b; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int messageText=0x7f010081; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int messageTitle=0x7f010080; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int multiChoiceItemLayout=0x7f010021; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int navigationContentDescription=0x7f01013f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int navigationIcon=0x7f01013e; - /**

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
normal0
listMode1
tabMode2
- */ - public static final int navigationMode=0x7f010004; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int overlapAnchor=0x7f010091; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int paddingEnd=0x7f010144; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int paddingStart=0x7f010143; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int panelBackground=0x7f010114; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int panelMenuListTheme=0x7f010116; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int panelMenuListWidth=0x7f010115; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int photoItemForeground=0x7f01002d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int photoItemForegroundBorderless=0x7f01002e; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int popupItemBackground=0x7f01002c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int popupMenuStyle=0x7f010103; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int popupTheme=0x7f01001b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int popupWindowStyle=0x7f010104; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int preserveIconSpacing=0x7f01007f; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int pressedTranslationZ=0x7f010063; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int progressBarPadding=0x7f010013; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int progressBarStyle=0x7f010011; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int queryBackground=0x7f0100a1; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int queryHint=0x7f010098; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int radioButtonStyle=0x7f01012f; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int ratingBarStyle=0x7f010130; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int rippleColor=0x7f010061; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int searchHintIcon=0x7f01009d; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int searchIcon=0x7f01009c; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int searchViewStyle=0x7f01010a; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int selectableItemBackground=0x7f0100fb; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int selectableItemBackgroundBorderless=0x7f0100fc; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int shadowDrawable=0x7f010057; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int shadowVisible=0x7f010058; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - -
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
- */ - public static final int showAsAction=0x7f01007b; - /**

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - -
ConstantValueDescription
none0
beginning1
middle2
end4
- */ - public static final int showDividers=0x7f010066; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int showText=0x7f0100b4; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int singleChoiceItemLayout=0x7f010022; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int spinBars=0x7f01005a; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int spinnerBarInsetStart=0x7f01002b; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int spinnerDropDownItemStyle=0x7f0100f6; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int spinnerStyle=0x7f010131; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int splitTrack=0x7f0100b3; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int state_above_anchor=0x7f010092; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int statusBarBackground=0x7f010052; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int statusBarScrim=0x7f010048; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int submitBackground=0x7f0100a2; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int subtitle=0x7f010006; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int subtitleTextAppearance=0x7f010135; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int subtitleTextColor=0x7f010142; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int subtitleTextStyle=0x7f010008; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int suggestionRowLayout=0x7f0100a0; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int switchMinWidth=0x7f0100b1; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int switchPadding=0x7f0100b2; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int switchStyle=0x7f010132; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int switchTextAppearance=0x7f0100b0; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int tabBackground=0x7f0100b8; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabContentStart=0x7f0100b7; - /**

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
fill0
center1
- */ - public static final int tabGravity=0x7f0100ba; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabIndicatorColor=0x7f0100b5; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabIndicatorHeight=0x7f0100b6; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabMaxWidth=0x7f0100bc; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabMinWidth=0x7f0100bb; - /**

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
scrollable0
fixed1
- */ - public static final int tabMode=0x7f0100b9; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabPadding=0x7f0100c4; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabPaddingBottom=0x7f0100c3; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabPaddingEnd=0x7f0100c2; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabPaddingStart=0x7f0100c0; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabPaddingTop=0x7f0100c1; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabSelectedTextColor=0x7f0100bf; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int tabTextAppearance=0x7f0100bd; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int tabTextColor=0x7f0100be; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - */ - public static final int textAllCaps=0x7f010027; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceLargePopupMenu=0x7f0100ef; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceListItem=0x7f010112; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceListItemSmall=0x7f010113; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceSearchResultSubtitle=0x7f010108; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceSearchResultTitle=0x7f010107; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int textAppearanceSmallPopupMenu=0x7f0100f0; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int textColorAlertDialogListItem=0x7f010125; - /**

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - */ - public static final int textColorSearchUrl=0x7f010109; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int theme=0x7f010145; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int thickness=0x7f010060; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int thumbTextPadding=0x7f0100af; - /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int title=0x7f010003; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleEnabled=0x7f01004c; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleMarginBottom=0x7f01013a; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleMarginEnd=0x7f010138; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleMarginStart=0x7f010137; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleMarginTop=0x7f010139; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleMargins=0x7f010136; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int titleTextAppearance=0x7f010134; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int titleTextColor=0x7f010141; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int titleTextStyle=0x7f010007; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int toolbarId=0x7f010049; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int toolbarNavigationButtonStyle=0x7f010102; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int toolbarStyle=0x7f010101; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int track=0x7f0100ae; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiCompass=0x7f010072; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiMapToolbar=0x7f01007a; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiRotateGestures=0x7f010073; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiScrollGestures=0x7f010074; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiTiltGestures=0x7f010075; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiZoomControls=0x7f010076; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int uiZoomGestures=0x7f010077; - /**

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoAnchorPoint=0x7f0100ab; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoClipPanel=0x7f0100aa; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int umanoDragView=0x7f0100a8; - /**

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoFadeColor=0x7f0100a6; - /**

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoFlingVelocity=0x7f0100a7; - /**

Must be one of the following constant values.

- ---- - - - - -
ConstantValueDescription
expanded0
collapsed1
anchored2
hidden3
- */ - public static final int umanoInitialState=0x7f0100ac; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoOverlay=0x7f0100a9; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoPanelHeight=0x7f0100a3; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoParalaxOffset=0x7f0100a5; - /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int umanoShadowHeight=0x7f0100a4; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int useViewLifecycle=0x7f010078; - /**

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - */ - public static final int voiceIcon=0x7f01009e; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowActionBar=0x7f0100c9; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowActionBarOverlay=0x7f0100cb; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowActionModeOverlay=0x7f0100cc; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowFixedHeightMajor=0x7f0100d0; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowFixedHeightMinor=0x7f0100ce; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowFixedWidthMajor=0x7f0100cd; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowFixedWidthMinor=0x7f0100cf; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowMinWidthMajor=0x7f0100d1; - /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowMinWidthMinor=0x7f0100d2; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int windowNoTitle=0x7f0100ca; - /**

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - */ - public static final int zOrderOnTop=0x7f010079; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs=0x7f0d0002; - public static final int abc_action_bar_embed_tabs_pre_jb=0x7f0d0000; - public static final int abc_action_bar_expanded_action_views_exclusive=0x7f0d0003; - public static final int abc_config_actionMenuItemAllCaps=0x7f0d0005; - public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f0d0001; - public static final int abc_config_closeDialogWhenTouchOutside=0x7f0d0006; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0d0007; - public static final int io_theme_card_2_col=0x7f0d0004; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark=0x7f1000b8; - public static final int abc_background_cache_hint_selector_material_light=0x7f1000b9; - public static final int abc_color_highlight_material=0x7f1000ba; - public static final int abc_input_method_navigation_guard=0x7f100000; - public static final int abc_primary_text_disable_only_material_dark=0x7f1000bb; - public static final int abc_primary_text_disable_only_material_light=0x7f1000bc; - public static final int abc_primary_text_material_dark=0x7f1000bd; - public static final int abc_primary_text_material_light=0x7f1000be; - public static final int abc_search_url_text=0x7f1000bf; - public static final int abc_search_url_text_normal=0x7f100001; - public static final int abc_search_url_text_pressed=0x7f100002; - public static final int abc_search_url_text_selected=0x7f100003; - public static final int abc_secondary_text_material_dark=0x7f1000c0; - public static final int abc_secondary_text_material_light=0x7f1000c1; - public static final int accent_material_dark=0x7f100004; - public static final int accent_material_light=0x7f100005; - public static final int all_track_color=0x7f100006; - public static final int app_body_text_1=0x7f100007; - public static final int app_body_text_1_inverse=0x7f100008; - public static final int app_body_text_2=0x7f100009; - public static final int app_body_text_2_inverse=0x7f10000a; - public static final int app_body_text_disabled=0x7f10000b; - public static final int app_io_logo_tint=0x7f10000c; - public static final int app_primary_accent=0x7f10000d; - public static final int app_primary_text=0x7f10000e; - public static final int app_secondary_accent=0x7f10000f; - public static final int app_secondary_text=0x7f100010; - public static final int app_white=0x7f100011; - public static final int background=0x7f100012; - public static final int background_floating_material_dark=0x7f100013; - public static final int background_floating_material_light=0x7f100014; - public static final int background_material_dark=0x7f100015; - public static final int background_material_light=0x7f100016; - public static final int body_text_1=0x7f100017; - public static final int body_text_1_inverse=0x7f100018; - public static final int body_text_2=0x7f100019; - public static final int body_text_2_inverse=0x7f10001a; - public static final int body_text_3=0x7f10001b; - public static final int body_text_disabled=0x7f10001c; - public static final int bright_foreground_disabled_material_dark=0x7f10001d; - public static final int bright_foreground_disabled_material_light=0x7f10001e; - public static final int bright_foreground_inverse_material_dark=0x7f10001f; - public static final int bright_foreground_inverse_material_light=0x7f100020; - public static final int bright_foreground_material_dark=0x7f100021; - public static final int bright_foreground_material_light=0x7f100022; - public static final int butter_bar_light=0x7f100023; - public static final int button_dark=0x7f100024; - public static final int button_material_dark=0x7f100025; - public static final int button_material_light=0x7f100026; - public static final int card=0x7f100027; - public static final int cardview_dark_background=0x7f100028; - public static final int cardview_light_background=0x7f100029; - public static final int cardview_shadow_end_color=0x7f10002a; - public static final int cardview_shadow_start_color=0x7f10002b; - public static final int common_action_bar_splitter=0x7f10002c; - public static final int common_signin_btn_dark_text_default=0x7f10002d; - public static final int common_signin_btn_dark_text_disabled=0x7f10002e; - public static final int common_signin_btn_dark_text_focused=0x7f10002f; - public static final int common_signin_btn_dark_text_pressed=0x7f100030; - public static final int common_signin_btn_default_background=0x7f100031; - public static final int common_signin_btn_light_text_default=0x7f100032; - public static final int common_signin_btn_light_text_disabled=0x7f100033; - public static final int common_signin_btn_light_text_focused=0x7f100034; - public static final int common_signin_btn_light_text_pressed=0x7f100035; - public static final int common_signin_btn_text_dark=0x7f1000c2; - public static final int common_signin_btn_text_light=0x7f1000c3; - public static final int cyan_a700_plus=0x7f100036; - public static final int dark_divider=0x7f100037; - public static final int data_item_background_light=0x7f100038; - public static final int data_item_lightbg_body_text=0x7f100039; - public static final int data_item_lightbg_dim_text=0x7f10003a; - public static final int data_item_lightbg_title=0x7f10003b; - public static final int default_session_color=0x7f10003c; - public static final int design_fab_shadow_end_color=0x7f10003d; - public static final int design_fab_shadow_mid_color=0x7f10003e; - public static final int design_fab_shadow_start_color=0x7f10003f; - public static final int design_fab_stroke_end_inner_color=0x7f100040; - public static final int design_fab_stroke_end_outer_color=0x7f100041; - public static final int design_fab_stroke_top_inner_color=0x7f100042; - public static final int design_fab_stroke_top_outer_color=0x7f100043; - public static final int design_snackbar_background_color=0x7f100044; - public static final int design_textinput_error_color=0x7f100045; - public static final int dialog_background=0x7f100046; - public static final int dim_foreground_disabled_material_dark=0x7f100047; - public static final int dim_foreground_disabled_material_light=0x7f100048; - public static final int dim_foreground_material_dark=0x7f100049; - public static final int dim_foreground_material_light=0x7f10004a; - public static final int divider=0x7f10004b; - public static final int explore_sessions_body_color=0x7f10004c; - public static final int fab_icon_color=0x7f10004d; - public static final int fab_in_schedule=0x7f10004e; - public static final int fab_not_in_schedule=0x7f10004f; - public static final int fab_press_ripple=0x7f100050; - public static final int filter_text=0x7f100051; - public static final int flat_button_text=0x7f100052; - public static final int foreground_material_dark=0x7f100053; - public static final int foreground_material_light=0x7f100054; - public static final int grey_background=0x7f100055; - public static final int highlighted_text_material_dark=0x7f100056; - public static final int highlighted_text_material_light=0x7f100057; - public static final int hint_foreground_material_dark=0x7f100058; - public static final int hint_foreground_material_light=0x7f100059; - public static final int home_pane_header=0x7f10005a; - public static final int io15_aqua_dark=0x7f10005b; - public static final int io15_aqua_light=0x7f10005c; - public static final int io15_blue_grey_100=0x7f10005d; - public static final int io15_dark_grey=0x7f10005e; - public static final int io15_grey=0x7f10005f; - public static final int io15_light_grey=0x7f100060; - public static final int io15_white=0x7f100061; - public static final int item_text_primary_color=0x7f100062; - public static final int item_text_secondar_color=0x7f100063; - public static final int light_content_scrim=0x7f100064; - public static final int light_grey=0x7f100065; - public static final int lighter_gray=0x7f100066; - public static final int list_dropdown_divider_color=0x7f100067; - public static final int list_dropdown_foreground_color=0x7f1000c4; - public static final int list_dropdown_foreground_normal=0x7f100068; - public static final int map_text_primary=0x7f100069; - public static final int map_text_secondary=0x7f10006a; - public static final int material_blue_grey_800=0x7f10006b; - public static final int material_blue_grey_900=0x7f10006c; - public static final int material_blue_grey_950=0x7f10006d; - public static final int material_deep_teal_200=0x7f10006e; - public static final int material_deep_teal_500=0x7f10006f; - public static final int material_grey_100=0x7f100070; - public static final int material_grey_300=0x7f100071; - public static final int material_grey_50=0x7f100072; - public static final int material_grey_600=0x7f100073; - public static final int material_grey_800=0x7f100074; - public static final int material_grey_850=0x7f100075; - public static final int material_grey_900=0x7f100076; - public static final int more_button_background=0x7f100077; - public static final int more_button_text=0x7f100078; - public static final int my_schedule_conflict=0x7f100079; - public static final int my_schedule_hour_header_default=0x7f10007a; - public static final int my_schedule_hour_header_finished=0x7f10007b; - public static final int my_schedule_icon_default=0x7f10007c; - public static final int my_schedule_icon_finished=0x7f10007d; - public static final int my_schedule_past=0x7f10007e; - public static final int my_schedule_past_background=0x7f10007f; - public static final int my_schedule_session_title_default=0x7f100080; - public static final int my_schedule_session_title_finished=0x7f100081; - public static final int navdrawer_background=0x7f100082; - public static final int navdrawer_icon_tint=0x7f100083; - public static final int navdrawer_icon_tint_selected=0x7f100084; - public static final int navdrawer_item_icon=0x7f1000c5; - public static final int navdrawer_item_title=0x7f1000c6; - public static final int navdrawer_selected_item_background=0x7f100085; - public static final int navdrawer_text_color=0x7f100086; - public static final int navdrawer_text_color_selected=0x7f100087; - public static final int navview_menu_item_colors=0x7f1000c7; - public static final int no_track_branding_session_color=0x7f100088; - public static final int no_track_branding_session_tile_overlay=0x7f100089; - public static final int primary_dark_material_dark=0x7f10008a; - public static final int primary_dark_material_light=0x7f10008b; - public static final int primary_material_dark=0x7f10008c; - public static final int primary_material_light=0x7f10008d; - public static final int primary_text_default_material_dark=0x7f10008e; - public static final int primary_text_default_material_light=0x7f10008f; - public static final int primary_text_disabled_material_dark=0x7f100090; - public static final int primary_text_disabled_material_light=0x7f100091; - public static final int rating_bar_label=0x7f1000c8; - public static final int ripple_material_dark=0x7f100092; - public static final int ripple_material_light=0x7f100093; - public static final int secondary_text_default_material_dark=0x7f100094; - public static final int secondary_text_default_material_light=0x7f100095; - public static final int secondary_text_disabled_material_dark=0x7f100096; - public static final int secondary_text_disabled_material_light=0x7f100097; - public static final int section_header_views_color=0x7f100098; - public static final int session_detail_tag_text_color=0x7f100099; - public static final int session_details_fab=0x7f1000c9; - public static final int session_livestreamed_color=0x7f10009a; - public static final int session_photo_scrim=0x7f10009b; - public static final int sliding_pane_content_fade=0x7f10009c; - public static final int social_extended=0x7f10009d; - public static final int social_gplus_devs=0x7f10009e; - public static final int social_io15=0x7f10009f; - public static final int social_logo=0x7f1000a0; - public static final int social_logo_background=0x7f1000a1; - public static final int social_request=0x7f1000a2; - public static final int social_text_color=0x7f1000a3; - public static final int social_twitter_devs=0x7f1000a4; - public static final int sticky_block_background=0x7f1000a5; - public static final int subtitle_on_primary=0x7f1000a6; - public static final int switch_thumb_disabled_material_dark=0x7f1000a7; - public static final int switch_thumb_disabled_material_light=0x7f1000a8; - public static final int switch_thumb_material_dark=0x7f1000ca; - public static final int switch_thumb_material_light=0x7f1000cb; - public static final int switch_thumb_normal_material_dark=0x7f1000a9; - public static final int switch_thumb_normal_material_light=0x7f1000aa; - public static final int tab_background=0x7f1000ab; - public static final int tab_selected_strip=0x7f1000ac; - public static final int tab_text_color=0x7f1000cc; - public static final int text_on_primary=0x7f1000ad; - public static final int theme_accent_1=0x7f1000ae; - public static final int theme_accent_1_light=0x7f1000af; - public static final int theme_accent_2=0x7f1000b0; - public static final int theme_primary=0x7f1000b1; - public static final int theme_primary_dark=0x7f1000b2; - public static final int theme_primary_light=0x7f1000b3; - public static final int transparent=0x7f1000b4; - public static final int unselected_tab_on_primary=0x7f1000b5; - public static final int video_scrim_watched=0x7f1000b6; - public static final int video_title=0x7f1000b7; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material=0x7f0b0019; - public static final int abc_action_bar_default_height_material=0x7f0b0002; - public static final int abc_action_bar_default_padding_end_material=0x7f0b001a; - public static final int abc_action_bar_default_padding_start_material=0x7f0b001b; - public static final int abc_action_bar_icon_vertical_padding_material=0x7f0b0054; - public static final int abc_action_bar_overflow_padding_end_material=0x7f0b0055; - public static final int abc_action_bar_overflow_padding_start_material=0x7f0b0056; - public static final int abc_action_bar_progress_bar_size=0x7f0b0003; - public static final int abc_action_bar_stacked_max_height=0x7f0b0057; - public static final int abc_action_bar_stacked_tab_max_width=0x7f0b0058; - public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f0b0059; - public static final int abc_action_bar_subtitle_top_margin_material=0x7f0b005a; - public static final int abc_action_button_min_height_material=0x7f0b005b; - public static final int abc_action_button_min_width_material=0x7f0b005c; - public static final int abc_action_button_min_width_overflow_material=0x7f0b005d; - public static final int abc_alert_dialog_button_bar_height=0x7f0b0001; - public static final int abc_button_inset_horizontal_material=0x7f0b005e; - public static final int abc_button_inset_vertical_material=0x7f0b005f; - public static final int abc_button_padding_horizontal_material=0x7f0b0060; - public static final int abc_button_padding_vertical_material=0x7f0b0061; - public static final int abc_config_prefDialogWidth=0x7f0b000a; - public static final int abc_control_corner_material=0x7f0b0062; - public static final int abc_control_inset_material=0x7f0b0063; - public static final int abc_control_padding_material=0x7f0b0064; - public static final int abc_dialog_list_padding_vertical_material=0x7f0b0065; - public static final int abc_dialog_min_width_major=0x7f0b0066; - public static final int abc_dialog_min_width_minor=0x7f0b0067; - public static final int abc_dialog_padding_material=0x7f0b0068; - public static final int abc_dialog_padding_top_material=0x7f0b0069; - public static final int abc_disabled_alpha_material_dark=0x7f0b006a; - public static final int abc_disabled_alpha_material_light=0x7f0b006b; - public static final int abc_dropdownitem_icon_width=0x7f0b006c; - public static final int abc_dropdownitem_text_padding_left=0x7f0b006d; - public static final int abc_dropdownitem_text_padding_right=0x7f0b006e; - public static final int abc_edit_text_inset_bottom_material=0x7f0b006f; - public static final int abc_edit_text_inset_horizontal_material=0x7f0b0070; - public static final int abc_edit_text_inset_top_material=0x7f0b0071; - public static final int abc_floating_window_z=0x7f0b0072; - public static final int abc_list_item_padding_horizontal_material=0x7f0b0073; - public static final int abc_panel_menu_list_width=0x7f0b0074; - public static final int abc_search_view_preferred_width=0x7f0b0075; - public static final int abc_search_view_text_min_width=0x7f0b000b; - public static final int abc_switch_padding=0x7f0b0045; - public static final int abc_text_size_body_1_material=0x7f0b0076; - public static final int abc_text_size_body_2_material=0x7f0b0077; - public static final int abc_text_size_button_material=0x7f0b0078; - public static final int abc_text_size_caption_material=0x7f0b0079; - public static final int abc_text_size_display_1_material=0x7f0b007a; - public static final int abc_text_size_display_2_material=0x7f0b007b; - public static final int abc_text_size_display_3_material=0x7f0b007c; - public static final int abc_text_size_display_4_material=0x7f0b007d; - public static final int abc_text_size_headline_material=0x7f0b007e; - public static final int abc_text_size_large_material=0x7f0b007f; - public static final int abc_text_size_medium_material=0x7f0b0080; - public static final int abc_text_size_menu_material=0x7f0b0081; - public static final int abc_text_size_small_material=0x7f0b0082; - public static final int abc_text_size_subhead_material=0x7f0b0083; - public static final int abc_text_size_subtitle_material_toolbar=0x7f0b0004; - public static final int abc_text_size_title_material=0x7f0b0084; - public static final int abc_text_size_title_material_toolbar=0x7f0b0005; - public static final int action_bar_auto_hide_min_y=0x7f0b0085; - public static final int action_bar_auto_hide_sensivity=0x7f0b0086; - public static final int action_button_min_width=0x7f0b001c; - public static final int action_button_padding=0x7f0b0087; - public static final int activity_horizontal_margin=0x7f0b0088; - public static final int activity_vertical_margin=0x7f0b0089; - public static final int add_to_schedule_button_height=0x7f0b001d; - public static final int add_to_schedule_button_height_no_padding=0x7f0b001e; - public static final int app_text_size_diff_large_small=0x7f0b008a; - public static final int app_text_size_large=0x7f0b008b; - public static final int app_text_size_medium=0x7f0b008c; - public static final int app_text_size_small=0x7f0b008d; - public static final int app_text_size_xlarge=0x7f0b008e; - public static final int app_text_size_xsmall=0x7f0b008f; - public static final int aspect_16_9=0x7f0b0090; - public static final int aspect_4_3=0x7f0b0091; - public static final int aspect_phi=0x7f0b0092; - public static final int body_1_spacing=0x7f0b0093; - public static final int browse_sessions_anim_amount=0x7f0b0094; - public static final int butter_bar_height=0x7f0b0095; - public static final int card_corner_radius=0x7f0b0096; - public static final int card_elevation=0x7f0b0097; - public static final int card_header_height=0x7f0b0048; - public static final int cardview_compat_inset_shadow=0x7f0b0098; - public static final int cardview_default_elevation=0x7f0b0099; - public static final int cardview_default_radius=0x7f0b009a; - public static final int content_padding_dialog=0x7f0b009b; - public static final int content_padding_normal=0x7f0b009c; - public static final int data_item_padding=0x7f0b009d; - public static final int design_appbar_elevation=0x7f0b009e; - public static final int design_fab_border_width=0x7f0b009f; - public static final int design_fab_content_size=0x7f0b00a0; - public static final int design_fab_elevation=0x7f0b00a1; - public static final int design_fab_size_mini=0x7f0b00a2; - public static final int design_fab_size_normal=0x7f0b00a3; - public static final int design_fab_translation_z_pressed=0x7f0b00a4; - public static final int design_navigation_elevation=0x7f0b00a5; - public static final int design_navigation_icon_padding=0x7f0b00a6; - public static final int design_navigation_icon_size=0x7f0b00a7; - public static final int design_navigation_max_width=0x7f0b00a8; - public static final int design_navigation_padding_bottom=0x7f0b00a9; - public static final int design_navigation_padding_top_default=0x7f0b0046; - public static final int design_navigation_separator_vertical_padding=0x7f0b00aa; - public static final int design_snackbar_action_inline_max_width=0x7f0b001f; - public static final int design_snackbar_background_corner_radius=0x7f0b0020; - public static final int design_snackbar_elevation=0x7f0b00ab; - public static final int design_snackbar_extra_spacing_horizontal=0x7f0b0021; - public static final int design_snackbar_max_width=0x7f0b0022; - public static final int design_snackbar_min_width=0x7f0b0023; - public static final int design_snackbar_padding_horizontal=0x7f0b00ac; - public static final int design_snackbar_padding_vertical=0x7f0b00ad; - public static final int design_snackbar_padding_vertical_2lines=0x7f0b0024; - public static final int design_snackbar_text_size=0x7f0b00ae; - public static final int design_tab_max_width=0x7f0b00af; - public static final int design_tab_min_width=0x7f0b0025; - public static final int detail_breadcrumb_height=0x7f0b0026; - public static final int dialog_fixed_height_major=0x7f0b000c; - public static final int dialog_fixed_height_minor=0x7f0b000d; - public static final int dialog_fixed_width_major=0x7f0b000e; - public static final int dialog_fixed_width_minor=0x7f0b000f; - public static final int disabled_alpha_material_dark=0x7f0b00b0; - public static final int disabled_alpha_material_light=0x7f0b00b1; - public static final int divider_height=0x7f0b00b2; - public static final int divider_height_inc_padding=0x7f0b00b3; - public static final int divider_height_inc_padding_top_only=0x7f0b00b4; - public static final int divider_padding_bottom=0x7f0b00b5; - public static final int divider_padding_top=0x7f0b00b6; - public static final int drawer_width=0x7f0b0049; - public static final int element_spacing_normal=0x7f0b00b7; - public static final int explore_dropdown_item_height=0x7f0b00b8; - public static final int explore_dropdown_item_padding_indented=0x7f0b00b9; - public static final int explore_dropdown_item_padding_normal=0x7f0b00ba; - public static final int explore_dropdown_item_width=0x7f0b00bb; - public static final int explore_grid_padding=0x7f0b00bc; - public static final int explore_grid_padding_half=0x7f0b00bd; - public static final int explore_hero_item_height=0x7f0b0027; - public static final int explore_io_keynote_card_desc_padding=0x7f0b00be; - public static final int explore_io_keynote_card_min_text_width=0x7f0b004a; - public static final int explore_io_keynote_card_padding_bottom=0x7f0b004b; - public static final int explore_io_keynote_card_padding_end=0x7f0b004c; - public static final int explore_io_keynote_card_padding_start=0x7f0b004d; - public static final int explore_io_keynote_card_padding_top=0x7f0b004e; - public static final int explore_io_message_card_image_width=0x7f0b00bf; - public static final int explore_io_message_card_min_button_width=0x7f0b00c0; - public static final int explore_io_theme_cards_session_image_width=0x7f0b0053; - public static final int explore_io_theme_cards_session_info_max_height=0x7f0b00c1; - public static final int explore_io_theme_illo_height=0x7f0b0000; - public static final int explore_spinner_width=0x7f0b00c2; - public static final int fab_elevation=0x7f0b00c3; - public static final int fab_press_translation_z=0x7f0b00c4; - public static final int fab_touch_raise=0x7f0b00c5; - public static final int feedback_rate_padding_top=0x7f0b0028; - public static final int filter_spinner_width=0x7f0b0029; - public static final int filterbar_height=0x7f0b00c6; - public static final int h3_spacing=0x7f0b00c7; - public static final int hashtag_desc_size=0x7f0b0051; - public static final int hashtag_height=0x7f0b0052; - public static final int hashtag_hero_text_size=0x7f0b002a; - public static final int hashtag_line_height=0x7f0b00c8; - public static final int hashtag_text_size=0x7f0b002b; - public static final int headerbar_elevation=0x7f0b00c9; - public static final int highlight_alpha_material_colored=0x7f0b00ca; - public static final int highlight_alpha_material_dark=0x7f0b00cb; - public static final int highlight_alpha_material_light=0x7f0b00cc; - public static final int indeterminate_progress_size=0x7f0b00cd; - public static final int keyline_1=0x7f0b002c; - public static final int keyline_1_minus_8dp=0x7f0b002d; - public static final int keyline_2=0x7f0b002e; - public static final int keyline_2_minus_16dp=0x7f0b002f; - public static final int keyline_2_session_detail=0x7f0b0030; - public static final int list_extra_button_width=0x7f0b00ce; - public static final int list_item_action_height=0x7f0b00cf; - public static final int list_item_action_margin=0x7f0b00d0; - public static final int list_item_action_width=0x7f0b00d1; - public static final int list_scroll_top_offset=0x7f0b00d2; - public static final int livestream_dropdown_item_height=0x7f0b0031; - public static final int livestream_dropdown_item_width=0x7f0b0032; - public static final int livestream_dropdown_text_size=0x7f0b0033; - public static final int livestream_session_summary_text_size=0x7f0b0034; - public static final int livestream_session_title_text_size=0x7f0b0035; - public static final int livestream_spinner_text_size=0x7f0b0036; - public static final int livestream_spinner_width=0x7f0b0010; - public static final int map_info_item_height=0x7f0b00d3; - public static final int map_info_item_vertical_padding=0x7f0b00d4; - public static final int map_slideableinfo_height_moscone=0x7f0b00d5; - public static final int map_slideableinfo_height_session=0x7f0b00d6; - public static final int map_slideableinfo_height_titleonly=0x7f0b00d7; - public static final int match_parent=0x7f0b00d8; - public static final int multipane_half_padding=0x7f0b0042; - public static final int multipane_padding=0x7f0b0043; - public static final int my_schedule_icon_horizontal_padding=0x7f0b0037; - public static final int my_schedule_icon_size=0x7f0b00d9; - public static final int my_schedule_item_height=0x7f0b0038; - public static final int my_schedule_item_height_break=0x7f0b0039; - public static final int my_schedule_item_height_past=0x7f0b00da; - public static final int my_schedule_page_margin=0x7f0b00db; - public static final int my_schedule_time_column_width=0x7f0b00dc; - public static final int my_schedule_title_strip_padding=0x7f0b00dd; - public static final int navdrawer_chosen_account_height=0x7f0b0011; - public static final int navdrawer_item_icon_margin_end=0x7f0b00de; - public static final int navdrawer_item_icon_size=0x7f0b00df; - public static final int navdrawer_logo_padding_right=0x7f0b00e0; - public static final int navdrawer_logo_vertical_padding=0x7f0b0047; - public static final int navdrawer_profile_image_size=0x7f0b0012; - public static final int navdrawer_width=0x7f0b0013; - public static final int navview_account_list_top_padding=0x7f0b00e1; - public static final int navview_between_text_and_account_selector=0x7f0b00e2; - public static final int navview_chosen_account_height=0x7f0b0014; - public static final int navview_end_padding=0x7f0b00e3; - public static final int navview_header_bottom_padding=0x7f0b00e4; - public static final int navview_menu_item_top_bottom_padding=0x7f0b00e5; - public static final int navview_profile_image_size=0x7f0b0015; - public static final int navview_start_padding=0x7f0b00e6; - public static final int navview_top_padding=0x7f0b00e7; - public static final int navview_width=0x7f0b0016; - public static final int notification_large_icon_height=0x7f0b00e8; - public static final int notification_large_icon_width=0x7f0b00e9; - public static final int notification_subtext_size=0x7f0b00ea; - public static final int padding_normal=0x7f0b003a; - public static final int page_margin_width=0x7f0b00eb; - public static final int sandbox_company_image_size=0x7f0b003b; - public static final int schedule_block_time_width=0x7f0b00ec; - public static final int session_detail_live_stream_text_size=0x7f0b00ed; - public static final int session_detail_max_header_elevation=0x7f0b00ee; - public static final int session_detail_speaker_left_offset=0x7f0b003c; - public static final int session_details_extra_space_bottom=0x7f0b00ef; - public static final int session_details_floating_height=0x7f0b0006; - public static final int session_details_floating_width=0x7f0b0007; - public static final int sliding_pane_width=0x7f0b0044; - public static final int social_default_spacing=0x7f0b00f0; - public static final int social_drawable_padding=0x7f0b00f1; - public static final int social_font_size=0x7f0b00f2; - public static final int social_hz_margin=0x7f0b0050; - public static final int social_icon_box_padding=0x7f0b00f3; - public static final int social_icon_box_size=0x7f0b00f4; - public static final int social_icon_size=0x7f0b00f5; - public static final int social_landscape_io15_panel_height=0x7f0b00f6; - public static final int social_landscape_io_logo_panel_height=0x7f0b0041; - public static final int social_landscape_request_extended_height=0x7f0b00f7; - public static final int spacing_micro=0x7f0b003d; - public static final int spacing_normal=0x7f0b003e; - public static final int speaker_image_size=0x7f0b00f8; - public static final int spinner_left_padding=0x7f0b00f9; - public static final int stream_card_corner_radius=0x7f0b00fa; - public static final int swipe_refresh_progress_bar_end_margin=0x7f0b00fb; - public static final int swipe_refresh_progress_bar_start_margin=0x7f0b00fc; - public static final int tag_color_dot_size=0x7f0b00fd; - public static final int text_size_body=0x7f0b00fe; - public static final int text_size_diff_large_small=0x7f0b00ff; - public static final int text_size_large=0x7f0b0100; - public static final int text_size_medium=0x7f0b0101; - public static final int text_size_small=0x7f0b0102; - public static final int text_size_xlarge=0x7f0b0103; - public static final int text_size_xsmall=0x7f0b0104; - public static final int thickbar_height=0x7f0b0017; - public static final int track_dropdown_width=0x7f0b0018; - public static final int track_icon_padding=0x7f0b0105; - public static final int track_icon_size=0x7f0b0106; - public static final int track_icon_source_size=0x7f0b0107; - public static final int video_thumb_height=0x7f0b0108; - public static final int video_thumb_width=0x7f0b0109; - public static final int welcome_appbar_height=0x7f0b0008; - public static final int welcome_button_bar_elevation=0x7f0b010a; - public static final int welcome_content_padding=0x7f0b003f; - public static final int welcome_content_padding_top=0x7f0b0009; - public static final int welcome_content_width=0x7f0b004f; - public static final int welcome_image_height=0x7f0b010b; - public static final int welcome_image_width=0x7f0b010c; - public static final int welcome_title_size=0x7f0b0040; - public static final int whats_on_height=0x7f0b010d; - public static final int widget_margin=0x7f0b010e; - public static final int widget_schedule_header_height=0x7f0b010f; - public static final int widget_schedule_time_width=0x7f0b0110; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; - public static final int abc_action_bar_item_background_material=0x7f020001; - public static final int abc_btn_borderless_material=0x7f020002; - public static final int abc_btn_check_material=0x7f020003; - public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; - public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; - public static final int abc_btn_colored_material=0x7f020006; - public static final int abc_btn_default_mtrl_shape=0x7f020007; - public static final int abc_btn_radio_material=0x7f020008; - public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; - public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; - public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; - public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; - public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; - public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; - public static final int abc_cab_background_internal_bg=0x7f02000f; - public static final int abc_cab_background_top_material=0x7f020010; - public static final int abc_cab_background_top_mtrl_alpha=0x7f020011; - public static final int abc_control_background_material=0x7f020012; - public static final int abc_dialog_material_background_dark=0x7f020013; - public static final int abc_dialog_material_background_light=0x7f020014; - public static final int abc_edit_text_material=0x7f020015; - public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; - public static final int abc_ic_clear_mtrl_alpha=0x7f020017; - public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; - public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019; - public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; - public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; - public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; - public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; - public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; - public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f; - public static final int abc_ic_search_api_mtrl_alpha=0x7f020020; - public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; - public static final int abc_item_background_holo_dark=0x7f020022; - public static final int abc_item_background_holo_light=0x7f020023; - public static final int abc_list_divider_mtrl_alpha=0x7f020024; - public static final int abc_list_focused_holo=0x7f020025; - public static final int abc_list_longpressed_holo=0x7f020026; - public static final int abc_list_pressed_holo_dark=0x7f020027; - public static final int abc_list_pressed_holo_light=0x7f020028; - public static final int abc_list_selector_background_transition_holo_dark=0x7f020029; - public static final int abc_list_selector_background_transition_holo_light=0x7f02002a; - public static final int abc_list_selector_disabled_holo_dark=0x7f02002b; - public static final int abc_list_selector_disabled_holo_light=0x7f02002c; - public static final int abc_list_selector_holo_dark=0x7f02002d; - public static final int abc_list_selector_holo_light=0x7f02002e; - public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; - public static final int abc_popup_background_mtrl_mult=0x7f020030; - public static final int abc_ratingbar_full_material=0x7f020031; - public static final int abc_spinner_mtrl_am_alpha=0x7f020032; - public static final int abc_spinner_textfield_background_material=0x7f020033; - public static final int abc_switch_thumb_material=0x7f020034; - public static final int abc_switch_track_mtrl_alpha=0x7f020035; - public static final int abc_tab_indicator_material=0x7f020036; - public static final int abc_tab_indicator_mtrl_alpha=0x7f020037; - public static final int abc_text_cursor_material=0x7f020038; - public static final int abc_textfield_activated_mtrl_alpha=0x7f020039; - public static final int abc_textfield_default_mtrl_alpha=0x7f02003a; - public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; - public static final int abc_textfield_search_default_mtrl_alpha=0x7f02003c; - public static final int abc_textfield_search_material=0x7f02003d; - public static final int above_shadow=0x7f02003e; - public static final int actionbar_icon=0x7f02003f; - public static final int actionbar_logo=0x7f020040; - public static final int add_schedule_button_icon_checked=0x7f020041; - public static final int add_schedule_button_icon_unchecked=0x7f020042; - public static final int add_schedule_fab_icon_anim=0x7f020043; - public static final int add_schedule_fab_ripple_background_off=0x7f020044; - public static final int add_schedule_fab_ripple_background_on=0x7f020045; - public static final int below_shadow=0x7f020046; - public static final int bottom_shadow=0x7f020047; - public static final int bubble_mask=0x7f020048; - public static final int bubble_shadow=0x7f020049; - public static final int button_color=0x7f02004a; - public static final int card_bg=0x7f02004b; - public static final int circle_border=0x7f02004c; - public static final int circle_border_focused=0x7f02004d; - public static final int circle_border_pressed=0x7f02004e; - public static final int circle_mask=0x7f02004f; - public static final int common_full_open_on_phone=0x7f020050; - public static final int common_ic_googleplayservices=0x7f020051; - public static final int common_signin_btn_icon_dark=0x7f020052; - public static final int common_signin_btn_icon_disabled_dark=0x7f020053; - public static final int common_signin_btn_icon_disabled_focus_dark=0x7f020054; - public static final int common_signin_btn_icon_disabled_focus_light=0x7f020055; - public static final int common_signin_btn_icon_disabled_light=0x7f020056; - public static final int common_signin_btn_icon_focus_dark=0x7f020057; - public static final int common_signin_btn_icon_focus_light=0x7f020058; - public static final int common_signin_btn_icon_light=0x7f020059; - public static final int common_signin_btn_icon_normal_dark=0x7f02005a; - public static final int common_signin_btn_icon_normal_light=0x7f02005b; - public static final int common_signin_btn_icon_pressed_dark=0x7f02005c; - public static final int common_signin_btn_icon_pressed_light=0x7f02005d; - public static final int common_signin_btn_text_dark=0x7f02005e; - public static final int common_signin_btn_text_disabled_dark=0x7f02005f; - public static final int common_signin_btn_text_disabled_focus_dark=0x7f020060; - public static final int common_signin_btn_text_disabled_focus_light=0x7f020061; - public static final int common_signin_btn_text_disabled_light=0x7f020062; - public static final int common_signin_btn_text_focus_dark=0x7f020063; - public static final int common_signin_btn_text_focus_light=0x7f020064; - public static final int common_signin_btn_text_light=0x7f020065; - public static final int common_signin_btn_text_normal_dark=0x7f020066; - public static final int common_signin_btn_text_normal_light=0x7f020067; - public static final int common_signin_btn_text_pressed_dark=0x7f020068; - public static final int common_signin_btn_text_pressed_light=0x7f020069; - public static final int default_cover=0x7f02006a; - public static final int deprecated_io2014_logo=0x7f02006b; - public static final int deprecated_navdrawer_default_cover=0x7f02006c; - public static final int design_fab_background=0x7f02006d; - public static final int design_snackbar_background=0x7f02006e; - public static final int drawer_shadow=0x7f02006f; - public static final int drawer_shadow_flipped=0x7f020070; - public static final int edit_text=0x7f020071; - public static final int hash_io_15=0x7f020072; - public static final int hash_io_15_flat=0x7f020073; - public static final int header_shadow=0x7f02012b; - public static final int hexagon_mask=0x7f020074; - public static final int ic_ab_close=0x7f020075; - public static final int ic_ab_drawer=0x7f020076; - public static final int ic_ab_up_ltr=0x7f020077; - public static final int ic_action_add_schedule=0x7f020078; - public static final int ic_action_captions=0x7f020079; - public static final int ic_action_filter=0x7f02007a; - public static final int ic_action_map=0x7f02007b; - public static final int ic_action_remove_schedule=0x7f02007c; - public static final int ic_action_search=0x7f02007d; - public static final int ic_action_share=0x7f02007e; - public static final int ic_action_social_stream=0x7f02007f; - public static final int ic_after_hours=0x7f020080; - public static final int ic_alarm_holo_dark=0x7f020081; - public static final int ic_badge_pickup=0x7f020082; - public static final int ic_browse=0x7f020083; - public static final int ic_codelab=0x7f020084; - public static final int ic_description=0x7f020085; - public static final int ic_done_anim_000=0x7f020086; - public static final int ic_done_anim_001=0x7f020087; - public static final int ic_done_anim_002=0x7f020088; - public static final int ic_done_anim_003=0x7f020089; - public static final int ic_done_anim_004=0x7f02008a; - public static final int ic_done_anim_005=0x7f02008b; - public static final int ic_done_anim_006=0x7f02008c; - public static final int ic_done_anim_007=0x7f02008d; - public static final int ic_done_anim_008=0x7f02008e; - public static final int ic_done_anim_009=0x7f02008f; - public static final int ic_done_anim_010=0x7f020090; - public static final int ic_done_anim_011=0x7f020091; - public static final int ic_done_anim_012=0x7f020092; - public static final int ic_done_anim_013=0x7f020093; - public static final int ic_done_anim_014=0x7f020094; - public static final int ic_done_anim_015=0x7f020095; - public static final int ic_done_anim_016=0x7f020096; - public static final int ic_done_anim_017=0x7f020097; - public static final int ic_done_anim_018=0x7f020098; - public static final int ic_done_anim_019=0x7f020099; - public static final int ic_done_anim_020=0x7f02009a; - public static final int ic_done_anim_021=0x7f02009b; - public static final int ic_done_anim_022=0x7f02009c; - public static final int ic_done_anim_023=0x7f02009d; - public static final int ic_done_anim_024=0x7f02009e; - public static final int ic_done_anim_025=0x7f02009f; - public static final int ic_done_anim_026=0x7f0200a0; - public static final int ic_done_anim_027=0x7f0200a1; - public static final int ic_done_anim_028=0x7f0200a2; - public static final int ic_done_anim_029=0x7f0200a3; - public static final int ic_done_anim_030=0x7f0200a4; - public static final int ic_explore=0x7f0200a5; - public static final int ic_food=0x7f0200a6; - public static final int ic_forum=0x7f0200a7; - public static final int ic_gplus_blue=0x7f0200a8; - public static final int ic_info_outline=0x7f0200a9; - public static final int ic_item_overflow=0x7f0200aa; - public static final int ic_live_now=0x7f0200ab; - public static final int ic_livestream_pause=0x7f0200ac; - public static final int ic_livestream_play=0x7f0200ad; - public static final int ic_map=0x7f0200ae; - public static final int ic_map_codelab=0x7f0200af; - public static final int ic_map_holo_dark=0x7f0200b0; - public static final int ic_map_misc=0x7f0200b1; - public static final int ic_map_moscone=0x7f0200b2; - public static final int ic_map_officehours=0x7f0200b3; - public static final int ic_map_pin=0x7f0200b4; - public static final int ic_map_sandbox=0x7f0200b5; - public static final int ic_map_session=0x7f0200b6; - public static final int ic_media_route_off_holo_light=0x7f0200b7; - public static final int ic_media_route_on_holo_light=0x7f0200b8; - public static final int ic_misc=0x7f0200b9; - public static final int ic_navview_accounts_collapse=0x7f0200ba; - public static final int ic_navview_accounts_expand=0x7f0200bb; - public static final int ic_navview_explore=0x7f0200bc; - public static final int ic_navview_map=0x7f0200bd; - public static final int ic_navview_my_schedule=0x7f0200be; - public static final int ic_navview_play_circle_fill=0x7f0200bf; - public static final int ic_navview_settings=0x7f0200c0; - public static final int ic_navview_social=0x7f0200c1; - public static final int ic_navview_video_library=0x7f0200c2; - public static final int ic_pane_close=0x7f0200c3; - public static final int ic_play_circle_fill=0x7f0200c4; - public static final int ic_play_circle_fill_white_24dp=0x7f0200c5; - public static final int ic_play_circle_fill_white_48dp=0x7f0200c6; - public static final int ic_plus_anim_000=0x7f0200c7; - public static final int ic_plus_anim_001=0x7f0200c8; - public static final int ic_plus_anim_002=0x7f0200c9; - public static final int ic_plus_anim_003=0x7f0200ca; - public static final int ic_plus_anim_004=0x7f0200cb; - public static final int ic_plus_anim_005=0x7f0200cc; - public static final int ic_plus_anim_006=0x7f0200cd; - public static final int ic_plus_anim_007=0x7f0200ce; - public static final int ic_plus_anim_008=0x7f0200cf; - public static final int ic_plus_anim_009=0x7f0200d0; - public static final int ic_plus_anim_010=0x7f0200d1; - public static final int ic_plus_anim_011=0x7f0200d2; - public static final int ic_plus_anim_012=0x7f0200d3; - public static final int ic_plus_anim_013=0x7f0200d4; - public static final int ic_plus_anim_014=0x7f0200d5; - public static final int ic_plus_anim_015=0x7f0200d6; - public static final int ic_plus_anim_016=0x7f0200d7; - public static final int ic_plus_anim_017=0x7f0200d8; - public static final int ic_plus_anim_018=0x7f0200d9; - public static final int ic_plus_anim_019=0x7f0200da; - public static final int ic_plus_anim_020=0x7f0200db; - public static final int ic_plus_anim_021=0x7f0200dc; - public static final int ic_plus_anim_022=0x7f0200dd; - public static final int ic_plus_anim_023=0x7f0200de; - public static final int ic_plus_anim_024=0x7f0200df; - public static final int ic_plus_anim_025=0x7f0200e0; - public static final int ic_plus_anim_026=0x7f0200e1; - public static final int ic_plus_anim_027=0x7f0200e2; - public static final int ic_plus_anim_028=0x7f0200e3; - public static final int ic_plus_anim_029=0x7f0200e4; - public static final int ic_plus_anim_030=0x7f0200e5; - public static final int ic_plusone_medium_off_client=0x7f0200e6; - public static final int ic_plusone_small_off_client=0x7f0200e7; - public static final int ic_plusone_standard_off_client=0x7f0200e8; - public static final int ic_plusone_tall_off_client=0x7f0200e9; - public static final int ic_post_gplus=0x7f0200ea; - public static final int ic_post_gplus_white=0x7f0200eb; - public static final int ic_post_twitter=0x7f0200ec; - public static final int ic_post_twitter_white=0x7f0200ed; - public static final int ic_sandbox=0x7f0200ee; - public static final int ic_schedule=0x7f0200ef; - public static final int ic_schedule_feedback=0x7f0200f0; - public static final int ic_session=0x7f0200f1; - public static final int ic_settings=0x7f0200f2; - public static final int ic_stat_notification=0x7f0200f3; - public static final int ic_submit_feedback=0x7f0200f4; - public static final int ic_twitter_blue=0x7f0200f5; - public static final int ic_up=0x7f0200f6; - public static final int ic_videocam=0x7f0200f7; - public static final int ic_videocam_grey=0x7f0200f8; - public static final int indicator_in_schedule=0x7f0200f9; - public static final int inset_divider=0x7f0200fa; - public static final int inset_divider_top_only=0x7f0200fb; - public static final int io_logo=0x7f0200fc; - public static final int io_logo_social_anim=0x7f0200fd; - public static final int io_logo_social_animated=0x7f0200fe; - public static final int io_logo_white_anim=0x7f0200ff; - public static final int io_logo_white_animated=0x7f020100; - public static final int io_mark_social=0x7f020101; - public static final int lyft_logo=0x7f020102; - public static final int map_marker_moscone=0x7f020103; - public static final int map_marker_selected=0x7f020104; - public static final int map_marker_unselected=0x7f020105; - public static final int message_card_after_hours=0x7f020106; - public static final int message_card_credentials=0x7f020107; - public static final int message_card_keynote=0x7f020108; - public static final int message_card_wifi=0x7f020109; - public static final int more_button_background=0x7f02010a; - public static final int navdrawer_item_background=0x7f02010b; - public static final int notification_template_icon_bg=0x7f02012c; - public static final int number_ratingbar=0x7f02010c; - public static final int number_ratingbar_background_off=0x7f02010d; - public static final int number_ratingbar_background_on=0x7f02010e; - public static final int page_margin=0x7f02010f; - public static final int person_image_empty=0x7f020110; - public static final int photo_banner_scrim=0x7f020111; - public static final int photo_item_foreground=0x7f020112; - public static final int photo_item_foreground_borderless=0x7f020113; - public static final int popup_item_background=0x7f020114; - public static final int ratingbar=0x7f020115; - public static final int ratingbar_star_empty=0x7f020116; - public static final int ratingbar_star_filled=0x7f020117; - public static final int ratingbar_star_off_default=0x7f020118; - public static final int ratingbar_star_off_focused=0x7f020119; - public static final int ratingbar_star_on_default=0x7f02011a; - public static final int ratingbar_star_on_focused=0x7f02011b; - public static final int schedule_background_mask=0x7f02011c; - public static final int schedule_item_break=0x7f02011d; - public static final int schedule_item_free=0x7f02011e; - public static final int schedule_item_session=0x7f02011f; - public static final int schedule_item_touchoverlay=0x7f020120; - public static final int schedule_item_touchoverlay_dark=0x7f020121; - public static final int session_detail_photo_gradient=0x7f020122; - public static final int session_tag_chip=0x7f020123; - public static final int spinner_triangle=0x7f020124; - public static final int spinner_triangle_sub=0x7f020125; - public static final int textfield_activated=0x7f020126; - public static final int textfield_default=0x7f020127; - public static final int textfield_focused=0x7f020128; - public static final int transparent_background_pattern=0x7f020129; - public static final int widget_preview=0x7f02012a; - } - public static final class fraction { - public static final int search_scrim_alpha=0x7f0f0000; - } - public static final class id { - public static final int about_container=0x7f110076; - public static final int about_eula=0x7f11007b; - public static final int about_licenses=0x7f11007a; - public static final int about_main=0x7f110077; - public static final int about_privacy_policy=0x7f110079; - public static final int about_terms=0x7f110078; - public static final int account_list=0x7f1100e6; - public static final int action0=0x7f1100ec; - public static final int action_bar=0x7f110065; - public static final int action_bar_activity_content=0x7f110000; - public static final int action_bar_container=0x7f110064; - public static final int action_bar_root=0x7f110060; - public static final int action_bar_spinner=0x7f110001; - public static final int action_bar_subtitle=0x7f110049; - public static final int action_bar_title=0x7f110048; - public static final int action_context_bar=0x7f110066; - public static final int action_divider=0x7f1100f0; - public static final int action_menu_divider=0x7f110002; - public static final int action_menu_presenter=0x7f110003; - public static final int action_mode_bar=0x7f110062; - public static final int action_mode_bar_stub=0x7f110061; - public static final int action_mode_close_button=0x7f11004a; - public static final int activity_chooser_view_content=0x7f11004b; - public static final int add_schedule_button=0x7f1100b8; - public static final int add_schedule_button_container=0x7f1100b7; - public static final int adjust_height=0x7f110037; - public static final int adjust_width=0x7f110038; - public static final int alertTitle=0x7f110055; - public static final int always=0x7f11003c; - public static final int anchored=0x7f110041; - public static final int beginning=0x7f110035; - public static final int bottom=0x7f110021; - public static final int box=0x7f11012e; - public static final int browse_sessions=0x7f1100dc; - public static final int butter_bar=0x7f110095; - public static final int butter_bar_button=0x7f110097; - public static final int butter_bar_text=0x7f110096; - public static final int button=0x7f110126; - public static final int buttonEnd=0x7f1100a3; - public static final int buttonPanel=0x7f11005b; - public static final int buttonStart=0x7f1100a4; - public static final int button_accept=0x7f110091; - public static final int button_decline=0x7f110090; - public static final int cancel_action=0x7f1100ed; - public static final int card_header_layout=0x7f110092; - public static final int card_root=0x7f1100d7; - public static final int center=0x7f110022; - public static final int center_horizontal=0x7f110023; - public static final int center_vertical=0x7f110024; - public static final int checkbox=0x7f11005d; - public static final int chosen_account_content_view=0x7f1100e3; - public static final int chosen_account_view=0x7f1100e0; - public static final int chronometer=0x7f1100f3; - public static final int clip_horizontal=0x7f110030; - public static final int clip_vertical=0x7f110031; - public static final int close_timeslot=0x7f1100a9; - public static final int collapseActionView=0x7f11003d; - public static final int collapsed=0x7f110042; - public static final int collection_view=0x7f1100ac; - public static final int contentPanel=0x7f110056; - public static final int content_feedback_bar=0x7f110111; - public static final int custom=0x7f11005a; - public static final int customPanel=0x7f110059; - public static final int day_label_first_day=0x7f110084; - public static final int day_label_second_day=0x7f110086; - public static final int day_label_zeroth_day=0x7f110082; - public static final int debug_action_list=0x7f110094; - public static final int debug_fragment=0x7f110093; - public static final int decor_content_parent=0x7f110063; - public static final int default_activity_button=0x7f11004e; - public static final int description=0x7f1100a1; - public static final int details_container=0x7f1100fd; - public static final int disableHome=0x7f110014; - public static final int drawer_collection_view=0x7f1100ab; - public static final int drawer_layout=0x7f110074; - public static final int edit_query=0x7f110067; - public static final int end=0x7f110025; - public static final int end_padder=0x7f1100f7; - public static final int enterAlways=0x7f11001b; - public static final int enterAlwaysCollapsed=0x7f11001c; - public static final int exitUntilCollapsed=0x7f11001d; - public static final int expand_account_box_indicator=0x7f1100e4; - public static final int expand_activities_button=0x7f11004c; - public static final int expanded=0x7f110043; - public static final int expanded_menu=0x7f11005c; - public static final int explore_collection_view=0x7f11009e; - public static final int explore_io_card_container=0x7f11009b; - public static final int explore_io_card_container_contents=0x7f11009c; - public static final int explore_io_card_header_layout=0x7f11009d; - public static final int explore_io_clickable_item=0x7f11009f; - public static final int explore_library_frag=0x7f11009a; - public static final int explore_sessions_frag=0x7f1100a6; - public static final int extended_panel=0x7f11011a; - public static final int feedback_header_rate=0x7f11010c; - public static final int feedback_header_session_speakers=0x7f11010e; - public static final int feedback_header_session_title=0x7f11010d; - public static final int fill=0x7f110032; - public static final int fill_horizontal=0x7f110033; - public static final int fill_vertical=0x7f110026; - public static final int filter_checkbox=0x7f1100b0; - public static final int filter_drawer=0x7f110123; - public static final int fixed=0x7f110045; - public static final int fragment_container_map=0x7f1100c8; - public static final int fragment_container_map_info=0x7f1100c9; - public static final int give_feedback_button=0x7f1100dd; - public static final int give_feedback_card=0x7f1100fe; - public static final int gplus_icon_box=0x7f11011e; - public static final int header_session=0x7f11010a; - public static final int headerbar=0x7f11007c; - public static final int hidden=0x7f110044; - public static final int home=0x7f110004; - public static final int homeAsUp=0x7f110015; - public static final int hybrid=0x7f110039; - public static final int icon=0x7f110050; - public static final int ifRoom=0x7f11003e; - public static final int image=0x7f11004d; - public static final int indicator_in_schedule=0x7f1100a5; - public static final int info=0x7f1100f6; - public static final int info_box=0x7f1100c1; - public static final int info_view=0x7f1100ae; - public static final int io15_image=0x7f110117; - public static final int io15_panel=0x7f110116; - public static final int io_logo=0x7f11011c; - public static final int left=0x7f110027; - public static final int line1=0x7f1100f1; - public static final int line3=0x7f1100f5; - public static final int listMode=0x7f110011; - public static final int list_item=0x7f11004f; - public static final int live_now_badge=0x7f1100b9; - public static final int live_stream_play_icon_and_text=0x7f1100fc; - public static final int live_stream_videocam_icon_and_text=0x7f110100; - public static final int logArea=0x7f11007d; - public static final int logo=0x7f11008e; - public static final int main_content=0x7f110075; - public static final int main_content_wide=0x7f110081; - public static final int map_bottomsheet=0x7f1100cc; - public static final int map_bottomsheet_dummycontent=0x7f1100cd; - public static final int map_bottomsheet_slideable=0x7f1100ce; - public static final int map_container=0x7f1100cb; - public static final int map_detail_popup=0x7f1100ca; - public static final int map_info_icon=0x7f1100cf; - public static final int map_info_list=0x7f1100d2; - public static final int map_info_root=0x7f1100d3; - public static final int map_info_subtitle=0x7f1100d1; - public static final int map_info_title=0x7f1100d0; - public static final int map_item_image=0x7f1100d4; - public static final int map_item_text=0x7f1100d6; - public static final int map_item_title=0x7f1100d5; - public static final int media_actions=0x7f1100ef; - public static final int menu_captions=0x7f110145; - public static final int menu_filter=0x7f110134; - public static final int menu_map_room=0x7f110142; - public static final int menu_presentation=0x7f110144; - public static final int menu_refresh=0x7f110135; - public static final int menu_search=0x7f110133; - public static final int menu_share=0x7f110143; - public static final int message_card=0x7f1100c6; - public static final int message_card_container_wide=0x7f1100c7; - public static final int message_card_root_layout=0x7f1100a2; - public static final int middle=0x7f110036; - public static final int mini=0x7f110034; - public static final int multiply=0x7f11002b; - public static final int my_schedule_first_day=0x7f110085; - public static final int my_schedule_second_day=0x7f110087; - public static final int my_schedule_zeroth_day=0x7f110083; - public static final int myschedule_generation_tagkey=0x7f110005; - public static final int myschedule_uri_tagkey=0x7f110006; - public static final int myschedule_viewtype_tagkey=0x7f110007; - public static final int name=0x7f1100bc; - public static final int nav_view_menu_group_1=0x7f110136; - public static final int nav_view_menu_item_debug=0x7f110141; - public static final int nav_view_menu_item_explore=0x7f110139; - public static final int nav_view_menu_item_iolive=0x7f110138; - public static final int nav_view_menu_item_map=0x7f11013a; - public static final int nav_view_menu_item_myschedule=0x7f110137; - public static final int nav_view_menu_item_settings=0x7f11013f; - public static final int nav_view_menu_item_social=0x7f11013c; - public static final int nav_view_menu_item_videos=0x7f11013d; - public static final int navdrawer=0x7f1100df; - public static final int navdrawer_items_list=0x7f1100e7; - public static final int navigation_view_menu_group_2=0x7f11013b; - public static final int navigation_view_menu_group_3=0x7f11013e; - public static final int navigation_view_menu_group_4=0x7f110140; - public static final int navview_account_selected_layout=0x7f1100e9; - public static final int navview_account_selector=0x7f1100eb; - public static final int navview_account_text=0x7f1100ea; - public static final int navview_main_header_view=0x7f1100e8; - public static final int never=0x7f11003f; - public static final int none=0x7f110016; - public static final int normal=0x7f110012; - public static final int note=0x7f1100b1; - public static final int ok=0x7f1100b2; - public static final int parallax=0x7f11001f; - public static final int parentPanel=0x7f110052; - public static final int pin=0x7f110020; - public static final int profile_cover_image=0x7f1100e2; - public static final int profile_cover_image_placeholder=0x7f1100e1; - public static final int profile_email_text=0x7f1100bb; - public static final int profile_image=0x7f1100ba; - public static final int profile_name_text=0x7f1100e5; - public static final int progress_circular=0x7f110008; - public static final int progress_horizontal=0x7f110009; - public static final int radio=0x7f11005f; - public static final int rating_bar_0=0x7f11010f; - public static final int related_videos_block=0x7f110108; - public static final int related_videos_header=0x7f110109; - public static final int request_panel=0x7f11011b; - public static final int right=0x7f110028; - public static final int root_container=0x7f11008d; - public static final int satellite=0x7f11003a; - public static final int screen=0x7f11002c; - public static final int scrim=0x7f110088; - public static final int scroll=0x7f11001e; - public static final int scrollView=0x7f110057; - public static final int scroll_view=0x7f1100f9; - public static final int scroll_view_child=0x7f1100fa; - public static final int scrollable=0x7f110046; - public static final int search_badge=0x7f110069; - public static final int search_bar=0x7f110068; - public static final int search_button=0x7f11006a; - public static final int search_close_btn=0x7f11006f; - public static final int search_edit_frame=0x7f11006b; - public static final int search_go_btn=0x7f110071; - public static final int search_mag_icon=0x7f11006c; - public static final int search_panel=0x7f110089; - public static final int search_plate=0x7f11006d; - public static final int search_result=0x7f1100bd; - public static final int search_results=0x7f11008c; - public static final int search_src_text=0x7f11006e; - public static final int search_view=0x7f11008b; - public static final int search_voice_btn=0x7f110072; - public static final int select_dialog_listview=0x7f110073; - public static final int separator=0x7f1100de; - public static final int session_abstract=0x7f1100b6; - public static final int session_caption_area=0x7f1100b4; - public static final int session_caption_container=0x7f1100b3; - public static final int session_category=0x7f1100c0; - public static final int session_detail_frag=0x7f1100f8; - public static final int session_feedback_frag=0x7f11010b; - public static final int session_photo=0x7f1100c4; - public static final int session_photo_colored=0x7f1100bf; - public static final int session_photo_container=0x7f1100fb; - public static final int session_relevant_feedback_bar=0x7f110110; - public static final int session_requirements=0x7f110107; - public static final int session_requirements_block=0x7f110105; - public static final int session_requirements_header=0x7f110106; - public static final int session_snippet=0x7f1100c3; - public static final int session_speakers_block=0x7f110103; - public static final int session_speakers_header=0x7f110104; - public static final int session_subtitle=0x7f1100c5; - public static final int session_subtitle_short=0x7f1100c2; - public static final int session_tags=0x7f110102; - public static final int session_tags_container=0x7f110101; - public static final int session_target=0x7f1100be; - public static final int session_title=0x7f1100b5; - public static final int session_type_text=0x7f1100ad; - public static final int settings_fragment=0x7f110114; - public static final int shortcut=0x7f11005e; - public static final int showCustom=0x7f110017; - public static final int showHome=0x7f110018; - public static final int showTitle=0x7f110019; - public static final int sliding_tabs=0x7f11007e; - public static final int slot_description=0x7f1100db; - public static final int slot_room=0x7f110130; - public static final int slot_title=0x7f1100da; - public static final int snackbar_action=0x7f110099; - public static final int snackbar_text=0x7f110098; - public static final int social_frag=0x7f110115; - public static final int social_gplus_devs=0x7f110118; - public static final int social_twitter_devs=0x7f110119; - public static final int speaker_abstract=0x7f110121; - public static final int speaker_feedback_bar=0x7f110112; - public static final int speaker_header=0x7f110120; - public static final int speaker_image=0x7f11011f; - public static final int speakers=0x7f110128; - public static final int split_action_bar=0x7f11000a; - public static final int src_atop=0x7f11002d; - public static final int src_in=0x7f11002e; - public static final int src_over=0x7f11002f; - public static final int start=0x7f110029; - public static final int start_end_time=0x7f11012f; - public static final int start_time=0x7f1100d8; - public static final int state_off=0x7f110132; - public static final int state_on=0x7f110131; - public static final int status_bar_latest_event_content=0x7f1100ee; - public static final int submit_area=0x7f110070; - public static final int submit_feedback_button=0x7f110113; - public static final int swipe_refresh_layout=0x7f11007f; - public static final int tabMode=0x7f110013; - public static final int tag_person_id=0x7f11000b; - public static final int tag_person_name=0x7f11000c; - public static final int tag_person_note=0x7f11000d; - public static final int terrain=0x7f11003b; - public static final int text=0x7f11000e; - public static final int text2=0x7f1100f4; - public static final int textSpacerNoButtons=0x7f110058; - public static final int text_view=0x7f1100af; - public static final int thumbnail=0x7f1100a0; - public static final int time=0x7f1100f2; - public static final int time_hint=0x7f1100ff; - public static final int timeslot=0x7f1100a8; - public static final int timeslot_divider=0x7f1100aa; - public static final int timeslot_view=0x7f1100a7; - public static final int title=0x7f110051; - public static final int title_template=0x7f110054; - public static final int toolbar_actionbar=0x7f11008a; - public static final int top=0x7f11002a; - public static final int topPanel=0x7f110053; - public static final int topics_radio_group=0x7f110125; - public static final int touch_area=0x7f1100d9; - public static final int twitter_icon_box=0x7f11011d; - public static final int up=0x7f11000f; - public static final int useLogo=0x7f11001a; - public static final int video_library_frag=0x7f110122; - public static final int videos_collection_view=0x7f110127; - public static final int view_offset_helper=0x7f110010; - public static final int view_pager=0x7f110080; - public static final int welcome_account_list=0x7f110129; - public static final int welcome_content=0x7f11008f; - public static final int widget_logo=0x7f11012a; - public static final int widget_refresh_button=0x7f11012b; - public static final int widget_schedule_day=0x7f11012d; - public static final int widget_schedule_list=0x7f11012c; - public static final int withText=0x7f110040; - public static final int wrap_content=0x7f110047; - public static final int years_radio_group=0x7f110124; - } - public static final class integer { - public static final int abc_config_activityDefaultDur=0x7f0e000d; - public static final int abc_config_activityShortDur=0x7f0e000e; - public static final int abc_max_action_buttons=0x7f0e0003; - public static final int cancel_button_image_alpha=0x7f0e000f; - public static final int deprecated_explore_1st_level_grid_columns=0x7f0e0000; - public static final int deprecated_explore_2nd_level_grid_columns=0x7f0e0001; - public static final int deprecated_explore_sessions_columns=0x7f0e0010; - public static final int deprecated_explore_wide_layout_hero_weight=0x7f0e0004; - public static final int design_snackbar_text_max_lines=0x7f0e0007; - public static final int explore_session_column_item_count=0x7f0e000b; - public static final int explore_theme_max_item_count_offsite=0x7f0e0011; - public static final int explore_topic_theme_onsite_max_item_count=0x7f0e000c; - public static final int filter_spinner_weight=0x7f0e0008; - public static final int font_textStyle_medium=0x7f0e0009; - public static final int google_play_services_version=0x7f0e0012; - public static final int io_logo_viewport_height=0x7f0e0013; - public static final int io_logo_viewport_width=0x7f0e0014; - public static final int links_columns=0x7f0e0002; - public static final int login_pane_width_percent=0x7f0e0005; - public static final int sandbox_company_list_max_display=0x7f0e0015; - public static final int shown_videos=0x7f0e0016; - public static final int social_grid_columns=0x7f0e000a; - public static final int status_bar_notification_info_maxnum=0x7f0e0017; - public static final int text_header_max_lines=0x7f0e0018; - public static final int track_abstract_max_lines=0x7f0e0019; - public static final int video_library_columns=0x7f0e0006; - } - public static final class layout { - public static final int abc_action_bar_title_item=0x7f040000; - public static final int abc_action_bar_up_container=0x7f040001; - public static final int abc_action_bar_view_list_nav_layout=0x7f040002; - public static final int abc_action_menu_item_layout=0x7f040003; - public static final int abc_action_menu_layout=0x7f040004; - public static final int abc_action_mode_bar=0x7f040005; - public static final int abc_action_mode_close_item_material=0x7f040006; - public static final int abc_activity_chooser_view=0x7f040007; - public static final int abc_activity_chooser_view_list_item=0x7f040008; - public static final int abc_alert_dialog_material=0x7f040009; - public static final int abc_dialog_title_material=0x7f04000a; - public static final int abc_expanded_menu_layout=0x7f04000b; - public static final int abc_list_menu_item_checkbox=0x7f04000c; - public static final int abc_list_menu_item_icon=0x7f04000d; - public static final int abc_list_menu_item_layout=0x7f04000e; - public static final int abc_list_menu_item_radio=0x7f04000f; - public static final int abc_popup_menu_item_layout=0x7f040010; - public static final int abc_screen_content_include=0x7f040011; - public static final int abc_screen_simple=0x7f040012; - public static final int abc_screen_simple_overlay_action_mode=0x7f040013; - public static final int abc_screen_toolbar=0x7f040014; - public static final int abc_search_dropdown_item_icons_2line=0x7f040015; - public static final int abc_search_view=0x7f040016; - public static final int abc_select_dialog_material=0x7f040017; - public static final int activity_about=0x7f040018; - public static final int activity_debug_action_showdrivefiles=0x7f040019; - public static final int activity_my_schedule=0x7f040087; - public static final int activity_my_schedule_narrow=0x7f04001a; - public static final int activity_my_schedule_wide=0x7f04001b; - public static final int activity_search=0x7f04001c; - public static final int activity_singlepane_empty=0x7f04001d; - public static final int activity_welcome=0x7f04001e; - public static final int card_header_with_button=0x7f04001f; - public static final int debug_act=0x7f040020; - public static final int debug_frag=0x7f040021; - public static final int deprecated_include_butter_bar=0x7f040022; - public static final int design_layout_snackbar=0x7f040023; - public static final int design_layout_snackbar_include=0x7f040024; - public static final int design_layout_tab_icon=0x7f040025; - public static final int design_layout_tab_text=0x7f040026; - public static final int design_navigation_item=0x7f040027; - public static final int design_navigation_item_header=0x7f040028; - public static final int design_navigation_item_separator=0x7f040029; - public static final int design_navigation_item_subheader=0x7f04002a; - public static final int design_navigation_menu=0x7f04002b; - public static final int explore_io_act=0x7f04002c; - public static final int explore_io_card_container=0x7f04002d; - public static final int explore_io_card_header_with_button=0x7f04002e; - public static final int explore_io_frag=0x7f04002f; - public static final int explore_io_keynote_stream_item=0x7f040030; - public static final int explore_io_message_card_item=0x7f040031; - public static final int explore_io_topic_theme_livestream_card_container=0x7f040032; - public static final int explore_io_topic_theme_livestream_item=0x7f040033; - public static final int explore_sessions_act=0x7f040034; - public static final int explore_sessions_act_alt_drawer_layout=0x7f040035; - public static final int explore_sessions_frag=0x7f040036; - public static final int explore_sessions_list_item=0x7f040037; - public static final int explore_sessions_list_item_alt_drawer=0x7f040038; - public static final int explore_sessions_list_item_alt_header=0x7f040039; - public static final int explore_sessions_list_item_livestream_alt_drawer=0x7f04003a; - public static final int fragment_edit_note=0x7f04003b; - public static final int fragment_my_schedule=0x7f04003c; - public static final int fragment_session_captions=0x7f04003d; - public static final int fragment_session_summary=0x7f04003e; - public static final int include_add_schedule_fab=0x7f04003f; - public static final int include_link_row=0x7f040040; - public static final int include_live_now_badge=0x7f040041; - public static final int include_more_button=0x7f040042; - public static final int include_session_tag_chip=0x7f040043; - public static final int include_topic_more_button=0x7f040044; - public static final int list_item_account=0x7f040045; - public static final int list_item_explore_header=0x7f040046; - public static final int list_item_hashtag_hero=0x7f040047; - public static final int list_item_hashtags=0x7f040048; - public static final int list_item_search_result=0x7f040049; - public static final int list_item_session=0x7f04004a; - public static final int list_item_session_hero=0x7f040088; - public static final int list_item_session_hero_narrow=0x7f04004b; - public static final int list_item_session_hero_wide=0x7f04004c; - public static final int list_item_session_link=0x7f04004d; - public static final int list_item_session_summarized=0x7f04004e; - public static final int map_act=0x7f04004f; - public static final int map_frag=0x7f040050; - public static final int map_info_bottom=0x7f040051; - public static final int map_info_content=0x7f040052; - public static final int map_info_inline=0x7f040053; - public static final int map_item_session=0x7f040054; - public static final int message_card=0x7f040055; - public static final int my_schedule_item=0x7f040056; - public static final int navdrawer=0x7f040057; - public static final int navdrawer_item=0x7f040058; - public static final int navdrawer_item_view=0x7f040059; - public static final int navdrawer_separator=0x7f04005a; - public static final int navview_header_view=0x7f04005b; - public static final int notification_media_action=0x7f04005c; - public static final int notification_media_cancel_action=0x7f04005d; - public static final int notification_template_big_media=0x7f04005e; - public static final int notification_template_big_media_narrow=0x7f04005f; - public static final int notification_template_lines=0x7f040060; - public static final int notification_template_media=0x7f040061; - public static final int notification_template_part_chronometer=0x7f040062; - public static final int notification_template_part_time=0x7f040063; - public static final int reserve_action_bar_space_header_view=0x7f040064; - public static final int select_dialog_item_material=0x7f040065; - public static final int select_dialog_multichoice_material=0x7f040066; - public static final int select_dialog_singlechoice_material=0x7f040067; - public static final int session_detail_act=0x7f040068; - public static final int session_detail_frag=0x7f040069; - public static final int session_feedback_act=0x7f04006a; - public static final int session_feedback_frag=0x7f04006b; - public static final int settings_act=0x7f04006c; - public static final int social_act=0x7f04006d; - public static final int social_frag=0x7f04006e; - public static final int social_icons_horizontal=0x7f04006f; - public static final int social_icons_vertical=0x7f040070; - public static final int speaker_detail=0x7f040071; - public static final int support_simple_spinner_dropdown_item=0x7f040072; - public static final int tab_indicator=0x7f040073; - public static final int tab_my_schedule=0x7f040074; - public static final int text_bubble=0x7f040075; - public static final int toolbar_actionbar=0x7f040076; - public static final int toolbar_actionbar_keyline_insets=0x7f040077; - public static final int toolbar_actionbar_with_headerbar=0x7f040078; - public static final int video_lib_card_container=0x7f040079; - public static final int video_library_act=0x7f04007a; - public static final int video_library_filter_panel=0x7f04007b; - public static final int video_library_filter_radio_button=0x7f04007c; - public static final int video_library_filtered_act=0x7f04007d; - public static final int video_library_frag=0x7f04007e; - public static final int video_library_item=0x7f04007f; - public static final int welcome_account_fragment=0x7f040080; - public static final int welcome_attending_fragment=0x7f040081; - public static final int welcome_conduct_fragment=0x7f040082; - public static final int welcome_tos_fragment=0x7f040083; - public static final int widget=0x7f040084; - public static final int widget_schedule_header=0x7f040085; - public static final int widget_schedule_item=0x7f040086; - } - public static final class menu { - public static final int explore_io_menu=0x7f120000; - public static final int explore_sessions_filtered=0x7f120001; - public static final int my_schedule=0x7f120002; - public static final int navview_menu=0x7f120003; - public static final int session_detail=0x7f120004; - public static final int session_livestream=0x7f120005; - public static final int video_library_filtered=0x7f120006; - } - public static final class mipmap { - public static final int actionbar_logo=0x7f030000; - public static final int ic_launcher=0x7f030001; - } - public static final class plurals { - public static final int schedule_block_subtitle=0x7f0a0000; - public static final int session_notification_text=0x7f0a0001; - public static final int session_notification_ticker=0x7f0a0002; - public static final int session_notification_title=0x7f0a0003; - public static final int session_plurals=0x7f0a0004; - } - public static final class raw { - public static final int bootstrap_data=0x7f080000; - public static final int gtm_analytics=0x7f080001; - } - public static final class string { - public static final int SMCONF2016_extended_logo_not_clickable=0x7f090141; - public static final int SMCONF2016_logo_not_clickable=0x7f090142; - public static final int SMCONF2016_request_logo_not_clickable=0x7f090143; - public static final int a11y_button=0x7f09014b; - public static final int abc_action_bar_home_description=0x7f090000; - public static final int abc_action_bar_home_description_format=0x7f090001; - public static final int abc_action_bar_home_subtitle_description_format=0x7f090002; - public static final int abc_action_bar_up_description=0x7f090003; - public static final int abc_action_menu_overflow_description=0x7f090004; - public static final int abc_action_mode_done=0x7f090005; - public static final int abc_activity_chooser_view_see_all=0x7f090006; - public static final int abc_activitychooserview_choose_application=0x7f090007; - public static final int abc_search_hint=0x7f090008; - public static final int abc_searchview_description_clear=0x7f090009; - public static final int abc_searchview_description_query=0x7f09000a; - public static final int abc_searchview_description_search=0x7f09000b; - public static final int abc_searchview_description_submit=0x7f09000c; - public static final int abc_searchview_description_voice=0x7f09000d; - public static final int abc_shareactionprovider_share_with=0x7f09000e; - public static final int abc_shareactionprovider_share_with_application=0x7f09000f; - public static final int abc_toolbar_collapse_description=0x7f090010; - public static final int about_body=0x7f090031; - public static final int about_eula=0x7f090032; - public static final int about_licenses=0x7f090033; - public static final int about_main=0x7f090146; - public static final int about_privacy_policy=0x7f090147; - public static final int about_terms=0x7f090148; - public static final int accept=0x7f090034; - public static final int add_account=0x7f090035; - public static final int add_to_schedule=0x7f090036; - public static final int add_to_schedule_desc=0x7f090037; - public static final int all=0x7f090038; - public static final int all_sessions=0x7f090039; - public static final int all_themes=0x7f09003a; - public static final int all_topics=0x7f09003b; - public static final int all_types=0x7f09003c; - public static final int all_years=0x7f09003d; - public static final int app_data_notification_resolution_content=0x7f09003e; - public static final int app_data_notification_resolution_title=0x7f09003f; - public static final int app_name=0x7f090040; - public static final int appbar_scrolling_view_behavior=0x7f09014c; - public static final int attending_in_person=0x7f090041; - public static final int attending_remotely=0x7f090042; - public static final int browse_events=0x7f090043; - public static final int browse_sessions=0x7f090044; - public static final int calltoaction_wifi_configure=0x7f090045; - public static final int calltoaction_wifi_settings=0x7f090046; - public static final int cancel=0x7f090047; - public static final int close_and_go_back=0x7f090048; - public static final int close_detail_pane=0x7f090049; - public static final int common_android_wear_notification_needs_update_text=0x7f090011; - public static final int common_android_wear_update_text=0x7f090012; - public static final int common_android_wear_update_title=0x7f090013; - public static final int common_google_play_services_enable_button=0x7f090014; - public static final int common_google_play_services_enable_text=0x7f090015; - public static final int common_google_play_services_enable_title=0x7f090016; - public static final int common_google_play_services_error_notification_requested_by_msg=0x7f090017; - public static final int common_google_play_services_install_button=0x7f090018; - public static final int common_google_play_services_install_text_phone=0x7f090019; - public static final int common_google_play_services_install_text_tablet=0x7f09001a; - public static final int common_google_play_services_install_title=0x7f09001b; - public static final int common_google_play_services_invalid_account_text=0x7f09001c; - public static final int common_google_play_services_invalid_account_title=0x7f09001d; - public static final int common_google_play_services_needs_enabling_title=0x7f09001e; - public static final int common_google_play_services_network_error_text=0x7f09001f; - public static final int common_google_play_services_network_error_title=0x7f090020; - public static final int common_google_play_services_notification_needs_installation_title=0x7f090021; - public static final int common_google_play_services_notification_needs_update_title=0x7f090022; - public static final int common_google_play_services_notification_ticker=0x7f090023; - public static final int common_google_play_services_sign_in_failed_text=0x7f090024; - public static final int common_google_play_services_sign_in_failed_title=0x7f090025; - public static final int common_google_play_services_unknown_issue=0x7f090026; - public static final int common_google_play_services_unsupported_text=0x7f090027; - public static final int common_google_play_services_unsupported_title=0x7f090028; - public static final int common_google_play_services_update_button=0x7f090029; - public static final int common_google_play_services_update_text=0x7f09002a; - public static final int common_google_play_services_update_title=0x7f09002b; - public static final int common_open_on_phone=0x7f09002c; - public static final int common_signin_button_text=0x7f09002d; - public static final int common_signin_button_text_long=0x7f09002e; - public static final int commono_google_play_services_api_unavailable_text=0x7f09002f; - public static final int data_stale_warning=0x7f09004a; - public static final int day_n=0x7f09004b; - public static final int day_title_today=0x7f09004c; - public static final int day_title_tomorrow=0x7f09004d; - public static final int day_title_yesterday=0x7f09004e; - public static final int decline=0x7f09004f; - public static final int default_session_feedback_rating_bar_content_description=0x7f09014d; - public static final int description_about=0x7f090050; - public static final int description_add_schedule=0x7f090051; - public static final int description_app_feedback=0x7f090052; - public static final int description_app_feedback_old=0x7f090053; - public static final int description_captions=0x7f090054; - public static final int description_configure_wifi=0x7f090055; - public static final int description_debug=0x7f09014e; - public static final int description_filter=0x7f090056; - public static final int description_i_o_extended=0x7f090057; - public static final int description_map=0x7f090058; - public static final int description_presentation=0x7f090059; - public static final int description_refresh=0x7f09005a; - public static final int description_remove_schedule=0x7f09005b; - public static final int description_search=0x7f09005c; - public static final int description_settings=0x7f09005d; - public static final int description_setup_wifi_body=0x7f09005e; - public static final int description_share=0x7f09005f; - public static final int description_social_stream=0x7f090060; - public static final int drawer_close=0x7f090061; - public static final int drawer_open=0x7f090062; - public static final int empty_captions=0x7f090063; - public static final int empty_session_detail=0x7f090064; - public static final int empty_sessions=0x7f090065; - public static final int empty_waiting_for_sync=0x7f090066; - public static final int empty_widget_text=0x7f090067; - public static final int empty_widget_text_signed_out=0x7f090068; - public static final int ended_sessions=0x7f090069; - public static final int eula_legal_text=0x7f09006a; - public static final int explore_attending_in_person_toast=0x7f09006b; - public static final int explore_attending_remotely_toast=0x7f09006c; - public static final int explore_io_msgcards_after_hours_card=0x7f09006d; - public static final int explore_io_msgcards_answer_no=0x7f09006e; - public static final int explore_io_msgcards_answer_yes=0x7f09006f; - public static final int explore_io_msgcards_ask_opt_in=0x7f090070; - public static final int explore_io_msgcards_conf_creds_card=0x7f090071; - public static final int explore_io_msgcards_keynote_access_card=0x7f090135; - public static final int explore_io_msgcards_wifi_feedback=0x7f09014f; - public static final int explore_io_video_id_not_valid=0x7f090072; - public static final int explore_sessions_show_day_hour_and_room=0x7f090073; - public static final int explore_sessions_show_day_n=0x7f090074; - public static final int explore_sessions_time_slot_title=0x7f090075; - public static final int font_fontFamily_medium=0x7f09014a; - public static final int give_feedback=0x7f090076; - public static final int go_to_settings=0x7f090077; - public static final int google_account_required_message=0x7f090078; - public static final int google_account_required_title=0x7f090079; - public static final int google_i_o_year=0x7f09007a; - public static final int got_it=0x7f09007b; - public static final int io14_hashtag=0x7f090150; - public static final int io15_extended_logo_not_clickable=0x7f09007c; - public static final int io15_logo_not_clickable=0x7f09007d; - public static final int io15_request_logo_not_clickable=0x7f09007e; - public static final int io_logo_anim_1=0x7f090151; - public static final int io_logo_anim_5=0x7f090152; - public static final int io_logo_anim_cutout=0x7f090153; - public static final int io_logo_i=0x7f090154; - public static final int io_logo_not_clickable=0x7f09007f; - public static final int io_logo_o=0x7f090155; - public static final int io_logo_slash=0x7f090156; - public static final int keynote_group_title=0x7f090080; - public static final int live_available=0x7f090081; - public static final int live_now=0x7f090082; - public static final int loading=0x7f090083; - public static final int login_failed_text=0x7f090084; - public static final int login_failed_text_retry=0x7f090085; - public static final int lorem_ipsum=0x7f090157; - public static final int mandatory_update_error=0x7f090086; - public static final int map_at=0x7f090087; - public static final int map_floorcontrol_1=0x7f090158; - public static final int map_floorcontrol_2=0x7f090159; - public static final int map_floorcontrol_3=0x7f09015a; - public static final int map_infowindow_text_empty=0x7f09015b; - public static final int map_moscone=0x7f09015c; - public static final int map_moscone_address=0x7f09015d; - public static final int map_now_playing=0x7f090088; - public static final int map_touch_to_see_session=0x7f090089; - public static final int maps_api_key=0x7f09015e; - public static final int more_information=0x7f09008a; - public static final int more_items_button=0x7f09008b; - public static final int more_items_button_desc_a11y=0x7f09008c; - public static final int more_items_button_desc_with_label_a11y=0x7f090149; - public static final int more_sessions=0x7f09008d; - public static final int my_schedule_page_desc_a11y=0x7f09008e; - public static final int my_schedule_rate_this_session=0x7f09008f; - public static final int my_schedule_tab_desc_a11y=0x7f090090; - public static final int my_schedule_watch_live_now=0x7f090091; - public static final int navdrawer_description_a11y=0x7f090092; - public static final int navdrawer_item_debug=0x7f090093; - public static final int navdrawer_item_explore=0x7f090094; - public static final int navdrawer_item_explore_a11y=0x7f090095; - public static final int navdrawer_item_io_live=0x7f090096; - public static final int navdrawer_item_map=0x7f090097; - public static final int navdrawer_item_my_schedule=0x7f090098; - public static final int navdrawer_item_settings=0x7f090099; - public static final int navdrawer_item_sign_in=0x7f09009a; - public static final int navdrawer_item_social=0x7f09009b; - public static final int navdrawer_item_video_library=0x7f09009c; - public static final int navdrawer_menu_item_a11y_wrapper=0x7f09015f; - public static final int navdrawer_selected_menu_item_a11y_wrapper=0x7f090160; - public static final int navdrawer_status_attending_in_person=0x7f09009d; - public static final int navdrawer_status_attending_remotely=0x7f09009e; - public static final int navview_header_default_image_content_description=0x7f090161; - public static final int navview_header_user_image_content_description=0x7f090162; - public static final int navview_menu_item_debug=0x7f090163; - public static final int navview_menu_item_explore=0x7f090164; - public static final int navview_menu_item_iolive=0x7f090165; - public static final int navview_menu_item_map=0x7f090166; - public static final int navview_menu_item_myschedule=0x7f090167; - public static final int navview_menu_item_settings=0x7f090168; - public static final int navview_menu_item_social=0x7f090169; - public static final int navview_menu_item_videos=0x7f09016a; - public static final int new_videos_title=0x7f09009f; - public static final int no_connection_cant_login=0x7f0900a0; - public static final int no_matching_sessions=0x7f0900a1; - public static final int no_matching_sessions_in_interval=0x7f0900a2; - public static final int no_matching_videos=0x7f0900a3; - public static final int no_thanks=0x7f0900a4; - public static final int not_now=0x7f0900a5; - public static final int number_1=0x7f0900a6; - public static final int number_2=0x7f0900a7; - public static final int number_3=0x7f0900a8; - public static final int number_4=0x7f0900a9; - public static final int number_5=0x7f0900aa; - public static final int ok=0x7f0900ab; - public static final int others=0x7f0900ac; - public static final int permission_write=0x7f0900ad; - public static final int placeholder_button_label_1=0x7f09016b; - public static final int placeholder_button_label_2=0x7f09016c; - public static final int placeholder_email_address=0x7f09016d; - public static final int placeholder_lorem_ipsum=0x7f09016e; - public static final int placeholder_map_subtitle=0x7f09016f; - public static final int placeholder_map_title=0x7f090170; - public static final int placeholder_session_block_time=0x7f090171; - public static final int placeholder_session_blurb=0x7f090172; - public static final int placeholder_session_day=0x7f090173; - public static final int placeholder_session_end_time=0x7f090174; - public static final int placeholder_session_start_time=0x7f090175; - public static final int placeholder_session_subtitle=0x7f090176; - public static final int placeholder_session_subtitle_and_abstract=0x7f090177; - public static final int placeholder_session_title=0x7f090178; - public static final int plus_one_description_standard=0x7f0900ae; - public static final int pref_analytics_enabled_description=0x7f0900af; - public static final int pref_analytics_enabled_title=0x7f0900b0; - public static final int pref_attendee_at_venue_description=0x7f0900b1; - public static final int pref_attendee_at_venue_title=0x7f0900b2; - public static final int pref_conf_message_cards_enabled_description=0x7f0900b3; - public static final int pref_conf_message_cards_enabled_title=0x7f0900b4; - public static final int pref_local_times_description=0x7f0900b5; - public static final int pref_local_times_title=0x7f0900b6; - public static final int pref_notify_feedback_description=0x7f0900b7; - public static final int pref_notify_feedback_title=0x7f0900b8; - public static final int pref_notify_starred_sessions_description=0x7f0900b9; - public static final int pref_notify_starred_sessions_title=0x7f0900ba; - public static final int pref_sync_with_calendar_description=0x7f0900bb; - public static final int pref_sync_with_calendar_title=0x7f0900bc; - public static final int question_i_o_extended=0x7f0900bd; - public static final int question_local_or_remote=0x7f0900be; - public static final int question_setup_wifi_card_text=0x7f0900bf; - public static final int related_videos=0x7f0900c0; - public static final int remove_from_schedule=0x7f0900c1; - public static final int remove_from_schedule_desc=0x7f0900c2; - public static final int retry=0x7f0900c3; - public static final int schedule_conflict_with_previous=0x7f0900c4; - public static final int schedule_end_time=0x7f0900c5; - public static final int schedule_session_subtitle=0x7f0900c6; - public static final int search_hint=0x7f0900c7; - public static final int search_label=0x7f0900c8; - public static final int session_calendar_suffix=0x7f0900c9; - public static final int session_details_a11y_session_added=0x7f0900ca; - public static final int session_details_a11y_session_removed=0x7f0900cb; - public static final int session_feedback_additional_comments_no_personal_info=0x7f090179; - public static final int session_feedback_advanced=0x7f0900cc; - public static final int session_feedback_awesome=0x7f09017a; - public static final int session_feedback_basic=0x7f0900cd; - public static final int session_feedback_content=0x7f090136; - public static final int session_feedback_content_label_text=0x7f0900ce; - public static final int session_feedback_extremely_relevant=0x7f0900cf; - public static final int session_feedback_great=0x7f0900d0; - public static final int session_feedback_not_at_all_relevant=0x7f0900d1; - public static final int session_feedback_not_so_awesome=0x7f09017b; - public static final int session_feedback_notgreat=0x7f0900d2; - public static final int session_feedback_notification_text=0x7f0900d3; - public static final int session_feedback_notification_ticker=0x7f0900d4; - public static final int session_feedback_notrel=0x7f090137; - public static final int session_feedback_other=0x7f0900d5; - public static final int session_feedback_outstanding=0x7f0900d6; - public static final int session_feedback_poor=0x7f0900d7; - public static final int session_feedback_rel=0x7f090138; - public static final int session_feedback_relevance=0x7f0900d8; - public static final int session_feedback_speaker_quality=0x7f0900d9; - public static final int session_feedback_submitlink=0x7f0900da; - public static final int session_feedback_tell_us=0x7f090139; - public static final int session_feedback_title_rate=0x7f09017c; - public static final int session_finished=0x7f0900db; - public static final int session_give_feedback_message=0x7f0900dc; - public static final int session_in_schedule_indicator_a11y=0x7f09017d; - public static final int session_link_livestream=0x7f0900dd; - public static final int session_link_moderator=0x7f0900de; - public static final int session_link_notes=0x7f0900df; - public static final int session_link_pdf=0x7f0900e0; - public static final int session_link_youtube=0x7f0900e1; - public static final int session_links=0x7f0900e2; - public static final int session_live_now_message=0x7f0900e3; - public static final int session_live_streamed=0x7f0900e4; - public static final int session_livestream_block=0x7f0900e5; - public static final int session_livestream_captions=0x7f0900e6; - public static final int session_livestream_error_init=0x7f0900e7; - public static final int session_livestream_error_playback=0x7f0900e8; - public static final int session_livestream_info=0x7f0900e9; - public static final int session_livestream_play_pause=0x7f0900ea; - public static final int session_livestream_title=0x7f0900eb; - public static final int session_notification_text_1=0x7f0900ec; - public static final int session_now=0x7f0900ed; - public static final int session_rating_label_text=0x7f0900ee; - public static final int session_replay=0x7f0900ef; - public static final int session_requirements=0x7f0900f0; - public static final int session_speakers=0x7f0900f1; - public static final int session_subtitle=0x7f0900f2; - public static final int session_subtitle_short=0x7f0900f3; - public static final int session_watch=0x7f0900f4; - public static final int session_watch_live=0x7f0900f5; - public static final int setup_wifi_yes=0x7f0900f6; - public static final int share_livestream_template=0x7f0900f7; - public static final int share_template=0x7f0900f8; - public static final int snooze_x_min=0x7f0900f9; - public static final int social_SMCONF2016_gplus_content_description=0x7f090144; - public static final int social_SMCONF2016_twitter_content_description=0x7f090145; - public static final int social_extended=0x7f09017e; - public static final int social_extended_gplus_content_description=0x7f0900fa; - public static final int social_extended_twitter_content_description=0x7f0900fb; - public static final int social_gplus_devs=0x7f09017f; - public static final int social_gplus_devs_content_description=0x7f0900fc; - public static final int social_intro=0x7f0900fd; - public static final int social_io15_gplus_content_description=0x7f0900fe; - public static final int social_io15_twitter_content_description=0x7f0900ff; - public static final int social_request=0x7f090180; - public static final int social_request_gplus_content_description=0x7f090100; - public static final int social_request_twitter_content_description=0x7f090101; - public static final int social_twitter_devs=0x7f090181; - public static final int social_twitter_devs_content_description=0x7f090102; - public static final int speaker_googleplus_profile=0x7f090103; - public static final int speaker_social_page=0x7f090104; - public static final int status_bar_notification_info_overflow=0x7f090030; - public static final int talkback_button=0x7f09013a; - public static final int talkback_image=0x7f09013b; - public static final int talkback_link=0x7f09013c; - public static final int talkback_not_clickable=0x7f09013d; - public static final int talkback_not_selected=0x7f09013e; - public static final int talkback_selected=0x7f09013f; - public static final int talkback_tapfor=0x7f090140; - public static final int themes=0x7f090105; - public static final int time_hint_about_to_start_min=0x7f090106; - public static final int time_hint_about_to_start_shortly=0x7f090107; - public static final int time_hint_session_ended=0x7f090108; - public static final int time_hint_started_just=0x7f090109; - public static final int time_hint_started_min=0x7f09010a; - public static final int times_shown_in_tz=0x7f09010b; - public static final int title_about=0x7f09010c; - public static final int title_activity_ble=0x7f090182; - public static final int title_activity_debug_test_runner=0x7f090183; - public static final int title_activity_new_social=0x7f09010d; - public static final int title_explore=0x7f09010e; - public static final int title_explore_sessions_filter=0x7f09010f; - public static final int title_map=0x7f090110; - public static final int title_my_schedule=0x7f090111; - public static final int title_office_hours=0x7f090112; - public static final int title_sandbox_detail=0x7f090113; - public static final int title_search=0x7f090114; - public static final int title_session_detail=0x7f090115; - public static final int title_session_feedback=0x7f090116; - public static final int title_settings=0x7f090117; - public static final int title_share=0x7f090118; - public static final int title_topic_filtered_video_library=0x7f090119; - public static final int title_video_library=0x7f09011a; - public static final int title_video_library_filter=0x7f09011b; - public static final int title_year_and_topic_filtered_video_library=0x7f09011c; - public static final int title_year_filtered_video_library=0x7f09011d; - public static final int topic_filter_section_label=0x7f09011e; - public static final int topics=0x7f09011f; - public static final int types=0x7f090120; - public static final int unknown_error=0x7f090121; - public static final int unknown_room=0x7f090122; - public static final int update_app=0x7f090123; - public static final int update_available=0x7f090124; - public static final int updated_session_feedback_rating_bar_content_description=0x7f090184; - public static final int watch_now=0x7f090125; - public static final int website_host_name=0x7f090185; - public static final int welcome_around=0x7f090126; - public static final int welcome_attending=0x7f090127; - public static final int welcome_attending_text=0x7f090128; - public static final int welcome_conduct_text=0x7f090129; - public static final int welcome_conduct_title=0x7f09012a; - public static final int welcome_enable=0x7f09012b; - public static final int welcome_no_thanks=0x7f09012c; - public static final int welcome_select_accoun_text=0x7f09012d; - public static final int welcome_select_account=0x7f09012e; - public static final int welcome_text=0x7f09012f; - public static final int welcome_to_google_i_o_app=0x7f090130; - public static final int wifi_dialog_button_configure=0x7f090131; - public static final int wifi_dialog_button_settings=0x7f090132; - public static final int wifi_install_error_message=0x7f090133; - public static final int year_filter_section_label=0x7f090134; - } - public static final class style { - public static final int AboutLink=0x7f0c0083; - public static final int ActionBar_Accounts=0x7f0c0084; - public static final int ActionBarPopupThemeOverlay=0x7f0c0085; - public static final int ActionBarThemeOverlay=0x7f0c0086; - public static final int AlertDialog_AppCompat=0x7f0c0087; - public static final int AlertDialog_AppCompat_Light=0x7f0c0088; - public static final int Animation_AppCompat_Dialog=0x7f0c0089; - public static final int Animation_AppCompat_DropDownUp=0x7f0c008a; - public static final int Base_AlertDialog_AppCompat=0x7f0c008b; - public static final int Base_AlertDialog_AppCompat_Light=0x7f0c008c; - public static final int Base_Animation_AppCompat_Dialog=0x7f0c008d; - public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c008e; - public static final int Base_DialogWindowTitle_AppCompat=0x7f0c008f; - public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c0090; - public static final int Base_TextAppearance_AppCompat=0x7f0c0031; - public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0032; - public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c0033; - public static final int Base_TextAppearance_AppCompat_Button=0x7f0c001b; - public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0034; - public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0035; - public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0036; - public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c0037; - public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c0038; - public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0039; - public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c0006; - public static final int Base_TextAppearance_AppCompat_Large=0x7f0c003a; - public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c0007; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c003b; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c003c; - public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c003d; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c0008; - public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c003e; - public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c0091; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c003f; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0040; - public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0041; - public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0009; - public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c0042; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c000a; - public static final int Base_TextAppearance_AppCompat_Title=0x7f0c0043; - public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c000b; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0044; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0045; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0046; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0047; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0048; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0049; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c004a; - public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c004b; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c007f; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0092; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c004c; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c004d; - public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c004e; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c004f; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0093; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0050; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0051; - public static final int Base_Theme_AppCompat=0x7f0c0052; - public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c0094; - public static final int Base_Theme_AppCompat_Dialog=0x7f0c000c; - public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0095; - public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c0096; - public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0097; - public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0002; - public static final int Base_Theme_AppCompat_Light=0x7f0c0053; - public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c0098; - public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c000d; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0099; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c009a; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c009b; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0003; - public static final int Base_ThemeOverlay_AppCompat=0x7f0c009c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c009d; - public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c009e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c009f; - public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c00a0; - public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c000e; - public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c000f; - public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0017; - public static final int Base_V12_Widget_AppCompat_EditText=0x7f0c0018; - public static final int Base_V21_Theme_AppCompat=0x7f0c0054; - public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c0055; - public static final int Base_V21_Theme_AppCompat_Light=0x7f0c0056; - public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c0057; - public static final int Base_V22_Theme_AppCompat=0x7f0c007d; - public static final int Base_V22_Theme_AppCompat_Light=0x7f0c007e; - public static final int Base_V23_Theme_AppCompat=0x7f0c0080; - public static final int Base_V23_Theme_AppCompat_Light=0x7f0c0081; - public static final int Base_V7_Theme_AppCompat=0x7f0c00a1; - public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c00a2; - public static final int Base_V7_Theme_AppCompat_Light=0x7f0c00a3; - public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00a4; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00a5; - public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c00a6; - public static final int Base_Widget_AppCompat_ActionBar=0x7f0c00a7; - public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00a8; - public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00a9; - public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0058; - public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0059; - public static final int Base_Widget_AppCompat_ActionButton=0x7f0c005a; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c005b; - public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c005c; - public static final int Base_Widget_AppCompat_ActionMode=0x7f0c00aa; - public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00ab; - public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0019; - public static final int Base_Widget_AppCompat_Button=0x7f0c005d; - public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c005e; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c005f; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00ac; - public static final int Base_Widget_AppCompat_Button_Colored=0x7f0c0082; - public static final int Base_Widget_AppCompat_Button_Small=0x7f0c0060; - public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c0061; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00ad; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0062; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0063; - public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00ae; - public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c0000; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00af; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c0064; - public static final int Base_Widget_AppCompat_EditText=0x7f0c001a; - public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00b0; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00b1; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00b2; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0065; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0066; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0067; - public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0068; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0069; - public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c006a; - public static final int Base_Widget_AppCompat_ListView=0x7f0c006b; - public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c006c; - public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c006d; - public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c006e; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c006f; - public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c00b3; - public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c0010; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0011; - public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0070; - public static final int Base_Widget_AppCompat_SearchView=0x7f0c00b4; - public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00b5; - public static final int Base_Widget_AppCompat_Spinner=0x7f0c0071; - public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0072; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0073; - public static final int Base_Widget_AppCompat_Toolbar=0x7f0c00b6; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0074; - public static final int Base_Widget_Design_TabLayout=0x7f0c00b7; - public static final int Body1Text=0x7f0c00b8; - public static final int Body2Text=0x7f0c00b9; - public static final int Bubble_TextAppearance_Dark=0x7f0c00ba; - public static final int Bubble_TextAppearance_Light=0x7f0c00bb; - public static final int CardView=0x7f0c00bc; - public static final int CardView_Dark=0x7f0c00bd; - public static final int CardView_Light=0x7f0c00be; - public static final int ClusterIcon_TextAppearance=0x7f0c00bf; - public static final int EmptyText=0x7f0c00c0; - public static final int ExploreItem_Category=0x7f0c00c1; - public static final int ExploreItem_Snippet=0x7f0c00c2; - public static final int ExploreItem_Subtitle=0x7f0c00c3; - public static final int ExploreItem_Subtitle_Hero=0x7f0c00c4; - public static final int ExploreItem_Title=0x7f0c00c5; - public static final int ExploreItem_Title_Hero=0x7f0c00c6; - public static final int FeedbackNumberRatingBar=0x7f0c00c7; - public static final int FeedbackQuestionGuideText=0x7f0c00c8; - public static final int FeedbackRatingBar=0x7f0c00c9; - public static final int FrameworkRoot_Theme=0x7f0c0023; - public static final int FrameworkRoot_Widget=0x7f0c00ca; - public static final int HeaderBar=0x7f0c00cb; - public static final int LiveNowIndicator=0x7f0c00cc; - public static final int LoginHelpText=0x7f0c00cd; - public static final int MapLabel=0x7f0c00ce; - public static final int MapRoomTitle=0x7f0c00cf; - public static final int MoreButton=0x7f0c00d0; - public static final int MyScheduleDayLabel=0x7f0c00d1; - public static final int MyScheduleTabTextAppearancce=0x7f0c00d2; - public static final int Platform_AppCompat=0x7f0c0012; - public static final int Platform_AppCompat_Light=0x7f0c0013; - public static final int Platform_ThemeOverlay_AppCompat=0x7f0c0075; - public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c0076; - public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0077; - public static final int Platform_V11_AppCompat=0x7f0c0014; - public static final int Platform_V11_AppCompat_Light=0x7f0c0015; - public static final int Platform_V14_AppCompat=0x7f0c001c; - public static final int Platform_V14_AppCompat_Light=0x7f0c001d; - public static final int Platform_Widget_AppCompat_Spinner=0x7f0c0016; - public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c0024; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c0025; - public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c0026; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c0027; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0028; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0029; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c002a; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c002b; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c002c; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c002d; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c002e; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c002f; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0030; - public static final int SearchViewTheme=0x7f0c00d3; - public static final int SessionDetailPlusOne=0x7f0c00d4; - public static final int SessionDetailsSpeakerName=0x7f0c00d5; - public static final int SessionDetailsSubtitle=0x7f0c00d6; - public static final int SessionDetailsTitle=0x7f0c00d7; - public static final int SessionLiveStreamed=0x7f0c00d8; - public static final int SessionTimeHint=0x7f0c00d9; - public static final int TabIndicator=0x7f0c0078; - public static final int TextAppearance_AppCompat=0x7f0c00da; - public static final int TextAppearance_AppCompat_Body1=0x7f0c00db; - public static final int TextAppearance_AppCompat_Body2=0x7f0c00dc; - public static final int TextAppearance_AppCompat_Button=0x7f0c00dd; - public static final int TextAppearance_AppCompat_Caption=0x7f0c00de; - public static final int TextAppearance_AppCompat_Display1=0x7f0c00df; - public static final int TextAppearance_AppCompat_Display2=0x7f0c00e0; - public static final int TextAppearance_AppCompat_Display3=0x7f0c00e1; - public static final int TextAppearance_AppCompat_Display4=0x7f0c00e2; - public static final int TextAppearance_AppCompat_Headline=0x7f0c00e3; - public static final int TextAppearance_AppCompat_Inverse=0x7f0c00e4; - public static final int TextAppearance_AppCompat_Large=0x7f0c00e5; - public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e6; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00e7; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00e8; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00e9; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00ea; - public static final int TextAppearance_AppCompat_Medium=0x7f0c00eb; - public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00ec; - public static final int TextAppearance_AppCompat_Menu=0x7f0c00ed; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00ee; - public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00ef; - public static final int TextAppearance_AppCompat_Small=0x7f0c00f0; - public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00f1; - public static final int TextAppearance_AppCompat_Subhead=0x7f0c00f2; - public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00f3; - public static final int TextAppearance_AppCompat_Title=0x7f0c00f4; - public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00f5; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00f6; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00f7; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00f8; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00f9; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00fa; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00fb; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00fc; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00fd; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00fe; - public static final int TextAppearance_AppCompat_Widget_Button=0x7f0c00ff; - public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0100; - public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0101; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0102; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0103; - public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c0104; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0105; - public static final int TextAppearance_Body1=0x7f0c0106; - public static final int TextAppearance_Body2=0x7f0c0107; - public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0108; - public static final int TextAppearance_Design_Error=0x7f0c0109; - public static final int TextAppearance_Design_Hint=0x7f0c010a; - public static final int TextAppearance_Design_Snackbar_Message=0x7f0c010b; - public static final int TextAppearance_Design_Tab=0x7f0c010c; - public static final int TextAppearance_Filter=0x7f0c010d; - public static final int TextAppearance_LargePopupMenu=0x7f0c010e; - public static final int TextAppearance_SessionTitle=0x7f0c010f; - public static final int TextAppearance_StatusBar_EventContent=0x7f0c001e; - public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0c001f; - public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0c0020; - public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0c0021; - public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0c0022; - public static final int TextAppearance_Subhead=0x7f0c0110; - public static final int TextAppearance_Title=0x7f0c0111; - public static final int TextAppearance_VideoDuration=0x7f0c0112; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c0113; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c0114; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0115; - public static final int TextBody=0x7f0c0116; - public static final int TextHeader=0x7f0c0117; - public static final int TextHeaderSub=0x7f0c0118; - public static final int Theme=0x7f0c0119; - public static final int Theme_AppCompat=0x7f0c011a; - public static final int Theme_AppCompat_CompactMenu=0x7f0c011b; - public static final int Theme_AppCompat_Dialog=0x7f0c011c; - public static final int Theme_AppCompat_Dialog_Alert=0x7f0c011d; - public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c011e; - public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c011f; - public static final int Theme_AppCompat_Light=0x7f0c0120; - public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c0121; - public static final int Theme_AppCompat_Light_Dialog=0x7f0c0122; - public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0123; - public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0124; - public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0125; - public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c0126; - public static final int Theme_AppCompat_NoActionBar=0x7f0c0127; - public static final int Theme_IOSched=0x7f0c0079; - public static final int Theme_IOSched_Accounts=0x7f0c0128; - public static final int Theme_IOSched_AlertDialog=0x7f0c007a; - public static final int Theme_IOSched_Base=0x7f0c0129; - public static final int Theme_IOSched_CardView_Button=0x7f0c012a; - public static final int Theme_IOSched_Feedback=0x7f0c012b; - public static final int Theme_IOSched_Livestream=0x7f0c012c; - public static final int Theme_IOSched_Map=0x7f0c012d; - public static final int Theme_IOSched_MySchedule=0x7f0c012e; - public static final int Theme_IOSched_Search=0x7f0c012f; - public static final int Theme_IOSched_SessionDetails=0x7f0c0004; - public static final int Theme_IOSched_SessionDetails_Base=0x7f0c0005; - public static final int Theme_IOSched_Sessions=0x7f0c0130; - public static final int Theme_IOSched_Social=0x7f0c0131; - public static final int Theme_IOSched_VideoLibrary=0x7f0c0132; - public static final int Theme_IOSched_Welcome=0x7f0c0133; - public static final int Theme_IOSched_Widget=0x7f0c0134; - public static final int Theme_IOSched_WithNavDrawer=0x7f0c007b; - public static final int ThemeOverlay_AppCompat=0x7f0c0135; - public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c0136; - public static final int ThemeOverlay_AppCompat_Dark=0x7f0c0137; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0138; - public static final int ThemeOverlay_AppCompat_Light=0x7f0c0139; - public static final int WelcomeAccounts=0x7f0c013a; - public static final int WelcomeTitle=0x7f0c013b; - public static final int Widget_AppCompat_ActionBar=0x7f0c013c; - public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c013d; - public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c013e; - public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c013f; - public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c0140; - public static final int Widget_AppCompat_ActionButton=0x7f0c0141; - public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0142; - public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c0143; - public static final int Widget_AppCompat_ActionMode=0x7f0c0144; - public static final int Widget_AppCompat_ActivityChooserView=0x7f0c0145; - public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c0146; - public static final int Widget_AppCompat_Button=0x7f0c0147; - public static final int Widget_AppCompat_Button_Borderless=0x7f0c0148; - public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c0149; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c014a; - public static final int Widget_AppCompat_Button_Colored=0x7f0c014b; - public static final int Widget_AppCompat_Button_Small=0x7f0c014c; - public static final int Widget_AppCompat_ButtonBar=0x7f0c014d; - public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c014e; - public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c014f; - public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0150; - public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c0151; - public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c0152; - public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0153; - public static final int Widget_AppCompat_EditText=0x7f0c0154; - public static final int Widget_AppCompat_Light_ActionBar=0x7f0c0155; - public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0156; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0157; - public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0158; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c0159; - public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c015a; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c015b; - public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c015c; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c015d; - public static final int Widget_AppCompat_Light_ActionButton=0x7f0c015e; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c015f; - public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0160; - public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0161; - public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0162; - public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0163; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0164; - public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0165; - public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0166; - public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c0167; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0168; - public static final int Widget_AppCompat_Light_SearchView=0x7f0c0169; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c016a; - public static final int Widget_AppCompat_ListPopupWindow=0x7f0c016b; - public static final int Widget_AppCompat_ListView=0x7f0c016c; - public static final int Widget_AppCompat_ListView_DropDown=0x7f0c016d; - public static final int Widget_AppCompat_ListView_Menu=0x7f0c016e; - public static final int Widget_AppCompat_PopupMenu=0x7f0c016f; - public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0170; - public static final int Widget_AppCompat_PopupWindow=0x7f0c0171; - public static final int Widget_AppCompat_ProgressBar=0x7f0c0172; - public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0173; - public static final int Widget_AppCompat_RatingBar=0x7f0c0174; - public static final int Widget_AppCompat_SearchView=0x7f0c0175; - public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c0176; - public static final int Widget_AppCompat_Spinner=0x7f0c0177; - public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c0178; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0179; - public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c017a; - public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c017b; - public static final int Widget_AppCompat_Toolbar=0x7f0c017c; - public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c017d; - public static final int Widget_Design_AppBarLayout=0x7f0c017e; - public static final int Widget_Design_CollapsingToolbar=0x7f0c017f; - public static final int Widget_Design_CoordinatorLayout=0x7f0c0180; - public static final int Widget_Design_FloatingActionButton=0x7f0c0181; - public static final int Widget_Design_NavigationView=0x7f0c0182; - public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0183; - public static final int Widget_Design_Snackbar=0x7f0c0184; - public static final int Widget_Design_TabLayout=0x7f0c0001; - public static final int Widget_Design_TextInputLayout=0x7f0c0185; - public static final int Widget_IOSched_EditText=0x7f0c0186; - public static final int Widget_IOSched_HeaderBar_Spinner=0x7f0c007c; - public static final int Widget_IOSched_HeaderBar_Spinner_Base=0x7f0c0187; - public static final int Widget_IOSched_ListView_DropDown=0x7f0c0188; - public static final int Widget_IOSched_PopupMenu=0x7f0c0189; - public static final int Widget_IOSched_Search_AutoCompleteTextView=0x7f0c018a; - public static final int Widget_IOSched_SearchView=0x7f0c018b; - } - public static final class transition { - public static final int shared_element=0x7f060000; - public static final int window_enter_exit=0x7f060001; - } - public static final class xml { - public static final int analytics_debug=0x7f070000; - public static final int analytics_release=0x7f070001; - public static final int searchable=0x7f070002; - public static final int settings_prefs=0x7f070003; - public static final int syncadapter=0x7f070004; - public static final int widgetinfo=0x7f070005; - } - public static final class styleable { - /** Attributes that can be used with a ActionBar. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #ActionBar_background com.google.samples.apps.iosched:background}
{@link #ActionBar_backgroundSplit com.google.samples.apps.iosched:backgroundSplit}
{@link #ActionBar_backgroundStacked com.google.samples.apps.iosched:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.google.samples.apps.iosched:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.google.samples.apps.iosched:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.google.samples.apps.iosched:contentInsetRight}
{@link #ActionBar_contentInsetStart com.google.samples.apps.iosched:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.google.samples.apps.iosched:customNavigationLayout}
{@link #ActionBar_displayOptions com.google.samples.apps.iosched:displayOptions}
{@link #ActionBar_divider com.google.samples.apps.iosched:divider}
{@link #ActionBar_elevation com.google.samples.apps.iosched:elevation}
{@link #ActionBar_height com.google.samples.apps.iosched:height}
{@link #ActionBar_hideOnContentScroll com.google.samples.apps.iosched:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.google.samples.apps.iosched:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.google.samples.apps.iosched:homeLayout}
{@link #ActionBar_icon com.google.samples.apps.iosched:icon}
{@link #ActionBar_indeterminateProgressStyle com.google.samples.apps.iosched:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.google.samples.apps.iosched:itemPadding}
{@link #ActionBar_logo com.google.samples.apps.iosched:logo}
{@link #ActionBar_navigationMode com.google.samples.apps.iosched:navigationMode}
{@link #ActionBar_popupTheme com.google.samples.apps.iosched:popupTheme}
{@link #ActionBar_progressBarPadding com.google.samples.apps.iosched:progressBarPadding}
{@link #ActionBar_progressBarStyle com.google.samples.apps.iosched:progressBarStyle}
{@link #ActionBar_subtitle com.google.samples.apps.iosched:subtitle}
{@link #ActionBar_subtitleTextStyle com.google.samples.apps.iosched:subtitleTextStyle}
{@link #ActionBar_title com.google.samples.apps.iosched:title}
{@link #ActionBar_titleTextStyle com.google.samples.apps.iosched:titleTextStyle}
- @see #ActionBar_background - @see #ActionBar_backgroundSplit - @see #ActionBar_backgroundStacked - @see #ActionBar_contentInsetEnd - @see #ActionBar_contentInsetLeft - @see #ActionBar_contentInsetRight - @see #ActionBar_contentInsetStart - @see #ActionBar_customNavigationLayout - @see #ActionBar_displayOptions - @see #ActionBar_divider - @see #ActionBar_elevation - @see #ActionBar_height - @see #ActionBar_hideOnContentScroll - @see #ActionBar_homeAsUpIndicator - @see #ActionBar_homeLayout - @see #ActionBar_icon - @see #ActionBar_indeterminateProgressStyle - @see #ActionBar_itemPadding - @see #ActionBar_logo - @see #ActionBar_navigationMode - @see #ActionBar_popupTheme - @see #ActionBar_progressBarPadding - @see #ActionBar_progressBarStyle - @see #ActionBar_subtitle - @see #ActionBar_subtitleTextStyle - @see #ActionBar_title - @see #ActionBar_titleTextStyle - */ - public static final int[] ActionBar = { - 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, - 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, - 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, - 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, - 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, - 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, - 0x7f01001a, 0x7f01001b, 0x7f0100f7 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#background} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:background - */ - public static final int ActionBar_background = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundSplit} - attribute's value can be found in the {@link #ActionBar} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:backgroundSplit - */ - public static final int ActionBar_backgroundSplit = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundStacked} - attribute's value can be found in the {@link #ActionBar} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:backgroundStacked - */ - public static final int ActionBar_backgroundStacked = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetEnd} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetEnd - */ - public static final int ActionBar_contentInsetEnd = 21; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetLeft} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetLeft - */ - public static final int ActionBar_contentInsetLeft = 22; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetRight} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetRight - */ - public static final int ActionBar_contentInsetRight = 23; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetStart} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetStart - */ - public static final int ActionBar_contentInsetStart = 20; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#customNavigationLayout} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:customNavigationLayout - */ - public static final int ActionBar_customNavigationLayout = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#displayOptions} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - -
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
- @attr name com.google.samples.apps.iosched:displayOptions - */ - public static final int ActionBar_displayOptions = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#divider} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:divider - */ - public static final int ActionBar_divider = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#elevation} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:elevation - */ - public static final int ActionBar_elevation = 24; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#height} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:height - */ - public static final int ActionBar_height = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#hideOnContentScroll} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:hideOnContentScroll - */ - public static final int ActionBar_hideOnContentScroll = 19; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#homeAsUpIndicator} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:homeAsUpIndicator - */ - public static final int ActionBar_homeAsUpIndicator = 26; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#homeLayout} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:homeLayout - */ - public static final int ActionBar_homeLayout = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#icon} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:icon - */ - public static final int ActionBar_icon = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#indeterminateProgressStyle} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:indeterminateProgressStyle - */ - public static final int ActionBar_indeterminateProgressStyle = 16; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#itemPadding} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:itemPadding - */ - public static final int ActionBar_itemPadding = 18; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#logo} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:logo - */ - public static final int ActionBar_logo = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#navigationMode} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
normal0
listMode1
tabMode2
- @attr name com.google.samples.apps.iosched:navigationMode - */ - public static final int ActionBar_navigationMode = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupTheme} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupTheme - */ - public static final int ActionBar_popupTheme = 25; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#progressBarPadding} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:progressBarPadding - */ - public static final int ActionBar_progressBarPadding = 17; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#progressBarStyle} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:progressBarStyle - */ - public static final int ActionBar_progressBarStyle = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitle} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:subtitle - */ - public static final int ActionBar_subtitle = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitleTextStyle} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:subtitleTextStyle - */ - public static final int ActionBar_subtitleTextStyle = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#title} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:title - */ - public static final int ActionBar_title = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleTextStyle} - attribute's value can be found in the {@link #ActionBar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:titleTextStyle - */ - public static final int ActionBar_titleTextStyle = 5; - /** Attributes that can be used with a ActionBarLayout. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
- @see #ActionBarLayout_android_layout_gravity - */ - public static final int[] ActionBarLayout = { - 0x010100b3 - }; - /** -

This symbol is the offset where the {@link android.R.attr#layout_gravity} - attribute's value can be found in the {@link #ActionBarLayout} array. - @attr name android:layout_gravity - */ - public static final int ActionBarLayout_android_layout_gravity = 0; - /** Attributes that can be used with a ActionMenuItemView. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
- @see #ActionMenuItemView_android_minWidth - */ - public static final int[] ActionMenuItemView = { - 0x0101013f - }; - /** -

This symbol is the offset where the {@link android.R.attr#minWidth} - attribute's value can be found in the {@link #ActionMenuItemView} array. - @attr name android:minWidth - */ - public static final int ActionMenuItemView_android_minWidth = 0; - /** Attributes that can be used with a ActionMenuView. - */ - public static final int[] ActionMenuView = { - - }; - /** Attributes that can be used with a ActionMode. -

Includes the following attributes:

- - - - - - - - - - -
AttributeDescription
{@link #ActionMode_background com.google.samples.apps.iosched:background}
{@link #ActionMode_backgroundSplit com.google.samples.apps.iosched:backgroundSplit}
{@link #ActionMode_closeItemLayout com.google.samples.apps.iosched:closeItemLayout}
{@link #ActionMode_height com.google.samples.apps.iosched:height}
{@link #ActionMode_subtitleTextStyle com.google.samples.apps.iosched:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.google.samples.apps.iosched:titleTextStyle}
- @see #ActionMode_background - @see #ActionMode_backgroundSplit - @see #ActionMode_closeItemLayout - @see #ActionMode_height - @see #ActionMode_subtitleTextStyle - @see #ActionMode_titleTextStyle - */ - public static final int[] ActionMode = { - 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, - 0x7f01000e, 0x7f01001c - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#background} - attribute's value can be found in the {@link #ActionMode} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:background - */ - public static final int ActionMode_background = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundSplit} - attribute's value can be found in the {@link #ActionMode} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:backgroundSplit - */ - public static final int ActionMode_backgroundSplit = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#closeItemLayout} - attribute's value can be found in the {@link #ActionMode} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:closeItemLayout - */ - public static final int ActionMode_closeItemLayout = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#height} - attribute's value can be found in the {@link #ActionMode} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:height - */ - public static final int ActionMode_height = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitleTextStyle} - attribute's value can be found in the {@link #ActionMode} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:subtitleTextStyle - */ - public static final int ActionMode_subtitleTextStyle = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleTextStyle} - attribute's value can be found in the {@link #ActionMode} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:titleTextStyle - */ - public static final int ActionMode_titleTextStyle = 1; - /** Attributes that can be used with a ActivityChooserView. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.google.samples.apps.iosched:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.google.samples.apps.iosched:initialActivityCount}
- @see #ActivityChooserView_expandActivityOverflowButtonDrawable - @see #ActivityChooserView_initialActivityCount - */ - public static final int[] ActivityChooserView = { - 0x7f01001d, 0x7f01001e - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandActivityOverflowButtonDrawable} - attribute's value can be found in the {@link #ActivityChooserView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:expandActivityOverflowButtonDrawable - */ - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#initialActivityCount} - attribute's value can be found in the {@link #ActivityChooserView} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:initialActivityCount - */ - public static final int ActivityChooserView_initialActivityCount = 0; - /** Attributes that can be used with a AlertDialog. -

Includes the following attributes:

- - - - - - - - - - -
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.google.samples.apps.iosched:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.google.samples.apps.iosched:listItemLayout}
{@link #AlertDialog_listLayout com.google.samples.apps.iosched:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.google.samples.apps.iosched:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.google.samples.apps.iosched:singleChoiceItemLayout}
- @see #AlertDialog_android_layout - @see #AlertDialog_buttonPanelSideLayout - @see #AlertDialog_listItemLayout - @see #AlertDialog_listLayout - @see #AlertDialog_multiChoiceItemLayout - @see #AlertDialog_singleChoiceItemLayout - */ - public static final int[] AlertDialog = { - 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, - 0x7f010022, 0x7f010023 - }; - /** -

This symbol is the offset where the {@link android.R.attr#layout} - attribute's value can be found in the {@link #AlertDialog} array. - @attr name android:layout - */ - public static final int AlertDialog_android_layout = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonPanelSideLayout} - attribute's value can be found in the {@link #AlertDialog} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonPanelSideLayout - */ - public static final int AlertDialog_buttonPanelSideLayout = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listItemLayout} - attribute's value can be found in the {@link #AlertDialog} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:listItemLayout - */ - public static final int AlertDialog_listItemLayout = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listLayout} - attribute's value can be found in the {@link #AlertDialog} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:listLayout - */ - public static final int AlertDialog_listLayout = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#multiChoiceItemLayout} - attribute's value can be found in the {@link #AlertDialog} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:multiChoiceItemLayout - */ - public static final int AlertDialog_multiChoiceItemLayout = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#singleChoiceItemLayout} - attribute's value can be found in the {@link #AlertDialog} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:singleChoiceItemLayout - */ - public static final int AlertDialog_singleChoiceItemLayout = 4; - /** Attributes that can be used with a AppBarLayout. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #AppBarLayout_android_background android:background}
{@link #AppBarLayout_elevation com.google.samples.apps.iosched:elevation}
{@link #AppBarLayout_expanded com.google.samples.apps.iosched:expanded}
- @see #AppBarLayout_android_background - @see #AppBarLayout_elevation - @see #AppBarLayout_expanded - */ - public static final int[] AppBarLayout = { - 0x010100d4, 0x7f01001a, 0x7f010024 - }; - /** -

This symbol is the offset where the {@link android.R.attr#background} - attribute's value can be found in the {@link #AppBarLayout} array. - @attr name android:background - */ - public static final int AppBarLayout_android_background = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#elevation} - attribute's value can be found in the {@link #AppBarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:elevation - */ - public static final int AppBarLayout_elevation = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expanded} - attribute's value can be found in the {@link #AppBarLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expanded - */ - public static final int AppBarLayout_expanded = 2; - /** Attributes that can be used with a AppBarLayout_LayoutParams. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #AppBarLayout_LayoutParams_layout_scrollFlags com.google.samples.apps.iosched:layout_scrollFlags}
{@link #AppBarLayout_LayoutParams_layout_scrollInterpolator com.google.samples.apps.iosched:layout_scrollInterpolator}
- @see #AppBarLayout_LayoutParams_layout_scrollFlags - @see #AppBarLayout_LayoutParams_layout_scrollInterpolator - */ - public static final int[] AppBarLayout_LayoutParams = { - 0x7f010025, 0x7f010026 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_scrollFlags} - attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - -
ConstantValueDescription
scroll0x1
exitUntilCollapsed0x2
enterAlways0x4
enterAlwaysCollapsed0x8
- @attr name com.google.samples.apps.iosched:layout_scrollFlags - */ - public static final int AppBarLayout_LayoutParams_layout_scrollFlags = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_scrollInterpolator} - attribute's value can be found in the {@link #AppBarLayout_LayoutParams} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:layout_scrollInterpolator - */ - public static final int AppBarLayout_LayoutParams_layout_scrollInterpolator = 1; - /** Attributes that can be used with a AppCompatTextView. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.google.samples.apps.iosched:textAllCaps}
- @see #AppCompatTextView_android_textAppearance - @see #AppCompatTextView_textAllCaps - */ - public static final int[] AppCompatTextView = { - 0x01010034, 0x7f010027 - }; - /** -

This symbol is the offset where the {@link android.R.attr#textAppearance} - attribute's value can be found in the {@link #AppCompatTextView} array. - @attr name android:textAppearance - */ - public static final int AppCompatTextView_android_textAppearance = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAllCaps} - attribute's value can be found in the {@link #AppCompatTextView} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - @attr name com.google.samples.apps.iosched:textAllCaps - */ - public static final int AppCompatTextView_textAllCaps = 1; - /** Attributes that can be used with a AspectRatioView. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #AspectRatioView_aspectRatio com.google.samples.apps.iosched:aspectRatio}
- @see #AspectRatioView_aspectRatio - */ - public static final int[] AspectRatioView = { - 0x7f010028 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#aspectRatio} - attribute's value can be found in the {@link #AspectRatioView} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:aspectRatio - */ - public static final int AspectRatioView_aspectRatio = 0; - /** Attributes that can be used with a BaseTheme. -

Includes the following attributes:

- - - - - - - - - - - -
AttributeDescription
{@link #BaseTheme_actionBarIconColor com.google.samples.apps.iosched:actionBarIconColor}
{@link #BaseTheme_actionBarInsetStart com.google.samples.apps.iosched:actionBarInsetStart}
{@link #BaseTheme_imageItemBackground com.google.samples.apps.iosched:imageItemBackground}
{@link #BaseTheme_photoItemForeground com.google.samples.apps.iosched:photoItemForeground}
{@link #BaseTheme_photoItemForegroundBorderless com.google.samples.apps.iosched:photoItemForegroundBorderless}
{@link #BaseTheme_popupItemBackground com.google.samples.apps.iosched:popupItemBackground}
{@link #BaseTheme_spinnerBarInsetStart com.google.samples.apps.iosched:spinnerBarInsetStart}
- @see #BaseTheme_actionBarIconColor - @see #BaseTheme_actionBarInsetStart - @see #BaseTheme_imageItemBackground - @see #BaseTheme_photoItemForeground - @see #BaseTheme_photoItemForegroundBorderless - @see #BaseTheme_popupItemBackground - @see #BaseTheme_spinnerBarInsetStart - */ - public static final int[] BaseTheme = { - 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, - 0x7f01002d, 0x7f01002e, 0x7f01002f - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarIconColor} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:actionBarIconColor - */ - public static final int BaseTheme_actionBarIconColor = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarInsetStart} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:actionBarInsetStart - */ - public static final int BaseTheme_actionBarInsetStart = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#imageItemBackground} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:imageItemBackground - */ - public static final int BaseTheme_imageItemBackground = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#photoItemForeground} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:photoItemForeground - */ - public static final int BaseTheme_photoItemForeground = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#photoItemForegroundBorderless} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:photoItemForegroundBorderless - */ - public static final int BaseTheme_photoItemForegroundBorderless = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupItemBackground} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupItemBackground - */ - public static final int BaseTheme_popupItemBackground = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#spinnerBarInsetStart} - attribute's value can be found in the {@link #BaseTheme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:spinnerBarInsetStart - */ - public static final int BaseTheme_spinnerBarInsetStart = 2; - /** Attributes that can be used with a BezelImageView. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #BezelImageView_borderDrawable com.google.samples.apps.iosched:borderDrawable}
{@link #BezelImageView_desaturateOnPress com.google.samples.apps.iosched:desaturateOnPress}
{@link #BezelImageView_maskDrawable com.google.samples.apps.iosched:maskDrawable}
- @see #BezelImageView_borderDrawable - @see #BezelImageView_desaturateOnPress - @see #BezelImageView_maskDrawable - */ - public static final int[] BezelImageView = { - 0x7f010030, 0x7f010031, 0x7f010032 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#borderDrawable} - attribute's value can be found in the {@link #BezelImageView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:borderDrawable - */ - public static final int BezelImageView_borderDrawable = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#desaturateOnPress} - attribute's value can be found in the {@link #BezelImageView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:desaturateOnPress - */ - public static final int BezelImageView_desaturateOnPress = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#maskDrawable} - attribute's value can be found in the {@link #BezelImageView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:maskDrawable - */ - public static final int BezelImageView_maskDrawable = 0; - /** Attributes that can be used with a CardView. -

Includes the following attributes:

- - - - - - - - - - - - - - - -
AttributeDescription
{@link #CardView_cardBackgroundColor com.google.samples.apps.iosched:cardBackgroundColor}
{@link #CardView_cardCornerRadius com.google.samples.apps.iosched:cardCornerRadius}
{@link #CardView_cardElevation com.google.samples.apps.iosched:cardElevation}
{@link #CardView_cardMaxElevation com.google.samples.apps.iosched:cardMaxElevation}
{@link #CardView_cardPreventCornerOverlap com.google.samples.apps.iosched:cardPreventCornerOverlap}
{@link #CardView_cardUseCompatPadding com.google.samples.apps.iosched:cardUseCompatPadding}
{@link #CardView_contentPadding com.google.samples.apps.iosched:contentPadding}
{@link #CardView_contentPaddingBottom com.google.samples.apps.iosched:contentPaddingBottom}
{@link #CardView_contentPaddingLeft com.google.samples.apps.iosched:contentPaddingLeft}
{@link #CardView_contentPaddingRight com.google.samples.apps.iosched:contentPaddingRight}
{@link #CardView_contentPaddingTop com.google.samples.apps.iosched:contentPaddingTop}
- @see #CardView_cardBackgroundColor - @see #CardView_cardCornerRadius - @see #CardView_cardElevation - @see #CardView_cardMaxElevation - @see #CardView_cardPreventCornerOverlap - @see #CardView_cardUseCompatPadding - @see #CardView_contentPadding - @see #CardView_contentPaddingBottom - @see #CardView_contentPaddingLeft - @see #CardView_contentPaddingRight - @see #CardView_contentPaddingTop - */ - public static final int[] CardView = { - 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, - 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, - 0x7f01003b, 0x7f01003c, 0x7f01003d - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardBackgroundColor} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardBackgroundColor - */ - public static final int CardView_cardBackgroundColor = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardCornerRadius} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardCornerRadius - */ - public static final int CardView_cardCornerRadius = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardElevation} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardElevation - */ - public static final int CardView_cardElevation = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardMaxElevation} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardMaxElevation - */ - public static final int CardView_cardMaxElevation = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardPreventCornerOverlap} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardPreventCornerOverlap - */ - public static final int CardView_cardPreventCornerOverlap = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cardUseCompatPadding} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cardUseCompatPadding - */ - public static final int CardView_cardUseCompatPadding = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentPadding} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentPadding - */ - public static final int CardView_contentPadding = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentPaddingBottom} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentPaddingBottom - */ - public static final int CardView_contentPaddingBottom = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentPaddingLeft} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentPaddingLeft - */ - public static final int CardView_contentPaddingLeft = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentPaddingRight} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentPaddingRight - */ - public static final int CardView_contentPaddingRight = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentPaddingTop} - attribute's value can be found in the {@link #CardView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentPaddingTop - */ - public static final int CardView_contentPaddingTop = 9; - /** Attributes that can be used with a CollapsingAppBarLayout_LayoutParams. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #CollapsingAppBarLayout_LayoutParams_layout_collapseMode com.google.samples.apps.iosched:layout_collapseMode}
{@link #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier com.google.samples.apps.iosched:layout_collapseParallaxMultiplier}
- @see #CollapsingAppBarLayout_LayoutParams_layout_collapseMode - @see #CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier - */ - public static final int[] CollapsingAppBarLayout_LayoutParams = { - 0x7f01003e, 0x7f01003f - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_collapseMode} - attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} array. - - -

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
none0
pin1
parallax2
- @attr name com.google.samples.apps.iosched:layout_collapseMode - */ - public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseMode = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_collapseParallaxMultiplier} - attribute's value can be found in the {@link #CollapsingAppBarLayout_LayoutParams} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:layout_collapseParallaxMultiplier - */ - public static final int CollapsingAppBarLayout_LayoutParams_layout_collapseParallaxMultiplier = 1; - /** Attributes that can be used with a CollapsingToolbarLayout. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.google.samples.apps.iosched:collapsedTitleGravity}
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.google.samples.apps.iosched:collapsedTitleTextAppearance}
{@link #CollapsingToolbarLayout_contentScrim com.google.samples.apps.iosched:contentScrim}
{@link #CollapsingToolbarLayout_expandedTitleGravity com.google.samples.apps.iosched:expandedTitleGravity}
{@link #CollapsingToolbarLayout_expandedTitleMargin com.google.samples.apps.iosched:expandedTitleMargin}
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.google.samples.apps.iosched:expandedTitleMarginBottom}
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.google.samples.apps.iosched:expandedTitleMarginEnd}
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.google.samples.apps.iosched:expandedTitleMarginStart}
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.google.samples.apps.iosched:expandedTitleMarginTop}
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.google.samples.apps.iosched:expandedTitleTextAppearance}
{@link #CollapsingToolbarLayout_statusBarScrim com.google.samples.apps.iosched:statusBarScrim}
{@link #CollapsingToolbarLayout_title com.google.samples.apps.iosched:title}
{@link #CollapsingToolbarLayout_titleEnabled com.google.samples.apps.iosched:titleEnabled}
{@link #CollapsingToolbarLayout_toolbarId com.google.samples.apps.iosched:toolbarId}
- @see #CollapsingToolbarLayout_collapsedTitleGravity - @see #CollapsingToolbarLayout_collapsedTitleTextAppearance - @see #CollapsingToolbarLayout_contentScrim - @see #CollapsingToolbarLayout_expandedTitleGravity - @see #CollapsingToolbarLayout_expandedTitleMargin - @see #CollapsingToolbarLayout_expandedTitleMarginBottom - @see #CollapsingToolbarLayout_expandedTitleMarginEnd - @see #CollapsingToolbarLayout_expandedTitleMarginStart - @see #CollapsingToolbarLayout_expandedTitleMarginTop - @see #CollapsingToolbarLayout_expandedTitleTextAppearance - @see #CollapsingToolbarLayout_statusBarScrim - @see #CollapsingToolbarLayout_title - @see #CollapsingToolbarLayout_titleEnabled - @see #CollapsingToolbarLayout_toolbarId - */ - public static final int[] CollapsingToolbarLayout = { - 0x7f010003, 0x7f010040, 0x7f010041, 0x7f010042, - 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, - 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, - 0x7f01004b, 0x7f01004c - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#collapsedTitleGravity} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
- @attr name com.google.samples.apps.iosched:collapsedTitleGravity - */ - public static final int CollapsingToolbarLayout_collapsedTitleGravity = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#collapsedTitleTextAppearance} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:collapsedTitleTextAppearance - */ - public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentScrim} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentScrim - */ - public static final int CollapsingToolbarLayout_contentScrim = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleGravity} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
center0x11
start0x00800003
end0x00800005
- @attr name com.google.samples.apps.iosched:expandedTitleGravity - */ - public static final int CollapsingToolbarLayout_expandedTitleGravity = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleMargin} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expandedTitleMargin - */ - public static final int CollapsingToolbarLayout_expandedTitleMargin = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleMarginBottom} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expandedTitleMarginBottom - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleMarginEnd} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expandedTitleMarginEnd - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleMarginStart} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expandedTitleMarginStart - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleMarginTop} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:expandedTitleMarginTop - */ - public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#expandedTitleTextAppearance} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:expandedTitleTextAppearance - */ - public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#statusBarScrim} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:statusBarScrim - */ - public static final int CollapsingToolbarLayout_statusBarScrim = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#title} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:title - */ - public static final int CollapsingToolbarLayout_title = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleEnabled} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleEnabled - */ - public static final int CollapsingToolbarLayout_titleEnabled = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#toolbarId} - attribute's value can be found in the {@link #CollapsingToolbarLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:toolbarId - */ - public static final int CollapsingToolbarLayout_toolbarId = 10; - /** Attributes that can be used with a CollectionView. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #CollectionView_contentTopClearance com.google.samples.apps.iosched:contentTopClearance}
{@link #CollectionView_internalPadding com.google.samples.apps.iosched:internalPadding}
- @see #CollectionView_contentTopClearance - @see #CollectionView_internalPadding - */ - public static final int[] CollectionView = { - 0x7f01004d, 0x7f01004e - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentTopClearance} - attribute's value can be found in the {@link #CollectionView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentTopClearance - */ - public static final int CollectionView_contentTopClearance = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#internalPadding} - attribute's value can be found in the {@link #CollectionView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:internalPadding - */ - public static final int CollectionView_internalPadding = 0; - /** Attributes that can be used with a CompoundButton. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.google.samples.apps.iosched:buttonTint}
{@link #CompoundButton_buttonTintMode com.google.samples.apps.iosched:buttonTintMode}
- @see #CompoundButton_android_button - @see #CompoundButton_buttonTint - @see #CompoundButton_buttonTintMode - */ - public static final int[] CompoundButton = { - 0x01010107, 0x7f01004f, 0x7f010050 - }; - /** -

This symbol is the offset where the {@link android.R.attr#button} - attribute's value can be found in the {@link #CompoundButton} array. - @attr name android:button - */ - public static final int CompoundButton_android_button = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonTint} - attribute's value can be found in the {@link #CompoundButton} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:buttonTint - */ - public static final int CompoundButton_buttonTint = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonTintMode} - attribute's value can be found in the {@link #CompoundButton} array. - - -

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
- @attr name com.google.samples.apps.iosched:buttonTintMode - */ - public static final int CompoundButton_buttonTintMode = 2; - /** Attributes that can be used with a CoordinatorLayout. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #CoordinatorLayout_keylines com.google.samples.apps.iosched:keylines}
{@link #CoordinatorLayout_statusBarBackground com.google.samples.apps.iosched:statusBarBackground}
- @see #CoordinatorLayout_keylines - @see #CoordinatorLayout_statusBarBackground - */ - public static final int[] CoordinatorLayout = { - 0x7f010051, 0x7f010052 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#keylines} - attribute's value can be found in the {@link #CoordinatorLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:keylines - */ - public static final int CoordinatorLayout_keylines = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#statusBarBackground} - attribute's value can be found in the {@link #CoordinatorLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:statusBarBackground - */ - public static final int CoordinatorLayout_statusBarBackground = 1; - /** Attributes that can be used with a CoordinatorLayout_LayoutParams. -

Includes the following attributes:

- - - - - - - - - -
AttributeDescription
{@link #CoordinatorLayout_LayoutParams_android_layout_gravity android:layout_gravity}
{@link #CoordinatorLayout_LayoutParams_layout_anchor com.google.samples.apps.iosched:layout_anchor}
{@link #CoordinatorLayout_LayoutParams_layout_anchorGravity com.google.samples.apps.iosched:layout_anchorGravity}
{@link #CoordinatorLayout_LayoutParams_layout_behavior com.google.samples.apps.iosched:layout_behavior}
{@link #CoordinatorLayout_LayoutParams_layout_keyline com.google.samples.apps.iosched:layout_keyline}
- @see #CoordinatorLayout_LayoutParams_android_layout_gravity - @see #CoordinatorLayout_LayoutParams_layout_anchor - @see #CoordinatorLayout_LayoutParams_layout_anchorGravity - @see #CoordinatorLayout_LayoutParams_layout_behavior - @see #CoordinatorLayout_LayoutParams_layout_keyline - */ - public static final int[] CoordinatorLayout_LayoutParams = { - 0x010100b3, 0x7f010053, 0x7f010054, 0x7f010055, - 0x7f010056 - }; - /** -

This symbol is the offset where the {@link android.R.attr#layout_gravity} - attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array. - @attr name android:layout_gravity - */ - public static final int CoordinatorLayout_LayoutParams_android_layout_gravity = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_anchor} - attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:layout_anchor - */ - public static final int CoordinatorLayout_LayoutParams_layout_anchor = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_anchorGravity} - attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - - - - - - - - - - -
ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
fill_vertical0x70
center_horizontal0x01
fill_horizontal0x07
center0x11
fill0x77
clip_vertical0x80
clip_horizontal0x08
start0x00800003
end0x00800005
- @attr name com.google.samples.apps.iosched:layout_anchorGravity - */ - public static final int CoordinatorLayout_LayoutParams_layout_anchorGravity = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_behavior} - attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:layout_behavior - */ - public static final int CoordinatorLayout_LayoutParams_layout_behavior = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout_keyline} - attribute's value can be found in the {@link #CoordinatorLayout_LayoutParams} array. - - -

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:layout_keyline - */ - public static final int CoordinatorLayout_LayoutParams_layout_keyline = 3; - /** Attributes that can be used with a DrawShadowFrameLayout. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #DrawShadowFrameLayout_shadowDrawable com.google.samples.apps.iosched:shadowDrawable}
{@link #DrawShadowFrameLayout_shadowVisible com.google.samples.apps.iosched:shadowVisible}
- @see #DrawShadowFrameLayout_shadowDrawable - @see #DrawShadowFrameLayout_shadowVisible - */ - public static final int[] DrawShadowFrameLayout = { - 0x7f010057, 0x7f010058 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#shadowDrawable} - attribute's value can be found in the {@link #DrawShadowFrameLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:shadowDrawable - */ - public static final int DrawShadowFrameLayout_shadowDrawable = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#shadowVisible} - attribute's value can be found in the {@link #DrawShadowFrameLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:shadowVisible - */ - public static final int DrawShadowFrameLayout_shadowVisible = 1; - /** Attributes that can be used with a DrawerArrowToggle. -

Includes the following attributes:

- - - - - - - - - - - - -
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.google.samples.apps.iosched:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.google.samples.apps.iosched:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.google.samples.apps.iosched:barLength}
{@link #DrawerArrowToggle_color com.google.samples.apps.iosched:color}
{@link #DrawerArrowToggle_drawableSize com.google.samples.apps.iosched:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.google.samples.apps.iosched:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.google.samples.apps.iosched:spinBars}
{@link #DrawerArrowToggle_thickness com.google.samples.apps.iosched:thickness}
- @see #DrawerArrowToggle_arrowHeadLength - @see #DrawerArrowToggle_arrowShaftLength - @see #DrawerArrowToggle_barLength - @see #DrawerArrowToggle_color - @see #DrawerArrowToggle_drawableSize - @see #DrawerArrowToggle_gapBetweenBars - @see #DrawerArrowToggle_spinBars - @see #DrawerArrowToggle_thickness - */ - public static final int[] DrawerArrowToggle = { - 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, - 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#arrowHeadLength} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:arrowHeadLength - */ - public static final int DrawerArrowToggle_arrowHeadLength = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#arrowShaftLength} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:arrowShaftLength - */ - public static final int DrawerArrowToggle_arrowShaftLength = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#barLength} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:barLength - */ - public static final int DrawerArrowToggle_barLength = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#color} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:color - */ - public static final int DrawerArrowToggle_color = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#drawableSize} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:drawableSize - */ - public static final int DrawerArrowToggle_drawableSize = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#gapBetweenBars} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:gapBetweenBars - */ - public static final int DrawerArrowToggle_gapBetweenBars = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#spinBars} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:spinBars - */ - public static final int DrawerArrowToggle_spinBars = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#thickness} - attribute's value can be found in the {@link #DrawerArrowToggle} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:thickness - */ - public static final int DrawerArrowToggle_thickness = 7; - /** Attributes that can be used with a FloatingActionButton. -

Includes the following attributes:

- - - - - - - - - - - - -
AttributeDescription
{@link #FloatingActionButton_android_background android:background}
{@link #FloatingActionButton_backgroundTint com.google.samples.apps.iosched:backgroundTint}
{@link #FloatingActionButton_backgroundTintMode com.google.samples.apps.iosched:backgroundTintMode}
{@link #FloatingActionButton_borderWidth com.google.samples.apps.iosched:borderWidth}
{@link #FloatingActionButton_elevation com.google.samples.apps.iosched:elevation}
{@link #FloatingActionButton_fabSize com.google.samples.apps.iosched:fabSize}
{@link #FloatingActionButton_pressedTranslationZ com.google.samples.apps.iosched:pressedTranslationZ}
{@link #FloatingActionButton_rippleColor com.google.samples.apps.iosched:rippleColor}
- @see #FloatingActionButton_android_background - @see #FloatingActionButton_backgroundTint - @see #FloatingActionButton_backgroundTintMode - @see #FloatingActionButton_borderWidth - @see #FloatingActionButton_elevation - @see #FloatingActionButton_fabSize - @see #FloatingActionButton_pressedTranslationZ - @see #FloatingActionButton_rippleColor - */ - public static final int[] FloatingActionButton = { - 0x010100d4, 0x7f01001a, 0x7f010061, 0x7f010062, - 0x7f010063, 0x7f010064, 0x7f010146, 0x7f010147 - }; - /** -

This symbol is the offset where the {@link android.R.attr#background} - attribute's value can be found in the {@link #FloatingActionButton} array. - @attr name android:background - */ - public static final int FloatingActionButton_android_background = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundTint} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:backgroundTint - */ - public static final int FloatingActionButton_backgroundTint = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundTintMode} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
- @attr name com.google.samples.apps.iosched:backgroundTintMode - */ - public static final int FloatingActionButton_backgroundTintMode = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#borderWidth} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:borderWidth - */ - public static final int FloatingActionButton_borderWidth = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#elevation} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:elevation - */ - public static final int FloatingActionButton_elevation = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#fabSize} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
normal0
mini1
- @attr name com.google.samples.apps.iosched:fabSize - */ - public static final int FloatingActionButton_fabSize = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#pressedTranslationZ} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:pressedTranslationZ - */ - public static final int FloatingActionButton_pressedTranslationZ = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#rippleColor} - attribute's value can be found in the {@link #FloatingActionButton} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:rippleColor - */ - public static final int FloatingActionButton_rippleColor = 2; - /** Attributes that can be used with a ForegroundView. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #ForegroundView_android_foreground android:foreground}
{@link #ForegroundView_android_foregroundGravity android:foregroundGravity}
{@link #ForegroundView_android_foregroundInsidePadding android:foregroundInsidePadding}
- @see #ForegroundView_android_foreground - @see #ForegroundView_android_foregroundGravity - @see #ForegroundView_android_foregroundInsidePadding - */ - public static final int[] ForegroundView = { - 0x01010109, 0x01010200, 0x01160046 - }; - /** -

This symbol is the offset where the {@link android.R.attr#foreground} - attribute's value can be found in the {@link #ForegroundView} array. - @attr name android:foreground - */ - public static final int ForegroundView_android_foreground = 0; - /** -

This symbol is the offset where the {@link android.R.attr#foregroundGravity} - attribute's value can be found in the {@link #ForegroundView} array. - @attr name android:foregroundGravity - */ - public static final int ForegroundView_android_foregroundGravity = 1; - /** -

This symbol is the offset where the {@link android.R.attr#foregroundInsidePadding} - attribute's value can be found in the {@link #ForegroundView} array. - @attr name android:foregroundInsidePadding - */ - public static final int ForegroundView_android_foregroundInsidePadding = 2; - /** Attributes that can be used with a LinearLayoutCompat. -

Includes the following attributes:

- - - - - - - - - - - - - -
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.google.samples.apps.iosched:divider}
{@link #LinearLayoutCompat_dividerPadding com.google.samples.apps.iosched:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.google.samples.apps.iosched:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.google.samples.apps.iosched:showDividers}
- @see #LinearLayoutCompat_android_baselineAligned - @see #LinearLayoutCompat_android_baselineAlignedChildIndex - @see #LinearLayoutCompat_android_gravity - @see #LinearLayoutCompat_android_orientation - @see #LinearLayoutCompat_android_weightSum - @see #LinearLayoutCompat_divider - @see #LinearLayoutCompat_dividerPadding - @see #LinearLayoutCompat_measureWithLargestChild - @see #LinearLayoutCompat_showDividers - */ - public static final int[] LinearLayoutCompat = { - 0x010100af, 0x010100c4, 0x01010126, 0x01010127, - 0x01010128, 0x7f01000b, 0x7f010065, 0x7f010066, - 0x7f010067 - }; - /** -

This symbol is the offset where the {@link android.R.attr#baselineAligned} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - @attr name android:baselineAligned - */ - public static final int LinearLayoutCompat_android_baselineAligned = 2; - /** -

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - @attr name android:baselineAlignedChildIndex - */ - public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; - /** -

This symbol is the offset where the {@link android.R.attr#gravity} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - @attr name android:gravity - */ - public static final int LinearLayoutCompat_android_gravity = 0; - /** -

This symbol is the offset where the {@link android.R.attr#orientation} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - @attr name android:orientation - */ - public static final int LinearLayoutCompat_android_orientation = 1; - /** -

This symbol is the offset where the {@link android.R.attr#weightSum} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - @attr name android:weightSum - */ - public static final int LinearLayoutCompat_android_weightSum = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#divider} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:divider - */ - public static final int LinearLayoutCompat_divider = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dividerPadding} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:dividerPadding - */ - public static final int LinearLayoutCompat_dividerPadding = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#measureWithLargestChild} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:measureWithLargestChild - */ - public static final int LinearLayoutCompat_measureWithLargestChild = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#showDividers} - attribute's value can be found in the {@link #LinearLayoutCompat} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - -
ConstantValueDescription
none0
beginning1
middle2
end4
- @attr name com.google.samples.apps.iosched:showDividers - */ - public static final int LinearLayoutCompat_showDividers = 7; - /** Attributes that can be used with a LinearLayoutCompat_Layout. -

Includes the following attributes:

- - - - - - - - -
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
- @see #LinearLayoutCompat_Layout_android_layout_gravity - @see #LinearLayoutCompat_Layout_android_layout_height - @see #LinearLayoutCompat_Layout_android_layout_weight - @see #LinearLayoutCompat_Layout_android_layout_width - */ - public static final int[] LinearLayoutCompat_Layout = { - 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 - }; - /** -

This symbol is the offset where the {@link android.R.attr#layout_gravity} - attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. - @attr name android:layout_gravity - */ - public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; - /** -

This symbol is the offset where the {@link android.R.attr#layout_height} - attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. - @attr name android:layout_height - */ - public static final int LinearLayoutCompat_Layout_android_layout_height = 2; - /** -

This symbol is the offset where the {@link android.R.attr#layout_weight} - attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. - @attr name android:layout_weight - */ - public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; - /** -

This symbol is the offset where the {@link android.R.attr#layout_width} - attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. - @attr name android:layout_width - */ - public static final int LinearLayoutCompat_Layout_android_layout_width = 1; - /** Attributes that can be used with a ListPopupWindow. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
- @see #ListPopupWindow_android_dropDownHorizontalOffset - @see #ListPopupWindow_android_dropDownVerticalOffset - */ - public static final int[] ListPopupWindow = { - 0x010102ac, 0x010102ad - }; - /** -

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} - attribute's value can be found in the {@link #ListPopupWindow} array. - @attr name android:dropDownHorizontalOffset - */ - public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; - /** -

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} - attribute's value can be found in the {@link #ListPopupWindow} array. - @attr name android:dropDownVerticalOffset - */ - public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; - /** Attributes that can be used with a LoadingImageView. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #LoadingImageView_circleCrop com.google.samples.apps.iosched:circleCrop}
{@link #LoadingImageView_imageAspectRatio com.google.samples.apps.iosched:imageAspectRatio}
{@link #LoadingImageView_imageAspectRatioAdjust com.google.samples.apps.iosched:imageAspectRatioAdjust}
- @see #LoadingImageView_circleCrop - @see #LoadingImageView_imageAspectRatio - @see #LoadingImageView_imageAspectRatioAdjust - */ - public static final int[] LoadingImageView = { - 0x7f010068, 0x7f010069, 0x7f01006a - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#circleCrop} - attribute's value can be found in the {@link #LoadingImageView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:circleCrop - */ - public static final int LoadingImageView_circleCrop = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#imageAspectRatio} - attribute's value can be found in the {@link #LoadingImageView} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:imageAspectRatio - */ - public static final int LoadingImageView_imageAspectRatio = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#imageAspectRatioAdjust} - attribute's value can be found in the {@link #LoadingImageView} array. - - -

Must be one of the following constant values.

- ---- - - - -
ConstantValueDescription
none0
adjust_width1
adjust_height2
- @attr name com.google.samples.apps.iosched:imageAspectRatioAdjust - */ - public static final int LoadingImageView_imageAspectRatioAdjust = 0; - /** Attributes that can be used with a MapAttrs. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #MapAttrs_cameraBearing com.google.samples.apps.iosched:cameraBearing}
{@link #MapAttrs_cameraTargetLat com.google.samples.apps.iosched:cameraTargetLat}
{@link #MapAttrs_cameraTargetLng com.google.samples.apps.iosched:cameraTargetLng}
{@link #MapAttrs_cameraTilt com.google.samples.apps.iosched:cameraTilt}
{@link #MapAttrs_cameraZoom com.google.samples.apps.iosched:cameraZoom}
{@link #MapAttrs_liteMode com.google.samples.apps.iosched:liteMode}
{@link #MapAttrs_mapType com.google.samples.apps.iosched:mapType}
{@link #MapAttrs_uiCompass com.google.samples.apps.iosched:uiCompass}
{@link #MapAttrs_uiMapToolbar com.google.samples.apps.iosched:uiMapToolbar}
{@link #MapAttrs_uiRotateGestures com.google.samples.apps.iosched:uiRotateGestures}
{@link #MapAttrs_uiScrollGestures com.google.samples.apps.iosched:uiScrollGestures}
{@link #MapAttrs_uiTiltGestures com.google.samples.apps.iosched:uiTiltGestures}
{@link #MapAttrs_uiZoomControls com.google.samples.apps.iosched:uiZoomControls}
{@link #MapAttrs_uiZoomGestures com.google.samples.apps.iosched:uiZoomGestures}
{@link #MapAttrs_useViewLifecycle com.google.samples.apps.iosched:useViewLifecycle}
{@link #MapAttrs_zOrderOnTop com.google.samples.apps.iosched:zOrderOnTop}
- @see #MapAttrs_cameraBearing - @see #MapAttrs_cameraTargetLat - @see #MapAttrs_cameraTargetLng - @see #MapAttrs_cameraTilt - @see #MapAttrs_cameraZoom - @see #MapAttrs_liteMode - @see #MapAttrs_mapType - @see #MapAttrs_uiCompass - @see #MapAttrs_uiMapToolbar - @see #MapAttrs_uiRotateGestures - @see #MapAttrs_uiScrollGestures - @see #MapAttrs_uiTiltGestures - @see #MapAttrs_uiZoomControls - @see #MapAttrs_uiZoomGestures - @see #MapAttrs_useViewLifecycle - @see #MapAttrs_zOrderOnTop - */ - public static final int[] MapAttrs = { - 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, - 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, - 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, - 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cameraBearing} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cameraBearing - */ - public static final int MapAttrs_cameraBearing = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cameraTargetLat} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cameraTargetLat - */ - public static final int MapAttrs_cameraTargetLat = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cameraTargetLng} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cameraTargetLng - */ - public static final int MapAttrs_cameraTargetLng = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cameraTilt} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cameraTilt - */ - public static final int MapAttrs_cameraTilt = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#cameraZoom} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:cameraZoom - */ - public static final int MapAttrs_cameraZoom = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#liteMode} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:liteMode - */ - public static final int MapAttrs_liteMode = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#mapType} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
none0
normal1
satellite2
terrain3
hybrid4
- @attr name com.google.samples.apps.iosched:mapType - */ - public static final int MapAttrs_mapType = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiCompass} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiCompass - */ - public static final int MapAttrs_uiCompass = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiMapToolbar} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiMapToolbar - */ - public static final int MapAttrs_uiMapToolbar = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiRotateGestures} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiRotateGestures - */ - public static final int MapAttrs_uiRotateGestures = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiScrollGestures} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiScrollGestures - */ - public static final int MapAttrs_uiScrollGestures = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiTiltGestures} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiTiltGestures - */ - public static final int MapAttrs_uiTiltGestures = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiZoomControls} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiZoomControls - */ - public static final int MapAttrs_uiZoomControls = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#uiZoomGestures} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:uiZoomGestures - */ - public static final int MapAttrs_uiZoomGestures = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#useViewLifecycle} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:useViewLifecycle - */ - public static final int MapAttrs_useViewLifecycle = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#zOrderOnTop} - attribute's value can be found in the {@link #MapAttrs} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:zOrderOnTop - */ - public static final int MapAttrs_zOrderOnTop = 14; - /** Attributes that can be used with a MenuGroup. -

Includes the following attributes:

- - - - - - - - - - -
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
- @see #MenuGroup_android_checkableBehavior - @see #MenuGroup_android_enabled - @see #MenuGroup_android_id - @see #MenuGroup_android_menuCategory - @see #MenuGroup_android_orderInCategory - @see #MenuGroup_android_visible - */ - public static final int[] MenuGroup = { - 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, - 0x010101df, 0x010101e0 - }; - /** -

This symbol is the offset where the {@link android.R.attr#checkableBehavior} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:checkableBehavior - */ - public static final int MenuGroup_android_checkableBehavior = 5; - /** -

This symbol is the offset where the {@link android.R.attr#enabled} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:enabled - */ - public static final int MenuGroup_android_enabled = 0; - /** -

This symbol is the offset where the {@link android.R.attr#id} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:id - */ - public static final int MenuGroup_android_id = 1; - /** -

This symbol is the offset where the {@link android.R.attr#menuCategory} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:menuCategory - */ - public static final int MenuGroup_android_menuCategory = 3; - /** -

This symbol is the offset where the {@link android.R.attr#orderInCategory} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:orderInCategory - */ - public static final int MenuGroup_android_orderInCategory = 4; - /** -

This symbol is the offset where the {@link android.R.attr#visible} - attribute's value can be found in the {@link #MenuGroup} array. - @attr name android:visible - */ - public static final int MenuGroup_android_visible = 2; - /** Attributes that can be used with a MenuItem. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #MenuItem_actionLayout com.google.samples.apps.iosched:actionLayout}
{@link #MenuItem_actionProviderClass com.google.samples.apps.iosched:actionProviderClass}
{@link #MenuItem_actionViewClass com.google.samples.apps.iosched:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.google.samples.apps.iosched:showAsAction}
- @see #MenuItem_actionLayout - @see #MenuItem_actionProviderClass - @see #MenuItem_actionViewClass - @see #MenuItem_android_alphabeticShortcut - @see #MenuItem_android_checkable - @see #MenuItem_android_checked - @see #MenuItem_android_enabled - @see #MenuItem_android_icon - @see #MenuItem_android_id - @see #MenuItem_android_menuCategory - @see #MenuItem_android_numericShortcut - @see #MenuItem_android_onClick - @see #MenuItem_android_orderInCategory - @see #MenuItem_android_title - @see #MenuItem_android_titleCondensed - @see #MenuItem_android_visible - @see #MenuItem_showAsAction - */ - public static final int[] MenuItem = { - 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, - 0x01010194, 0x010101de, 0x010101df, 0x010101e1, - 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, - 0x0101026f, 0x7f01007b, 0x7f01007c, 0x7f01007d, - 0x7f01007e - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionLayout} - attribute's value can be found in the {@link #MenuItem} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionLayout - */ - public static final int MenuItem_actionLayout = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionProviderClass} - attribute's value can be found in the {@link #MenuItem} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:actionProviderClass - */ - public static final int MenuItem_actionProviderClass = 16; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionViewClass} - attribute's value can be found in the {@link #MenuItem} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:actionViewClass - */ - public static final int MenuItem_actionViewClass = 15; - /** -

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:alphabeticShortcut - */ - public static final int MenuItem_android_alphabeticShortcut = 9; - /** -

This symbol is the offset where the {@link android.R.attr#checkable} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:checkable - */ - public static final int MenuItem_android_checkable = 11; - /** -

This symbol is the offset where the {@link android.R.attr#checked} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:checked - */ - public static final int MenuItem_android_checked = 3; - /** -

This symbol is the offset where the {@link android.R.attr#enabled} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:enabled - */ - public static final int MenuItem_android_enabled = 1; - /** -

This symbol is the offset where the {@link android.R.attr#icon} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:icon - */ - public static final int MenuItem_android_icon = 0; - /** -

This symbol is the offset where the {@link android.R.attr#id} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:id - */ - public static final int MenuItem_android_id = 2; - /** -

This symbol is the offset where the {@link android.R.attr#menuCategory} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:menuCategory - */ - public static final int MenuItem_android_menuCategory = 5; - /** -

This symbol is the offset where the {@link android.R.attr#numericShortcut} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:numericShortcut - */ - public static final int MenuItem_android_numericShortcut = 10; - /** -

This symbol is the offset where the {@link android.R.attr#onClick} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:onClick - */ - public static final int MenuItem_android_onClick = 12; - /** -

This symbol is the offset where the {@link android.R.attr#orderInCategory} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:orderInCategory - */ - public static final int MenuItem_android_orderInCategory = 6; - /** -

This symbol is the offset where the {@link android.R.attr#title} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:title - */ - public static final int MenuItem_android_title = 7; - /** -

This symbol is the offset where the {@link android.R.attr#titleCondensed} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:titleCondensed - */ - public static final int MenuItem_android_titleCondensed = 8; - /** -

This symbol is the offset where the {@link android.R.attr#visible} - attribute's value can be found in the {@link #MenuItem} array. - @attr name android:visible - */ - public static final int MenuItem_android_visible = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#showAsAction} - attribute's value can be found in the {@link #MenuItem} array. - - -

Must be one or more (separated by '|') of the following constant values.

- ---- - - - - - -
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
- @attr name com.google.samples.apps.iosched:showAsAction - */ - public static final int MenuItem_showAsAction = 13; - /** Attributes that can be used with a MenuView. -

Includes the following attributes:

- - - - - - - - - - - - -
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.google.samples.apps.iosched:preserveIconSpacing}
- @see #MenuView_android_headerBackground - @see #MenuView_android_horizontalDivider - @see #MenuView_android_itemBackground - @see #MenuView_android_itemIconDisabledAlpha - @see #MenuView_android_itemTextAppearance - @see #MenuView_android_verticalDivider - @see #MenuView_android_windowAnimationStyle - @see #MenuView_preserveIconSpacing - */ - public static final int[] MenuView = { - 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, - 0x0101012f, 0x01010130, 0x01010131, 0x7f01007f - }; - /** -

This symbol is the offset where the {@link android.R.attr#headerBackground} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:headerBackground - */ - public static final int MenuView_android_headerBackground = 4; - /** -

This symbol is the offset where the {@link android.R.attr#horizontalDivider} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:horizontalDivider - */ - public static final int MenuView_android_horizontalDivider = 2; - /** -

This symbol is the offset where the {@link android.R.attr#itemBackground} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:itemBackground - */ - public static final int MenuView_android_itemBackground = 5; - /** -

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:itemIconDisabledAlpha - */ - public static final int MenuView_android_itemIconDisabledAlpha = 6; - /** -

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:itemTextAppearance - */ - public static final int MenuView_android_itemTextAppearance = 1; - /** -

This symbol is the offset where the {@link android.R.attr#verticalDivider} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:verticalDivider - */ - public static final int MenuView_android_verticalDivider = 3; - /** -

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} - attribute's value can be found in the {@link #MenuView} array. - @attr name android:windowAnimationStyle - */ - public static final int MenuView_android_windowAnimationStyle = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#preserveIconSpacing} - attribute's value can be found in the {@link #MenuView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:preserveIconSpacing - */ - public static final int MenuView_preserveIconSpacing = 7; - /** Attributes that can be used with a MessageCard. -

Includes the following attributes:

- - - - - - - - - - - - - -
AttributeDescription
{@link #MessageCard_button1emphasis com.google.samples.apps.iosched:button1emphasis}
{@link #MessageCard_button1tag com.google.samples.apps.iosched:button1tag}
{@link #MessageCard_button1text com.google.samples.apps.iosched:button1text}
{@link #MessageCard_button2emphasis com.google.samples.apps.iosched:button2emphasis}
{@link #MessageCard_button2tag com.google.samples.apps.iosched:button2tag}
{@link #MessageCard_button2text com.google.samples.apps.iosched:button2text}
{@link #MessageCard_emphasisColor com.google.samples.apps.iosched:emphasisColor}
{@link #MessageCard_messageText com.google.samples.apps.iosched:messageText}
{@link #MessageCard_messageTitle com.google.samples.apps.iosched:messageTitle}
- @see #MessageCard_button1emphasis - @see #MessageCard_button1tag - @see #MessageCard_button1text - @see #MessageCard_button2emphasis - @see #MessageCard_button2tag - @see #MessageCard_button2text - @see #MessageCard_emphasisColor - @see #MessageCard_messageText - @see #MessageCard_messageTitle - */ - public static final int[] MessageCard = { - 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, - 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, - 0x7f010088 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button1emphasis} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button1emphasis - */ - public static final int MessageCard_button1emphasis = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button1tag} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button1tag - */ - public static final int MessageCard_button1tag = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button1text} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button1text - */ - public static final int MessageCard_button1text = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button2emphasis} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button2emphasis - */ - public static final int MessageCard_button2emphasis = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button2tag} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button2tag - */ - public static final int MessageCard_button2tag = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#button2text} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:button2text - */ - public static final int MessageCard_button2text = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#emphasisColor} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:emphasisColor - */ - public static final int MessageCard_emphasisColor = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#messageText} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:messageText - */ - public static final int MessageCard_messageText = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#messageTitle} - attribute's value can be found in the {@link #MessageCard} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:messageTitle - */ - public static final int MessageCard_messageTitle = 0; - /** Attributes that can be used with a MultiSwipeRefreshLayout. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #MultiSwipeRefreshLayout_foreground com.google.samples.apps.iosched:foreground}
- @see #MultiSwipeRefreshLayout_foreground - */ - public static final int[] MultiSwipeRefreshLayout = { - 0x7f010089 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#foreground} - attribute's value can be found in the {@link #MultiSwipeRefreshLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:foreground - */ - public static final int MultiSwipeRefreshLayout_foreground = 0; - /** Attributes that can be used with a NavDrawerItemView. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #NavDrawerItemView_iconTints com.google.samples.apps.iosched:iconTints}
- @see #NavDrawerItemView_iconTints - */ - public static final int[] NavDrawerItemView = { - 0x7f01008a - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#iconTints} - attribute's value can be found in the {@link #NavDrawerItemView} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:iconTints - */ - public static final int NavDrawerItemView_iconTints = 0; - /** Attributes that can be used with a NavigationView. -

Includes the following attributes:

- - - - - - - - - - - - - - -
AttributeDescription
{@link #NavigationView_android_background android:background}
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}
{@link #NavigationView_android_maxWidth android:maxWidth}
{@link #NavigationView_elevation com.google.samples.apps.iosched:elevation}
{@link #NavigationView_headerLayout com.google.samples.apps.iosched:headerLayout}
{@link #NavigationView_itemBackground com.google.samples.apps.iosched:itemBackground}
{@link #NavigationView_itemIconTint com.google.samples.apps.iosched:itemIconTint}
{@link #NavigationView_itemTextAppearance com.google.samples.apps.iosched:itemTextAppearance}
{@link #NavigationView_itemTextColor com.google.samples.apps.iosched:itemTextColor}
{@link #NavigationView_menu com.google.samples.apps.iosched:menu}
- @see #NavigationView_android_background - @see #NavigationView_android_fitsSystemWindows - @see #NavigationView_android_maxWidth - @see #NavigationView_elevation - @see #NavigationView_headerLayout - @see #NavigationView_itemBackground - @see #NavigationView_itemIconTint - @see #NavigationView_itemTextAppearance - @see #NavigationView_itemTextColor - @see #NavigationView_menu - */ - public static final int[] NavigationView = { - 0x010100d4, 0x010100dd, 0x0101011f, 0x7f01001a, - 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, - 0x7f01008f, 0x7f010090 - }; - /** -

This symbol is the offset where the {@link android.R.attr#background} - attribute's value can be found in the {@link #NavigationView} array. - @attr name android:background - */ - public static final int NavigationView_android_background = 0; - /** -

This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} - attribute's value can be found in the {@link #NavigationView} array. - @attr name android:fitsSystemWindows - */ - public static final int NavigationView_android_fitsSystemWindows = 1; - /** -

This symbol is the offset where the {@link android.R.attr#maxWidth} - attribute's value can be found in the {@link #NavigationView} array. - @attr name android:maxWidth - */ - public static final int NavigationView_android_maxWidth = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#elevation} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:elevation - */ - public static final int NavigationView_elevation = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#headerLayout} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:headerLayout - */ - public static final int NavigationView_headerLayout = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#itemBackground} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:itemBackground - */ - public static final int NavigationView_itemBackground = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#itemIconTint} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:itemIconTint - */ - public static final int NavigationView_itemIconTint = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#itemTextAppearance} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:itemTextAppearance - */ - public static final int NavigationView_itemTextAppearance = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#itemTextColor} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:itemTextColor - */ - public static final int NavigationView_itemTextColor = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#menu} - attribute's value can be found in the {@link #NavigationView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:menu - */ - public static final int NavigationView_menu = 4; - /** Attributes that can be used with a PopupWindow. -

Includes the following attributes:

- - - - - - -
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.google.samples.apps.iosched:overlapAnchor}
- @see #PopupWindow_android_popupBackground - @see #PopupWindow_overlapAnchor - */ - public static final int[] PopupWindow = { - 0x01010176, 0x7f010091 - }; - /** -

This symbol is the offset where the {@link android.R.attr#popupBackground} - attribute's value can be found in the {@link #PopupWindow} array. - @attr name android:popupBackground - */ - public static final int PopupWindow_android_popupBackground = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#overlapAnchor} - attribute's value can be found in the {@link #PopupWindow} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:overlapAnchor - */ - public static final int PopupWindow_overlapAnchor = 1; - /** Attributes that can be used with a PopupWindowBackgroundState. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.google.samples.apps.iosched:state_above_anchor}
- @see #PopupWindowBackgroundState_state_above_anchor - */ - public static final int[] PopupWindowBackgroundState = { - 0x7f010092 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#state_above_anchor} - attribute's value can be found in the {@link #PopupWindowBackgroundState} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:state_above_anchor - */ - public static final int PopupWindowBackgroundState_state_above_anchor = 0; - /** Attributes that can be used with a ScrimInsetsFrameLayout. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ScrimInsetsFrameLayout_insetForeground com.google.samples.apps.iosched:insetForeground}
- @see #ScrimInsetsFrameLayout_insetForeground - */ - public static final int[] ScrimInsetsFrameLayout = { - 0x7f010093 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#insetForeground} - attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:insetForeground - */ - public static final int ScrimInsetsFrameLayout_insetForeground = 0; - /** Attributes that can be used with a ScrimInsetsView. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ScrimInsetsView_appInsetForeground com.google.samples.apps.iosched:appInsetForeground}
- @see #ScrimInsetsView_appInsetForeground - */ - public static final int[] ScrimInsetsView = { - 0x7f010094 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#appInsetForeground} - attribute's value can be found in the {@link #ScrimInsetsView} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:appInsetForeground - */ - public static final int ScrimInsetsView_appInsetForeground = 0; - /** Attributes that can be used with a ScrollingViewBehavior_Params. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ScrollingViewBehavior_Params_behavior_overlapTop com.google.samples.apps.iosched:behavior_overlapTop}
- @see #ScrollingViewBehavior_Params_behavior_overlapTop - */ - public static final int[] ScrollingViewBehavior_Params = { - 0x7f010095 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#behavior_overlapTop} - attribute's value can be found in the {@link #ScrollingViewBehavior_Params} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:behavior_overlapTop - */ - public static final int ScrollingViewBehavior_Params_behavior_overlapTop = 0; - /** Attributes that can be used with a SearchView. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.google.samples.apps.iosched:closeIcon}
{@link #SearchView_commitIcon com.google.samples.apps.iosched:commitIcon}
{@link #SearchView_defaultQueryHint com.google.samples.apps.iosched:defaultQueryHint}
{@link #SearchView_goIcon com.google.samples.apps.iosched:goIcon}
{@link #SearchView_iconifiedByDefault com.google.samples.apps.iosched:iconifiedByDefault}
{@link #SearchView_layout com.google.samples.apps.iosched:layout}
{@link #SearchView_queryBackground com.google.samples.apps.iosched:queryBackground}
{@link #SearchView_queryHint com.google.samples.apps.iosched:queryHint}
{@link #SearchView_searchHintIcon com.google.samples.apps.iosched:searchHintIcon}
{@link #SearchView_searchIcon com.google.samples.apps.iosched:searchIcon}
{@link #SearchView_submitBackground com.google.samples.apps.iosched:submitBackground}
{@link #SearchView_suggestionRowLayout com.google.samples.apps.iosched:suggestionRowLayout}
{@link #SearchView_voiceIcon com.google.samples.apps.iosched:voiceIcon}
- @see #SearchView_android_focusable - @see #SearchView_android_imeOptions - @see #SearchView_android_inputType - @see #SearchView_android_maxWidth - @see #SearchView_closeIcon - @see #SearchView_commitIcon - @see #SearchView_defaultQueryHint - @see #SearchView_goIcon - @see #SearchView_iconifiedByDefault - @see #SearchView_layout - @see #SearchView_queryBackground - @see #SearchView_queryHint - @see #SearchView_searchHintIcon - @see #SearchView_searchIcon - @see #SearchView_submitBackground - @see #SearchView_suggestionRowLayout - @see #SearchView_voiceIcon - */ - public static final int[] SearchView = { - 0x010100da, 0x0101011f, 0x01010220, 0x01010264, - 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, - 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, - 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, - 0x7f0100a2 - }; - /** -

This symbol is the offset where the {@link android.R.attr#focusable} - attribute's value can be found in the {@link #SearchView} array. - @attr name android:focusable - */ - public static final int SearchView_android_focusable = 0; - /** -

This symbol is the offset where the {@link android.R.attr#imeOptions} - attribute's value can be found in the {@link #SearchView} array. - @attr name android:imeOptions - */ - public static final int SearchView_android_imeOptions = 3; - /** -

This symbol is the offset where the {@link android.R.attr#inputType} - attribute's value can be found in the {@link #SearchView} array. - @attr name android:inputType - */ - public static final int SearchView_android_inputType = 2; - /** -

This symbol is the offset where the {@link android.R.attr#maxWidth} - attribute's value can be found in the {@link #SearchView} array. - @attr name android:maxWidth - */ - public static final int SearchView_android_maxWidth = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#closeIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:closeIcon - */ - public static final int SearchView_closeIcon = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#commitIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:commitIcon - */ - public static final int SearchView_commitIcon = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#defaultQueryHint} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:defaultQueryHint - */ - public static final int SearchView_defaultQueryHint = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#goIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:goIcon - */ - public static final int SearchView_goIcon = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#iconifiedByDefault} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:iconifiedByDefault - */ - public static final int SearchView_iconifiedByDefault = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#layout} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:layout - */ - public static final int SearchView_layout = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#queryBackground} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:queryBackground - */ - public static final int SearchView_queryBackground = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#queryHint} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:queryHint - */ - public static final int SearchView_queryHint = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#searchHintIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:searchHintIcon - */ - public static final int SearchView_searchHintIcon = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#searchIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:searchIcon - */ - public static final int SearchView_searchIcon = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#submitBackground} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:submitBackground - */ - public static final int SearchView_submitBackground = 16; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#suggestionRowLayout} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:suggestionRowLayout - */ - public static final int SearchView_suggestionRowLayout = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#voiceIcon} - attribute's value can be found in the {@link #SearchView} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:voiceIcon - */ - public static final int SearchView_voiceIcon = 12; - /** Attributes that can be used with a SlidingUpPanelLayout. -

Includes the following attributes:

- - - - - - - - - - - - - - -
AttributeDescription
{@link #SlidingUpPanelLayout_umanoAnchorPoint com.google.samples.apps.iosched:umanoAnchorPoint}
{@link #SlidingUpPanelLayout_umanoClipPanel com.google.samples.apps.iosched:umanoClipPanel}
{@link #SlidingUpPanelLayout_umanoDragView com.google.samples.apps.iosched:umanoDragView}
{@link #SlidingUpPanelLayout_umanoFadeColor com.google.samples.apps.iosched:umanoFadeColor}
{@link #SlidingUpPanelLayout_umanoFlingVelocity com.google.samples.apps.iosched:umanoFlingVelocity}
{@link #SlidingUpPanelLayout_umanoInitialState com.google.samples.apps.iosched:umanoInitialState}
{@link #SlidingUpPanelLayout_umanoOverlay com.google.samples.apps.iosched:umanoOverlay}
{@link #SlidingUpPanelLayout_umanoPanelHeight com.google.samples.apps.iosched:umanoPanelHeight}
{@link #SlidingUpPanelLayout_umanoParalaxOffset com.google.samples.apps.iosched:umanoParalaxOffset}
{@link #SlidingUpPanelLayout_umanoShadowHeight com.google.samples.apps.iosched:umanoShadowHeight}
- @see #SlidingUpPanelLayout_umanoAnchorPoint - @see #SlidingUpPanelLayout_umanoClipPanel - @see #SlidingUpPanelLayout_umanoDragView - @see #SlidingUpPanelLayout_umanoFadeColor - @see #SlidingUpPanelLayout_umanoFlingVelocity - @see #SlidingUpPanelLayout_umanoInitialState - @see #SlidingUpPanelLayout_umanoOverlay - @see #SlidingUpPanelLayout_umanoPanelHeight - @see #SlidingUpPanelLayout_umanoParalaxOffset - @see #SlidingUpPanelLayout_umanoShadowHeight - */ - public static final int[] SlidingUpPanelLayout = { - 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, - 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, - 0x7f0100ab, 0x7f0100ac - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoAnchorPoint} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a floating point value, such as "1.2". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoAnchorPoint - */ - public static final int SlidingUpPanelLayout_umanoAnchorPoint = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoClipPanel} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoClipPanel - */ - public static final int SlidingUpPanelLayout_umanoClipPanel = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoDragView} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:umanoDragView - */ - public static final int SlidingUpPanelLayout_umanoDragView = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoFadeColor} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoFadeColor - */ - public static final int SlidingUpPanelLayout_umanoFadeColor = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoFlingVelocity} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be an integer value, such as "100". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoFlingVelocity - */ - public static final int SlidingUpPanelLayout_umanoFlingVelocity = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoInitialState} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be one of the following constant values.

- ---- - - - - -
ConstantValueDescription
expanded0
collapsed1
anchored2
hidden3
- @attr name com.google.samples.apps.iosched:umanoInitialState - */ - public static final int SlidingUpPanelLayout_umanoInitialState = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoOverlay} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoOverlay - */ - public static final int SlidingUpPanelLayout_umanoOverlay = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoPanelHeight} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoPanelHeight - */ - public static final int SlidingUpPanelLayout_umanoPanelHeight = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoParalaxOffset} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoParalaxOffset - */ - public static final int SlidingUpPanelLayout_umanoParalaxOffset = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#umanoShadowHeight} - attribute's value can be found in the {@link #SlidingUpPanelLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:umanoShadowHeight - */ - public static final int SlidingUpPanelLayout_umanoShadowHeight = 1; - /** Attributes that can be used with a SnackbarLayout. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #SnackbarLayout_android_maxWidth android:maxWidth}
{@link #SnackbarLayout_elevation com.google.samples.apps.iosched:elevation}
{@link #SnackbarLayout_maxActionInlineWidth com.google.samples.apps.iosched:maxActionInlineWidth}
- @see #SnackbarLayout_android_maxWidth - @see #SnackbarLayout_elevation - @see #SnackbarLayout_maxActionInlineWidth - */ - public static final int[] SnackbarLayout = { - 0x0101011f, 0x7f01001a, 0x7f0100ad - }; - /** -

This symbol is the offset where the {@link android.R.attr#maxWidth} - attribute's value can be found in the {@link #SnackbarLayout} array. - @attr name android:maxWidth - */ - public static final int SnackbarLayout_android_maxWidth = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#elevation} - attribute's value can be found in the {@link #SnackbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:elevation - */ - public static final int SnackbarLayout_elevation = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#maxActionInlineWidth} - attribute's value can be found in the {@link #SnackbarLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:maxActionInlineWidth - */ - public static final int SnackbarLayout_maxActionInlineWidth = 2; - /** Attributes that can be used with a Spinner. -

Includes the following attributes:

- - - - - - - - -
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.google.samples.apps.iosched:popupTheme}
- @see #Spinner_android_dropDownWidth - @see #Spinner_android_popupBackground - @see #Spinner_android_prompt - @see #Spinner_popupTheme - */ - public static final int[] Spinner = { - 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b - }; - /** -

This symbol is the offset where the {@link android.R.attr#dropDownWidth} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:dropDownWidth - */ - public static final int Spinner_android_dropDownWidth = 2; - /** -

This symbol is the offset where the {@link android.R.attr#popupBackground} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:popupBackground - */ - public static final int Spinner_android_popupBackground = 0; - /** -

This symbol is the offset where the {@link android.R.attr#prompt} - attribute's value can be found in the {@link #Spinner} array. - @attr name android:prompt - */ - public static final int Spinner_android_prompt = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupTheme} - attribute's value can be found in the {@link #Spinner} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupTheme - */ - public static final int Spinner_popupTheme = 3; - /** Attributes that can be used with a SwitchCompat. -

Includes the following attributes:

- - - - - - - - - - - - - - -
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.google.samples.apps.iosched:showText}
{@link #SwitchCompat_splitTrack com.google.samples.apps.iosched:splitTrack}
{@link #SwitchCompat_switchMinWidth com.google.samples.apps.iosched:switchMinWidth}
{@link #SwitchCompat_switchPadding com.google.samples.apps.iosched:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.google.samples.apps.iosched:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.google.samples.apps.iosched:thumbTextPadding}
{@link #SwitchCompat_track com.google.samples.apps.iosched:track}
- @see #SwitchCompat_android_textOff - @see #SwitchCompat_android_textOn - @see #SwitchCompat_android_thumb - @see #SwitchCompat_showText - @see #SwitchCompat_splitTrack - @see #SwitchCompat_switchMinWidth - @see #SwitchCompat_switchPadding - @see #SwitchCompat_switchTextAppearance - @see #SwitchCompat_thumbTextPadding - @see #SwitchCompat_track - */ - public static final int[] SwitchCompat = { - 0x01010124, 0x01010125, 0x01010142, 0x7f0100ae, - 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, - 0x7f0100b3, 0x7f0100b4 - }; - /** -

This symbol is the offset where the {@link android.R.attr#textOff} - attribute's value can be found in the {@link #SwitchCompat} array. - @attr name android:textOff - */ - public static final int SwitchCompat_android_textOff = 1; - /** -

This symbol is the offset where the {@link android.R.attr#textOn} - attribute's value can be found in the {@link #SwitchCompat} array. - @attr name android:textOn - */ - public static final int SwitchCompat_android_textOn = 0; - /** -

This symbol is the offset where the {@link android.R.attr#thumb} - attribute's value can be found in the {@link #SwitchCompat} array. - @attr name android:thumb - */ - public static final int SwitchCompat_android_thumb = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#showText} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:showText - */ - public static final int SwitchCompat_showText = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#splitTrack} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:splitTrack - */ - public static final int SwitchCompat_splitTrack = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#switchMinWidth} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:switchMinWidth - */ - public static final int SwitchCompat_switchMinWidth = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#switchPadding} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:switchPadding - */ - public static final int SwitchCompat_switchPadding = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#switchTextAppearance} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:switchTextAppearance - */ - public static final int SwitchCompat_switchTextAppearance = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#thumbTextPadding} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:thumbTextPadding - */ - public static final int SwitchCompat_thumbTextPadding = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#track} - attribute's value can be found in the {@link #SwitchCompat} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:track - */ - public static final int SwitchCompat_track = 3; - /** Attributes that can be used with a TabLayout. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #TabLayout_tabBackground com.google.samples.apps.iosched:tabBackground}
{@link #TabLayout_tabContentStart com.google.samples.apps.iosched:tabContentStart}
{@link #TabLayout_tabGravity com.google.samples.apps.iosched:tabGravity}
{@link #TabLayout_tabIndicatorColor com.google.samples.apps.iosched:tabIndicatorColor}
{@link #TabLayout_tabIndicatorHeight com.google.samples.apps.iosched:tabIndicatorHeight}
{@link #TabLayout_tabMaxWidth com.google.samples.apps.iosched:tabMaxWidth}
{@link #TabLayout_tabMinWidth com.google.samples.apps.iosched:tabMinWidth}
{@link #TabLayout_tabMode com.google.samples.apps.iosched:tabMode}
{@link #TabLayout_tabPadding com.google.samples.apps.iosched:tabPadding}
{@link #TabLayout_tabPaddingBottom com.google.samples.apps.iosched:tabPaddingBottom}
{@link #TabLayout_tabPaddingEnd com.google.samples.apps.iosched:tabPaddingEnd}
{@link #TabLayout_tabPaddingStart com.google.samples.apps.iosched:tabPaddingStart}
{@link #TabLayout_tabPaddingTop com.google.samples.apps.iosched:tabPaddingTop}
{@link #TabLayout_tabSelectedTextColor com.google.samples.apps.iosched:tabSelectedTextColor}
{@link #TabLayout_tabTextAppearance com.google.samples.apps.iosched:tabTextAppearance}
{@link #TabLayout_tabTextColor com.google.samples.apps.iosched:tabTextColor}
- @see #TabLayout_tabBackground - @see #TabLayout_tabContentStart - @see #TabLayout_tabGravity - @see #TabLayout_tabIndicatorColor - @see #TabLayout_tabIndicatorHeight - @see #TabLayout_tabMaxWidth - @see #TabLayout_tabMinWidth - @see #TabLayout_tabMode - @see #TabLayout_tabPadding - @see #TabLayout_tabPaddingBottom - @see #TabLayout_tabPaddingEnd - @see #TabLayout_tabPaddingStart - @see #TabLayout_tabPaddingTop - @see #TabLayout_tabSelectedTextColor - @see #TabLayout_tabTextAppearance - @see #TabLayout_tabTextColor - */ - public static final int[] TabLayout = { - 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, - 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, - 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, - 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabBackground} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:tabBackground - */ - public static final int TabLayout_tabBackground = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabContentStart} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabContentStart - */ - public static final int TabLayout_tabContentStart = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabGravity} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
fill0
center1
- @attr name com.google.samples.apps.iosched:tabGravity - */ - public static final int TabLayout_tabGravity = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabIndicatorColor} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabIndicatorColor - */ - public static final int TabLayout_tabIndicatorColor = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabIndicatorHeight} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabIndicatorHeight - */ - public static final int TabLayout_tabIndicatorHeight = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabMaxWidth} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabMaxWidth - */ - public static final int TabLayout_tabMaxWidth = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabMinWidth} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabMinWidth - */ - public static final int TabLayout_tabMinWidth = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabMode} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be one of the following constant values.

- ---- - - -
ConstantValueDescription
scrollable0
fixed1
- @attr name com.google.samples.apps.iosched:tabMode - */ - public static final int TabLayout_tabMode = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabPadding} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabPadding - */ - public static final int TabLayout_tabPadding = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabPaddingBottom} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabPaddingBottom - */ - public static final int TabLayout_tabPaddingBottom = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabPaddingEnd} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabPaddingEnd - */ - public static final int TabLayout_tabPaddingEnd = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabPaddingStart} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabPaddingStart - */ - public static final int TabLayout_tabPaddingStart = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabPaddingTop} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabPaddingTop - */ - public static final int TabLayout_tabPaddingTop = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabSelectedTextColor} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabSelectedTextColor - */ - public static final int TabLayout_tabSelectedTextColor = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabTextAppearance} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:tabTextAppearance - */ - public static final int TabLayout_tabTextAppearance = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#tabTextColor} - attribute's value can be found in the {@link #TabLayout} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:tabTextColor - */ - public static final int TabLayout_tabTextColor = 9; - /** Attributes that can be used with a TextAppearance. -

Includes the following attributes:

- - - - - - - - - -
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.google.samples.apps.iosched:textAllCaps}
- @see #TextAppearance_android_textColor - @see #TextAppearance_android_textSize - @see #TextAppearance_android_textStyle - @see #TextAppearance_android_typeface - @see #TextAppearance_textAllCaps - */ - public static final int[] TextAppearance = { - 0x01010095, 0x01010096, 0x01010097, 0x01010098, - 0x7f010027 - }; - /** -

This symbol is the offset where the {@link android.R.attr#textColor} - attribute's value can be found in the {@link #TextAppearance} array. - @attr name android:textColor - */ - public static final int TextAppearance_android_textColor = 3; - /** -

This symbol is the offset where the {@link android.R.attr#textSize} - attribute's value can be found in the {@link #TextAppearance} array. - @attr name android:textSize - */ - public static final int TextAppearance_android_textSize = 0; - /** -

This symbol is the offset where the {@link android.R.attr#textStyle} - attribute's value can be found in the {@link #TextAppearance} array. - @attr name android:textStyle - */ - public static final int TextAppearance_android_textStyle = 2; - /** -

This symbol is the offset where the {@link android.R.attr#typeface} - attribute's value can be found in the {@link #TextAppearance} array. - @attr name android:typeface - */ - public static final int TextAppearance_android_typeface = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAllCaps} - attribute's value can be found in the {@link #TextAppearance} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a boolean value, either "true" or "false". - @attr name com.google.samples.apps.iosched:textAllCaps - */ - public static final int TextAppearance_textAllCaps = 4; - /** Attributes that can be used with a TextInputLayout. -

Includes the following attributes:

- - - - - - - - - - -
AttributeDescription
{@link #TextInputLayout_android_hint android:hint}
{@link #TextInputLayout_android_textColorHint android:textColorHint}
{@link #TextInputLayout_errorEnabled com.google.samples.apps.iosched:errorEnabled}
{@link #TextInputLayout_errorTextAppearance com.google.samples.apps.iosched:errorTextAppearance}
{@link #TextInputLayout_hintAnimationEnabled com.google.samples.apps.iosched:hintAnimationEnabled}
{@link #TextInputLayout_hintTextAppearance com.google.samples.apps.iosched:hintTextAppearance}
- @see #TextInputLayout_android_hint - @see #TextInputLayout_android_textColorHint - @see #TextInputLayout_errorEnabled - @see #TextInputLayout_errorTextAppearance - @see #TextInputLayout_hintAnimationEnabled - @see #TextInputLayout_hintTextAppearance - */ - public static final int[] TextInputLayout = { - 0x0101009a, 0x01010150, 0x7f0100c5, 0x7f0100c6, - 0x7f0100c7, 0x7f0100c8 - }; - /** -

This symbol is the offset where the {@link android.R.attr#hint} - attribute's value can be found in the {@link #TextInputLayout} array. - @attr name android:hint - */ - public static final int TextInputLayout_android_hint = 1; - /** -

This symbol is the offset where the {@link android.R.attr#textColorHint} - attribute's value can be found in the {@link #TextInputLayout} array. - @attr name android:textColorHint - */ - public static final int TextInputLayout_android_textColorHint = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#errorEnabled} - attribute's value can be found in the {@link #TextInputLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:errorEnabled - */ - public static final int TextInputLayout_errorEnabled = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#errorTextAppearance} - attribute's value can be found in the {@link #TextInputLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:errorTextAppearance - */ - public static final int TextInputLayout_errorTextAppearance = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#hintAnimationEnabled} - attribute's value can be found in the {@link #TextInputLayout} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:hintAnimationEnabled - */ - public static final int TextInputLayout_hintAnimationEnabled = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#hintTextAppearance} - attribute's value can be found in the {@link #TextInputLayout} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:hintTextAppearance - */ - public static final int TextInputLayout_hintTextAppearance = 2; - /** Attributes that can be used with a Theme. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #Theme_actionBarDivider com.google.samples.apps.iosched:actionBarDivider}
{@link #Theme_actionBarItemBackground com.google.samples.apps.iosched:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.google.samples.apps.iosched:actionBarPopupTheme}
{@link #Theme_actionBarSize com.google.samples.apps.iosched:actionBarSize}
{@link #Theme_actionBarSplitStyle com.google.samples.apps.iosched:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.google.samples.apps.iosched:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.google.samples.apps.iosched:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.google.samples.apps.iosched:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.google.samples.apps.iosched:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.google.samples.apps.iosched:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.google.samples.apps.iosched:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.google.samples.apps.iosched:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.google.samples.apps.iosched:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.google.samples.apps.iosched:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.google.samples.apps.iosched:actionMenuTextColor}
{@link #Theme_actionModeBackground com.google.samples.apps.iosched:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.google.samples.apps.iosched:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.google.samples.apps.iosched:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.google.samples.apps.iosched:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.google.samples.apps.iosched:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.google.samples.apps.iosched:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.google.samples.apps.iosched:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.google.samples.apps.iosched:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.google.samples.apps.iosched:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.google.samples.apps.iosched:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.google.samples.apps.iosched:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.google.samples.apps.iosched:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.google.samples.apps.iosched:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.google.samples.apps.iosched:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.google.samples.apps.iosched:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.google.samples.apps.iosched:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.google.samples.apps.iosched:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.google.samples.apps.iosched:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.google.samples.apps.iosched:alertDialogStyle}
{@link #Theme_alertDialogTheme com.google.samples.apps.iosched:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.google.samples.apps.iosched:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.google.samples.apps.iosched:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.google.samples.apps.iosched:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.google.samples.apps.iosched:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.google.samples.apps.iosched:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.google.samples.apps.iosched:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.google.samples.apps.iosched:buttonBarStyle}
{@link #Theme_buttonStyle com.google.samples.apps.iosched:buttonStyle}
{@link #Theme_buttonStyleSmall com.google.samples.apps.iosched:buttonStyleSmall}
{@link #Theme_checkboxStyle com.google.samples.apps.iosched:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.google.samples.apps.iosched:checkedTextViewStyle}
{@link #Theme_colorAccent com.google.samples.apps.iosched:colorAccent}
{@link #Theme_colorButtonNormal com.google.samples.apps.iosched:colorButtonNormal}
{@link #Theme_colorControlActivated com.google.samples.apps.iosched:colorControlActivated}
{@link #Theme_colorControlHighlight com.google.samples.apps.iosched:colorControlHighlight}
{@link #Theme_colorControlNormal com.google.samples.apps.iosched:colorControlNormal}
{@link #Theme_colorPrimary com.google.samples.apps.iosched:colorPrimary}
{@link #Theme_colorPrimaryDark com.google.samples.apps.iosched:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.google.samples.apps.iosched:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.google.samples.apps.iosched:controlBackground}
{@link #Theme_dialogPreferredPadding com.google.samples.apps.iosched:dialogPreferredPadding}
{@link #Theme_dialogTheme com.google.samples.apps.iosched:dialogTheme}
{@link #Theme_dividerHorizontal com.google.samples.apps.iosched:dividerHorizontal}
{@link #Theme_dividerVertical com.google.samples.apps.iosched:dividerVertical}
{@link #Theme_dropDownListViewStyle com.google.samples.apps.iosched:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.google.samples.apps.iosched:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.google.samples.apps.iosched:editTextBackground}
{@link #Theme_editTextColor com.google.samples.apps.iosched:editTextColor}
{@link #Theme_editTextStyle com.google.samples.apps.iosched:editTextStyle}
{@link #Theme_homeAsUpIndicator com.google.samples.apps.iosched:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.google.samples.apps.iosched:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.google.samples.apps.iosched:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.google.samples.apps.iosched:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.google.samples.apps.iosched:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.google.samples.apps.iosched:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.google.samples.apps.iosched:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.google.samples.apps.iosched:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.google.samples.apps.iosched:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.google.samples.apps.iosched:panelBackground}
{@link #Theme_panelMenuListTheme com.google.samples.apps.iosched:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.google.samples.apps.iosched:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.google.samples.apps.iosched:popupMenuStyle}
{@link #Theme_popupWindowStyle com.google.samples.apps.iosched:popupWindowStyle}
{@link #Theme_radioButtonStyle com.google.samples.apps.iosched:radioButtonStyle}
{@link #Theme_ratingBarStyle com.google.samples.apps.iosched:ratingBarStyle}
{@link #Theme_searchViewStyle com.google.samples.apps.iosched:searchViewStyle}
{@link #Theme_selectableItemBackground com.google.samples.apps.iosched:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.google.samples.apps.iosched:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.google.samples.apps.iosched:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.google.samples.apps.iosched:spinnerStyle}
{@link #Theme_switchStyle com.google.samples.apps.iosched:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.google.samples.apps.iosched:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.google.samples.apps.iosched:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.google.samples.apps.iosched:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.google.samples.apps.iosched:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.google.samples.apps.iosched:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.google.samples.apps.iosched:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.google.samples.apps.iosched:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.google.samples.apps.iosched:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.google.samples.apps.iosched:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.google.samples.apps.iosched:toolbarStyle}
{@link #Theme_windowActionBar com.google.samples.apps.iosched:windowActionBar}
{@link #Theme_windowActionBarOverlay com.google.samples.apps.iosched:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.google.samples.apps.iosched:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.google.samples.apps.iosched:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.google.samples.apps.iosched:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.google.samples.apps.iosched:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.google.samples.apps.iosched:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.google.samples.apps.iosched:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.google.samples.apps.iosched:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.google.samples.apps.iosched:windowNoTitle}
- @see #Theme_actionBarDivider - @see #Theme_actionBarItemBackground - @see #Theme_actionBarPopupTheme - @see #Theme_actionBarSize - @see #Theme_actionBarSplitStyle - @see #Theme_actionBarStyle - @see #Theme_actionBarTabBarStyle - @see #Theme_actionBarTabStyle - @see #Theme_actionBarTabTextStyle - @see #Theme_actionBarTheme - @see #Theme_actionBarWidgetTheme - @see #Theme_actionButtonStyle - @see #Theme_actionDropDownStyle - @see #Theme_actionMenuTextAppearance - @see #Theme_actionMenuTextColor - @see #Theme_actionModeBackground - @see #Theme_actionModeCloseButtonStyle - @see #Theme_actionModeCloseDrawable - @see #Theme_actionModeCopyDrawable - @see #Theme_actionModeCutDrawable - @see #Theme_actionModeFindDrawable - @see #Theme_actionModePasteDrawable - @see #Theme_actionModePopupWindowStyle - @see #Theme_actionModeSelectAllDrawable - @see #Theme_actionModeShareDrawable - @see #Theme_actionModeSplitBackground - @see #Theme_actionModeStyle - @see #Theme_actionModeWebSearchDrawable - @see #Theme_actionOverflowButtonStyle - @see #Theme_actionOverflowMenuStyle - @see #Theme_activityChooserViewStyle - @see #Theme_alertDialogButtonGroupStyle - @see #Theme_alertDialogCenterButtons - @see #Theme_alertDialogStyle - @see #Theme_alertDialogTheme - @see #Theme_android_windowAnimationStyle - @see #Theme_android_windowIsFloating - @see #Theme_autoCompleteTextViewStyle - @see #Theme_borderlessButtonStyle - @see #Theme_buttonBarButtonStyle - @see #Theme_buttonBarNegativeButtonStyle - @see #Theme_buttonBarNeutralButtonStyle - @see #Theme_buttonBarPositiveButtonStyle - @see #Theme_buttonBarStyle - @see #Theme_buttonStyle - @see #Theme_buttonStyleSmall - @see #Theme_checkboxStyle - @see #Theme_checkedTextViewStyle - @see #Theme_colorAccent - @see #Theme_colorButtonNormal - @see #Theme_colorControlActivated - @see #Theme_colorControlHighlight - @see #Theme_colorControlNormal - @see #Theme_colorPrimary - @see #Theme_colorPrimaryDark - @see #Theme_colorSwitchThumbNormal - @see #Theme_controlBackground - @see #Theme_dialogPreferredPadding - @see #Theme_dialogTheme - @see #Theme_dividerHorizontal - @see #Theme_dividerVertical - @see #Theme_dropDownListViewStyle - @see #Theme_dropdownListPreferredItemHeight - @see #Theme_editTextBackground - @see #Theme_editTextColor - @see #Theme_editTextStyle - @see #Theme_homeAsUpIndicator - @see #Theme_listChoiceBackgroundIndicator - @see #Theme_listDividerAlertDialog - @see #Theme_listPopupWindowStyle - @see #Theme_listPreferredItemHeight - @see #Theme_listPreferredItemHeightLarge - @see #Theme_listPreferredItemHeightSmall - @see #Theme_listPreferredItemPaddingLeft - @see #Theme_listPreferredItemPaddingRight - @see #Theme_panelBackground - @see #Theme_panelMenuListTheme - @see #Theme_panelMenuListWidth - @see #Theme_popupMenuStyle - @see #Theme_popupWindowStyle - @see #Theme_radioButtonStyle - @see #Theme_ratingBarStyle - @see #Theme_searchViewStyle - @see #Theme_selectableItemBackground - @see #Theme_selectableItemBackgroundBorderless - @see #Theme_spinnerDropDownItemStyle - @see #Theme_spinnerStyle - @see #Theme_switchStyle - @see #Theme_textAppearanceLargePopupMenu - @see #Theme_textAppearanceListItem - @see #Theme_textAppearanceListItemSmall - @see #Theme_textAppearanceSearchResultSubtitle - @see #Theme_textAppearanceSearchResultTitle - @see #Theme_textAppearanceSmallPopupMenu - @see #Theme_textColorAlertDialogListItem - @see #Theme_textColorSearchUrl - @see #Theme_toolbarNavigationButtonStyle - @see #Theme_toolbarStyle - @see #Theme_windowActionBar - @see #Theme_windowActionBarOverlay - @see #Theme_windowActionModeOverlay - @see #Theme_windowFixedHeightMajor - @see #Theme_windowFixedHeightMinor - @see #Theme_windowFixedWidthMajor - @see #Theme_windowFixedWidthMinor - @see #Theme_windowMinWidthMajor - @see #Theme_windowMinWidthMinor - @see #Theme_windowNoTitle - */ - public static final int[] Theme = { - 0x01010057, 0x010100ae, 0x7f0100c9, 0x7f0100ca, - 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, - 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, - 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, - 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, - 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, - 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, - 0x7f0100e3, 0x7f0100e4, 0x7f0100e5, 0x7f0100e6, - 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, - 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, - 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2, - 0x7f0100f3, 0x7f0100f4, 0x7f0100f5, 0x7f0100f6, - 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, - 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, - 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102, - 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, - 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a, - 0x7f01010b, 0x7f01010c, 0x7f01010d, 0x7f01010e, - 0x7f01010f, 0x7f010110, 0x7f010111, 0x7f010112, - 0x7f010113, 0x7f010114, 0x7f010115, 0x7f010116, - 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, - 0x7f01011b, 0x7f01011c, 0x7f01011d, 0x7f01011e, - 0x7f01011f, 0x7f010120, 0x7f010121, 0x7f010122, - 0x7f010123, 0x7f010124, 0x7f010125, 0x7f010126, - 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, - 0x7f01012b, 0x7f01012c, 0x7f01012d, 0x7f01012e, - 0x7f01012f, 0x7f010130, 0x7f010131, 0x7f010132 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarDivider} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarDivider - */ - public static final int Theme_actionBarDivider = 23; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarItemBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarItemBackground - */ - public static final int Theme_actionBarItemBackground = 24; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarPopupTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarPopupTheme - */ - public static final int Theme_actionBarPopupTheme = 17; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarSize} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. -

May be one of the following constant values.

- ---- - -
ConstantValueDescription
wrap_content0
- @attr name com.google.samples.apps.iosched:actionBarSize - */ - public static final int Theme_actionBarSize = 22; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarSplitStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarSplitStyle - */ - public static final int Theme_actionBarSplitStyle = 19; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarStyle - */ - public static final int Theme_actionBarStyle = 18; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarTabBarStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarTabBarStyle - */ - public static final int Theme_actionBarTabBarStyle = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarTabStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarTabStyle - */ - public static final int Theme_actionBarTabStyle = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarTabTextStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarTabTextStyle - */ - public static final int Theme_actionBarTabTextStyle = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarTheme - */ - public static final int Theme_actionBarTheme = 20; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionBarWidgetTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionBarWidgetTheme - */ - public static final int Theme_actionBarWidgetTheme = 21; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionButtonStyle - */ - public static final int Theme_actionButtonStyle = 49; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionDropDownStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionDropDownStyle - */ - public static final int Theme_actionDropDownStyle = 45; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionMenuTextAppearance} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionMenuTextAppearance - */ - public static final int Theme_actionMenuTextAppearance = 25; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionMenuTextColor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:actionMenuTextColor - */ - public static final int Theme_actionMenuTextColor = 26; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeBackground - */ - public static final int Theme_actionModeBackground = 29; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeCloseButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeCloseButtonStyle - */ - public static final int Theme_actionModeCloseButtonStyle = 28; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeCloseDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeCloseDrawable - */ - public static final int Theme_actionModeCloseDrawable = 31; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeCopyDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeCopyDrawable - */ - public static final int Theme_actionModeCopyDrawable = 33; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeCutDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeCutDrawable - */ - public static final int Theme_actionModeCutDrawable = 32; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeFindDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeFindDrawable - */ - public static final int Theme_actionModeFindDrawable = 37; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModePasteDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModePasteDrawable - */ - public static final int Theme_actionModePasteDrawable = 34; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModePopupWindowStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModePopupWindowStyle - */ - public static final int Theme_actionModePopupWindowStyle = 39; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeSelectAllDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeSelectAllDrawable - */ - public static final int Theme_actionModeSelectAllDrawable = 35; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeShareDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeShareDrawable - */ - public static final int Theme_actionModeShareDrawable = 36; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeSplitBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeSplitBackground - */ - public static final int Theme_actionModeSplitBackground = 30; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeStyle - */ - public static final int Theme_actionModeStyle = 27; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionModeWebSearchDrawable} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionModeWebSearchDrawable - */ - public static final int Theme_actionModeWebSearchDrawable = 38; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionOverflowButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionOverflowButtonStyle - */ - public static final int Theme_actionOverflowButtonStyle = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#actionOverflowMenuStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:actionOverflowMenuStyle - */ - public static final int Theme_actionOverflowMenuStyle = 16; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#activityChooserViewStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:activityChooserViewStyle - */ - public static final int Theme_activityChooserViewStyle = 57; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#alertDialogButtonGroupStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:alertDialogButtonGroupStyle - */ - public static final int Theme_alertDialogButtonGroupStyle = 91; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#alertDialogCenterButtons} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:alertDialogCenterButtons - */ - public static final int Theme_alertDialogCenterButtons = 92; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#alertDialogStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:alertDialogStyle - */ - public static final int Theme_alertDialogStyle = 90; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#alertDialogTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:alertDialogTheme - */ - public static final int Theme_alertDialogTheme = 93; - /** -

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} - attribute's value can be found in the {@link #Theme} array. - @attr name android:windowAnimationStyle - */ - public static final int Theme_android_windowAnimationStyle = 1; - /** -

This symbol is the offset where the {@link android.R.attr#windowIsFloating} - attribute's value can be found in the {@link #Theme} array. - @attr name android:windowIsFloating - */ - public static final int Theme_android_windowIsFloating = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#autoCompleteTextViewStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:autoCompleteTextViewStyle - */ - public static final int Theme_autoCompleteTextViewStyle = 98; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#borderlessButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:borderlessButtonStyle - */ - public static final int Theme_borderlessButtonStyle = 54; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonBarButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonBarButtonStyle - */ - public static final int Theme_buttonBarButtonStyle = 51; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonBarNegativeButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonBarNegativeButtonStyle - */ - public static final int Theme_buttonBarNegativeButtonStyle = 96; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonBarNeutralButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonBarNeutralButtonStyle - */ - public static final int Theme_buttonBarNeutralButtonStyle = 97; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonBarPositiveButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonBarPositiveButtonStyle - */ - public static final int Theme_buttonBarPositiveButtonStyle = 95; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonBarStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonBarStyle - */ - public static final int Theme_buttonBarStyle = 50; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonStyle - */ - public static final int Theme_buttonStyle = 99; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#buttonStyleSmall} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:buttonStyleSmall - */ - public static final int Theme_buttonStyleSmall = 100; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#checkboxStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:checkboxStyle - */ - public static final int Theme_checkboxStyle = 101; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#checkedTextViewStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:checkedTextViewStyle - */ - public static final int Theme_checkedTextViewStyle = 102; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorAccent} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorAccent - */ - public static final int Theme_colorAccent = 83; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorButtonNormal} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorButtonNormal - */ - public static final int Theme_colorButtonNormal = 87; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorControlActivated} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorControlActivated - */ - public static final int Theme_colorControlActivated = 85; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorControlHighlight} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorControlHighlight - */ - public static final int Theme_colorControlHighlight = 86; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorControlNormal} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorControlNormal - */ - public static final int Theme_colorControlNormal = 84; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorPrimary} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorPrimary - */ - public static final int Theme_colorPrimary = 81; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorPrimaryDark} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorPrimaryDark - */ - public static final int Theme_colorPrimaryDark = 82; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#colorSwitchThumbNormal} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:colorSwitchThumbNormal - */ - public static final int Theme_colorSwitchThumbNormal = 88; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#controlBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:controlBackground - */ - public static final int Theme_controlBackground = 89; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dialogPreferredPadding} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:dialogPreferredPadding - */ - public static final int Theme_dialogPreferredPadding = 43; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dialogTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:dialogTheme - */ - public static final int Theme_dialogTheme = 42; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dividerHorizontal} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:dividerHorizontal - */ - public static final int Theme_dividerHorizontal = 56; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dividerVertical} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:dividerVertical - */ - public static final int Theme_dividerVertical = 55; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dropDownListViewStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:dropDownListViewStyle - */ - public static final int Theme_dropDownListViewStyle = 73; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#dropdownListPreferredItemHeight} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:dropdownListPreferredItemHeight - */ - public static final int Theme_dropdownListPreferredItemHeight = 46; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#editTextBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:editTextBackground - */ - public static final int Theme_editTextBackground = 63; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#editTextColor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:editTextColor - */ - public static final int Theme_editTextColor = 62; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#editTextStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:editTextStyle - */ - public static final int Theme_editTextStyle = 103; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#homeAsUpIndicator} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:homeAsUpIndicator - */ - public static final int Theme_homeAsUpIndicator = 48; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listChoiceBackgroundIndicator} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:listChoiceBackgroundIndicator - */ - public static final int Theme_listChoiceBackgroundIndicator = 80; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listDividerAlertDialog} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:listDividerAlertDialog - */ - public static final int Theme_listDividerAlertDialog = 44; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPopupWindowStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:listPopupWindowStyle - */ - public static final int Theme_listPopupWindowStyle = 74; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPreferredItemHeight} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:listPreferredItemHeight - */ - public static final int Theme_listPreferredItemHeight = 68; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPreferredItemHeightLarge} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:listPreferredItemHeightLarge - */ - public static final int Theme_listPreferredItemHeightLarge = 70; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPreferredItemHeightSmall} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:listPreferredItemHeightSmall - */ - public static final int Theme_listPreferredItemHeightSmall = 69; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPreferredItemPaddingLeft} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:listPreferredItemPaddingLeft - */ - public static final int Theme_listPreferredItemPaddingLeft = 71; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#listPreferredItemPaddingRight} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:listPreferredItemPaddingRight - */ - public static final int Theme_listPreferredItemPaddingRight = 72; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#panelBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:panelBackground - */ - public static final int Theme_panelBackground = 77; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#panelMenuListTheme} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:panelMenuListTheme - */ - public static final int Theme_panelMenuListTheme = 79; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#panelMenuListWidth} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:panelMenuListWidth - */ - public static final int Theme_panelMenuListWidth = 78; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupMenuStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupMenuStyle - */ - public static final int Theme_popupMenuStyle = 60; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupWindowStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupWindowStyle - */ - public static final int Theme_popupWindowStyle = 61; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#radioButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:radioButtonStyle - */ - public static final int Theme_radioButtonStyle = 104; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#ratingBarStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:ratingBarStyle - */ - public static final int Theme_ratingBarStyle = 105; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#searchViewStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:searchViewStyle - */ - public static final int Theme_searchViewStyle = 67; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#selectableItemBackground} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:selectableItemBackground - */ - public static final int Theme_selectableItemBackground = 52; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#selectableItemBackgroundBorderless} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:selectableItemBackgroundBorderless - */ - public static final int Theme_selectableItemBackgroundBorderless = 53; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#spinnerDropDownItemStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:spinnerDropDownItemStyle - */ - public static final int Theme_spinnerDropDownItemStyle = 47; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#spinnerStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:spinnerStyle - */ - public static final int Theme_spinnerStyle = 106; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#switchStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:switchStyle - */ - public static final int Theme_switchStyle = 107; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceLargePopupMenu} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceLargePopupMenu - */ - public static final int Theme_textAppearanceLargePopupMenu = 40; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceListItem} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceListItem - */ - public static final int Theme_textAppearanceListItem = 75; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceListItemSmall} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceListItemSmall - */ - public static final int Theme_textAppearanceListItemSmall = 76; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceSearchResultSubtitle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceSearchResultSubtitle - */ - public static final int Theme_textAppearanceSearchResultSubtitle = 65; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceSearchResultTitle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceSearchResultTitle - */ - public static final int Theme_textAppearanceSearchResultTitle = 64; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textAppearanceSmallPopupMenu} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:textAppearanceSmallPopupMenu - */ - public static final int Theme_textAppearanceSmallPopupMenu = 41; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textColorAlertDialogListItem} - attribute's value can be found in the {@link #Theme} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:textColorAlertDialogListItem - */ - public static final int Theme_textColorAlertDialogListItem = 94; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#textColorSearchUrl} - attribute's value can be found in the {@link #Theme} array. - - -

May be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". -

May be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". - @attr name com.google.samples.apps.iosched:textColorSearchUrl - */ - public static final int Theme_textColorSearchUrl = 66; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#toolbarNavigationButtonStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:toolbarNavigationButtonStyle - */ - public static final int Theme_toolbarNavigationButtonStyle = 59; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#toolbarStyle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:toolbarStyle - */ - public static final int Theme_toolbarStyle = 58; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowActionBar} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowActionBar - */ - public static final int Theme_windowActionBar = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowActionBarOverlay} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowActionBarOverlay - */ - public static final int Theme_windowActionBarOverlay = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowActionModeOverlay} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowActionModeOverlay - */ - public static final int Theme_windowActionModeOverlay = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowFixedHeightMajor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowFixedHeightMajor - */ - public static final int Theme_windowFixedHeightMajor = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowFixedHeightMinor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowFixedHeightMinor - */ - public static final int Theme_windowFixedHeightMinor = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowFixedWidthMajor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowFixedWidthMajor - */ - public static final int Theme_windowFixedWidthMajor = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowFixedWidthMinor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowFixedWidthMinor - */ - public static final int Theme_windowFixedWidthMinor = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowMinWidthMajor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowMinWidthMajor - */ - public static final int Theme_windowMinWidthMajor = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowMinWidthMinor} - attribute's value can be found in the {@link #Theme} array. - - -

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". -The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to -some parent container. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowMinWidthMinor - */ - public static final int Theme_windowMinWidthMinor = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#windowNoTitle} - attribute's value can be found in the {@link #Theme} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:windowNoTitle - */ - public static final int Theme_windowNoTitle = 3; - /** Attributes that can be used with a ThemeIOSched. -

Includes the following attributes:

- - - - - -
AttributeDescription
{@link #ThemeIOSched_isFloatingWindow com.google.samples.apps.iosched:isFloatingWindow}
- @see #ThemeIOSched_isFloatingWindow - */ - public static final int[] ThemeIOSched = { - 0x7f010133 - }; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#isFloatingWindow} - attribute's value can be found in the {@link #ThemeIOSched} array. - - -

Must be a boolean value, either "true" or "false". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:isFloatingWindow - */ - public static final int ThemeIOSched_isFloatingWindow = 0; - /** Attributes that can be used with a Toolbar. -

Includes the following attributes:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.google.samples.apps.iosched:collapseContentDescription}
{@link #Toolbar_collapseIcon com.google.samples.apps.iosched:collapseIcon}
{@link #Toolbar_contentInsetEnd com.google.samples.apps.iosched:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.google.samples.apps.iosched:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.google.samples.apps.iosched:contentInsetRight}
{@link #Toolbar_contentInsetStart com.google.samples.apps.iosched:contentInsetStart}
{@link #Toolbar_logo com.google.samples.apps.iosched:logo}
{@link #Toolbar_logoDescription com.google.samples.apps.iosched:logoDescription}
{@link #Toolbar_maxButtonHeight com.google.samples.apps.iosched:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.google.samples.apps.iosched:navigationContentDescription}
{@link #Toolbar_navigationIcon com.google.samples.apps.iosched:navigationIcon}
{@link #Toolbar_popupTheme com.google.samples.apps.iosched:popupTheme}
{@link #Toolbar_subtitle com.google.samples.apps.iosched:subtitle}
{@link #Toolbar_subtitleTextAppearance com.google.samples.apps.iosched:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.google.samples.apps.iosched:subtitleTextColor}
{@link #Toolbar_title com.google.samples.apps.iosched:title}
{@link #Toolbar_titleMarginBottom com.google.samples.apps.iosched:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.google.samples.apps.iosched:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.google.samples.apps.iosched:titleMarginStart}
{@link #Toolbar_titleMarginTop com.google.samples.apps.iosched:titleMarginTop}
{@link #Toolbar_titleMargins com.google.samples.apps.iosched:titleMargins}
{@link #Toolbar_titleTextAppearance com.google.samples.apps.iosched:titleTextAppearance}
{@link #Toolbar_titleTextColor com.google.samples.apps.iosched:titleTextColor}
- @see #Toolbar_android_gravity - @see #Toolbar_android_minHeight - @see #Toolbar_collapseContentDescription - @see #Toolbar_collapseIcon - @see #Toolbar_contentInsetEnd - @see #Toolbar_contentInsetLeft - @see #Toolbar_contentInsetRight - @see #Toolbar_contentInsetStart - @see #Toolbar_logo - @see #Toolbar_logoDescription - @see #Toolbar_maxButtonHeight - @see #Toolbar_navigationContentDescription - @see #Toolbar_navigationIcon - @see #Toolbar_popupTheme - @see #Toolbar_subtitle - @see #Toolbar_subtitleTextAppearance - @see #Toolbar_subtitleTextColor - @see #Toolbar_title - @see #Toolbar_titleMarginBottom - @see #Toolbar_titleMarginEnd - @see #Toolbar_titleMarginStart - @see #Toolbar_titleMarginTop - @see #Toolbar_titleMargins - @see #Toolbar_titleTextAppearance - @see #Toolbar_titleTextColor - */ - public static final int[] Toolbar = { - 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, - 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, - 0x7f010019, 0x7f01001b, 0x7f010134, 0x7f010135, - 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, - 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, - 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, - 0x7f010142 - }; - /** -

This symbol is the offset where the {@link android.R.attr#gravity} - attribute's value can be found in the {@link #Toolbar} array. - @attr name android:gravity - */ - public static final int Toolbar_android_gravity = 0; - /** -

This symbol is the offset where the {@link android.R.attr#minHeight} - attribute's value can be found in the {@link #Toolbar} array. - @attr name android:minHeight - */ - public static final int Toolbar_android_minHeight = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#collapseContentDescription} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:collapseContentDescription - */ - public static final int Toolbar_collapseContentDescription = 19; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#collapseIcon} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:collapseIcon - */ - public static final int Toolbar_collapseIcon = 18; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetEnd} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetEnd - */ - public static final int Toolbar_contentInsetEnd = 6; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetLeft} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetLeft - */ - public static final int Toolbar_contentInsetLeft = 7; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetRight} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetRight - */ - public static final int Toolbar_contentInsetRight = 8; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#contentInsetStart} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:contentInsetStart - */ - public static final int Toolbar_contentInsetStart = 5; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#logo} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:logo - */ - public static final int Toolbar_logo = 4; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#logoDescription} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:logoDescription - */ - public static final int Toolbar_logoDescription = 22; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#maxButtonHeight} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:maxButtonHeight - */ - public static final int Toolbar_maxButtonHeight = 17; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#navigationContentDescription} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:navigationContentDescription - */ - public static final int Toolbar_navigationContentDescription = 21; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#navigationIcon} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:navigationIcon - */ - public static final int Toolbar_navigationIcon = 20; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#popupTheme} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:popupTheme - */ - public static final int Toolbar_popupTheme = 9; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitle} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:subtitle - */ - public static final int Toolbar_subtitle = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitleTextAppearance} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:subtitleTextAppearance - */ - public static final int Toolbar_subtitleTextAppearance = 11; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#subtitleTextColor} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:subtitleTextColor - */ - public static final int Toolbar_subtitleTextColor = 24; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#title} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:title - */ - public static final int Toolbar_title = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleMarginBottom} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleMarginBottom - */ - public static final int Toolbar_titleMarginBottom = 16; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleMarginEnd} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleMarginEnd - */ - public static final int Toolbar_titleMarginEnd = 14; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleMarginStart} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleMarginStart - */ - public static final int Toolbar_titleMarginStart = 13; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleMarginTop} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleMarginTop - */ - public static final int Toolbar_titleMarginTop = 15; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleMargins} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleMargins - */ - public static final int Toolbar_titleMargins = 12; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleTextAppearance} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:titleTextAppearance - */ - public static final int Toolbar_titleTextAppearance = 10; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#titleTextColor} - attribute's value can be found in the {@link #Toolbar} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:titleTextColor - */ - public static final int Toolbar_titleTextColor = 23; - /** Attributes that can be used with a View. -

Includes the following attributes:

- - - - - - - - - -
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.google.samples.apps.iosched:paddingEnd}
{@link #View_paddingStart com.google.samples.apps.iosched:paddingStart}
{@link #View_theme com.google.samples.apps.iosched:theme}
- @see #View_android_focusable - @see #View_android_theme - @see #View_paddingEnd - @see #View_paddingStart - @see #View_theme - */ - public static final int[] View = { - 0x01010000, 0x010100da, 0x7f010143, 0x7f010144, - 0x7f010145 - }; - /** -

This symbol is the offset where the {@link android.R.attr#focusable} - attribute's value can be found in the {@link #View} array. - @attr name android:focusable - */ - public static final int View_android_focusable = 1; - /** -

This symbol is the offset where the {@link android.R.attr#theme} - attribute's value can be found in the {@link #View} array. - @attr name android:theme - */ - public static final int View_android_theme = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#paddingEnd} - attribute's value can be found in the {@link #View} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:paddingEnd - */ - public static final int View_paddingEnd = 3; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#paddingStart} - attribute's value can be found in the {@link #View} array. - - -

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". -Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), -in (inches), mm (millimeters). -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:paddingStart - */ - public static final int View_paddingStart = 2; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#theme} - attribute's value can be found in the {@link #View} array. - - -

Must be a reference to another resource, in the form "@[+][package:]type:name" -or to a theme attribute in the form "?[package:][type:]name". - @attr name com.google.samples.apps.iosched:theme - */ - public static final int View_theme = 4; - /** Attributes that can be used with a ViewBackgroundHelper. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.google.samples.apps.iosched:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.google.samples.apps.iosched:backgroundTintMode}
- @see #ViewBackgroundHelper_android_background - @see #ViewBackgroundHelper_backgroundTint - @see #ViewBackgroundHelper_backgroundTintMode - */ - public static final int[] ViewBackgroundHelper = { - 0x010100d4, 0x7f010146, 0x7f010147 - }; - /** -

This symbol is the offset where the {@link android.R.attr#background} - attribute's value can be found in the {@link #ViewBackgroundHelper} array. - @attr name android:background - */ - public static final int ViewBackgroundHelper_android_background = 0; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundTint} - attribute's value can be found in the {@link #ViewBackgroundHelper} array. - - -

Must be a color value, in the form of "#rgb", "#argb", -"#rrggbb", or "#aarrggbb". -

This may also be a reference to a resource (in the form -"@[package:]type:name") or -theme attribute (in the form -"?[package:][type:]name") -containing a value of this type. - @attr name com.google.samples.apps.iosched:backgroundTint - */ - public static final int ViewBackgroundHelper_backgroundTint = 1; - /** -

This symbol is the offset where the {@link com.google.samples.apps.iosched.R.attr#backgroundTintMode} - attribute's value can be found in the {@link #ViewBackgroundHelper} array. - - -

Must be one of the following constant values.

- ---- - - - - - -
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
- @attr name com.google.samples.apps.iosched:backgroundTintMode - */ - public static final int ViewBackgroundHelper_backgroundTintMode = 2; - /** Attributes that can be used with a ViewStubCompat. -

Includes the following attributes:

- - - - - - - -
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
- @see #ViewStubCompat_android_id - @see #ViewStubCompat_android_inflatedId - @see #ViewStubCompat_android_layout - */ - public static final int[] ViewStubCompat = { - 0x010100d0, 0x010100f2, 0x010100f3 - }; - /** -

This symbol is the offset where the {@link android.R.attr#id} - attribute's value can be found in the {@link #ViewStubCompat} array. - @attr name android:id - */ - public static final int ViewStubCompat_android_id = 0; - /** -

This symbol is the offset where the {@link android.R.attr#inflatedId} - attribute's value can be found in the {@link #ViewStubCompat} array. - @attr name android:inflatedId - */ - public static final int ViewStubCompat_android_inflatedId = 2; - /** -

This symbol is the offset where the {@link android.R.attr#layout} - attribute's value can be found in the {@link #ViewStubCompat} array. - @attr name android:layout - */ - public static final int ViewStubCompat_android_layout = 1; - }; -} diff --git a/android/build/generated/source/r/debug/com/sothree/slidinguppanel/library/R.java b/android/build/generated/source/r/debug/com/sothree/slidinguppanel/library/R.java deleted file mode 100644 index 624cda3..0000000 --- a/android/build/generated/source/r/debug/com/sothree/slidinguppanel/library/R.java +++ /dev/null @@ -1,45 +0,0 @@ -/* 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.sothree.slidinguppanel.library; - -public final class R { - public static final class attr { - public static final int umanoAnchorPoint = 0x7f0100ab; - public static final int umanoClipPanel = 0x7f0100aa; - public static final int umanoDragView = 0x7f0100a8; - public static final int umanoFadeColor = 0x7f0100a6; - public static final int umanoFlingVelocity = 0x7f0100a7; - public static final int umanoInitialState = 0x7f0100ac; - public static final int umanoOverlay = 0x7f0100a9; - public static final int umanoPanelHeight = 0x7f0100a3; - public static final int umanoParalaxOffset = 0x7f0100a5; - public static final int umanoShadowHeight = 0x7f0100a4; - } - public static final class drawable { - public static final int above_shadow = 0x7f02003e; - public static final int below_shadow = 0x7f020046; - } - public static final class id { - public static final int anchored = 0x7f110041; - public static final int collapsed = 0x7f110042; - public static final int expanded = 0x7f110043; - public static final int hidden = 0x7f110044; - } - public static final class styleable { - public static final int[] SlidingUpPanelLayout = { 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac }; - public static final int SlidingUpPanelLayout_umanoAnchorPoint = 8; - public static final int SlidingUpPanelLayout_umanoClipPanel = 7; - public static final int SlidingUpPanelLayout_umanoDragView = 5; - public static final int SlidingUpPanelLayout_umanoFadeColor = 3; - public static final int SlidingUpPanelLayout_umanoFlingVelocity = 4; - public static final int SlidingUpPanelLayout_umanoInitialState = 9; - public static final int SlidingUpPanelLayout_umanoOverlay = 6; - public static final int SlidingUpPanelLayout_umanoPanelHeight = 0; - public static final int SlidingUpPanelLayout_umanoParalaxOffset = 2; - public static final int SlidingUpPanelLayout_umanoShadowHeight = 1; - } -} diff --git a/android/build/intermediates/assets/debug/licenses.html b/android/build/intermediates/assets/debug/licenses.html deleted file mode 100644 index 93cc3cc..0000000 --- a/android/build/intermediates/assets/debug/licenses.html +++ /dev/null @@ -1,699 +0,0 @@ - -

Notices for files:

-
/*
- * Copyright (C) 2010 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Notices for files:

-
                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-

Notices for files:

-
Copyright 2012 Google, Inc. All rights reserved.
-
-YouTube Android Player API
-
-

Notices for files:

-
Copyright (C) 2011 The Android Open Source Project
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-

Notices for files:

-
SVG Android
-Copyright 2011 Larva Labs LLC and Google, Inc.
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
----
-
-Apache Batik
-Copyright 1999-2007 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-This software contains code from the World Wide Web Consortium (W3C) for the
-Document Object Model API (DOM API) and SVG Document Type Definition (DTD).
-
-This software contains code from the International Organisation for
-Standardization for the definition of character entities used in the software's
-documentation.
-
-This product includes images from the Tango Desktop Project
-(http://tango.freedesktop.org/).
-
-This product includes images from the Pasodoble Icon Theme
-(http://www.jesusda.com/projects/pasodoble).
-
-

Notices for files:

-
/*
- * Copyright 2012 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-

Notices for files:

-
Copyright 2012 Google Inc. All Rights Reserved.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-

Notices for files:

-
/*
- * Copyright (C) 2012 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Notices for files:

-
/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Notices for files:

-
/*
- * Copyright 2014 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Notices for files:

-
/*
- * Copyright 2014 Google Inc. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-

Notices for files:

-
/*
- * Copyright 2015 Google Inc. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- diff --git a/android/build/intermediates/assets/debug/maptiles/floor0-2015-v1.svg b/android/build/intermediates/assets/debug/maptiles/floor0-2015-v1.svg deleted file mode 100644 index 4ecf43b..0000000 --- a/android/build/intermediates/assets/debug/maptiles/floor0-2015-v1.svg +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/android/build/intermediates/assets/debug/maptiles/floor1-2015-v1.svg b/android/build/intermediates/assets/debug/maptiles/floor1-2015-v1.svg deleted file mode 100644 index 8ef0d5c..0000000 --- a/android/build/intermediates/assets/debug/maptiles/floor1-2015-v1.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/android/build/intermediates/assets/debug/maptiles/floor2-2015-v1.svg b/android/build/intermediates/assets/debug/maptiles/floor2-2015-v1.svg deleted file mode 100644 index 2ab1714..0000000 --- a/android/build/intermediates/assets/debug/maptiles/floor2-2015-v1.svg +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values.json deleted file mode 100644 index add2764..0000000 --- a/android/build/intermediates/blame/res/androidTest/debug/multi/values.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/androidTest/debug/values/values.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 45, - "endOffset": 96 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/res/values/values.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 287, - "endColumn": 45, - "endOffset": 328 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 101, - "endColumn": 84, - "endOffset": 181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/generated/res/resValues/androidTest/debug/values/generated.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 157, - "endColumn": 84, - "endOffset": 237 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-af.json b/android/build/intermediates/blame/res/debug/multi/values-af.json deleted file mode 100644 index 64fbf7e..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-af.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-af/values-af.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 103, - "endOffset": 204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 103, - "endOffset": 379 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 209, - "endColumn": 107, - "endOffset": 312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 107, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 317, - "endColumn": 122, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 492, - "endColumn": 122, - "endOffset": 610 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 99, - "endOffset": 535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 615, - "endColumn": 99, - "endOffset": 710 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 540, - "endColumn": 105, - "endOffset": 641 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 715, - "endColumn": 105, - "endOffset": 816 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 646, - "endColumn": 84, - "endOffset": 726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 821, - "endColumn": 84, - "endOffset": 901 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 731, - "endColumn": 102, - "endOffset": 829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 906, - "endColumn": 102, - "endOffset": 1004 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 834, - "endColumn": 117, - "endOffset": 947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1009, - "endColumn": 117, - "endOffset": 1122 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 952, - "endColumn": 80, - "endOffset": 1028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1127, - "endColumn": 80, - "endOffset": 1203 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 106, - "endOffset": 1135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 106, - "endOffset": 1310 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1140, - "endColumn": 102, - "endOffset": 1238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 102, - "endOffset": 1413 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 96, - "endOffset": 1335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1418, - "endColumn": 96, - "endOffset": 1510 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 107, - "endOffset": 1443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1515, - "endColumn": 107, - "endOffset": 1618 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 101, - "endOffset": 1545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1623, - "endColumn": 101, - "endOffset": 1720 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1550, - "endColumn": 101, - "endOffset": 1647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1725, - "endColumn": 101, - "endOffset": 1822 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1652, - "endColumn": 116, - "endOffset": 1764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1827, - "endColumn": 116, - "endOffset": 1939 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1769, - "endColumn": 97, - "endOffset": 1862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1944, - "endColumn": 97, - "endOffset": 2037 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1867, - "endColumn": 170, - "endOffset": 2033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 668, - "endColumn": 170, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2038, - "endColumn": 166, - "endOffset": 2200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2657, - "endColumn": 166, - "endOffset": 2819 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2205, - "endColumn": 113, - "endOffset": 2314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2373, - "endColumn": 113, - "endOffset": 2482 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2319, - "endColumn": 128, - "endOffset": 2443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2115, - "endColumn": 128, - "endOffset": 2239 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2448, - "endColumn": 169, - "endOffset": 2613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1945, - "endColumn": 169, - "endOffset": 2110 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2618, - "endColumn": 126, - "endOffset": 2740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1818, - "endColumn": 126, - "endOffset": 1940 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2745, - "endColumn": 168, - "endOffset": 2909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1007, - "endColumn": 172, - "endOffset": 1175 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2914, - "endColumn": 124, - "endOffset": 3034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1693, - "endColumn": 124, - "endOffset": 1813 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3039, - "endColumn": 193, - "endOffset": 3228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1302, - "endColumn": 193, - "endOffset": 1491 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3233, - "endColumn": 196, - "endOffset": 3425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1496, - "endColumn": 196, - "endOffset": 1688 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3430, - "endColumn": 121, - "endOffset": 3547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1180, - "endColumn": 121, - "endOffset": 1297 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3552, - "endColumn": 206, - "endOffset": 3754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3240, - "endColumn": 206, - "endOffset": 3442 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3759, - "endColumn": 126, - "endOffset": 3881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3113, - "endColumn": 126, - "endOffset": 3235 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3886, - "endColumn": 167, - "endOffset": 4049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 839, - "endColumn": 167, - "endOffset": 1002 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4054, - "endColumn": 170, - "endOffset": 4220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2942, - "endColumn": 170, - "endOffset": 3108 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4225, - "endColumn": 117, - "endOffset": 4338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2824, - "endColumn": 117, - "endOffset": 2937 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4343, - "endColumn": 186, - "endOffset": 4525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 186, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4530, - "endColumn": 178, - "endOffset": 4704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 178, - "endOffset": 663 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4709, - "endColumn": 131, - "endOffset": 4836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4841, - "endColumn": 183, - "endOffset": 5020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4726, - "endColumn": 183, - "endOffset": 4905 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5025, - "endColumn": 126, - "endOffset": 5147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4599, - "endColumn": 126, - "endOffset": 4721 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5152, - "endColumn": 143, - "endOffset": 5291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3447, - "endColumn": 143, - "endOffset": 3586 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5296, - "endColumn": 244, - "endOffset": 5536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3715, - "endColumn": 244, - "endOffset": 3955 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5541, - "endColumn": 123, - "endOffset": 5660 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3591, - "endColumn": 123, - "endOffset": 3710 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5665, - "endColumn": 109, - "endOffset": 5770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3960, - "endColumn": 109, - "endOffset": 4065 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5775, - "endColumn": 169, - "endOffset": 5940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2487, - "endColumn": 169, - "endOffset": 2652 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5945, - "endColumn": 128, - "endOffset": 6069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2244, - "endColumn": 128, - "endOffset": 2368 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6074, - "endColumn": 94, - "endOffset": 6164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4272, - "endColumn": 94, - "endOffset": 4362 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6169, - "endColumn": 92, - "endOffset": 6257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4070, - "endColumn": 92, - "endOffset": 4158 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6262, - "endColumn": 108, - "endOffset": 6366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4163, - "endColumn": 108, - "endOffset": 4267 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6371, - "endColumn": 231, - "endOffset": 6598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-af/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4367, - "endColumn": 231, - "endOffset": 4594 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6603, - "endColumn": 100, - "endOffset": 6699 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2042, - "endColumn": 100, - "endOffset": 2138 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-am.json b/android/build/intermediates/blame/res/debug/multi/values-am.json deleted file mode 100644 index a05859b..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-am.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-am/values-am.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 101, - "endOffset": 202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 101, - "endOffset": 377 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 207, - "endColumn": 107, - "endOffset": 310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 382, - "endColumn": 107, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 315, - "endColumn": 122, - "endOffset": 433 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 490, - "endColumn": 122, - "endOffset": 608 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 438, - "endColumn": 98, - "endOffset": 532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 613, - "endColumn": 98, - "endOffset": 707 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 537, - "endColumn": 105, - "endOffset": 638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 712, - "endColumn": 105, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 643, - "endColumn": 85, - "endOffset": 724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 818, - "endColumn": 85, - "endOffset": 899 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 729, - "endColumn": 102, - "endOffset": 827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 904, - "endColumn": 102, - "endOffset": 1002 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 832, - "endColumn": 112, - "endOffset": 940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1007, - "endColumn": 112, - "endOffset": 1115 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 945, - "endColumn": 78, - "endOffset": 1019 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1120, - "endColumn": 78, - "endOffset": 1194 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 99, - "endOffset": 1119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1199, - "endColumn": 99, - "endOffset": 1294 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 99, - "endOffset": 1219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1299, - "endColumn": 99, - "endOffset": 1394 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1224, - "endColumn": 95, - "endOffset": 1315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1399, - "endColumn": 95, - "endOffset": 1490 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1320, - "endColumn": 102, - "endOffset": 1418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1495, - "endColumn": 102, - "endOffset": 1593 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1423, - "endColumn": 98, - "endOffset": 1517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1598, - "endColumn": 98, - "endOffset": 1692 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1522, - "endColumn": 106, - "endOffset": 1624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1697, - "endColumn": 106, - "endOffset": 1799 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1629, - "endColumn": 115, - "endOffset": 1740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1804, - "endColumn": 115, - "endOffset": 1915 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1745, - "endColumn": 95, - "endOffset": 1836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1920, - "endColumn": 95, - "endOffset": 2011 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1841, - "endColumn": 152, - "endOffset": 1989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 635, - "endColumn": 152, - "endOffset": 783 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1994, - "endColumn": 142, - "endOffset": 2132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2466, - "endColumn": 142, - "endOffset": 2604 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2137, - "endColumn": 109, - "endOffset": 2242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2209, - "endColumn": 109, - "endOffset": 2314 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2247, - "endColumn": 124, - "endOffset": 2367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1959, - "endColumn": 124, - "endOffset": 2079 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2372, - "endColumn": 146, - "endOffset": 2514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1812, - "endColumn": 146, - "endOffset": 1954 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2519, - "endColumn": 122, - "endOffset": 2637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1689, - "endColumn": 122, - "endOffset": 1807 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2642, - "endColumn": 162, - "endOffset": 2800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 940, - "endColumn": 166, - "endOffset": 1102 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2805, - "endColumn": 125, - "endOffset": 2926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1563, - "endColumn": 125, - "endOffset": 1684 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2931, - "endColumn": 165, - "endOffset": 3092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1230, - "endColumn": 165, - "endOffset": 1391 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3097, - "endColumn": 166, - "endOffset": 3259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1396, - "endColumn": 166, - "endOffset": 1558 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3264, - "endColumn": 122, - "endOffset": 3382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1107, - "endColumn": 122, - "endOffset": 1225 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3387, - "endColumn": 154, - "endOffset": 3537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3005, - "endColumn": 154, - "endOffset": 3155 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3542, - "endColumn": 119, - "endOffset": 3657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2885, - "endColumn": 119, - "endOffset": 3000 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3662, - "endColumn": 151, - "endOffset": 3809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 788, - "endColumn": 151, - "endOffset": 935 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3814, - "endColumn": 154, - "endOffset": 3964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2730, - "endColumn": 154, - "endOffset": 2880 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 3969, - "endColumn": 120, - "endOffset": 4085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2609, - "endColumn": 120, - "endOffset": 2725 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4090, - "endColumn": 168, - "endOffset": 4254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 168, - "endOffset": 466 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4259, - "endColumn": 163, - "endOffset": 4418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 471, - "endColumn": 163, - "endOffset": 630 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4423, - "endColumn": 131, - "endOffset": 4550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4555, - "endColumn": 151, - "endOffset": 4702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4323, - "endColumn": 151, - "endOffset": 4470 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4707, - "endColumn": 123, - "endOffset": 4826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4199, - "endColumn": 123, - "endOffset": 4318 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 4831, - "endColumn": 134, - "endOffset": 4961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3160, - "endColumn": 134, - "endOffset": 3290 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 4966, - "endColumn": 194, - "endOffset": 5156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3419, - "endColumn": 194, - "endOffset": 3609 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5161, - "endColumn": 123, - "endOffset": 5280 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3295, - "endColumn": 123, - "endOffset": 3414 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5285, - "endColumn": 104, - "endOffset": 5385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3614, - "endColumn": 104, - "endOffset": 3714 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5390, - "endColumn": 146, - "endOffset": 5532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2319, - "endColumn": 146, - "endOffset": 2461 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5537, - "endColumn": 124, - "endOffset": 5657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2084, - "endColumn": 124, - "endOffset": 2204 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5662, - "endColumn": 88, - "endOffset": 5746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3907, - "endColumn": 88, - "endOffset": 3991 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 5751, - "endColumn": 86, - "endOffset": 5833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3719, - "endColumn": 86, - "endOffset": 3801 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 5838, - "endColumn": 100, - "endOffset": 5934 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3806, - "endColumn": 100, - "endOffset": 3902 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 5939, - "endColumn": 202, - "endOffset": 6137 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-am/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3996, - "endColumn": 202, - "endOffset": 4194 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6142, - "endColumn": 100, - "endOffset": 6238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2016, - "endColumn": 100, - "endOffset": 2112 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ar.json b/android/build/intermediates/blame/res/debug/multi/values-ar.json deleted file mode 100644 index a960a4e..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ar.json +++ /dev/null @@ -1,3991 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ar/values-ar.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 15, - "endColumn": 14, - "endOffset": 841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 712, - "endLine": 30, - "endColumn": 14, - "endOffset": 1472 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 846, - "endLine": 23, - "endColumn": 14, - "endOffset": 1833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 1478, - "endLine": 39, - "endColumn": 14, - "endOffset": 2509 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1838, - "endLine": 31, - "endColumn": 14, - "endOffset": 2376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2381, - "endLine": 44, - "endColumn": 14, - "endOffset": 3260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 3559, - "endLine": 72, - "endColumn": 14, - "endOffset": 4482 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3265, - "endLine": 52, - "endColumn": 14, - "endOffset": 3650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3655, - "endColumn": 116, - "endOffset": 3767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3772, - "endColumn": 107, - "endOffset": 3875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3880, - "endColumn": 122, - "endOffset": 3998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4003, - "endColumn": 103, - "endOffset": 4102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4107, - "endColumn": 108, - "endOffset": 4211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4216, - "endColumn": 81, - "endOffset": 4293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4298, - "endColumn": 100, - "endOffset": 4394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4399, - "endColumn": 113, - "endOffset": 4508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4513, - "endColumn": 78, - "endOffset": 4587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4592, - "endColumn": 104, - "endOffset": 4692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4697, - "endColumn": 100, - "endOffset": 4793 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4798, - "endColumn": 95, - "endOffset": 4889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 4894, - "endColumn": 107, - "endOffset": 4997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5002, - "endColumn": 102, - "endOffset": 5100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5105, - "endColumn": 102, - "endOffset": 5203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5208, - "endColumn": 118, - "endOffset": 5322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5327, - "endColumn": 96, - "endOffset": 5419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5424, - "endColumn": 237, - "endOffset": 5657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 5662, - "endColumn": 69, - "endOffset": 5727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 5732, - "endColumn": 64, - "endOffset": 5792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 5797, - "endColumn": 40, - "endOffset": 5833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 5838, - "endColumn": 50, - "endOffset": 5884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 5889, - "endColumn": 67, - "endOffset": 5952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 5957, - "endColumn": 92, - "endOffset": 6045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6050, - "endColumn": 36, - "endOffset": 6082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 6087, - "endColumn": 53, - "endOffset": 6136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 6141, - "endColumn": 50, - "endOffset": 6187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 6192, - "endColumn": 52, - "endOffset": 6240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 6245, - "endColumn": 50, - "endOffset": 6291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 6296, - "endColumn": 50, - "endOffset": 6342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 6347, - "endColumn": 116, - "endOffset": 6459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 6464, - "endColumn": 90, - "endOffset": 6550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 6555, - "endColumn": 52, - "endOffset": 6603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 6608, - "endColumn": 54, - "endOffset": 6658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 6663, - "endColumn": 54, - "endOffset": 6713 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 6718, - "endColumn": 56, - "endOffset": 6770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 6775, - "endColumn": 58, - "endOffset": 6829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 6834, - "endColumn": 111, - "endOffset": 6941 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 6946, - "endColumn": 121, - "endOffset": 7063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 7068, - "endColumn": 40, - "endOffset": 7104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 7109, - "endColumn": 57, - "endOffset": 7162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 7167, - "endColumn": 65, - "endOffset": 7228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 7233, - "endColumn": 157, - "endOffset": 7386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 7391, - "endColumn": 148, - "endOffset": 7535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 7540, - "endColumn": 110, - "endOffset": 7646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 7651, - "endColumn": 124, - "endOffset": 7771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 7776, - "endColumn": 153, - "endOffset": 7925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 7930, - "endColumn": 122, - "endOffset": 8048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 8053, - "endColumn": 172, - "endOffset": 8221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 8226, - "endColumn": 130, - "endOffset": 8352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 8357, - "endColumn": 179, - "endOffset": 8532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 8537, - "endColumn": 187, - "endOffset": 8720 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 8725, - "endColumn": 127, - "endOffset": 8848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 8853, - "endColumn": 174, - "endOffset": 9023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 9028, - "endColumn": 121, - "endOffset": 9145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 9150, - "endColumn": 152, - "endOffset": 9298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 9303, - "endColumn": 157, - "endOffset": 9456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 9461, - "endColumn": 119, - "endOffset": 9576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 9581, - "endColumn": 169, - "endOffset": 9746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 9751, - "endColumn": 163, - "endOffset": 9910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 9915, - "endColumn": 131, - "endOffset": 10042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 10047, - "endColumn": 177, - "endOffset": 10220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 10225, - "endColumn": 124, - "endOffset": 10345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 10350, - "endColumn": 144, - "endOffset": 10490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 10495, - "endColumn": 217, - "endOffset": 10708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 10713, - "endColumn": 122, - "endOffset": 10831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 10836, - "endColumn": 105, - "endOffset": 10937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 10942, - "endColumn": 154, - "endOffset": 11092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 11097, - "endColumn": 123, - "endOffset": 11216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 11221, - "endColumn": 92, - "endOffset": 11309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 11314, - "endColumn": 96, - "endOffset": 11406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 11411, - "endColumn": 118, - "endOffset": 11525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 11530, - "endColumn": 231, - "endOffset": 11757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ar/common_strings.xml" - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11762, - "endColumn": 83, - "endOffset": 11841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11846, - "endColumn": 42, - "endOffset": 11884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 11889, - "endColumn": 49, - "endOffset": 11934 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 11939, - "endColumn": 50, - "endOffset": 11985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 11990, - "endColumn": 51, - "endOffset": 12037 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 12042, - "endColumn": 41, - "endOffset": 12079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 12084, - "endColumn": 49, - "endOffset": 12129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 12134, - "endColumn": 76, - "endOffset": 12206 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 12211, - "endColumn": 64, - "endOffset": 12271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 12276, - "endColumn": 64, - "endOffset": 12336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 12341, - "endColumn": 56, - "endOffset": 12393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 12398, - "endColumn": 70, - "endOffset": 12464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 12469, - "endColumn": 52, - "endOffset": 12517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 12522, - "endColumn": 62, - "endOffset": 12580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 12585, - "endColumn": 49, - "endOffset": 12630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 12635, - "endColumn": 72, - "endOffset": 12703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 12708, - "endColumn": 53, - "endOffset": 12757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 12762, - "endColumn": 71, - "endOffset": 12829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 12834, - "endColumn": 50, - "endOffset": 12880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 12885, - "endColumn": 58, - "endOffset": 12939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 12944, - "endColumn": 234, - "endOffset": 13174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 13179, - "endColumn": 52, - "endOffset": 13227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 13232, - "endColumn": 68, - "endOffset": 13296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 13301, - "endColumn": 58, - "endOffset": 13355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 13360, - "endColumn": 57, - "endOffset": 13413 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 13418, - "endColumn": 71, - "endOffset": 13485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 13490, - "endColumn": 71, - "endOffset": 13557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 13562, - "endColumn": 67, - "endOffset": 13625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 13630, - "endColumn": 73, - "endOffset": 13699 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 13704, - "endColumn": 100, - "endOffset": 13800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 13805, - "endColumn": 129, - "endOffset": 13930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 13935, - "endColumn": 59, - "endOffset": 13990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 13995, - "endColumn": 637, - "endOffset": 14628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/legal_text.xml" - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 14633, - "endColumn": 111, - "endOffset": 14740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 14745, - "endColumn": 107, - "endOffset": 14848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 14853, - "endColumn": 278, - "endOffset": 15127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 15132, - "endColumn": 66, - "endOffset": 15194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 15199, - "endColumn": 79, - "endOffset": 15274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 15279, - "endLine": 166, - "endColumn": 134, - "endOffset": 15674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 15679, - "endColumn": 326, - "endOffset": 16001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 16006, - "endColumn": 99, - "endOffset": 16101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 16106, - "endColumn": 420, - "endOffset": 16522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 850, - "startColumn": 0, - "startOffset": 51666, - "endLine": 851, - "endColumn": 389, - "endOffset": 51679 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 16527, - "endColumn": 64, - "endOffset": 16587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 16592, - "endLine": 173, - "endColumn": 11, - "endOffset": 16755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 858, - "startColumn": 0, - "startOffset": 51666, - "endLine": 861, - "endColumn": 11, - "endOffset": 51580 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 16760, - "endColumn": 45, - "endOffset": 16801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 16806, - "endColumn": 62, - "endOffset": 16864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 16869, - "endColumn": 134, - "endOffset": 16999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 17004, - "endColumn": 73, - "endOffset": 17073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 17078, - "endLine": 179, - "endColumn": 11, - "endOffset": 17156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 337, - "startColumn": 4, - "startOffset": 19154, - "endLine": 338, - "endColumn": 11, - "endOffset": 19236 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 17161, - "endColumn": 44, - "endOffset": 17201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 17206, - "endColumn": 96, - "endOffset": 17298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 17303, - "endColumn": 79, - "endOffset": 17378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 17383, - "endColumn": 95, - "endOffset": 17474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 17479, - "endColumn": 76, - "endOffset": 17551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 17556, - "endColumn": 64, - "endOffset": 17616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 17621, - "endColumn": 51, - "endOffset": 17668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 17673, - "endColumn": 47, - "endOffset": 17716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 17721, - "endColumn": 45, - "endOffset": 17762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 17767, - "endColumn": 77, - "endOffset": 17840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 17845, - "endColumn": 66, - "endOffset": 17907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 17912, - "endColumn": 122, - "endOffset": 18030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 18035, - "endColumn": 67, - "endOffset": 18098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 18103, - "endColumn": 78, - "endOffset": 18177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 18182, - "endColumn": 71, - "endOffset": 18249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 18254, - "endColumn": 64, - "endOffset": 18314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 18319, - "endColumn": 52, - "endOffset": 18367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 18372, - "endColumn": 84, - "endOffset": 18452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 18457, - "endColumn": 59, - "endOffset": 18512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 18517, - "endLine": 200, - "endColumn": 11, - "endOffset": 18639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 407, - "startColumn": 4, - "startOffset": 22847, - "endLine": 408, - "endColumn": 11, - "endOffset": 22973 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 18644, - "endColumn": 74, - "endOffset": 18714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 18719, - "endColumn": 121, - "endOffset": 18836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 404, - "startColumn": 4, - "startOffset": 22609, - "endColumn": 125, - "endOffset": 22730 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 18841, - "endColumn": 73, - "endOffset": 18910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 18915, - "endColumn": 117, - "endOffset": 19028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 19033, - "endColumn": 54, - "endOffset": 19083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 19088, - "endColumn": 58, - "endOffset": 19142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 19147, - "endColumn": 74, - "endOffset": 19217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 19222, - "endColumn": 63, - "endOffset": 19281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 432, - "startColumn": 4, - "startOffset": 24034, - "endColumn": 63, - "endOffset": 24093 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 19286, - "endColumn": 52, - "endOffset": 19334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 19339, - "endColumn": 60, - "endOffset": 19395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 19400, - "endColumn": 61, - "endOffset": 19457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 19462, - "endColumn": 63, - "endOffset": 19521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 19526, - "endColumn": 57, - "endOffset": 19579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 19584, - "endColumn": 65, - "endOffset": 19645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 19650, - "endColumn": 80, - "endOffset": 19726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 19731, - "endColumn": 79, - "endOffset": 19806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 19811, - "endLine": 218, - "endColumn": 11, - "endOffset": 19892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 460, - "startColumn": 4, - "startOffset": 25481, - "endLine": 461, - "endColumn": 11, - "endOffset": 25566 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 19897, - "endColumn": 96, - "endOffset": 19989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 19994, - "endColumn": 70, - "endOffset": 20060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 20065, - "endColumn": 103, - "endOffset": 20164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 20169, - "endColumn": 71, - "endOffset": 20236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 20241, - "endColumn": 47, - "endOffset": 20284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 20289, - "endColumn": 44, - "endOffset": 20329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 20334, - "endColumn": 38, - "endOffset": 20368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 20373, - "endColumn": 38, - "endOffset": 20407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 20412, - "endColumn": 38, - "endOffset": 20446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 20451, - "endColumn": 38, - "endOffset": 20485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 20490, - "endColumn": 38, - "endOffset": 20524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 20529, - "endColumn": 36, - "endOffset": 20561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 20566, - "endColumn": 39, - "endOffset": 20601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 20606, - "endColumn": 85, - "endOffset": 20687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 20692, - "endColumn": 74, - "endOffset": 20762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 20767, - "endColumn": 121, - "endOffset": 20884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 20889, - "endColumn": 92, - "endOffset": 20977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 20982, - "endColumn": 152, - "endOffset": 21130 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 21135, - "endColumn": 77, - "endOffset": 21208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 21213, - "endColumn": 357, - "endOffset": 21566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 21571, - "endColumn": 89, - "endOffset": 21656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 21661, - "endColumn": 121, - "endOffset": 21778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 21783, - "endColumn": 72, - "endOffset": 21851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 21856, - "endColumn": 108, - "endOffset": 21960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 21965, - "endColumn": 74, - "endOffset": 22035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 22040, - "endColumn": 119, - "endOffset": 22155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 22160, - "endColumn": 80, - "endOffset": 22236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 22241, - "endColumn": 103, - "endOffset": 22340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 22345, - "endColumn": 80, - "endOffset": 22421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 22426, - "endColumn": 118, - "endOffset": 22540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 22545, - "endColumn": 99, - "endOffset": 22640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 22645, - "endColumn": 161, - "endOffset": 22802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 22807, - "endColumn": 66, - "endOffset": 22869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 22874, - "endColumn": 58, - "endOffset": 22928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 22933, - "endColumn": 97, - "endOffset": 23026 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 23031, - "endColumn": 48, - "endOffset": 23075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 23080, - "endColumn": 67, - "endOffset": 23143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 23148, - "endLine": 257, - "endColumn": 11, - "endOffset": 23229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 590, - "startColumn": 4, - "startOffset": 35528, - "endLine": 591, - "endColumn": 11, - "endOffset": 35674 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 23234, - "endLine": 260, - "endColumn": 11, - "endOffset": 23356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 594, - "startColumn": 4, - "startOffset": 35931, - "endLine": 596, - "endColumn": 11, - "endOffset": 36193 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 23361, - "endColumn": 54, - "endOffset": 23411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 23416, - "endColumn": 57, - "endOffset": 23469 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 23474, - "endColumn": 90, - "endOffset": 23560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 23565, - "endColumn": 92, - "endOffset": 23653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 23658, - "endColumn": 93, - "endOffset": 23747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 23752, - "endColumn": 65, - "endOffset": 23813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 23818, - "endColumn": 61, - "endOffset": 23875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 23880, - "endColumn": 95, - "endOffset": 23971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 23976, - "endColumn": 68, - "endOffset": 24040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 24045, - "endColumn": 63, - "endOffset": 24104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 24109, - "endColumn": 80, - "endOffset": 24185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 24190, - "endColumn": 66, - "endOffset": 24252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 24257, - "endColumn": 83, - "endOffset": 24336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 24341, - "endColumn": 84, - "endOffset": 24421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 24426, - "endColumn": 125, - "endOffset": 24547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 24552, - "endColumn": 63, - "endOffset": 24611 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 24616, - "endColumn": 55, - "endOffset": 24667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 24672, - "endColumn": 87, - "endOffset": 24755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 24760, - "endColumn": 74, - "endOffset": 24830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 24835, - "endColumn": 67, - "endOffset": 24898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 24903, - "endColumn": 50, - "endOffset": 24949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 282, - "startColumn": 4, - "startOffset": 24954, - "endColumn": 102, - "endOffset": 25052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 25057, - "endColumn": 67, - "endOffset": 25120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 25125, - "endColumn": 55, - "endOffset": 25176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 25181, - "endColumn": 60, - "endOffset": 25237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 25242, - "endColumn": 52, - "endOffset": 25290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 25295, - "endColumn": 61, - "endOffset": 25352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 25357, - "endColumn": 48, - "endOffset": 25401 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 25406, - "endColumn": 115, - "endOffset": 25517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 25522, - "endColumn": 55, - "endOffset": 25573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 25578, - "endColumn": 59, - "endOffset": 25633 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 25638, - "endColumn": 63, - "endOffset": 25697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 25702, - "endColumn": 106, - "endOffset": 25804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 25809, - "endColumn": 130, - "endOffset": 25935 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 25940, - "endColumn": 59, - "endOffset": 25995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 26000, - "endColumn": 76, - "endOffset": 26072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 26077, - "endColumn": 62, - "endOffset": 26135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 26140, - "endColumn": 114, - "endOffset": 26250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 711, - "startColumn": 4, - "startOffset": 45914, - "endColumn": 118, - "endOffset": 46027 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 26255, - "endColumn": 44, - "endOffset": 26295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 26300, - "endColumn": 67, - "endOffset": 26363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 26368, - "endColumn": 54, - "endOffset": 26418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 26423, - "endColumn": 58, - "endOffset": 26477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 26482, - "endColumn": 57, - "endOffset": 26535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 26540, - "endLine": 306, - "endColumn": 11, - "endOffset": 26651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 723, - "startColumn": 4, - "startOffset": 46948, - "endLine": 725, - "endColumn": 11, - "endOffset": 47176 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 26656, - "endLine": 309, - "endColumn": 11, - "endOffset": 26740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 728, - "startColumn": 4, - "startOffset": 47422, - "endLine": 730, - "endColumn": 11, - "endOffset": 47568 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 26745, - "endColumn": 46, - "endOffset": 26787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 26792, - "endColumn": 62, - "endOffset": 26850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 26855, - "endColumn": 47, - "endOffset": 26898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 26903, - "endLine": 314, - "endColumn": 11, - "endOffset": 27077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 736, - "startColumn": 4, - "startOffset": 47987, - "endLine": 737, - "endColumn": 11, - "endOffset": 48199 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 27082, - "endLine": 316, - "endColumn": 11, - "endOffset": 27233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 739, - "startColumn": 4, - "startOffset": 48583, - "endLine": 741, - "endColumn": 11, - "endOffset": 48871 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 27238, - "endColumn": 92, - "endOffset": 27326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 744, - "startColumn": 4, - "startOffset": 49096, - "endColumn": 96, - "endOffset": 49175 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 27331, - "endColumn": 105, - "endOffset": 27432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 27437, - "endColumn": 104, - "endOffset": 27537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 27542, - "endColumn": 109, - "endOffset": 27647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 27652, - "endColumn": 82, - "endOffset": 27730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 27735, - "endColumn": 99, - "endOffset": 27830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 27835, - "endColumn": 97, - "endOffset": 27928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 27933, - "endColumn": 103, - "endOffset": 28032 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 28037, - "endColumn": 101, - "endOffset": 28134 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 28139, - "endColumn": 107, - "endOffset": 28242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 28247, - "endLine": 328, - "endColumn": 11, - "endOffset": 28363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 752, - "startColumn": 4, - "startOffset": 50291, - "endLine": 753, - "endColumn": 11, - "endOffset": 50475 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 28368, - "endColumn": 75, - "endOffset": 28439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 28444, - "endColumn": 100, - "endOffset": 28540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml" - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 28545, - "endColumn": 41, - "endOffset": 28582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 28587, - "endColumn": 124, - "endOffset": 28707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 759, - "startColumn": 4, - "startOffset": 50986, - "endColumn": 128, - "endOffset": 51074 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 28712, - "endColumn": 103, - "endOffset": 28811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 28816, - "endColumn": 69, - "endOffset": 28881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 28886, - "endColumn": 86, - "endOffset": 28968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 28973, - "endColumn": 123, - "endOffset": 29092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 767, - "startColumn": 0, - "startOffset": 51666, - "endLine": 768, - "endColumn": 127, - "endOffset": 51679 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 29097, - "endLine": 338, - "endColumn": 11, - "endOffset": 29200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 769, - "startColumn": 0, - "startOffset": 51666, - "endLine": 770, - "endColumn": 11, - "endOffset": 51591 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 29205, - "endColumn": 43, - "endOffset": 29244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 29249, - "endColumn": 61, - "endOffset": 29306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 29311, - "endColumn": 49, - "endOffset": 29356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 29361, - "endColumn": 63, - "endOffset": 29420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 29425, - "endColumn": 43, - "endOffset": 29464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 29469, - "endColumn": 51, - "endOffset": 29516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 29521, - "endColumn": 58, - "endOffset": 29575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 29580, - "endColumn": 63, - "endOffset": 29639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 29644, - "endColumn": 44, - "endOffset": 29684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 29689, - "endColumn": 63, - "endOffset": 29748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 29753, - "endColumn": 65, - "endOffset": 29814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 29819, - "endColumn": 52, - "endOffset": 29867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 29872, - "endColumn": 57, - "endOffset": 29925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 29930, - "endLine": 353, - "endColumn": 11, - "endOffset": 30034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 828, - "startColumn": 0, - "startOffset": 51666, - "endLine": 829, - "endColumn": 11, - "endOffset": 51590 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 30039, - "endColumn": 56, - "endOffset": 30091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 30096, - "endColumn": 60, - "endOffset": 30152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 30157, - "endLine": 357, - "endColumn": 11, - "endOffset": 30300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 835, - "startColumn": 4, - "startOffset": 51591, - "endLine": 837, - "endColumn": 11, - "endOffset": 51547 - } - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 30305, - "endLine": 359, - "endColumn": 11, - "endOffset": 30404 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml", - "position": { - "startLine": 831, - "startColumn": 4, - "startOffset": 51591, - "endLine": 833, - "endColumn": 11, - "endOffset": 51595 - } - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 30409, - "endColumn": 62, - "endOffset": 30467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 30472, - "endColumn": 43, - "endOffset": 30511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 362, - "startColumn": 4, - "startOffset": 30516, - "endColumn": 41, - "endOffset": 30553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 363, - "startColumn": 4, - "startOffset": 30558, - "endColumn": 78, - "endOffset": 30632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 364, - "startColumn": 4, - "startOffset": 30637, - "endColumn": 57, - "endOffset": 30690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 365, - "startColumn": 4, - "startOffset": 30695, - "endColumn": 52, - "endOffset": 30743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 366, - "startColumn": 4, - "startOffset": 30748, - "endColumn": 97, - "endOffset": 30841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 367, - "startColumn": 4, - "startOffset": 30846, - "endColumn": 48, - "endOffset": 30890 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 368, - "startColumn": 4, - "startOffset": 30895, - "endColumn": 47, - "endOffset": 30938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 369, - "startColumn": 4, - "startOffset": 30943, - "endColumn": 60, - "endOffset": 30999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 370, - "startColumn": 4, - "startOffset": 31004, - "endColumn": 100, - "endOffset": 31100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 371, - "startColumn": 4, - "startOffset": 31105, - "endColumn": 812, - "endOffset": 31913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/conduct_text.xml" - } - }, - { - "to": { - "startLine": 372, - "startColumn": 4, - "startOffset": 31918, - "endColumn": 72, - "endOffset": 31986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 373, - "startColumn": 4, - "startOffset": 31991, - "endColumn": 48, - "endOffset": 32035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 374, - "startColumn": 4, - "startOffset": 32040, - "endColumn": 55, - "endOffset": 32091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 375, - "startColumn": 4, - "startOffset": 32096, - "endColumn": 82, - "endOffset": 32174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 376, - "startColumn": 4, - "startOffset": 32179, - "endColumn": 62, - "endOffset": 32237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 377, - "startColumn": 4, - "startOffset": 32242, - "endColumn": 151, - "endOffset": 32389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 378, - "startColumn": 4, - "startOffset": 32394, - "endColumn": 83, - "endOffset": 32473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 379, - "startColumn": 4, - "startOffset": 32478, - "endColumn": 75, - "endOffset": 32549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 380, - "startColumn": 4, - "startOffset": 32554, - "endColumn": 75, - "endOffset": 32625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 381, - "startColumn": 4, - "startOffset": 32630, - "endColumn": 96, - "endOffset": 32722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - }, - { - "to": { - "startLine": 382, - "startColumn": 4, - "startOffset": 32727, - "endColumn": 59, - "endOffset": 32782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ar/strings.xml" - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json b/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json deleted file mode 100644 index 26fb403..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json +++ /dev/null @@ -1,330 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 97, - "endOffset": 148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 97, - "endOffset": 377 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 153, - "endColumn": 107, - "endOffset": 256 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 382, - "endColumn": 107, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 261, - "endColumn": 122, - "endOffset": 379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 490, - "endColumn": 122, - "endOffset": 608 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 98, - "endOffset": 478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 613, - "endColumn": 98, - "endOffset": 707 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 483, - "endColumn": 109, - "endOffset": 588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 712, - "endColumn": 109, - "endOffset": 817 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 593, - "endColumn": 87, - "endOffset": 676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 822, - "endColumn": 87, - "endOffset": 905 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 681, - "endColumn": 106, - "endOffset": 783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 106, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 788, - "endColumn": 113, - "endOffset": 897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 113, - "endOffset": 1126 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 902, - "endColumn": 84, - "endOffset": 982 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 84, - "endOffset": 1211 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 987, - "endColumn": 106, - "endOffset": 1089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1216, - "endColumn": 106, - "endOffset": 1318 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1094, - "endColumn": 106, - "endOffset": 1196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1323, - "endColumn": 106, - "endOffset": 1425 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1201, - "endColumn": 99, - "endOffset": 1296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1430, - "endColumn": 99, - "endOffset": 1525 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1301, - "endColumn": 108, - "endOffset": 1405 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1530, - "endColumn": 108, - "endOffset": 1634 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1410, - "endColumn": 103, - "endOffset": 1509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1639, - "endColumn": 103, - "endOffset": 1738 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 109, - "endOffset": 1619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1743, - "endColumn": 109, - "endOffset": 1848 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1624, - "endColumn": 96, - "endOffset": 1716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1853, - "endColumn": 96, - "endOffset": 1945 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1721, - "endColumn": 100, - "endOffset": 1817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1950, - "endColumn": 100, - "endOffset": 2046 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-bg.json b/android/build/intermediates/blame/res/debug/multi/values-bg.json deleted file mode 100644 index de24bbe..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-bg.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-bg/values-bg.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 114, - "endOffset": 215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 114, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 220, - "endColumn": 110, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 110, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 127, - "endOffset": 454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 127, - "endOffset": 629 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 459, - "endColumn": 106, - "endOffset": 561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 634, - "endColumn": 106, - "endOffset": 736 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 566, - "endColumn": 104, - "endOffset": 666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 104, - "endOffset": 841 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 671, - "endColumn": 85, - "endOffset": 752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 846, - "endColumn": 85, - "endOffset": 927 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 757, - "endColumn": 104, - "endOffset": 857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 932, - "endColumn": 104, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 862, - "endColumn": 120, - "endOffset": 978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 120, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 983, - "endColumn": 82, - "endOffset": 1061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 82, - "endOffset": 1236 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1066, - "endColumn": 113, - "endOffset": 1175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1241, - "endColumn": 113, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1180, - "endColumn": 108, - "endOffset": 1284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 108, - "endOffset": 1459 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1289, - "endColumn": 99, - "endOffset": 1384 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1464, - "endColumn": 99, - "endOffset": 1559 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1389, - "endColumn": 113, - "endOffset": 1498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 113, - "endOffset": 1673 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1503, - "endColumn": 105, - "endOffset": 1604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1678, - "endColumn": 105, - "endOffset": 1779 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1609, - "endColumn": 107, - "endOffset": 1712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1784, - "endColumn": 107, - "endOffset": 1887 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1717, - "endColumn": 122, - "endOffset": 1835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1892, - "endColumn": 122, - "endOffset": 2010 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1840, - "endColumn": 98, - "endOffset": 1934 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2015, - "endColumn": 98, - "endOffset": 2109 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1939, - "endColumn": 157, - "endOffset": 2092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 675, - "endColumn": 157, - "endOffset": 828 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2097, - "endColumn": 164, - "endOffset": 2257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2731, - "endColumn": 164, - "endOffset": 2891 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2262, - "endColumn": 120, - "endOffset": 2378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2423, - "endColumn": 120, - "endOffset": 2539 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2383, - "endColumn": 129, - "endOffset": 2508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2153, - "endColumn": 129, - "endOffset": 2278 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2513, - "endColumn": 178, - "endOffset": 2687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1974, - "endColumn": 178, - "endOffset": 2148 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2692, - "endColumn": 135, - "endOffset": 2823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1838, - "endColumn": 135, - "endOffset": 1969 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2828, - "endColumn": 166, - "endOffset": 2990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 170, - "endOffset": 1166 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2995, - "endColumn": 131, - "endOffset": 3122 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1706, - "endColumn": 131, - "endOffset": 1833 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3127, - "endColumn": 199, - "endOffset": 3322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1306, - "endColumn": 199, - "endOffset": 1501 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3327, - "endColumn": 199, - "endOffset": 3522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1506, - "endColumn": 199, - "endOffset": 1701 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3527, - "endColumn": 134, - "endOffset": 3657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 134, - "endOffset": 1301 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3662, - "endColumn": 179, - "endOffset": 3837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3316, - "endColumn": 179, - "endOffset": 3491 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3842, - "endColumn": 124, - "endOffset": 3962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3191, - "endColumn": 124, - "endOffset": 3311 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3967, - "endColumn": 166, - "endOffset": 4129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 833, - "endColumn": 166, - "endOffset": 995 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4134, - "endColumn": 171, - "endOffset": 4301 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3019, - "endColumn": 171, - "endOffset": 3186 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4306, - "endColumn": 122, - "endOffset": 4424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2896, - "endColumn": 122, - "endOffset": 3014 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4429, - "endColumn": 184, - "endOffset": 4609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 184, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4614, - "endColumn": 180, - "endOffset": 4790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 494, - "endColumn": 180, - "endOffset": 670 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4795, - "endColumn": 138, - "endOffset": 4929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4934, - "endColumn": 176, - "endOffset": 5106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4821, - "endColumn": 176, - "endOffset": 4993 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5111, - "endColumn": 140, - "endOffset": 5247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4680, - "endColumn": 140, - "endOffset": 4816 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5252, - "endColumn": 145, - "endOffset": 5393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3496, - "endColumn": 145, - "endOffset": 3637 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5398, - "endColumn": 251, - "endOffset": 5645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3768, - "endColumn": 251, - "endOffset": 4015 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5650, - "endColumn": 125, - "endOffset": 5771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3642, - "endColumn": 125, - "endOffset": 3763 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5776, - "endColumn": 113, - "endOffset": 5885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4020, - "endColumn": 113, - "endOffset": 4129 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5890, - "endColumn": 186, - "endOffset": 6072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2544, - "endColumn": 186, - "endOffset": 2726 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6077, - "endColumn": 139, - "endOffset": 6212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2283, - "endColumn": 139, - "endOffset": 2418 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6217, - "endColumn": 97, - "endOffset": 6310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4326, - "endColumn": 97, - "endOffset": 4419 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6315, - "endColumn": 88, - "endOffset": 6399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4134, - "endColumn": 88, - "endOffset": 4218 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6404, - "endColumn": 102, - "endOffset": 6502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4223, - "endColumn": 102, - "endOffset": 4321 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6507, - "endColumn": 255, - "endOffset": 6758 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bg/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4424, - "endColumn": 255, - "endOffset": 4675 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6763, - "endColumn": 100, - "endOffset": 6859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2114, - "endColumn": 100, - "endOffset": 2210 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json b/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json deleted file mode 100644 index 9e05014..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 108, - "endOffset": 209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 108, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 214, - "endColumn": 107, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 107, - "endOffset": 496 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 122, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 122, - "endOffset": 619 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 111, - "endOffset": 552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 624, - "endColumn": 111, - "endOffset": 731 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 557, - "endColumn": 105, - "endOffset": 658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 736, - "endColumn": 105, - "endOffset": 837 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 663, - "endColumn": 93, - "endOffset": 752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 842, - "endColumn": 93, - "endOffset": 931 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 757, - "endColumn": 104, - "endOffset": 857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 936, - "endColumn": 104, - "endOffset": 1036 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 862, - "endColumn": 129, - "endOffset": 987 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1041, - "endColumn": 129, - "endOffset": 1166 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 992, - "endColumn": 86, - "endOffset": 1074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 86, - "endOffset": 1253 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1079, - "endColumn": 109, - "endOffset": 1184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1258, - "endColumn": 109, - "endOffset": 1363 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1189, - "endColumn": 115, - "endOffset": 1300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 115, - "endOffset": 1479 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1305, - "endColumn": 106, - "endOffset": 1407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 106, - "endOffset": 1586 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1412, - "endColumn": 109, - "endOffset": 1517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1591, - "endColumn": 109, - "endOffset": 1696 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1522, - "endColumn": 105, - "endOffset": 1623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1701, - "endColumn": 105, - "endOffset": 1802 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1628, - "endColumn": 109, - "endOffset": 1733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1807, - "endColumn": 109, - "endOffset": 1912 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1738, - "endColumn": 124, - "endOffset": 1858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1917, - "endColumn": 124, - "endOffset": 2037 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1863, - "endColumn": 104, - "endOffset": 1963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2042, - "endColumn": 104, - "endOffset": 2142 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1968, - "endColumn": 184, - "endOffset": 2148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 684, - "endColumn": 184, - "endOffset": 864 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2153, - "endColumn": 170, - "endOffset": 2319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2711, - "endColumn": 170, - "endOffset": 2877 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2324, - "endColumn": 114, - "endOffset": 2434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2423, - "endColumn": 114, - "endOffset": 2533 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2439, - "endColumn": 130, - "endOffset": 2565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2162, - "endColumn": 130, - "endOffset": 2288 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2570, - "endColumn": 180, - "endOffset": 2746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1981, - "endColumn": 180, - "endOffset": 2157 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2751, - "endColumn": 128, - "endOffset": 2875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1852, - "endColumn": 128, - "endOffset": 1976 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2880, - "endColumn": 180, - "endOffset": 3056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1042, - "endColumn": 184, - "endOffset": 1222 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3061, - "endColumn": 124, - "endOffset": 3181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1727, - "endColumn": 124, - "endOffset": 1847 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3186, - "endColumn": 185, - "endOffset": 3367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 185, - "endOffset": 1530 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3372, - "endColumn": 191, - "endOffset": 3559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1535, - "endColumn": 191, - "endOffset": 1722 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3564, - "endColumn": 121, - "endOffset": 3681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1227, - "endColumn": 121, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3686, - "endColumn": 197, - "endOffset": 3879 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3294, - "endColumn": 197, - "endOffset": 3487 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3884, - "endColumn": 123, - "endOffset": 4003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3170, - "endColumn": 123, - "endOffset": 3289 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4008, - "endColumn": 172, - "endOffset": 4176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 869, - "endColumn": 172, - "endOffset": 1037 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4181, - "endColumn": 163, - "endOffset": 4340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3006, - "endColumn": 163, - "endOffset": 3165 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4345, - "endColumn": 123, - "endOffset": 4464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2882, - "endColumn": 123, - "endOffset": 3001 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4469, - "endColumn": 191, - "endOffset": 4656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 191, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4661, - "endColumn": 187, - "endOffset": 4844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 496, - "endColumn": 187, - "endOffset": 679 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4849, - "endColumn": 133, - "endOffset": 4978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4983, - "endColumn": 195, - "endOffset": 5174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4810, - "endColumn": 195, - "endOffset": 5001 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5179, - "endColumn": 133, - "endOffset": 5308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4676, - "endColumn": 133, - "endOffset": 4805 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5313, - "endColumn": 140, - "endOffset": 5449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3492, - "endColumn": 140, - "endOffset": 3628 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5454, - "endColumn": 252, - "endOffset": 5702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3757, - "endColumn": 252, - "endOffset": 4005 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5707, - "endColumn": 123, - "endOffset": 5826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3633, - "endColumn": 123, - "endOffset": 3752 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5831, - "endColumn": 110, - "endOffset": 5937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4010, - "endColumn": 110, - "endOffset": 4116 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5942, - "endColumn": 172, - "endOffset": 6110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2538, - "endColumn": 172, - "endOffset": 2706 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6115, - "endColumn": 129, - "endOffset": 6240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2293, - "endColumn": 129, - "endOffset": 2418 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6245, - "endColumn": 88, - "endOffset": 6329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4338, - "endColumn": 88, - "endOffset": 4422 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6334, - "endColumn": 96, - "endOffset": 6426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4121, - "endColumn": 96, - "endOffset": 4213 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6431, - "endColumn": 119, - "endOffset": 6546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4218, - "endColumn": 119, - "endOffset": 4333 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6551, - "endColumn": 248, - "endOffset": 6795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-bn-rBD/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4427, - "endColumn": 248, - "endOffset": 4671 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6800, - "endColumn": 100, - "endOffset": 6896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2147, - "endColumn": 100, - "endOffset": 2243 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ca.json b/android/build/intermediates/blame/res/debug/multi/values-ca.json deleted file mode 100644 index ce7ae5e..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ca.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ca/values-ca.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 117, - "endOffset": 218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 117, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 223, - "endColumn": 107, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 122, - "endOffset": 449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 454, - "endColumn": 105, - "endOffset": 555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 105, - "endOffset": 730 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 560, - "endColumn": 106, - "endOffset": 662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 735, - "endColumn": 106, - "endOffset": 837 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 667, - "endColumn": 82, - "endOffset": 745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 842, - "endColumn": 82, - "endOffset": 920 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 750, - "endColumn": 107, - "endOffset": 853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 107, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 858, - "endColumn": 125, - "endOffset": 979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 125, - "endOffset": 1154 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 984, - "endColumn": 82, - "endOffset": 1062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 82, - "endOffset": 1237 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1067, - "endColumn": 110, - "endOffset": 1173 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 110, - "endOffset": 1348 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1178, - "endColumn": 108, - "endOffset": 1282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1353, - "endColumn": 108, - "endOffset": 1457 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1287, - "endColumn": 97, - "endOffset": 1380 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1462, - "endColumn": 97, - "endOffset": 1555 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1385, - "endColumn": 109, - "endOffset": 1490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1560, - "endColumn": 109, - "endOffset": 1665 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1495, - "endColumn": 103, - "endOffset": 1594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1670, - "endColumn": 103, - "endOffset": 1769 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1599, - "endColumn": 107, - "endOffset": 1702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1774, - "endColumn": 107, - "endOffset": 1877 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1707, - "endColumn": 122, - "endOffset": 1825 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1882, - "endColumn": 122, - "endOffset": 2000 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1830, - "endColumn": 98, - "endOffset": 1924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2005, - "endColumn": 98, - "endOffset": 2099 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1929, - "endColumn": 176, - "endOffset": 2101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 693, - "endColumn": 176, - "endOffset": 865 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2106, - "endColumn": 174, - "endOffset": 2276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2751, - "endColumn": 174, - "endOffset": 2921 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2281, - "endColumn": 114, - "endOffset": 2391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2459, - "endColumn": 114, - "endOffset": 2569 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2396, - "endColumn": 133, - "endOffset": 2525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2188, - "endColumn": 133, - "endOffset": 2317 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2530, - "endColumn": 171, - "endOffset": 2697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2016, - "endColumn": 171, - "endOffset": 2183 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2702, - "endColumn": 131, - "endOffset": 2829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1884, - "endColumn": 131, - "endOffset": 2011 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2834, - "endColumn": 172, - "endOffset": 3002 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1044, - "endColumn": 176, - "endOffset": 1216 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3007, - "endColumn": 133, - "endOffset": 3136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1750, - "endColumn": 133, - "endOffset": 1879 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3141, - "endColumn": 199, - "endOffset": 3336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 199, - "endOffset": 1547 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3341, - "endColumn": 197, - "endOffset": 3534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1552, - "endColumn": 197, - "endOffset": 1745 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3539, - "endColumn": 130, - "endOffset": 3665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 130, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3670, - "endColumn": 187, - "endOffset": 3853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3357, - "endColumn": 187, - "endOffset": 3540 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3858, - "endColumn": 123, - "endOffset": 3977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3233, - "endColumn": 123, - "endOffset": 3352 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3982, - "endColumn": 173, - "endOffset": 4151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 870, - "endColumn": 173, - "endOffset": 1039 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4156, - "endColumn": 185, - "endOffset": 4337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3047, - "endColumn": 185, - "endOffset": 3228 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4342, - "endColumn": 120, - "endOffset": 4458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2926, - "endColumn": 120, - "endOffset": 3042 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4463, - "endColumn": 193, - "endOffset": 4652 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 193, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4657, - "endColumn": 188, - "endOffset": 4841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 504, - "endColumn": 188, - "endOffset": 688 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4846, - "endColumn": 139, - "endOffset": 4981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4986, - "endColumn": 200, - "endOffset": 5182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4925, - "endColumn": 200, - "endOffset": 5121 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5187, - "endColumn": 148, - "endOffset": 5331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4776, - "endColumn": 148, - "endOffset": 4920 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5336, - "endColumn": 159, - "endOffset": 5491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3545, - "endColumn": 159, - "endOffset": 3700 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5496, - "endColumn": 260, - "endOffset": 5752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3832, - "endColumn": 260, - "endOffset": 4088 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5757, - "endColumn": 126, - "endOffset": 5879 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3705, - "endColumn": 126, - "endOffset": 3827 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5884, - "endColumn": 110, - "endOffset": 5990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4093, - "endColumn": 110, - "endOffset": 4199 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5995, - "endColumn": 176, - "endOffset": 6167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2574, - "endColumn": 176, - "endOffset": 2746 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6172, - "endColumn": 136, - "endOffset": 6304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2322, - "endColumn": 136, - "endOffset": 2454 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6309, - "endColumn": 93, - "endOffset": 6398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4416, - "endColumn": 93, - "endOffset": 4505 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6403, - "endColumn": 97, - "endOffset": 6496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4204, - "endColumn": 97, - "endOffset": 4297 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6501, - "endColumn": 113, - "endOffset": 6610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4302, - "endColumn": 113, - "endOffset": 4411 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6615, - "endColumn": 265, - "endOffset": 6876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ca/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4510, - "endColumn": 265, - "endOffset": 4771 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6881, - "endColumn": 100, - "endOffset": 6977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2104, - "endColumn": 100, - "endOffset": 2200 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-cs.json b/android/build/intermediates/blame/res/debug/multi/values-cs.json deleted file mode 100644 index cb903c5..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-cs.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-cs/values-cs.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 106, - "endOffset": 207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 106, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 212, - "endColumn": 108, - "endOffset": 316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 108, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 321, - "endColumn": 123, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 123, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 101, - "endOffset": 542 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 101, - "endOffset": 717 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 547, - "endColumn": 108, - "endOffset": 651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 722, - "endColumn": 108, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 656, - "endColumn": 85, - "endOffset": 737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 85, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 742, - "endColumn": 104, - "endOffset": 842 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 104, - "endOffset": 1017 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 847, - "endColumn": 116, - "endOffset": 959 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1022, - "endColumn": 116, - "endOffset": 1134 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 964, - "endColumn": 83, - "endOffset": 1043 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1139, - "endColumn": 83, - "endOffset": 1218 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1048, - "endColumn": 103, - "endOffset": 1147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1223, - "endColumn": 103, - "endOffset": 1322 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1152, - "endColumn": 108, - "endOffset": 1256 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1327, - "endColumn": 108, - "endOffset": 1431 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1261, - "endColumn": 98, - "endOffset": 1355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1436, - "endColumn": 98, - "endOffset": 1530 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 105, - "endOffset": 1461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1535, - "endColumn": 105, - "endOffset": 1636 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 109, - "endOffset": 1571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1641, - "endColumn": 109, - "endOffset": 1746 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1576, - "endColumn": 106, - "endOffset": 1678 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1751, - "endColumn": 106, - "endOffset": 1853 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1683, - "endColumn": 121, - "endOffset": 1800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1858, - "endColumn": 121, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 97, - "endOffset": 1898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 97, - "endOffset": 2073 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1903, - "endColumn": 168, - "endOffset": 2067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 641, - "endColumn": 168, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2072, - "endColumn": 150, - "endOffset": 2218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2621, - "endColumn": 150, - "endOffset": 2767 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2223, - "endColumn": 125, - "endOffset": 2344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2330, - "endColumn": 125, - "endOffset": 2451 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2349, - "endColumn": 128, - "endOffset": 2473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2071, - "endColumn": 128, - "endOffset": 2195 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2478, - "endColumn": 162, - "endOffset": 2636 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1908, - "endColumn": 162, - "endOffset": 2066 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2641, - "endColumn": 126, - "endOffset": 2763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1781, - "endColumn": 126, - "endOffset": 1903 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2768, - "endColumn": 175, - "endOffset": 2939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 964, - "endColumn": 179, - "endOffset": 1139 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2944, - "endColumn": 130, - "endOffset": 3070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1650, - "endColumn": 130, - "endOffset": 1776 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3075, - "endColumn": 188, - "endOffset": 3259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1272, - "endColumn": 188, - "endOffset": 1456 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3264, - "endColumn": 188, - "endOffset": 3448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1461, - "endColumn": 188, - "endOffset": 1645 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3453, - "endColumn": 127, - "endOffset": 3576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1144, - "endColumn": 127, - "endOffset": 1267 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3581, - "endColumn": 172, - "endOffset": 3749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3176, - "endColumn": 172, - "endOffset": 3344 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3754, - "endColumn": 121, - "endOffset": 3871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3054, - "endColumn": 121, - "endOffset": 3171 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3876, - "endColumn": 153, - "endOffset": 4025 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 810, - "endColumn": 153, - "endOffset": 959 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4030, - "endColumn": 164, - "endOffset": 4190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2889, - "endColumn": 164, - "endOffset": 3049 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4195, - "endColumn": 116, - "endOffset": 4307 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2772, - "endColumn": 116, - "endOffset": 2884 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4312, - "endColumn": 171, - "endOffset": 4479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 301, - "endColumn": 171, - "endOffset": 468 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4484, - "endColumn": 167, - "endOffset": 4647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 473, - "endColumn": 167, - "endOffset": 636 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4652, - "endColumn": 130, - "endOffset": 4778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 130, - "endOffset": 296 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4783, - "endColumn": 179, - "endOffset": 4958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4663, - "endColumn": 179, - "endOffset": 4838 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4963, - "endColumn": 130, - "endOffset": 5089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4532, - "endColumn": 130, - "endOffset": 4658 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5094, - "endColumn": 147, - "endOffset": 5237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3349, - "endColumn": 147, - "endOffset": 3492 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5242, - "endColumn": 245, - "endOffset": 5483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3620, - "endColumn": 245, - "endOffset": 3861 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5488, - "endColumn": 122, - "endOffset": 5606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3497, - "endColumn": 122, - "endOffset": 3615 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5611, - "endColumn": 112, - "endOffset": 5719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3866, - "endColumn": 112, - "endOffset": 3974 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5724, - "endColumn": 164, - "endOffset": 5884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2456, - "endColumn": 164, - "endOffset": 2616 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5889, - "endColumn": 129, - "endOffset": 6014 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2200, - "endColumn": 129, - "endOffset": 2325 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6019, - "endColumn": 96, - "endOffset": 6111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4191, - "endColumn": 96, - "endOffset": 4283 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6116, - "endColumn": 96, - "endOffset": 6208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3979, - "endColumn": 96, - "endOffset": 4071 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6213, - "endColumn": 114, - "endOffset": 6323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4076, - "endColumn": 114, - "endOffset": 4186 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6328, - "endColumn": 243, - "endOffset": 6567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-cs/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4288, - "endColumn": 243, - "endOffset": 4527 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6572, - "endColumn": 100, - "endOffset": 6668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 100, - "endOffset": 2174 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-da.json b/android/build/intermediates/blame/res/debug/multi/values-da.json deleted file mode 100644 index 40ce1ba..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-da.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-da/values-da.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 102, - "endOffset": 203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 102, - "endOffset": 378 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 208, - "endColumn": 107, - "endOffset": 311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 383, - "endColumn": 107, - "endOffset": 486 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 122, - "endOffset": 434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 491, - "endColumn": 122, - "endOffset": 609 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 439, - "endColumn": 98, - "endOffset": 533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 614, - "endColumn": 98, - "endOffset": 708 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 538, - "endColumn": 111, - "endOffset": 645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 713, - "endColumn": 111, - "endOffset": 820 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 650, - "endColumn": 82, - "endOffset": 728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 825, - "endColumn": 82, - "endOffset": 903 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 733, - "endColumn": 99, - "endOffset": 828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 908, - "endColumn": 99, - "endOffset": 1003 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 833, - "endColumn": 112, - "endOffset": 941 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1008, - "endColumn": 112, - "endOffset": 1116 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 946, - "endColumn": 78, - "endOffset": 1020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1121, - "endColumn": 78, - "endOffset": 1195 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1025, - "endColumn": 108, - "endOffset": 1129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1200, - "endColumn": 108, - "endOffset": 1304 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1134, - "endColumn": 107, - "endOffset": 1237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1309, - "endColumn": 107, - "endOffset": 1412 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 95, - "endOffset": 1333 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1417, - "endColumn": 95, - "endOffset": 1508 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1338, - "endColumn": 113, - "endOffset": 1447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1513, - "endColumn": 113, - "endOffset": 1622 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1452, - "endColumn": 101, - "endOffset": 1549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1627, - "endColumn": 101, - "endOffset": 1724 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1554, - "endColumn": 100, - "endOffset": 1650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1729, - "endColumn": 100, - "endOffset": 1825 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1655, - "endColumn": 115, - "endOffset": 1766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1830, - "endColumn": 115, - "endOffset": 1941 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1771, - "endColumn": 96, - "endOffset": 1863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1946, - "endColumn": 96, - "endOffset": 2038 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1868, - "endColumn": 166, - "endOffset": 2030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 667, - "endColumn": 166, - "endOffset": 829 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2035, - "endColumn": 157, - "endOffset": 2188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2631, - "endColumn": 157, - "endOffset": 2784 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2193, - "endColumn": 111, - "endOffset": 2300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2351, - "endColumn": 111, - "endOffset": 2458 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2305, - "endColumn": 129, - "endOffset": 2430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2092, - "endColumn": 129, - "endOffset": 2217 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2435, - "endColumn": 166, - "endOffset": 2597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1925, - "endColumn": 166, - "endOffset": 2087 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2602, - "endColumn": 127, - "endOffset": 2725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1797, - "endColumn": 127, - "endOffset": 1920 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2730, - "endColumn": 169, - "endOffset": 2895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1000, - "endColumn": 173, - "endOffset": 1169 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2900, - "endColumn": 127, - "endOffset": 3023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1669, - "endColumn": 127, - "endOffset": 1792 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3028, - "endColumn": 184, - "endOffset": 3208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1299, - "endColumn": 184, - "endOffset": 1479 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3213, - "endColumn": 184, - "endOffset": 3393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 184, - "endOffset": 1664 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3398, - "endColumn": 124, - "endOffset": 3518 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1174, - "endColumn": 124, - "endOffset": 1294 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3523, - "endColumn": 173, - "endOffset": 3692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3219, - "endColumn": 173, - "endOffset": 3388 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3697, - "endColumn": 121, - "endOffset": 3814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3097, - "endColumn": 121, - "endOffset": 3214 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3819, - "endColumn": 165, - "endOffset": 3980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 834, - "endColumn": 165, - "endOffset": 995 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3985, - "endColumn": 188, - "endOffset": 4169 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2908, - "endColumn": 188, - "endOffset": 3092 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4174, - "endColumn": 118, - "endOffset": 4288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2789, - "endColumn": 118, - "endOffset": 2903 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4293, - "endColumn": 184, - "endOffset": 4473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 184, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4478, - "endColumn": 176, - "endOffset": 4650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 490, - "endColumn": 176, - "endOffset": 662 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4655, - "endColumn": 134, - "endOffset": 4785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4790, - "endColumn": 175, - "endOffset": 4961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4671, - "endColumn": 175, - "endOffset": 4842 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4966, - "endColumn": 124, - "endOffset": 5086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4546, - "endColumn": 124, - "endOffset": 4666 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5091, - "endColumn": 141, - "endOffset": 5228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3393, - "endColumn": 141, - "endOffset": 3530 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5233, - "endColumn": 243, - "endOffset": 5472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3661, - "endColumn": 243, - "endOffset": 3900 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5477, - "endColumn": 125, - "endOffset": 5598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3535, - "endColumn": 125, - "endOffset": 3656 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5603, - "endColumn": 107, - "endOffset": 5706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3905, - "endColumn": 107, - "endOffset": 4008 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5711, - "endColumn": 167, - "endOffset": 5874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2463, - "endColumn": 167, - "endOffset": 2626 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5879, - "endColumn": 128, - "endOffset": 6003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2222, - "endColumn": 128, - "endOffset": 2346 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6008, - "endColumn": 94, - "endOffset": 6098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4213, - "endColumn": 94, - "endOffset": 4303 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6103, - "endColumn": 91, - "endOffset": 6190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4013, - "endColumn": 91, - "endOffset": 4100 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6195, - "endColumn": 107, - "endOffset": 6298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4105, - "endColumn": 107, - "endOffset": 4208 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6303, - "endColumn": 237, - "endOffset": 6536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-da/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4308, - "endColumn": 237, - "endOffset": 4541 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6541, - "endColumn": 100, - "endOffset": 6637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2043, - "endColumn": 100, - "endOffset": 2139 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-de.json b/android/build/intermediates/blame/res/debug/multi/values-de.json deleted file mode 100644 index b2673e7..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-de.json +++ /dev/null @@ -1,6338 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-de/values-de.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 7, - "endColumn": 12, - "endOffset": 366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 232, - "startColumn": 4, - "startOffset": 23518, - "endLine": 237, - "endColumn": 12, - "endOffset": 23933 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 371, - "endLine": 11, - "endColumn": 12, - "endOffset": 676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 240, - "startColumn": 4, - "startOffset": 24284, - "endLine": 243, - "endColumn": 12, - "endOffset": 24752 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 681, - "endLine": 15, - "endColumn": 12, - "endOffset": 859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 246, - "startColumn": 4, - "startOffset": 24989, - "endLine": 249, - "endColumn": 12, - "endOffset": 25318 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 864, - "endLine": 20, - "endColumn": 12, - "endOffset": 1163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 252, - "startColumn": 4, - "startOffset": 25613, - "endLine": 256, - "endColumn": 12, - "endOffset": 26036 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 104, - "endOffset": 1268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 104, - "endOffset": 380 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1273, - "endColumn": 107, - "endOffset": 1376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 107, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1381, - "endColumn": 122, - "endOffset": 1499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 122, - "endOffset": 611 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1504, - "endColumn": 97, - "endOffset": 1597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 616, - "endColumn": 97, - "endOffset": 709 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1602, - "endColumn": 111, - "endOffset": 1709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 111, - "endOffset": 821 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1714, - "endColumn": 85, - "endOffset": 1795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 826, - "endColumn": 85, - "endOffset": 907 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1800, - "endColumn": 104, - "endOffset": 1900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 912, - "endColumn": 104, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1905, - "endColumn": 114, - "endOffset": 2015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 114, - "endOffset": 1127 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2020, - "endColumn": 81, - "endOffset": 2097 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 81, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2102, - "endColumn": 110, - "endOffset": 2208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1214, - "endColumn": 110, - "endOffset": 1320 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2213, - "endColumn": 102, - "endOffset": 2311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1325, - "endColumn": 102, - "endOffset": 1423 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2316, - "endColumn": 98, - "endOffset": 2410 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1428, - "endColumn": 98, - "endOffset": 1522 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2415, - "endColumn": 110, - "endOffset": 2521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1527, - "endColumn": 110, - "endOffset": 1633 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2526, - "endColumn": 101, - "endOffset": 2623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1638, - "endColumn": 101, - "endOffset": 1735 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2628, - "endColumn": 106, - "endOffset": 2730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1740, - "endColumn": 106, - "endOffset": 1842 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2735, - "endColumn": 121, - "endOffset": 2852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1847, - "endColumn": 121, - "endOffset": 1964 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2857, - "endColumn": 101, - "endOffset": 2954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1969, - "endColumn": 101, - "endOffset": 2066 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2959, - "endLine": 39, - "endColumn": 180, - "endOffset": 3209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 258, - "startColumn": 4, - "startOffset": 26528, - "endLine": 260, - "endColumn": 204, - "endOffset": 26866 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3214, - "endColumn": 69, - "endOffset": 3279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 263, - "startColumn": 4, - "startOffset": 27128, - "endColumn": 69, - "endOffset": 27193 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3284, - "endColumn": 63, - "endOffset": 3343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 266, - "startColumn": 4, - "startOffset": 27476, - "endColumn": 63, - "endOffset": 27535 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3348, - "endColumn": 46, - "endOffset": 3390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 269, - "startColumn": 4, - "startOffset": 27676, - "endColumn": 46, - "endOffset": 27718 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3395, - "endColumn": 56, - "endOffset": 3447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 272, - "startColumn": 4, - "startOffset": 27863, - "endColumn": 56, - "endOffset": 27915 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3452, - "endColumn": 67, - "endOffset": 3515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 275, - "startColumn": 4, - "startOffset": 28122, - "endColumn": 67, - "endOffset": 28185 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3520, - "endColumn": 91, - "endOffset": 3607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 279, - "startColumn": 4, - "startOffset": 28357, - "endColumn": 91, - "endOffset": 28444 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3612, - "endColumn": 108, - "endOffset": 3716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 95, - "startColumn": 4, - "startOffset": 10189, - "endColumn": 108, - "endOffset": 10293 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3721, - "endColumn": 55, - "endOffset": 3772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 282, - "startColumn": 4, - "startOffset": 28534, - "endLine": 283, - "endColumn": 55, - "endOffset": 28681 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3777, - "endColumn": 50, - "endOffset": 3823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 288, - "startColumn": 4, - "startOffset": 28901, - "endColumn": 50, - "endOffset": 28946 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3828, - "endColumn": 51, - "endOffset": 3875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 292, - "startColumn": 4, - "startOffset": 29093, - "endLine": 293, - "endColumn": 51, - "endOffset": 29234 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3880, - "endColumn": 56, - "endOffset": 3932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 297, - "startColumn": 4, - "startOffset": 29609, - "endColumn": 56, - "endOffset": 29660 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3937, - "endColumn": 48, - "endOffset": 3981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 300, - "startColumn": 4, - "startOffset": 29843, - "endLine": 301, - "endColumn": 48, - "endOffset": 29985 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3986, - "endColumn": 290, - "endOffset": 4272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 113, - "startColumn": 4, - "startOffset": 12067, - "endColumn": 285, - "endOffset": 12230 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4277, - "endColumn": 216, - "endOffset": 4489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11824, - "endColumn": 211, - "endOffset": 11895 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4494, - "endColumn": 52, - "endOffset": 4542 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 303, - "startColumn": 4, - "startOffset": 30097, - "endLine": 304, - "endColumn": 52, - "endOffset": 30239 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4547, - "endColumn": 55, - "endOffset": 4598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 307, - "startColumn": 4, - "startOffset": 30385, - "endLine": 308, - "endColumn": 55, - "endOffset": 30536 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4603, - "endColumn": 55, - "endOffset": 4654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 312, - "startColumn": 32, - "startOffset": 30846, - "endColumn": 55, - "endOffset": 30869 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4659, - "endColumn": 69, - "endOffset": 4724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 315, - "startColumn": 4, - "startOffset": 31048, - "endLine": 316, - "endColumn": 69, - "endOffset": 31199 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4729, - "endColumn": 66, - "endOffset": 4791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 320, - "startColumn": 4, - "startOffset": 31361, - "endColumn": 66, - "endOffset": 31423 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4796, - "endColumn": 132, - "endOffset": 4924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 323, - "startColumn": 4, - "startOffset": 31719, - "endColumn": 138, - "endOffset": 31852 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4929, - "endColumn": 139, - "endOffset": 5064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 324, - "startColumn": 4, - "startOffset": 31956, - "endLine": 326, - "endColumn": 145, - "endOffset": 32168 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5069, - "endColumn": 44, - "endOffset": 5109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 333, - "startColumn": 4, - "startOffset": 32578, - "endColumn": 44, - "endOffset": 32618 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5114, - "endColumn": 202, - "endOffset": 5312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 712, - "endColumn": 202, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5317, - "endColumn": 63, - "endOffset": 5376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 329, - "startColumn": 4, - "startOffset": 32346, - "endColumn": 63, - "endOffset": 32404 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5381, - "endColumn": 178, - "endOffset": 5555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 665, - "endColumn": 178, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5560, - "endColumn": 163, - "endOffset": 5719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2730, - "endColumn": 163, - "endOffset": 2889 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5724, - "endColumn": 117, - "endOffset": 5837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2436, - "endColumn": 117, - "endOffset": 2549 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5842, - "endColumn": 130, - "endOffset": 5968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2172, - "endColumn": 130, - "endOffset": 2298 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5973, - "endColumn": 170, - "endOffset": 6139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2001, - "endColumn": 170, - "endOffset": 2167 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6144, - "endColumn": 128, - "endOffset": 6268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1872, - "endColumn": 128, - "endOffset": 1996 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6273, - "endColumn": 171, - "endOffset": 6440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1005, - "endColumn": 175, - "endOffset": 1176 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6445, - "endColumn": 133, - "endOffset": 6574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1738, - "endColumn": 133, - "endOffset": 1867 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6579, - "endColumn": 212, - "endOffset": 6787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1312, - "endColumn": 212, - "endOffset": 1520 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6792, - "endColumn": 212, - "endOffset": 7000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1525, - "endColumn": 212, - "endOffset": 1733 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7005, - "endColumn": 130, - "endOffset": 7131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1181, - "endColumn": 130, - "endOffset": 1307 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7136, - "endColumn": 205, - "endOffset": 7337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3345, - "endColumn": 205, - "endOffset": 3546 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 7342, - "endColumn": 124, - "endOffset": 7462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3220, - "endColumn": 124, - "endOffset": 3340 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7467, - "endColumn": 160, - "endOffset": 7623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 160, - "endOffset": 1000 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7628, - "endColumn": 204, - "endOffset": 7828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3015, - "endColumn": 204, - "endOffset": 3215 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7833, - "endColumn": 120, - "endOffset": 7949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2894, - "endColumn": 120, - "endOffset": 3010 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7954, - "endColumn": 178, - "endOffset": 8128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 319, - "endColumn": 178, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 8133, - "endColumn": 166, - "endOffset": 8295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 498, - "endColumn": 166, - "endOffset": 660 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 8300, - "endColumn": 148, - "endOffset": 8444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 148, - "endOffset": 314 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8449, - "endColumn": 188, - "endOffset": 8633 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4905, - "endColumn": 188, - "endOffset": 5089 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 8638, - "endColumn": 131, - "endOffset": 8765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4773, - "endColumn": 131, - "endOffset": 4900 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8770, - "endColumn": 144, - "endOffset": 8910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3551, - "endColumn": 144, - "endOffset": 3691 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 8915, - "endColumn": 265, - "endOffset": 9176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3820, - "endColumn": 265, - "endOffset": 4081 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 9181, - "endColumn": 123, - "endOffset": 9300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3696, - "endColumn": 123, - "endOffset": 3815 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9305, - "endColumn": 113, - "endOffset": 9414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4086, - "endColumn": 113, - "endOffset": 4195 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 9419, - "endColumn": 175, - "endOffset": 9590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2554, - "endColumn": 175, - "endOffset": 2725 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9595, - "endColumn": 132, - "endOffset": 9723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2303, - "endColumn": 132, - "endOffset": 2431 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9728, - "endColumn": 96, - "endOffset": 9820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4403, - "endColumn": 96, - "endOffset": 4495 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 9825, - "endColumn": 92, - "endOffset": 9913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4200, - "endColumn": 92, - "endOffset": 4288 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 9918, - "endColumn": 109, - "endOffset": 10023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4293, - "endColumn": 109, - "endOffset": 4398 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 10028, - "endColumn": 272, - "endOffset": 10296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-de/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4500, - "endColumn": 272, - "endOffset": 4768 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 10301, - "endColumn": 80, - "endOffset": 10377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 337, - "startColumn": 4, - "startOffset": 32951, - "endColumn": 80, - "endOffset": 33026 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 10382, - "endColumn": 115, - "endOffset": 10493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 115, - "startColumn": 5, - "startOffset": 12338, - "endColumn": 110, - "endOffset": 12441 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10498, - "endColumn": 49, - "endOffset": 10543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 340, - "startColumn": 4, - "startOffset": 33159, - "endColumn": 49, - "endOffset": 33204 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 10548, - "endColumn": 53, - "endOffset": 10597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 343, - "startColumn": 4, - "startOffset": 33352, - "endColumn": 53, - "endOffset": 33400 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 10602, - "endColumn": 55, - "endOffset": 10653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 346, - "startColumn": 4, - "startOffset": 33626, - "endColumn": 55, - "endOffset": 33676 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 10658, - "endColumn": 46, - "endOffset": 10700 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 349, - "startColumn": 4, - "startOffset": 33752, - "endLine": 350, - "endColumn": 46, - "endOffset": 33896 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 10705, - "endColumn": 50, - "endOffset": 10751 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 352, - "startColumn": 4, - "startOffset": 33987, - "endLine": 353, - "endColumn": 50, - "endOffset": 34115 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 10756, - "endColumn": 76, - "endOffset": 10828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 355, - "startColumn": 4, - "startOffset": 34225, - "endLine": 356, - "endColumn": 76, - "endOffset": 34379 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10833, - "endColumn": 65, - "endOffset": 10894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 361, - "startColumn": 4, - "startOffset": 34715, - "endColumn": 65, - "endOffset": 34775 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 10899, - "endColumn": 65, - "endOffset": 10960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 364, - "startColumn": 4, - "startOffset": 35012, - "endColumn": 65, - "endOffset": 35056 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 10965, - "endColumn": 67, - "endOffset": 11028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 367, - "startColumn": 4, - "startOffset": 35214, - "endColumn": 67, - "endOffset": 35277 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 11033, - "endColumn": 74, - "endOffset": 11103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 368, - "startColumn": 4, - "startOffset": 35286, - "endLine": 370, - "endColumn": 74, - "endOffset": 35532 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 11108, - "endColumn": 53, - "endOffset": 11157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 21002, - "endColumn": 54, - "endOffset": 21051 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 11162, - "endColumn": 65, - "endOffset": 11223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 371, - "startColumn": 4, - "startOffset": 35581, - "endLine": 373, - "endColumn": 65, - "endOffset": 35838 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11228, - "endColumn": 49, - "endOffset": 11273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 376, - "startColumn": 29, - "startOffset": 35982, - "endColumn": 49, - "endOffset": 36002 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 11278, - "endColumn": 82, - "endOffset": 11356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 378, - "startColumn": 29, - "startOffset": 36218, - "endLine": 380, - "endColumn": 82, - "endOffset": 36271 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11361, - "endColumn": 61, - "endOffset": 11418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 383, - "startColumn": 29, - "startOffset": 36454, - "endLine": 384, - "endColumn": 61, - "endOffset": 36486 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 11423, - "endColumn": 78, - "endOffset": 11497 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 385, - "startColumn": 35, - "startOffset": 36742, - "endLine": 387, - "endColumn": 78, - "endOffset": 36785 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 11502, - "endColumn": 52, - "endOffset": 11550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 391, - "startColumn": 4, - "startOffset": 37080, - "endColumn": 52, - "endOffset": 37128 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 11555, - "endColumn": 62, - "endOffset": 11613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 393, - "startColumn": 4, - "startOffset": 37165, - "endLine": 394, - "endColumn": 62, - "endOffset": 37317 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 11618, - "endColumn": 415, - "endOffset": 12029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 397, - "startColumn": 4, - "startOffset": 37516, - "endColumn": 415, - "endOffset": 37926 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 12034, - "endColumn": 52, - "endOffset": 12082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 401, - "startColumn": 4, - "startOffset": 38236, - "endColumn": 52, - "endOffset": 38283 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 12087, - "endColumn": 76, - "endOffset": 12159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 406, - "startColumn": 4, - "startOffset": 38669, - "endColumn": 76, - "endOffset": 38740 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 12164, - "endColumn": 63, - "endOffset": 12223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 409, - "startColumn": 4, - "startOffset": 39064, - "endColumn": 63, - "endOffset": 39123 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 12228, - "endColumn": 59, - "endOffset": 12283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 412, - "startColumn": 4, - "startOffset": 39275, - "endColumn": 59, - "endOffset": 39330 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 12288, - "endColumn": 95, - "endOffset": 12379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 416, - "startColumn": 4, - "startOffset": 39674, - "endColumn": 95, - "endOffset": 39764 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 12384, - "endColumn": 80, - "endOffset": 12460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 419, - "startColumn": 4, - "startOffset": 40054, - "endColumn": 80, - "endOffset": 40130 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 12465, - "endColumn": 68, - "endOffset": 12529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 422, - "startColumn": 4, - "startOffset": 40349, - "endColumn": 68, - "endOffset": 40413 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 12534, - "endColumn": 79, - "endOffset": 12609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 426, - "startColumn": 4, - "startOffset": 40666, - "endColumn": 79, - "endOffset": 40741 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 12614, - "endColumn": 96, - "endOffset": 12706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 430, - "startColumn": 4, - "startOffset": 41006, - "endColumn": 96, - "endOffset": 41098 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 12711, - "endLine": 126, - "endColumn": 73, - "endOffset": 12876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 433, - "startColumn": 4, - "startOffset": 41399, - "endLine": 434, - "endColumn": 73, - "endOffset": 41578 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 12881, - "endColumn": 61, - "endOffset": 12938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 438, - "startColumn": 4, - "startOffset": 41879, - "endColumn": 61, - "endOffset": 41936 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 12943, - "endColumn": 857, - "endOffset": 13796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 857, - "endOffset": 1513 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 13801, - "endColumn": 140, - "endOffset": 13937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 773, - "startColumn": 4, - "startOffset": 52834, - "endLine": 775, - "endColumn": 140, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 13942, - "endColumn": 137, - "endOffset": 14075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 775, - "startColumn": 4, - "startOffset": 52770, - "endLine": 778, - "endColumn": 137, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 14080, - "endColumn": 423, - "endOffset": 14499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8058, - "endColumn": 435, - "endOffset": 8489 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 14504, - "endColumn": 69, - "endOffset": 14569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 226, - "startColumn": 4, - "startOffset": 23030, - "endLine": 227, - "endColumn": 70, - "endOffset": 23191 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 14574, - "endColumn": 80, - "endOffset": 14650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 224, - "startColumn": 4, - "startOffset": 22736, - "endColumn": 81, - "endOffset": 22813 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 14655, - "endColumn": 436, - "endOffset": 15087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 83, - "startColumn": 85, - "startOffset": 7045, - "endColumn": 304, - "endOffset": 7264 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 15092, - "endColumn": 341, - "endOffset": 15429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 85, - "startColumn": 4, - "startOffset": 7621, - "endColumn": 350, - "endOffset": 7966 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 15434, - "endColumn": 641, - "endOffset": 16071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8755, - "endColumn": 695, - "endOffset": 9446 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 16076, - "endColumn": 273, - "endOffset": 16345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9596, - "endColumn": 268, - "endOffset": 9723 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 16350, - "endColumn": 421, - "endOffset": 16767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 72, - "startColumn": 4, - "startOffset": 5870, - "endLine": 73, - "endColumn": 390, - "endOffset": 6315 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 16772, - "endColumn": 179, - "endOffset": 16947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6321, - "endColumn": 179, - "endOffset": 6496 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 16952, - "endLine": 142, - "endColumn": 11, - "endOffset": 17252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6502, - "endLine": 79, - "endColumn": 11, - "endOffset": 6810 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 17257, - "endColumn": 44, - "endOffset": 17297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 442, - "startColumn": 4, - "startOffset": 42229, - "endColumn": 44, - "endOffset": 42269 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 17302, - "endColumn": 63, - "endOffset": 17361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 778, - "startColumn": 4, - "startOffset": 52770, - "endLine": 781, - "endColumn": 63, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 17366, - "endColumn": 154, - "endOffset": 17516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 446, - "startColumn": 4, - "startOffset": 42536, - "endColumn": 154, - "endOffset": 42685 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 17521, - "endColumn": 83, - "endOffset": 17600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 450, - "startColumn": 4, - "startOffset": 42907, - "endColumn": 83, - "endOffset": 42985 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 17605, - "endLine": 148, - "endColumn": 11, - "endOffset": 17681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 454, - "startColumn": 4, - "startOffset": 43228, - "endLine": 455, - "endColumn": 11, - "endOffset": 43317 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 17686, - "endColumn": 45, - "endOffset": 17727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 460, - "startColumn": 4, - "startOffset": 43691, - "endColumn": 45, - "endOffset": 43732 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 17732, - "endColumn": 190, - "endOffset": 17918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2866, - "endColumn": 190, - "endOffset": 3052 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 17923, - "endColumn": 160, - "endOffset": 18079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2704, - "endColumn": 160, - "endOffset": 2860 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 18084, - "endColumn": 183, - "endOffset": 18263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3058, - "endColumn": 183, - "endOffset": 3237 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 18268, - "endColumn": 157, - "endOffset": 18421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3243, - "endColumn": 157, - "endOffset": 3396 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 18426, - "endColumn": 56, - "endOffset": 18478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 148, - "startColumn": 5, - "startOffset": 15761, - "endColumn": 57, - "endOffset": 15813 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 18483, - "endColumn": 47, - "endOffset": 18526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 465, - "startColumn": 4, - "startOffset": 43956, - "endColumn": 47, - "endOffset": 43999 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 18531, - "endColumn": 47, - "endOffset": 18574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 471, - "startColumn": 4, - "startOffset": 44268, - "endColumn": 47, - "endOffset": 44311 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 18579, - "endColumn": 41, - "endOffset": 18616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 474, - "startColumn": 4, - "startOffset": 44412, - "endColumn": 41, - "endOffset": 44449 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 18621, - "endColumn": 92, - "endOffset": 18709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 477, - "startColumn": 4, - "startOffset": 44609, - "endColumn": 92, - "endOffset": 44696 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 18714, - "endColumn": 63, - "endOffset": 18773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 482, - "startColumn": 37, - "startOffset": 44950, - "endColumn": 63, - "endOffset": 44976 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 18778, - "endColumn": 154, - "endOffset": 18928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 485, - "startColumn": 4, - "startOffset": 45273, - "endColumn": 154, - "endOffset": 45423 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 18933, - "endColumn": 68, - "endOffset": 18997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 494, - "startColumn": 4, - "startOffset": 46101, - "endColumn": 71, - "endOffset": 46168 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 19002, - "endColumn": 91, - "endOffset": 19089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 499, - "startColumn": 4, - "startOffset": 46365, - "endColumn": 94, - "endOffset": 46455 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 19094, - "endColumn": 90, - "endOffset": 19180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 502, - "startColumn": 4, - "startOffset": 46603, - "endColumn": 90, - "endOffset": 46688 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 19185, - "endColumn": 61, - "endOffset": 19242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 781, - "startColumn": 4, - "startOffset": 52834, - "endLine": 783, - "endColumn": 61, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 19247, - "endColumn": 50, - "endOffset": 19293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 151, - "startColumn": 5, - "startOffset": 16030, - "endColumn": 51, - "endOffset": 16074 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 19298, - "endColumn": 168, - "endOffset": 19462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3402, - "endColumn": 168, - "endOffset": 3566 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 19467, - "endColumn": 56, - "endOffset": 19519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 505, - "startColumn": 4, - "startOffset": 46828, - "endColumn": 56, - "endOffset": 46880 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 19524, - "endColumn": 122, - "endOffset": 19642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 511, - "startColumn": 4, - "startOffset": 47641, - "endColumn": 126, - "endOffset": 47750 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 19647, - "endColumn": 80, - "endOffset": 19723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 152, - "startColumn": 5, - "startOffset": 16174, - "endLine": 153, - "endColumn": 81, - "endOffset": 16248 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 19728, - "endColumn": 128, - "endOffset": 19852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 507, - "startColumn": 4, - "startOffset": 47151, - "endLine": 508, - "endColumn": 132, - "endOffset": 47279 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 19857, - "endColumn": 73, - "endOffset": 19926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 155, - "startColumn": 5, - "startOffset": 16391, - "endLine": 156, - "endColumn": 74, - "endOffset": 16458 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 19931, - "endColumn": 122, - "endOffset": 20049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 158, - "startColumn": 5, - "startOffset": 16577, - "endColumn": 123, - "endOffset": 16695 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 20054, - "endColumn": 58, - "endOffset": 20108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 165, - "startColumn": 6, - "startOffset": 17397, - "endColumn": 59, - "endOffset": 17450 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 20113, - "endColumn": 59, - "endOffset": 20168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 514, - "startColumn": 39, - "startOffset": 48021, - "endColumn": 59, - "endOffset": 48041 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 20173, - "endColumn": 75, - "endOffset": 20244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 516, - "startColumn": 4, - "startOffset": 48084, - "endLine": 517, - "endColumn": 75, - "endOffset": 48248 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 20249, - "endColumn": 59, - "endOffset": 20304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 162, - "startColumn": 4, - "startOffset": 17107, - "endColumn": 60, - "endOffset": 17162 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 20309, - "endColumn": 52, - "endOffset": 20357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 520, - "startColumn": 4, - "startOffset": 48516, - "endColumn": 52, - "endOffset": 48551 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 20362, - "endColumn": 68, - "endOffset": 20426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 48706, - "endColumn": 68, - "endOffset": 48770 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 20431, - "endColumn": 65, - "endOffset": 20492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 48912, - "endColumn": 65, - "endOffset": 48973 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 20497, - "endColumn": 59, - "endOffset": 20552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 529, - "startColumn": 4, - "startOffset": 49156, - "endColumn": 59, - "endOffset": 49210 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 20557, - "endColumn": 56, - "endOffset": 20609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 533, - "startColumn": 4, - "startOffset": 49537, - "endColumn": 56, - "endOffset": 49588 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 20614, - "endColumn": 66, - "endOffset": 20676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 162, - "startColumn": 4, - "startOffset": 17216, - "endLine": 163, - "endColumn": 67, - "endOffset": 17279 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 20681, - "endColumn": 93, - "endOffset": 20770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 537, - "startColumn": 4, - "startOffset": 49905, - "endColumn": 93, - "endOffset": 49948 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 20775, - "endColumn": 90, - "endOffset": 20861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 541, - "startColumn": 4, - "startOffset": 50107, - "endColumn": 90, - "endOffset": 50192 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 20866, - "endLine": 186, - "endColumn": 11, - "endOffset": 20951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 169, - "startColumn": 4, - "startOffset": 17608, - "endLine": 170, - "endColumn": 11, - "endOffset": 17768 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 20956, - "endColumn": 117, - "endOffset": 21069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 545, - "startColumn": 4, - "startOffset": 50354, - "endColumn": 117, - "endOffset": 50466 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 21074, - "endColumn": 75, - "endOffset": 21145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 549, - "startColumn": 4, - "startOffset": 50631, - "endColumn": 75, - "endOffset": 50701 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 21150, - "endColumn": 99, - "endOffset": 21245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 553, - "startColumn": 4, - "startOffset": 50926, - "endColumn": 99, - "endOffset": 50979 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 21250, - "endColumn": 70, - "endOffset": 21316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 556, - "startColumn": 32, - "startOffset": 51241, - "endColumn": 70, - "endOffset": 51279 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 21321, - "endColumn": 49, - "endOffset": 21366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 559, - "startColumn": 4, - "startOffset": 51520, - "endLine": 561, - "endColumn": 49, - "endOffset": 51656 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 21371, - "endColumn": 42, - "endOffset": 21409 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 566, - "startColumn": 4, - "startOffset": 51905, - "endColumn": 42, - "endOffset": 51943 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 21414, - "endColumn": 38, - "endOffset": 21448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 569, - "startColumn": 4, - "startOffset": 52139, - "endColumn": 38, - "endOffset": 52172 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 21453, - "endColumn": 38, - "endOffset": 21487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 572, - "startColumn": 4, - "startOffset": 52491, - "endColumn": 38, - "endOffset": 52524 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 21492, - "endColumn": 38, - "endOffset": 21526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 574, - "startColumn": 0, - "startOffset": 52892, - "endLine": 575, - "endColumn": 38, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 21531, - "endColumn": 38, - "endOffset": 21565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 575, - "startColumn": 4, - "startOffset": 52834, - "endLine": 577, - "endColumn": 38, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 21570, - "endColumn": 38, - "endOffset": 21604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 577, - "startColumn": 4, - "startOffset": 52834, - "endLine": 579, - "endColumn": 38, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 21609, - "endColumn": 33, - "endOffset": 21638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 579, - "startColumn": 54, - "startOffset": 52820, - "endLine": 582, - "endColumn": 33, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 21643, - "endColumn": 44, - "endOffset": 21683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 582, - "startColumn": 54, - "startOffset": 52820, - "endLine": 585, - "endColumn": 44, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 21688, - "endColumn": 76, - "endOffset": 21760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 585, - "startColumn": 4, - "startOffset": 52834, - "endLine": 587, - "endColumn": 76, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 21765, - "endColumn": 83, - "endOffset": 21844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 587, - "startColumn": 4, - "startOffset": 52834, - "endLine": 589, - "endColumn": 83, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 21849, - "endColumn": 133, - "endOffset": 21978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 591, - "startColumn": 0, - "startOffset": 52892, - "endLine": 592, - "endColumn": 133, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 21983, - "endColumn": 95, - "endOffset": 22074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 589, - "startColumn": 0, - "startOffset": 52892, - "endLine": 590, - "endColumn": 95, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 22079, - "endColumn": 196, - "endOffset": 22271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 593, - "startColumn": 0, - "startOffset": 52892, - "endLine": 594, - "endColumn": 196, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 22276, - "endColumn": 87, - "endOffset": 22359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 596, - "startColumn": 0, - "startOffset": 52892, - "endLine": 597, - "endColumn": 87, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 22364, - "endColumn": 364, - "endOffset": 22724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3572, - "endLine": 48, - "endColumn": 313, - "endOffset": 3944 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 22729, - "endColumn": 107, - "endOffset": 22832 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 174, - "startColumn": 4, - "startOffset": 18097, - "endColumn": 108, - "endOffset": 18152 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 22837, - "endColumn": 205, - "endOffset": 23038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 597, - "startColumn": 0, - "startOffset": 52892, - "endLine": 598, - "endColumn": 205, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 23043, - "endColumn": 70, - "endOffset": 23109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 600, - "startColumn": 0, - "startOffset": 52892, - "endLine": 601, - "endColumn": 70, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 23114, - "endColumn": 183, - "endOffset": 23293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 601, - "startColumn": 4, - "startOffset": 52834, - "endLine": 603, - "endColumn": 183, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 23298, - "endColumn": 102, - "endOffset": 23396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 605, - "startColumn": 0, - "startOffset": 52892, - "endLine": 606, - "endColumn": 102, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 23401, - "endColumn": 172, - "endOffset": 23569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 606, - "startColumn": 4, - "startOffset": 52834, - "endLine": 608, - "endColumn": 172, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 23574, - "endColumn": 118, - "endOffset": 23688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 609, - "startColumn": 0, - "startOffset": 52892, - "endLine": 610, - "endColumn": 118, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 23693, - "endColumn": 168, - "endOffset": 23857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 611, - "startColumn": 0, - "startOffset": 52892, - "endLine": 612, - "endColumn": 168, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 23862, - "endColumn": 93, - "endOffset": 23951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 613, - "startColumn": 0, - "startOffset": 52892, - "endLine": 614, - "endColumn": 93, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 23956, - "endColumn": 122, - "endOffset": 24074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 614, - "startColumn": 4, - "startOffset": 52834, - "endLine": 616, - "endColumn": 122, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 24079, - "endColumn": 128, - "endOffset": 24203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 617, - "startColumn": 0, - "startOffset": 52892, - "endLine": 618, - "endColumn": 128, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 24208, - "endColumn": 367, - "endOffset": 24571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3950, - "endColumn": 356, - "endOffset": 4302 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 24576, - "endColumn": 58, - "endOffset": 24630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 619, - "startColumn": 0, - "startOffset": 52892, - "endLine": 620, - "endColumn": 58, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 24635, - "endColumn": 60, - "endOffset": 24691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 620, - "startColumn": 4, - "startOffset": 52834, - "endLine": 622, - "endColumn": 60, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 24696, - "endColumn": 103, - "endOffset": 24795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 622, - "startColumn": 4, - "startOffset": 52834, - "endLine": 624, - "endColumn": 103, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 24800, - "endColumn": 45, - "endOffset": 24841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 625, - "startColumn": 0, - "startOffset": 52892, - "endLine": 626, - "endColumn": 45, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 24846, - "endColumn": 70, - "endOffset": 24912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 626, - "startColumn": 4, - "startOffset": 52834, - "endLine": 628, - "endColumn": 70, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 24917, - "endLine": 225, - "endColumn": 11, - "endOffset": 24998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 628, - "startColumn": 4, - "startOffset": 52770, - "endLine": 631, - "endColumn": 11, - "endOffset": 52839 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 25003, - "endLine": 228, - "endColumn": 11, - "endOffset": 25125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 176, - "startColumn": 4, - "startOffset": 18232, - "endLine": 178, - "endColumn": 11, - "endOffset": 18498 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 25130, - "endColumn": 56, - "endOffset": 25182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 633, - "startColumn": 4, - "startOffset": 52834, - "endLine": 635, - "endColumn": 56, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 25187, - "endColumn": 61, - "endOffset": 25244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 636, - "startColumn": 0, - "startOffset": 52892, - "endLine": 637, - "endColumn": 61, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 25249, - "endColumn": 92, - "endOffset": 25337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 637, - "startColumn": 4, - "startOffset": 52834, - "endLine": 639, - "endColumn": 92, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 25342, - "endColumn": 100, - "endOffset": 25438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 639, - "startColumn": 4, - "startOffset": 52834, - "endLine": 641, - "endColumn": 100, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 25443, - "endColumn": 100, - "endOffset": 25539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 641, - "startColumn": 4, - "startOffset": 52834, - "endLine": 643, - "endColumn": 100, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 25544, - "endColumn": 72, - "endOffset": 25612 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 644, - "startColumn": 0, - "startOffset": 52892, - "endLine": 645, - "endColumn": 72, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 25617, - "endColumn": 61, - "endOffset": 25674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 645, - "startColumn": 4, - "startOffset": 52834, - "endLine": 647, - "endColumn": 61, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 25679, - "endColumn": 113, - "endOffset": 25788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 117, - "startColumn": 5, - "startOffset": 12500, - "endColumn": 113, - "endOffset": 12608 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 25793, - "endColumn": 173, - "endOffset": 25962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4473, - "endColumn": 173, - "endOffset": 4642 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 25967, - "endColumn": 127, - "endOffset": 26090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4783, - "endColumn": 127, - "endOffset": 4906 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 26095, - "endColumn": 117, - "endOffset": 26208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 119, - "startColumn": 5, - "startOffset": 12652, - "endColumn": 117, - "endOffset": 12764 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 26213, - "endColumn": 133, - "endOffset": 26342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4648, - "endColumn": 133, - "endOffset": 4777 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 26347, - "endColumn": 124, - "endOffset": 26467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 121, - "startColumn": 5, - "startOffset": 12870, - "endColumn": 124, - "endOffset": 12932 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 26472, - "endColumn": 88, - "endOffset": 26556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 647, - "startColumn": 4, - "startOffset": 52834, - "endLine": 649, - "endColumn": 88, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 26561, - "endColumn": 90, - "endOffset": 26647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 649, - "startColumn": 0, - "startOffset": 52892, - "endLine": 650, - "endColumn": 90, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 26652, - "endColumn": 125, - "endOffset": 26773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 123, - "startColumn": 5, - "startOffset": 13123, - "endColumn": 125, - "endOffset": 13190 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 26778, - "endColumn": 266, - "endOffset": 27040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 125, - "startColumn": 5, - "startOffset": 13335, - "endColumn": 266, - "endOffset": 13468 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 27045, - "endColumn": 134, - "endOffset": 27175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 127, - "startColumn": 5, - "startOffset": 13613, - "endColumn": 134, - "endOffset": 13652 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 27180, - "endColumn": 123, - "endOffset": 27299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 129, - "startColumn": 5, - "startOffset": 13838, - "endColumn": 123, - "endOffset": 13888 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 27304, - "endColumn": 116, - "endOffset": 27416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 130, - "startColumn": 5, - "startOffset": 13985, - "endLine": 131, - "endColumn": 116, - "endOffset": 14094 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 27421, - "endColumn": 104, - "endOffset": 27521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 650, - "startColumn": 4, - "startOffset": 52834, - "endLine": 652, - "endColumn": 104, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 27526, - "endColumn": 78, - "endOffset": 27600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 653, - "startColumn": 0, - "startOffset": 52892, - "endLine": 654, - "endColumn": 78, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 27605, - "endColumn": 75, - "endOffset": 27676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 655, - "startColumn": 0, - "startOffset": 52892, - "endLine": 656, - "endColumn": 75, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 27681, - "endColumn": 123, - "endOffset": 27800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 133, - "startColumn": 5, - "startOffset": 14227, - "endColumn": 123, - "endOffset": 14332 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 27805, - "endColumn": 52, - "endOffset": 27853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 657, - "startColumn": 0, - "startOffset": 52892, - "endLine": 658, - "endColumn": 52, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 27858, - "endColumn": 109, - "endOffset": 27963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 658, - "startColumn": 52, - "startOffset": 52882, - "endLine": 660, - "endColumn": 109, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 27968, - "endColumn": 64, - "endOffset": 28028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 661, - "startColumn": 0, - "startOffset": 52892, - "endLine": 662, - "endColumn": 64, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 28033, - "endColumn": 60, - "endOffset": 28089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 662, - "startColumn": 4, - "startOffset": 52834, - "endLine": 664, - "endColumn": 60, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 28094, - "endColumn": 66, - "endOffset": 28156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 664, - "startColumn": 4, - "startOffset": 52834, - "endLine": 666, - "endColumn": 66, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 28161, - "endColumn": 51, - "endOffset": 28208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 666, - "startColumn": 4, - "startOffset": 52834, - "endLine": 668, - "endColumn": 51, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 28213, - "endColumn": 62, - "endOffset": 28271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 668, - "startColumn": 4, - "startOffset": 52834, - "endLine": 670, - "endColumn": 62, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 28276, - "endColumn": 46, - "endOffset": 28318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 670, - "startColumn": 0, - "startOffset": 52892, - "endLine": 671, - "endColumn": 46, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 28323, - "endColumn": 130, - "endOffset": 28449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 671, - "startColumn": 4, - "startOffset": 52834, - "endLine": 673, - "endColumn": 130, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 28454, - "endColumn": 64, - "endOffset": 28514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 136, - "startColumn": 5, - "startOffset": 14619, - "endColumn": 65, - "endOffset": 14667 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 28519, - "endColumn": 58, - "endOffset": 28573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 674, - "startColumn": 0, - "startOffset": 52892, - "endLine": 675, - "endColumn": 58, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 28578, - "endColumn": 66, - "endOffset": 28640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 675, - "startColumn": 52, - "startOffset": 52882, - "endLine": 677, - "endColumn": 66, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 28645, - "endColumn": 144, - "endOffset": 28785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 677, - "startColumn": 4, - "startOffset": 52834, - "endLine": 679, - "endColumn": 144, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 28790, - "endColumn": 168, - "endOffset": 28954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 680, - "startColumn": 0, - "startOffset": 52892, - "endLine": 681, - "endColumn": 168, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 28959, - "endColumn": 56, - "endOffset": 29011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 683, - "startColumn": 0, - "startOffset": 52892, - "endLine": 684, - "endColumn": 56, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 29016, - "endColumn": 73, - "endOffset": 29085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 684, - "startColumn": 0, - "startOffset": 52892, - "endLine": 685, - "endColumn": 73, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 29090, - "endColumn": 61, - "endOffset": 29147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 686, - "startColumn": 0, - "startOffset": 52892, - "endLine": 687, - "endColumn": 61, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 29152, - "endColumn": 110, - "endOffset": 29258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 687, - "startColumn": 4, - "startOffset": 52834, - "endLine": 689, - "endColumn": 114, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 29263, - "endColumn": 45, - "endOffset": 29304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 690, - "startColumn": 0, - "startOffset": 52892, - "endLine": 691, - "endColumn": 45, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 29309, - "endColumn": 163, - "endOffset": 29468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4308, - "endColumn": 163, - "endOffset": 4467 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 29473, - "endColumn": 54, - "endOffset": 29523 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 145, - "startColumn": 5, - "startOffset": 15537, - "endColumn": 55, - "endOffset": 15587 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 29528, - "endColumn": 62, - "endOffset": 29586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 691, - "startColumn": 4, - "startOffset": 52834, - "endLine": 693, - "endColumn": 62, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 29591, - "endColumn": 53, - "endOffset": 29640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 693, - "startColumn": 4, - "startOffset": 52834, - "endLine": 695, - "endColumn": 53, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 29645, - "endLine": 278, - "endColumn": 11, - "endOffset": 29756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 695, - "startColumn": 4, - "startOffset": 52834, - "endLine": 697, - "endColumn": 11, - "endOffset": 52842 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 29761, - "endLine": 281, - "endColumn": 11, - "endOffset": 29845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 699, - "startColumn": 4, - "startOffset": 52834, - "endLine": 701, - "endColumn": 11, - "endOffset": 52879 - } - } - }, - { - "to": { - "startLine": 282, - "startColumn": 4, - "startOffset": 29850, - "endColumn": 49, - "endOffset": 29895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 142, - "startColumn": 5, - "startOffset": 15225, - "endColumn": 50, - "endOffset": 15268 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 29900, - "endColumn": 59, - "endOffset": 29955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 139, - "startColumn": 5, - "startOffset": 14847, - "endColumn": 60, - "endOffset": 14900 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 29960, - "endColumn": 46, - "endOffset": 30002 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 703, - "startColumn": 4, - "startOffset": 52834, - "endLine": 705, - "endColumn": 46, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 30007, - "endLine": 286, - "endColumn": 11, - "endOffset": 30179 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 705, - "startColumn": 4, - "startOffset": 52834, - "endLine": 707, - "endColumn": 11, - "endOffset": 52740 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 30184, - "endColumn": 153, - "endOffset": 30333 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 711, - "startColumn": 4, - "startOffset": 52834, - "endLine": 713, - "endColumn": 165, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 30338, - "endColumn": 92, - "endOffset": 30426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 714, - "startColumn": 0, - "startOffset": 52892, - "endLine": 715, - "endColumn": 96, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 30431, - "endColumn": 212, - "endOffset": 30639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1896, - "endColumn": 202, - "endOffset": 2094 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 30644, - "endColumn": 212, - "endOffset": 30852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2100, - "endColumn": 202, - "endOffset": 2298 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 30857, - "endColumn": 206, - "endOffset": 31059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1500, - "endColumn": 196, - "endOffset": 1692 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 31064, - "endColumn": 109, - "endOffset": 31169 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 716, - "startColumn": 0, - "startOffset": 52892, - "endLine": 717, - "endColumn": 109, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 31174, - "endColumn": 193, - "endOffset": 31363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 183, - "endOffset": 1309 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 31368, - "endColumn": 193, - "endOffset": 31557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 183, - "endOffset": 1494 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 31562, - "endColumn": 205, - "endOffset": 31763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2304, - "endColumn": 195, - "endOffset": 2495 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 31768, - "endColumn": 211, - "endOffset": 31975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2501, - "endColumn": 201, - "endOffset": 2698 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 31980, - "endColumn": 206, - "endOffset": 32182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1698, - "endColumn": 196, - "endOffset": 1890 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 32187, - "endLine": 299, - "endColumn": 11, - "endOffset": 32293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 718, - "startColumn": 0, - "startOffset": 52892, - "endLine": 719, - "endColumn": 11, - "endOffset": 52814 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 32298, - "endColumn": 212, - "endOffset": 32506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 916, - "endColumn": 212, - "endOffset": 1124 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 32511, - "endColumn": 100, - "endOffset": 32607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2071, - "endColumn": 100, - "endOffset": 2167 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 32612, - "endColumn": 135, - "endOffset": 32743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10321, - "endColumn": 135, - "endOffset": 10452 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 32748, - "endColumn": 97, - "endOffset": 32841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 101, - "startColumn": 4, - "startOffset": 10821, - "endColumn": 97, - "endOffset": 10914 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 32846, - "endColumn": 111, - "endOffset": 32953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10933, - "endColumn": 111, - "endOffset": 11040 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 32958, - "endColumn": 130, - "endOffset": 33084 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 99, - "startColumn": 4, - "startOffset": 10534, - "endColumn": 130, - "endOffset": 10660 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 33089, - "endColumn": 130, - "endOffset": 33215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 107, - "startColumn": 4, - "startOffset": 11167, - "endColumn": 130, - "endOffset": 11293 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 33220, - "endColumn": 115, - "endOffset": 33331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 105, - "startColumn": 4, - "startOffset": 11048, - "endColumn": 115, - "endOffset": 11159 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 33336, - "endColumn": 130, - "endOffset": 33462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11420, - "endColumn": 130, - "endOffset": 11546 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 33467, - "endColumn": 41, - "endOffset": 33504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 722, - "startColumn": 4, - "startOffset": 52834, - "endLine": 724, - "endColumn": 41, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 33509, - "endColumn": 119, - "endOffset": 33624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 724, - "startColumn": 4, - "startOffset": 52834, - "endLine": 726, - "endColumn": 123, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 33629, - "endColumn": 111, - "endOffset": 33736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 727, - "startColumn": 0, - "startOffset": 52892, - "endLine": 728, - "endColumn": 111, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 33741, - "endColumn": 78, - "endOffset": 33815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 729, - "startColumn": 0, - "startOffset": 52892, - "endLine": 730, - "endColumn": 78, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 33820, - "endColumn": 106, - "endOffset": 33922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 731, - "startColumn": 0, - "startOffset": 52892, - "endLine": 732, - "endColumn": 106, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 33927, - "endColumn": 135, - "endOffset": 34058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 733, - "startColumn": 0, - "startOffset": 52892, - "endLine": 734, - "endColumn": 139, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 34063, - "endColumn": 104, - "endOffset": 34163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 736, - "startColumn": 0, - "startOffset": 52892, - "endLine": 737, - "endColumn": 108, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 34168, - "endColumn": 44, - "endOffset": 34208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 738, - "startColumn": 0, - "startOffset": 52892, - "endLine": 739, - "endColumn": 44, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 34213, - "endColumn": 60, - "endOffset": 34269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 216, - "startColumn": 4, - "startOffset": 21977, - "endColumn": 61, - "endOffset": 22033 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 34274, - "endColumn": 50, - "endOffset": 34320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 739, - "startColumn": 4, - "startOffset": 52834, - "endLine": 741, - "endColumn": 50, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 34325, - "endColumn": 64, - "endOffset": 34385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 219, - "startColumn": 47, - "startOffset": 22299, - "endColumn": 65, - "endOffset": 22317 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 34390, - "endColumn": 43, - "endOffset": 34429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 741, - "startColumn": 0, - "startOffset": 52892, - "endLine": 742, - "endColumn": 43, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 34434, - "endColumn": 59, - "endOffset": 34489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 742, - "startColumn": 4, - "startOffset": 52834, - "endLine": 744, - "endColumn": 59, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 34494, - "endColumn": 61, - "endOffset": 34551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 744, - "startColumn": 0, - "startOffset": 52892, - "endLine": 745, - "endColumn": 61, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 34556, - "endColumn": 74, - "endOffset": 34626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 745, - "startColumn": 4, - "startOffset": 52834, - "endLine": 747, - "endColumn": 74, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 34631, - "endColumn": 46, - "endOffset": 34673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 747, - "startColumn": 4, - "startOffset": 52834, - "endLine": 749, - "endColumn": 46, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 34678, - "endColumn": 70, - "endOffset": 34744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 749, - "startColumn": 4, - "startOffset": 52834, - "endLine": 751, - "endColumn": 70, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 34749, - "endColumn": 68, - "endOffset": 34813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 752, - "startColumn": 0, - "startOffset": 52892, - "endLine": 753, - "endColumn": 68, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 34818, - "endColumn": 56, - "endOffset": 34870 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 754, - "startColumn": 0, - "startOffset": 52892, - "endLine": 755, - "endColumn": 56, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 34875, - "endColumn": 50, - "endOffset": 34921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 754, - "startColumn": 54, - "startOffset": 52820, - "endLine": 757, - "endColumn": 50, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 34926, - "endLine": 330, - "endColumn": 11, - "endOffset": 35035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 19721, - "endLine": 192, - "endColumn": 11, - "endOffset": 19884 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 35040, - "endColumn": 54, - "endOffset": 35090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 179, - "startColumn": 37, - "startOffset": 18552, - "endColumn": 55, - "endOffset": 18570 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 35095, - "endColumn": 61, - "endOffset": 35152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 207, - "startColumn": 43, - "startOffset": 21302, - "endColumn": 62, - "endOffset": 21321 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 35157, - "endLine": 335, - "endColumn": 11, - "endOffset": 35310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 198, - "startColumn": 4, - "startOffset": 20469, - "endLine": 201, - "endColumn": 11, - "endOffset": 20763 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 35315, - "endLine": 337, - "endColumn": 49, - "endOffset": 35414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 195, - "startColumn": 4, - "startOffset": 20144, - "endLine": 196, - "endColumn": 53, - "endOffset": 20249 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 35419, - "endColumn": 60, - "endOffset": 35475 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 213, - "startColumn": 4, - "startOffset": 21769, - "endColumn": 61, - "endOffset": 21825 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 35480, - "endColumn": 41, - "endOffset": 35517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 757, - "startColumn": 4, - "startOffset": 52834, - "endLine": 759, - "endColumn": 41, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 35522, - "endColumn": 39, - "endOffset": 35557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 759, - "startColumn": 4, - "startOffset": 52834, - "endLine": 761, - "endColumn": 39, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 35562, - "endColumn": 327, - "endOffset": 35885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 93, - "startColumn": 4, - "startOffset": 10057, - "endColumn": 322, - "endOffset": 10144 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 35890, - "endColumn": 64, - "endOffset": 35950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 761, - "startColumn": 4, - "startOffset": 52834, - "endLine": 763, - "endColumn": 64, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 35955, - "endColumn": 49, - "endOffset": 36000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 764, - "startColumn": 0, - "startOffset": 52892, - "endLine": 765, - "endColumn": 49, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 36005, - "endColumn": 116, - "endOffset": 36117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 488, - "startColumn": 4, - "startOffset": 45689, - "endColumn": 116, - "endOffset": 45800 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 36122, - "endColumn": 52, - "endOffset": 36170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 764, - "startColumn": 54, - "startOffset": 52820, - "endLine": 767, - "endColumn": 52, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 36175, - "endColumn": 142, - "endOffset": 36313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5455, - "endColumn": 132, - "endOffset": 5583 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 36318, - "endColumn": 73, - "endOffset": 36387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 185, - "startColumn": 4, - "startOffset": 19093, - "endColumn": 74, - "endOffset": 19163 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 36392, - "endColumn": 125, - "endOffset": 36513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 188, - "startColumn": 4, - "startOffset": 19460, - "endColumn": 126, - "endOffset": 19581 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 36518, - "endColumn": 1061, - "endOffset": 37575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/conduct_text.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 759, - "endColumn": 1061, - "endOffset": 1816 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 37580, - "endColumn": 79, - "endOffset": 37655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 181, - "startColumn": 4, - "startOffset": 18711, - "endLine": 182, - "endColumn": 80, - "endOffset": 18870 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 37660, - "endColumn": 129, - "endOffset": 37785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4912, - "endColumn": 129, - "endOffset": 5037 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 37790, - "endColumn": 132, - "endOffset": 37918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5043, - "endColumn": 132, - "endOffset": 5171 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 37923, - "endColumn": 148, - "endOffset": 38067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5720, - "endColumn": 148, - "endOffset": 5864 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 38072, - "endColumn": 129, - "endOffset": 38197 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5589, - "endColumn": 129, - "endOffset": 5714 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 38202, - "endColumn": 276, - "endOffset": 38474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5177, - "endColumn": 276, - "endOffset": 5449 - } - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 38479, - "endColumn": 87, - "endOffset": 38562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 767, - "startColumn": 52, - "startOffset": 52882, - "endLine": 769, - "endColumn": 87, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 38567, - "endColumn": 81, - "endOffset": 38644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 770, - "startColumn": 0, - "startOffset": 52892, - "endLine": 771, - "endColumn": 81, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 38649, - "endColumn": 81, - "endOffset": 38726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 771, - "startColumn": 0, - "startOffset": 52892, - "endLine": 772, - "endColumn": 81, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 359, - "startColumn": 4, - "startOffset": 38731, - "endColumn": 120, - "endOffset": 38847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 772, - "startColumn": 0, - "startOffset": 52892, - "endLine": 773, - "endColumn": 120, - "endOffset": 52905 - } - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 38852, - "endColumn": 58, - "endOffset": 38906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-de/strings.xml", - "position": { - "startLine": 210, - "startColumn": 4, - "startOffset": 21543, - "endColumn": 59, - "endOffset": 21597 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-el.json b/android/build/intermediates/blame/res/debug/multi/values-el.json deleted file mode 100644 index 89d2c83..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-el.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-el/values-el.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 117, - "endOffset": 218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 117, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 223, - "endColumn": 107, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 122, - "endOffset": 449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 454, - "endColumn": 110, - "endOffset": 560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 110, - "endOffset": 735 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 565, - "endColumn": 116, - "endOffset": 677 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 116, - "endOffset": 852 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 682, - "endColumn": 84, - "endOffset": 762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 857, - "endColumn": 84, - "endOffset": 937 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 767, - "endColumn": 104, - "endOffset": 867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 942, - "endColumn": 104, - "endOffset": 1042 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 872, - "endColumn": 125, - "endOffset": 993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 125, - "endOffset": 1168 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 998, - "endColumn": 84, - "endOffset": 1078 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1173, - "endColumn": 84, - "endOffset": 1253 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1083, - "endColumn": 110, - "endOffset": 1189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1258, - "endColumn": 110, - "endOffset": 1364 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1194, - "endColumn": 109, - "endOffset": 1299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1369, - "endColumn": 109, - "endOffset": 1474 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1304, - "endColumn": 101, - "endOffset": 1401 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1479, - "endColumn": 101, - "endOffset": 1576 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1406, - "endColumn": 110, - "endOffset": 1512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1581, - "endColumn": 110, - "endOffset": 1687 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1517, - "endColumn": 108, - "endOffset": 1621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1692, - "endColumn": 108, - "endOffset": 1796 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1626, - "endColumn": 107, - "endOffset": 1729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1801, - "endColumn": 107, - "endOffset": 1904 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1734, - "endColumn": 122, - "endOffset": 1852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1909, - "endColumn": 122, - "endOffset": 2027 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1857, - "endColumn": 99, - "endOffset": 1952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2032, - "endColumn": 99, - "endOffset": 2127 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1957, - "endColumn": 170, - "endOffset": 2123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 673, - "endColumn": 170, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2128, - "endColumn": 170, - "endOffset": 2294 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2754, - "endColumn": 170, - "endOffset": 2920 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2299, - "endColumn": 113, - "endOffset": 2408 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2469, - "endColumn": 113, - "endOffset": 2578 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2413, - "endColumn": 130, - "endOffset": 2539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2207, - "endColumn": 130, - "endOffset": 2333 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2544, - "endColumn": 188, - "endOffset": 2728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2018, - "endColumn": 188, - "endOffset": 2202 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2733, - "endColumn": 132, - "endOffset": 2861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1885, - "endColumn": 132, - "endOffset": 2013 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2866, - "endColumn": 190, - "endOffset": 3052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1016, - "endColumn": 194, - "endOffset": 1206 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3057, - "endColumn": 127, - "endOffset": 3180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1757, - "endColumn": 127, - "endOffset": 1880 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3185, - "endColumn": 210, - "endOffset": 3391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1336, - "endColumn": 210, - "endOffset": 1542 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3396, - "endColumn": 209, - "endOffset": 3601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1547, - "endColumn": 209, - "endOffset": 1752 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3606, - "endColumn": 124, - "endOffset": 3726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1211, - "endColumn": 124, - "endOffset": 1331 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3731, - "endColumn": 205, - "endOffset": 3932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3359, - "endColumn": 205, - "endOffset": 3560 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3937, - "endColumn": 130, - "endOffset": 4063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3228, - "endColumn": 130, - "endOffset": 3354 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4068, - "endColumn": 171, - "endOffset": 4235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 171, - "endOffset": 1011 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4240, - "endColumn": 181, - "endOffset": 4417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3046, - "endColumn": 181, - "endOffset": 3223 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4422, - "endColumn": 120, - "endOffset": 4538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2925, - "endColumn": 120, - "endOffset": 3041 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4543, - "endColumn": 187, - "endOffset": 4726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 187, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4731, - "endColumn": 179, - "endOffset": 4906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 493, - "endColumn": 179, - "endOffset": 668 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4911, - "endColumn": 134, - "endOffset": 5041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5046, - "endColumn": 196, - "endOffset": 5238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4912, - "endColumn": 196, - "endOffset": 5104 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5243, - "endColumn": 124, - "endOffset": 5363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4787, - "endColumn": 124, - "endOffset": 4907 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5368, - "endColumn": 146, - "endOffset": 5510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3565, - "endColumn": 146, - "endOffset": 3707 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5515, - "endColumn": 270, - "endOffset": 5781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3838, - "endColumn": 270, - "endOffset": 4104 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5786, - "endColumn": 125, - "endOffset": 5907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3712, - "endColumn": 125, - "endOffset": 3833 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5912, - "endColumn": 109, - "endOffset": 6017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4109, - "endColumn": 109, - "endOffset": 4214 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6022, - "endColumn": 170, - "endOffset": 6188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2583, - "endColumn": 170, - "endOffset": 2749 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6193, - "endColumn": 130, - "endOffset": 6319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2338, - "endColumn": 130, - "endOffset": 2464 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6324, - "endColumn": 98, - "endOffset": 6418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4422, - "endColumn": 98, - "endOffset": 4516 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6423, - "endColumn": 91, - "endOffset": 6510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4219, - "endColumn": 91, - "endOffset": 4306 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6515, - "endColumn": 110, - "endOffset": 6621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4311, - "endColumn": 110, - "endOffset": 4417 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6626, - "endColumn": 265, - "endOffset": 6887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-el/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4521, - "endColumn": 265, - "endOffset": 4782 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6892, - "endColumn": 100, - "endOffset": 6988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2132, - "endColumn": 100, - "endOffset": 2228 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json b/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json deleted file mode 100644 index fc890b9..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json +++ /dev/null @@ -1,349 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 103, - "endOffset": 154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 103, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 159, - "endColumn": 107, - "endOffset": 262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 267, - "endColumn": 122, - "endOffset": 385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 99, - "endOffset": 485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 99, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 490, - "endColumn": 107, - "endOffset": 593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 107, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 598, - "endColumn": 83, - "endOffset": 677 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 83, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 682, - "endColumn": 99, - "endOffset": 777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 99, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 782, - "endColumn": 114, - "endOffset": 892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 114, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 897, - "endColumn": 81, - "endOffset": 974 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 81, - "endOffset": 1203 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 979, - "endColumn": 102, - "endOffset": 1077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 102, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1082, - "endColumn": 103, - "endOffset": 1181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 103, - "endOffset": 1410 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1186, - "endColumn": 98, - "endOffset": 1280 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1415, - "endColumn": 98, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1285, - "endColumn": 104, - "endOffset": 1385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 104, - "endOffset": 1614 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1390, - "endColumn": 102, - "endOffset": 1488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1619, - "endColumn": 102, - "endOffset": 1717 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1493, - "endColumn": 103, - "endOffset": 1592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1722, - "endColumn": 103, - "endOffset": 1821 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1597, - "endColumn": 118, - "endOffset": 1711 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 118, - "endOffset": 1940 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1716, - "endColumn": 99, - "endOffset": 1811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1945, - "endColumn": 99, - "endOffset": 2040 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1816, - "endColumn": 100, - "endOffset": 1912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2045, - "endColumn": 100, - "endOffset": 2141 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json b/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json deleted file mode 100644 index 3760221..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 103, - "endOffset": 204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 103, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 209, - "endColumn": 107, - "endOffset": 312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 317, - "endColumn": 122, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 99, - "endOffset": 535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 99, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 540, - "endColumn": 107, - "endOffset": 643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 107, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 648, - "endColumn": 83, - "endOffset": 727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 83, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 732, - "endColumn": 99, - "endOffset": 827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 99, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 832, - "endColumn": 114, - "endOffset": 942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 114, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 947, - "endColumn": 81, - "endOffset": 1024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 81, - "endOffset": 1203 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 102, - "endOffset": 1127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 102, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 103, - "endOffset": 1231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 103, - "endOffset": 1410 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1236, - "endColumn": 98, - "endOffset": 1330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1415, - "endColumn": 98, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 104, - "endOffset": 1435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 104, - "endOffset": 1614 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1440, - "endColumn": 102, - "endOffset": 1538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1619, - "endColumn": 102, - "endOffset": 1717 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1543, - "endColumn": 103, - "endOffset": 1642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1722, - "endColumn": 103, - "endOffset": 1821 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1647, - "endColumn": 118, - "endOffset": 1761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 118, - "endOffset": 1940 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1766, - "endColumn": 99, - "endOffset": 1861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1945, - "endColumn": 99, - "endOffset": 2040 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 166, - "endOffset": 2028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 667, - "endColumn": 166, - "endOffset": 829 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2033, - "endColumn": 149, - "endOffset": 2178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2613, - "endColumn": 149, - "endOffset": 2758 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2183, - "endColumn": 110, - "endOffset": 2289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 110, - "endOffset": 2451 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2294, - "endColumn": 127, - "endOffset": 2417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2090, - "endColumn": 127, - "endOffset": 2213 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2422, - "endColumn": 158, - "endOffset": 2576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1931, - "endColumn": 158, - "endOffset": 2085 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2581, - "endColumn": 125, - "endOffset": 2702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 125, - "endOffset": 1926 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2707, - "endColumn": 168, - "endOffset": 2871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1001, - "endColumn": 172, - "endOffset": 1169 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2876, - "endColumn": 125, - "endOffset": 2997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 125, - "endOffset": 1800 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3002, - "endColumn": 189, - "endOffset": 3187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1297, - "endColumn": 189, - "endOffset": 1482 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3192, - "endColumn": 191, - "endOffset": 3379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1487, - "endColumn": 191, - "endOffset": 1674 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3384, - "endColumn": 122, - "endOffset": 3502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1174, - "endColumn": 122, - "endOffset": 1292 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3507, - "endColumn": 194, - "endOffset": 3697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3178, - "endColumn": 194, - "endOffset": 3368 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3702, - "endColumn": 123, - "endOffset": 3821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3054, - "endColumn": 123, - "endOffset": 3173 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3826, - "endColumn": 166, - "endOffset": 3988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 834, - "endColumn": 166, - "endOffset": 996 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3993, - "endColumn": 170, - "endOffset": 4159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2883, - "endColumn": 170, - "endOffset": 3049 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4164, - "endColumn": 119, - "endOffset": 4279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2763, - "endColumn": 119, - "endOffset": 2878 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4284, - "endColumn": 185, - "endOffset": 4465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 303, - "endColumn": 185, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4470, - "endColumn": 177, - "endOffset": 4643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 177, - "endOffset": 662 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4648, - "endColumn": 132, - "endOffset": 4776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 132, - "endOffset": 298 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4781, - "endColumn": 180, - "endOffset": 4957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4646, - "endColumn": 180, - "endOffset": 4822 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4962, - "endColumn": 121, - "endOffset": 5079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4524, - "endColumn": 121, - "endOffset": 4641 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5084, - "endColumn": 140, - "endOffset": 5220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3373, - "endColumn": 140, - "endOffset": 3509 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5225, - "endColumn": 246, - "endOffset": 5467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3639, - "endColumn": 246, - "endOffset": 3881 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5472, - "endColumn": 124, - "endOffset": 5592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3514, - "endColumn": 124, - "endOffset": 3634 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5597, - "endColumn": 106, - "endOffset": 5699 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3886, - "endColumn": 106, - "endOffset": 3988 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5704, - "endColumn": 156, - "endOffset": 5856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2456, - "endColumn": 156, - "endOffset": 2608 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5861, - "endColumn": 126, - "endOffset": 5983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2218, - "endColumn": 126, - "endOffset": 2340 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5988, - "endColumn": 91, - "endOffset": 6075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4194, - "endColumn": 91, - "endOffset": 4281 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6080, - "endColumn": 91, - "endOffset": 6167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3993, - "endColumn": 91, - "endOffset": 4080 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6172, - "endColumn": 108, - "endOffset": 6276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 108, - "endOffset": 4189 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6281, - "endColumn": 237, - "endOffset": 6514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rGB/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4286, - "endColumn": 237, - "endOffset": 4519 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6519, - "endColumn": 100, - "endOffset": 6615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2045, - "endColumn": 100, - "endOffset": 2141 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json deleted file mode 100644 index fe28907..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 103, - "endOffset": 204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 103, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 209, - "endColumn": 107, - "endOffset": 312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 317, - "endColumn": 122, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 99, - "endOffset": 535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 99, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 540, - "endColumn": 107, - "endOffset": 643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 107, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 648, - "endColumn": 83, - "endOffset": 727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 83, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 732, - "endColumn": 99, - "endOffset": 827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 99, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 832, - "endColumn": 114, - "endOffset": 942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 114, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 947, - "endColumn": 81, - "endOffset": 1024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 81, - "endOffset": 1203 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 102, - "endOffset": 1127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 102, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 103, - "endOffset": 1231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 103, - "endOffset": 1410 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1236, - "endColumn": 98, - "endOffset": 1330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1415, - "endColumn": 98, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 104, - "endOffset": 1435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 104, - "endOffset": 1614 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1440, - "endColumn": 102, - "endOffset": 1538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1619, - "endColumn": 102, - "endOffset": 1717 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1543, - "endColumn": 103, - "endOffset": 1642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1722, - "endColumn": 103, - "endOffset": 1821 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1647, - "endColumn": 118, - "endOffset": 1761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 118, - "endOffset": 1940 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1766, - "endColumn": 99, - "endOffset": 1861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1945, - "endColumn": 99, - "endOffset": 2040 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 166, - "endOffset": 2028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 667, - "endColumn": 166, - "endOffset": 829 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2033, - "endColumn": 149, - "endOffset": 2178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2613, - "endColumn": 149, - "endOffset": 2758 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2183, - "endColumn": 110, - "endOffset": 2289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 110, - "endOffset": 2451 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2294, - "endColumn": 127, - "endOffset": 2417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2090, - "endColumn": 127, - "endOffset": 2213 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2422, - "endColumn": 158, - "endOffset": 2576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1931, - "endColumn": 158, - "endOffset": 2085 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2581, - "endColumn": 125, - "endOffset": 2702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 125, - "endOffset": 1926 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2707, - "endColumn": 168, - "endOffset": 2871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1001, - "endColumn": 172, - "endOffset": 1169 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2876, - "endColumn": 125, - "endOffset": 2997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 125, - "endOffset": 1800 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3002, - "endColumn": 189, - "endOffset": 3187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1297, - "endColumn": 189, - "endOffset": 1482 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3192, - "endColumn": 191, - "endOffset": 3379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1487, - "endColumn": 191, - "endOffset": 1674 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3384, - "endColumn": 122, - "endOffset": 3502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1174, - "endColumn": 122, - "endOffset": 1292 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3507, - "endColumn": 194, - "endOffset": 3697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3178, - "endColumn": 194, - "endOffset": 3368 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3702, - "endColumn": 123, - "endOffset": 3821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3054, - "endColumn": 123, - "endOffset": 3173 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3826, - "endColumn": 166, - "endOffset": 3988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 834, - "endColumn": 166, - "endOffset": 996 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3993, - "endColumn": 170, - "endOffset": 4159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2883, - "endColumn": 170, - "endOffset": 3049 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4164, - "endColumn": 119, - "endOffset": 4279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2763, - "endColumn": 119, - "endOffset": 2878 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4284, - "endColumn": 185, - "endOffset": 4465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 303, - "endColumn": 185, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4470, - "endColumn": 177, - "endOffset": 4643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 177, - "endOffset": 662 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4648, - "endColumn": 132, - "endOffset": 4776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 132, - "endOffset": 298 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4781, - "endColumn": 180, - "endOffset": 4957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4646, - "endColumn": 180, - "endOffset": 4822 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4962, - "endColumn": 121, - "endOffset": 5079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4524, - "endColumn": 121, - "endOffset": 4641 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5084, - "endColumn": 140, - "endOffset": 5220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3373, - "endColumn": 140, - "endOffset": 3509 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5225, - "endColumn": 246, - "endOffset": 5467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3639, - "endColumn": 246, - "endOffset": 3881 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5472, - "endColumn": 124, - "endOffset": 5592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3514, - "endColumn": 124, - "endOffset": 3634 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5597, - "endColumn": 106, - "endOffset": 5699 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3886, - "endColumn": 106, - "endOffset": 3988 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5704, - "endColumn": 156, - "endOffset": 5856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2456, - "endColumn": 156, - "endOffset": 2608 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5861, - "endColumn": 126, - "endOffset": 5983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2218, - "endColumn": 126, - "endOffset": 2340 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5988, - "endColumn": 91, - "endOffset": 6075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4194, - "endColumn": 91, - "endOffset": 4281 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6080, - "endColumn": 91, - "endOffset": 6167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3993, - "endColumn": 91, - "endOffset": 4080 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6172, - "endColumn": 108, - "endOffset": 6276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 108, - "endOffset": 4189 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6281, - "endColumn": 237, - "endOffset": 6514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-en-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4286, - "endColumn": 237, - "endOffset": 4519 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6519, - "endColumn": 100, - "endOffset": 6615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2045, - "endColumn": 100, - "endOffset": 2141 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json b/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json deleted file mode 100644 index 62025e8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 119, - "endOffset": 220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 119, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 225, - "endColumn": 107, - "endOffset": 328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 107, - "endOffset": 507 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 333, - "endColumn": 122, - "endOffset": 451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 512, - "endColumn": 122, - "endOffset": 630 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 456, - "endColumn": 108, - "endOffset": 560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 635, - "endColumn": 108, - "endOffset": 739 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 565, - "endColumn": 107, - "endOffset": 668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 744, - "endColumn": 107, - "endOffset": 847 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 673, - "endColumn": 84, - "endOffset": 753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 852, - "endColumn": 84, - "endOffset": 932 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 758, - "endColumn": 100, - "endOffset": 854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 937, - "endColumn": 100, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 859, - "endColumn": 122, - "endOffset": 977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 122, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 982, - "endColumn": 81, - "endOffset": 1059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 81, - "endOffset": 1238 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1064, - "endColumn": 111, - "endOffset": 1171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 111, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1176, - "endColumn": 111, - "endOffset": 1283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 111, - "endOffset": 1462 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1288, - "endColumn": 100, - "endOffset": 1384 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1467, - "endColumn": 100, - "endOffset": 1563 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1389, - "endColumn": 107, - "endOffset": 1492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1568, - "endColumn": 107, - "endOffset": 1671 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1497, - "endColumn": 106, - "endOffset": 1599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1676, - "endColumn": 106, - "endOffset": 1778 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1604, - "endColumn": 106, - "endOffset": 1706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1783, - "endColumn": 106, - "endOffset": 1885 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1711, - "endColumn": 121, - "endOffset": 1828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1890, - "endColumn": 121, - "endOffset": 2007 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1833, - "endColumn": 99, - "endOffset": 1928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2012, - "endColumn": 99, - "endOffset": 2107 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1933, - "endColumn": 190, - "endOffset": 2119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 670, - "endColumn": 190, - "endOffset": 856 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2124, - "endColumn": 173, - "endOffset": 2293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2676, - "endColumn": 173, - "endOffset": 2845 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2298, - "endColumn": 114, - "endOffset": 2408 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2393, - "endColumn": 114, - "endOffset": 2503 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2413, - "endColumn": 128, - "endOffset": 2537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2133, - "endColumn": 128, - "endOffset": 2257 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2542, - "endColumn": 163, - "endOffset": 2701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1969, - "endColumn": 163, - "endOffset": 2128 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2706, - "endColumn": 126, - "endOffset": 2828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1842, - "endColumn": 126, - "endOffset": 1964 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2833, - "endColumn": 170, - "endOffset": 2999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 174, - "endOffset": 1199 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3004, - "endColumn": 131, - "endOffset": 3131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1710, - "endColumn": 131, - "endOffset": 1837 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3136, - "endColumn": 190, - "endOffset": 3322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1331, - "endColumn": 190, - "endOffset": 1517 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3327, - "endColumn": 187, - "endOffset": 3510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1522, - "endColumn": 187, - "endOffset": 1705 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3515, - "endColumn": 126, - "endOffset": 3637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 126, - "endOffset": 1326 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3642, - "endColumn": 179, - "endOffset": 3817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3284, - "endColumn": 179, - "endOffset": 3459 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3822, - "endColumn": 124, - "endOffset": 3942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3159, - "endColumn": 124, - "endOffset": 3279 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3947, - "endColumn": 167, - "endOffset": 4110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 861, - "endColumn": 167, - "endOffset": 1024 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4115, - "endColumn": 189, - "endOffset": 4300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2969, - "endColumn": 189, - "endOffset": 3154 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4305, - "endColumn": 118, - "endOffset": 4419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2850, - "endColumn": 118, - "endOffset": 2964 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4424, - "endColumn": 183, - "endOffset": 4603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 183, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4608, - "endColumn": 179, - "endOffset": 4783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 490, - "endColumn": 179, - "endOffset": 665 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4788, - "endColumn": 135, - "endOffset": 4919 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4924, - "endColumn": 188, - "endOffset": 5108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4792, - "endColumn": 188, - "endOffset": 4976 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5113, - "endColumn": 123, - "endOffset": 5232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4668, - "endColumn": 123, - "endOffset": 4787 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5237, - "endColumn": 154, - "endOffset": 5387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3464, - "endColumn": 154, - "endOffset": 3614 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5392, - "endColumn": 257, - "endOffset": 5645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3744, - "endColumn": 257, - "endOffset": 3997 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5650, - "endColumn": 124, - "endOffset": 5770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3619, - "endColumn": 124, - "endOffset": 3739 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5775, - "endColumn": 110, - "endOffset": 5881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4002, - "endColumn": 110, - "endOffset": 4108 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5886, - "endColumn": 167, - "endOffset": 6049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2508, - "endColumn": 167, - "endOffset": 2671 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6054, - "endColumn": 130, - "endOffset": 6180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2262, - "endColumn": 130, - "endOffset": 2388 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6185, - "endColumn": 98, - "endOffset": 6279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4313, - "endColumn": 98, - "endOffset": 4407 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6284, - "endColumn": 91, - "endOffset": 6371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4113, - "endColumn": 91, - "endOffset": 4200 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6376, - "endColumn": 107, - "endOffset": 6479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4205, - "endColumn": 107, - "endOffset": 4308 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6484, - "endColumn": 255, - "endOffset": 6735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es-rUS/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4412, - "endColumn": 255, - "endOffset": 4663 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6740, - "endColumn": 100, - "endOffset": 6836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2112, - "endColumn": 100, - "endOffset": 2208 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-es.json b/android/build/intermediates/blame/res/debug/multi/values-es.json deleted file mode 100644 index 99bef61..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-es.json +++ /dev/null @@ -1,6341 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-es/values-es.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 7, - "endColumn": 12, - "endOffset": 365 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 26338, - "endLine": 241, - "endColumn": 12, - "endOffset": 26959 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 370, - "endLine": 11, - "endColumn": 12, - "endOffset": 654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 244, - "startColumn": 4, - "startOffset": 27267, - "endLine": 247, - "endColumn": 12, - "endOffset": 27697 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 659, - "endLine": 15, - "endColumn": 12, - "endOffset": 856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 250, - "startColumn": 4, - "startOffset": 28014, - "endLine": 253, - "endColumn": 12, - "endOffset": 28299 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 861, - "endLine": 20, - "endColumn": 12, - "endOffset": 1159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 256, - "startColumn": 4, - "startOffset": 28621, - "endLine": 260, - "endColumn": 12, - "endOffset": 29258 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1164, - "endColumn": 116, - "endOffset": 1276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 116, - "endOffset": 392 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1281, - "endColumn": 107, - "endOffset": 1384 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 397, - "endColumn": 107, - "endOffset": 500 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1389, - "endColumn": 122, - "endOffset": 1507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 505, - "endColumn": 122, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1512, - "endColumn": 112, - "endOffset": 1620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 112, - "endOffset": 736 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1625, - "endColumn": 107, - "endOffset": 1728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 107, - "endOffset": 844 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1733, - "endColumn": 84, - "endOffset": 1813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 849, - "endColumn": 84, - "endOffset": 929 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1818, - "endColumn": 100, - "endOffset": 1914 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 934, - "endColumn": 100, - "endOffset": 1030 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1919, - "endColumn": 127, - "endOffset": 2042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 127, - "endOffset": 1158 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2047, - "endColumn": 81, - "endOffset": 2124 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1163, - "endColumn": 81, - "endOffset": 1240 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2129, - "endColumn": 106, - "endOffset": 2231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1245, - "endColumn": 106, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2236, - "endColumn": 99, - "endOffset": 2331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 99, - "endOffset": 1447 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2336, - "endColumn": 98, - "endOffset": 2430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1452, - "endColumn": 98, - "endOffset": 1546 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2435, - "endColumn": 107, - "endOffset": 2538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1551, - "endColumn": 107, - "endOffset": 1654 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2543, - "endColumn": 106, - "endOffset": 2645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1659, - "endColumn": 106, - "endOffset": 1761 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2650, - "endColumn": 106, - "endOffset": 2752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1766, - "endColumn": 106, - "endOffset": 1868 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2757, - "endColumn": 121, - "endOffset": 2874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1873, - "endColumn": 121, - "endOffset": 1990 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2879, - "endColumn": 99, - "endOffset": 2974 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1995, - "endColumn": 99, - "endOffset": 2090 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2979, - "endLine": 39, - "endColumn": 196, - "endOffset": 3245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 262, - "startColumn": 4, - "startOffset": 29348, - "endLine": 264, - "endColumn": 220, - "endOffset": 29694 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3250, - "endColumn": 76, - "endOffset": 3322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 266, - "startColumn": 4, - "startOffset": 29858, - "endLine": 267, - "endColumn": 76, - "endOffset": 30021 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3327, - "endColumn": 70, - "endOffset": 3393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 270, - "startColumn": 4, - "startOffset": 30299, - "endColumn": 70, - "endOffset": 30347 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3398, - "endColumn": 42, - "endOffset": 3436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 273, - "startColumn": 4, - "startOffset": 30640, - "endColumn": 42, - "endOffset": 30677 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3441, - "endColumn": 54, - "endOffset": 3491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 276, - "startColumn": 4, - "startOffset": 30955, - "endColumn": 54, - "endOffset": 31005 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3496, - "endColumn": 62, - "endOffset": 3554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 279, - "startColumn": 4, - "startOffset": 31225, - "endColumn": 62, - "endOffset": 31283 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3559, - "endColumn": 90, - "endOffset": 3645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 283, - "startColumn": 4, - "startOffset": 31512, - "endColumn": 90, - "endOffset": 31590 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3650, - "endColumn": 109, - "endOffset": 3755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 101, - "startColumn": 5, - "startOffset": 12876, - "endColumn": 109, - "endOffset": 12979 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3760, - "endColumn": 59, - "endOffset": 3815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 287, - "startColumn": 4, - "startOffset": 31855, - "endColumn": 59, - "endOffset": 31910 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3820, - "endColumn": 58, - "endOffset": 3874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 292, - "startColumn": 4, - "startOffset": 32133, - "endColumn": 58, - "endOffset": 32178 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3879, - "endColumn": 54, - "endOffset": 3929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 297, - "startColumn": 4, - "startOffset": 32430, - "endColumn": 54, - "endOffset": 32479 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3934, - "endColumn": 53, - "endOffset": 3983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 301, - "startColumn": 4, - "startOffset": 32717, - "endColumn": 53, - "endOffset": 32765 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3988, - "endColumn": 52, - "endOffset": 4036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 305, - "startColumn": 4, - "startOffset": 33047, - "endColumn": 52, - "endOffset": 33095 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4041, - "endColumn": 303, - "endOffset": 4340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 119, - "startColumn": 5, - "startOffset": 14783, - "endColumn": 298, - "endOffset": 14929 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4345, - "endColumn": 222, - "endOffset": 4563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 117, - "startColumn": 5, - "startOffset": 14544, - "endColumn": 217, - "endOffset": 14609 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4568, - "endColumn": 52, - "endOffset": 4616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 308, - "startColumn": 4, - "startOffset": 33289, - "endColumn": 52, - "endOffset": 33336 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4621, - "endColumn": 58, - "endOffset": 4675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 312, - "startColumn": 4, - "startOffset": 33562, - "endColumn": 58, - "endOffset": 33615 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4680, - "endColumn": 56, - "endOffset": 4732 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 316, - "startColumn": 4, - "startOffset": 33826, - "endColumn": 56, - "endOffset": 33877 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4737, - "endColumn": 64, - "endOffset": 4797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 319, - "startColumn": 4, - "startOffset": 33955, - "endLine": 320, - "endColumn": 64, - "endOffset": 34117 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4802, - "endColumn": 61, - "endOffset": 4859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 323, - "startColumn": 4, - "startOffset": 34190, - "endLine": 324, - "endColumn": 61, - "endOffset": 34329 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4864, - "endColumn": 115, - "endOffset": 4975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 327, - "startColumn": 4, - "startOffset": 34571, - "endColumn": 121, - "endOffset": 34688 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4980, - "endColumn": 132, - "endOffset": 5108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 330, - "startColumn": 4, - "startOffset": 34905, - "endColumn": 138, - "endOffset": 35038 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5113, - "endColumn": 43, - "endOffset": 5152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 336, - "startColumn": 4, - "startOffset": 35467, - "endLine": 337, - "endColumn": 43, - "endOffset": 35586 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5157, - "endColumn": 206, - "endOffset": 5359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 845, - "endColumn": 206, - "endOffset": 1047 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5364, - "endColumn": 70, - "endOffset": 5430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 333, - "startColumn": 4, - "startOffset": 35191, - "endColumn": 70, - "endOffset": 35257 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5435, - "endColumn": 162, - "endOffset": 5593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 691, - "endColumn": 162, - "endOffset": 849 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5598, - "endColumn": 156, - "endOffset": 5750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2747, - "endColumn": 156, - "endOffset": 2899 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5755, - "endColumn": 114, - "endOffset": 5865 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2456, - "endColumn": 114, - "endOffset": 2566 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5870, - "endColumn": 134, - "endOffset": 6000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2186, - "endColumn": 134, - "endOffset": 2316 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6005, - "endColumn": 173, - "endOffset": 6174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2012, - "endColumn": 173, - "endOffset": 2181 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6179, - "endColumn": 132, - "endOffset": 6307 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1879, - "endColumn": 132, - "endOffset": 2007 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6312, - "endColumn": 170, - "endOffset": 6478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1032, - "endColumn": 174, - "endOffset": 1202 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6483, - "endColumn": 135, - "endOffset": 6614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1743, - "endColumn": 135, - "endOffset": 1874 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6619, - "endColumn": 201, - "endOffset": 6816 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1340, - "endColumn": 201, - "endOffset": 1537 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6821, - "endColumn": 200, - "endOffset": 7017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1542, - "endColumn": 200, - "endOffset": 1738 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7022, - "endColumn": 132, - "endOffset": 7150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1207, - "endColumn": 132, - "endOffset": 1335 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7155, - "endColumn": 184, - "endOffset": 7335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3346, - "endColumn": 184, - "endOffset": 3526 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 7340, - "endColumn": 124, - "endOffset": 7460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3221, - "endColumn": 124, - "endOffset": 3341 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7465, - "endColumn": 177, - "endOffset": 7638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 854, - "endColumn": 177, - "endOffset": 1027 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7643, - "endColumn": 197, - "endOffset": 7836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3023, - "endColumn": 197, - "endOffset": 3216 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7841, - "endColumn": 118, - "endOffset": 7955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2904, - "endColumn": 118, - "endOffset": 3018 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7960, - "endColumn": 191, - "endOffset": 8147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 191, - "endOffset": 497 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 8152, - "endColumn": 188, - "endOffset": 8336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 502, - "endColumn": 188, - "endOffset": 686 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 8341, - "endColumn": 139, - "endOffset": 8476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8481, - "endColumn": 180, - "endOffset": 8657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4916, - "endColumn": 180, - "endOffset": 5092 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 8662, - "endColumn": 130, - "endOffset": 8788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4785, - "endColumn": 130, - "endOffset": 4911 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8793, - "endColumn": 162, - "endOffset": 8951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3531, - "endColumn": 162, - "endOffset": 3689 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 8956, - "endColumn": 267, - "endOffset": 9219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3823, - "endColumn": 267, - "endOffset": 4086 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 9224, - "endColumn": 128, - "endOffset": 9348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3694, - "endColumn": 128, - "endOffset": 3818 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9353, - "endColumn": 110, - "endOffset": 9459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4091, - "endColumn": 110, - "endOffset": 4197 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 9464, - "endColumn": 175, - "endOffset": 9635 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2571, - "endColumn": 175, - "endOffset": 2742 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9640, - "endColumn": 134, - "endOffset": 9770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2321, - "endColumn": 134, - "endOffset": 2451 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9775, - "endColumn": 95, - "endOffset": 9866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4416, - "endColumn": 95, - "endOffset": 4507 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 9871, - "endColumn": 98, - "endOffset": 9965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4202, - "endColumn": 98, - "endOffset": 4296 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 9970, - "endColumn": 114, - "endOffset": 10080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4301, - "endColumn": 114, - "endOffset": 4411 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 10085, - "endColumn": 272, - "endOffset": 10353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-es/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4512, - "endColumn": 272, - "endOffset": 4780 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 10358, - "endColumn": 97, - "endOffset": 10451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 340, - "startColumn": 4, - "startOffset": 35763, - "endLine": 341, - "endColumn": 97, - "endOffset": 35951 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 10456, - "endColumn": 115, - "endOffset": 10567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 121, - "startColumn": 5, - "startOffset": 15079, - "endColumn": 110, - "endOffset": 15127 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10572, - "endColumn": 47, - "endOffset": 10615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 344, - "startColumn": 29, - "startOffset": 36166, - "endColumn": 47, - "endOffset": 36184 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 10620, - "endColumn": 53, - "endOffset": 10669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 347, - "startColumn": 29, - "startOffset": 36402, - "endColumn": 53, - "endOffset": 36426 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 10674, - "endColumn": 52, - "endOffset": 10722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 349, - "startColumn": 29, - "startOffset": 36638, - "endLine": 350, - "endColumn": 52, - "endOffset": 36661 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 10727, - "endColumn": 44, - "endOffset": 10767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 354, - "startColumn": 4, - "startOffset": 36900, - "endColumn": 44, - "endOffset": 36940 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 10772, - "endColumn": 55, - "endOffset": 10823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 357, - "startColumn": 4, - "startOffset": 37194, - "endColumn": 55, - "endOffset": 37244 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 10828, - "endColumn": 71, - "endOffset": 10895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 360, - "startColumn": 4, - "startOffset": 37474, - "endColumn": 71, - "endOffset": 37541 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10900, - "endColumn": 80, - "endOffset": 10976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 365, - "startColumn": 4, - "startOffset": 37907, - "endColumn": 80, - "endOffset": 37983 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 10981, - "endColumn": 64, - "endOffset": 11041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 368, - "startColumn": 4, - "startOffset": 38285, - "endColumn": 64, - "endOffset": 38344 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 11046, - "endColumn": 59, - "endOffset": 11101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 371, - "startColumn": 4, - "startOffset": 38624, - "endColumn": 59, - "endOffset": 38679 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 11106, - "endColumn": 71, - "endOffset": 11173 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 374, - "startColumn": 4, - "startOffset": 38804, - "endColumn": 71, - "endOffset": 38871 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 11178, - "endColumn": 53, - "endOffset": 11227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 209, - "startColumn": 4, - "startOffset": 24139, - "endColumn": 54, - "endOffset": 24169 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 11232, - "endColumn": 65, - "endOffset": 11293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 377, - "startColumn": 4, - "startOffset": 39086, - "endColumn": 65, - "endOffset": 39147 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11298, - "endColumn": 48, - "endOffset": 11342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 380, - "startColumn": 4, - "startOffset": 39283, - "endColumn": 48, - "endOffset": 39327 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 11347, - "endColumn": 74, - "endOffset": 11417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 384, - "startColumn": 4, - "startOffset": 39638, - "endColumn": 74, - "endOffset": 39707 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11422, - "endColumn": 58, - "endOffset": 11476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 388, - "startColumn": 4, - "startOffset": 40010, - "endColumn": 58, - "endOffset": 40064 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 11481, - "endColumn": 77, - "endOffset": 11554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 391, - "startColumn": 4, - "startOffset": 40301, - "endColumn": 77, - "endOffset": 40374 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 11559, - "endColumn": 55, - "endOffset": 11610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 395, - "startColumn": 4, - "startOffset": 40628, - "endColumn": 55, - "endOffset": 40679 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 11615, - "endColumn": 56, - "endOffset": 11667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 398, - "startColumn": 4, - "startOffset": 40884, - "endColumn": 56, - "endOffset": 40935 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 11672, - "endColumn": 277, - "endOffset": 11945 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 401, - "startColumn": 4, - "startOffset": 41128, - "endColumn": 277, - "endOffset": 41401 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 11950, - "endColumn": 55, - "endOffset": 12001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 405, - "startColumn": 4, - "startOffset": 41677, - "endColumn": 55, - "endOffset": 41728 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 12006, - "endColumn": 78, - "endOffset": 12080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 410, - "startColumn": 4, - "startOffset": 41882, - "endColumn": 78, - "endOffset": 41955 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 12085, - "endColumn": 68, - "endOffset": 12149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 413, - "startColumn": 4, - "startOffset": 42176, - "endColumn": 68, - "endOffset": 42240 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 12154, - "endColumn": 67, - "endOffset": 12217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 416, - "startColumn": 4, - "startOffset": 42377, - "endColumn": 67, - "endOffset": 42440 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 12222, - "endColumn": 92, - "endOffset": 12310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 420, - "startColumn": 4, - "startOffset": 42680, - "endColumn": 92, - "endOffset": 42767 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 12315, - "endColumn": 92, - "endOffset": 12403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 423, - "startColumn": 4, - "startOffset": 42978, - "endColumn": 92, - "endOffset": 43065 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 12408, - "endColumn": 73, - "endOffset": 12477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 426, - "startColumn": 4, - "startOffset": 43323, - "endColumn": 73, - "endOffset": 43391 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 12482, - "endColumn": 76, - "endOffset": 12554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 430, - "startColumn": 4, - "startOffset": 43700, - "endColumn": 82, - "endOffset": 43777 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 12559, - "endColumn": 93, - "endOffset": 12648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 434, - "startColumn": 4, - "startOffset": 44008, - "endColumn": 93, - "endOffset": 44097 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 12653, - "endColumn": 159, - "endOffset": 12808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 437, - "startColumn": 4, - "startOffset": 44201, - "endColumn": 159, - "endOffset": 44356 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 12813, - "endColumn": 63, - "endOffset": 12872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 441, - "startColumn": 4, - "startOffset": 44540, - "endColumn": 63, - "endOffset": 44598 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 12877, - "endColumn": 914, - "endOffset": 13787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 914, - "endOffset": 1570 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 13792, - "endColumn": 129, - "endOffset": 13917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 773, - "startColumn": 4, - "startOffset": 52775, - "endLine": 775, - "endColumn": 129, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 13922, - "endColumn": 127, - "endOffset": 14045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 775, - "startColumn": 46, - "startOffset": 52761, - "endLine": 778, - "endColumn": 127, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 14050, - "endColumn": 483, - "endOffset": 14529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 93, - "startColumn": 4, - "startOffset": 10871, - "endColumn": 495, - "endOffset": 11362 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 14534, - "endColumn": 70, - "endOffset": 14600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 231, - "startColumn": 49, - "startOffset": 25872, - "endColumn": 71, - "endOffset": 25894 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 14605, - "endColumn": 75, - "endOffset": 14676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 228, - "startColumn": 4, - "startOffset": 25609, - "endColumn": 76, - "endOffset": 25658 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 14681, - "endLine": 135, - "endColumn": 164, - "endOffset": 15119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 87, - "startColumn": 4, - "startOffset": 10059, - "endLine": 89, - "endColumn": 167, - "endOffset": 10323 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 15124, - "endColumn": 369, - "endOffset": 15489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 91, - "startColumn": 4, - "startOffset": 10394, - "endColumn": 378, - "endOffset": 10768 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 15494, - "endColumn": 596, - "endOffset": 16086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 95, - "startColumn": 4, - "startOffset": 11518, - "endColumn": 650, - "endOffset": 12042 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 16091, - "endColumn": 298, - "endOffset": 16385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 97, - "startColumn": 4, - "startOffset": 12195, - "endColumn": 293, - "endOffset": 12343 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 16390, - "endColumn": 420, - "endOffset": 16806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 77, - "startColumn": 4, - "startOffset": 8401, - "endColumn": 390, - "endOffset": 8786 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 16811, - "endColumn": 188, - "endOffset": 16995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 79, - "startColumn": 4, - "startOffset": 9053, - "endColumn": 188, - "endOffset": 9237 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 17000, - "endLine": 143, - "endColumn": 11, - "endOffset": 17309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 81, - "startColumn": 4, - "startOffset": 9348, - "endLine": 83, - "endColumn": 11, - "endOffset": 9794 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 17314, - "endColumn": 46, - "endOffset": 17356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 445, - "startColumn": 4, - "startOffset": 44736, - "endColumn": 46, - "endOffset": 44778 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 17361, - "endColumn": 55, - "endOffset": 17412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 778, - "startColumn": 4, - "startOffset": 52719, - "endLine": 781, - "endColumn": 55, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 17417, - "endColumn": 148, - "endOffset": 17561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 449, - "startColumn": 4, - "startOffset": 44904, - "endColumn": 148, - "endOffset": 45047 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 17566, - "endColumn": 83, - "endOffset": 17645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 453, - "startColumn": 4, - "startOffset": 45269, - "endColumn": 83, - "endOffset": 45347 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 17650, - "endLine": 149, - "endColumn": 11, - "endOffset": 17726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 457, - "startColumn": 4, - "startOffset": 45620, - "endLine": 458, - "endColumn": 11, - "endOffset": 45702 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 17731, - "endColumn": 45, - "endOffset": 17772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 463, - "startColumn": 4, - "startOffset": 46037, - "endColumn": 45, - "endOffset": 46078 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 17777, - "endColumn": 196, - "endOffset": 17969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2998, - "endColumn": 196, - "endOffset": 3190 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 17974, - "endColumn": 168, - "endOffset": 18138 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2828, - "endColumn": 168, - "endOffset": 2992 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 18143, - "endColumn": 197, - "endOffset": 18336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3196, - "endColumn": 197, - "endOffset": 3389 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 18341, - "endColumn": 163, - "endOffset": 18500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3395, - "endColumn": 163, - "endOffset": 3554 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 18505, - "endColumn": 62, - "endOffset": 18563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 154, - "startColumn": 4, - "startOffset": 18506, - "endColumn": 63, - "endOffset": 18565 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 18568, - "endColumn": 53, - "endOffset": 18617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 468, - "startColumn": 4, - "startOffset": 46310, - "endColumn": 53, - "endOffset": 46359 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 18622, - "endColumn": 53, - "endOffset": 18671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 474, - "startColumn": 4, - "startOffset": 46632, - "endColumn": 53, - "endOffset": 46681 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 18676, - "endColumn": 45, - "endOffset": 18717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 477, - "startColumn": 4, - "startOffset": 46772, - "endColumn": 51, - "endOffset": 46819 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 18722, - "endColumn": 106, - "endOffset": 18824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 480, - "startColumn": 27, - "startOffset": 46963, - "endColumn": 106, - "endOffset": 47042 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 18829, - "endColumn": 69, - "endOffset": 18894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 485, - "startColumn": 38, - "startOffset": 47304, - "endColumn": 69, - "endOffset": 47335 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 18899, - "endColumn": 117, - "endOffset": 19012 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 488, - "startColumn": 4, - "startOffset": 47673, - "endColumn": 117, - "endOffset": 47786 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 19017, - "endColumn": 68, - "endOffset": 19081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 497, - "startColumn": 4, - "startOffset": 48466, - "endColumn": 77, - "endOffset": 48526 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 19086, - "endColumn": 83, - "endOffset": 19165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 502, - "startColumn": 4, - "startOffset": 48859, - "endColumn": 92, - "endOffset": 48947 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 19170, - "endColumn": 76, - "endOffset": 19242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 505, - "startColumn": 4, - "startOffset": 49109, - "endColumn": 76, - "endOffset": 49180 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 19247, - "endColumn": 60, - "endOffset": 19303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 781, - "startColumn": 51, - "startOffset": 52822, - "endLine": 783, - "endColumn": 60, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 19308, - "endColumn": 49, - "endOffset": 19353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 18702, - "endColumn": 50, - "endOffset": 18748 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 19358, - "endColumn": 163, - "endOffset": 19517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3560, - "endColumn": 163, - "endOffset": 3719 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 19522, - "endColumn": 54, - "endOffset": 19572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 508, - "startColumn": 4, - "startOffset": 49347, - "endColumn": 54, - "endOffset": 49397 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 19577, - "endLine": 170, - "endColumn": 11, - "endOffset": 19682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 514, - "startColumn": 4, - "startOffset": 49871, - "endLine": 515, - "endColumn": 11, - "endOffset": 49989 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 19687, - "endColumn": 79, - "endOffset": 19762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 159, - "startColumn": 4, - "startOffset": 19018, - "endColumn": 80, - "endOffset": 19080 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 19767, - "endColumn": 114, - "endOffset": 19877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 510, - "startColumn": 4, - "startOffset": 49489, - "endLine": 511, - "endColumn": 118, - "endOffset": 49703 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 19882, - "endColumn": 75, - "endOffset": 19953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 162, - "startColumn": 4, - "startOffset": 19469, - "endColumn": 76, - "endOffset": 19541 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 19958, - "endColumn": 142, - "endOffset": 20096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 164, - "startColumn": 4, - "startOffset": 19647, - "endColumn": 143, - "endOffset": 19786 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 20101, - "endColumn": 56, - "endOffset": 20153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 171, - "startColumn": 4, - "startOffset": 20522, - "endColumn": 57, - "endOffset": 20546 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 20158, - "endColumn": 59, - "endOffset": 20213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 518, - "startColumn": 4, - "startOffset": 50137, - "endColumn": 59, - "endOffset": 50192 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 20218, - "endColumn": 75, - "endOffset": 20289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 521, - "startColumn": 4, - "startOffset": 50467, - "endColumn": 75, - "endOffset": 50537 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 20294, - "endColumn": 65, - "endOffset": 20355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 20105, - "endColumn": 66, - "endOffset": 20167 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 20360, - "endColumn": 51, - "endOffset": 20407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 524, - "startColumn": 4, - "startOffset": 50662, - "endColumn": 51, - "endOffset": 50709 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 20412, - "endColumn": 64, - "endOffset": 20472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 50858, - "endLine": 527, - "endColumn": 64, - "endOffset": 50917 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 20477, - "endColumn": 59, - "endOffset": 20532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 530, - "startColumn": 40, - "startOffset": 51092, - "endColumn": 59, - "endOffset": 51111 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 20537, - "endColumn": 62, - "endOffset": 20595 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 531, - "startColumn": 30, - "startOffset": 51318, - "endLine": 533, - "endColumn": 62, - "endOffset": 51350 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 20600, - "endColumn": 56, - "endOffset": 20652 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 537, - "startColumn": 4, - "startOffset": 51600, - "endColumn": 56, - "endOffset": 51627 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 20657, - "endColumn": 74, - "endOffset": 20727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 20169, - "endLine": 169, - "endColumn": 75, - "endOffset": 20327 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 20732, - "endColumn": 92, - "endOffset": 20820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 541, - "startColumn": 4, - "startOffset": 51880, - "endColumn": 92, - "endOffset": 51968 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 20825, - "endColumn": 90, - "endOffset": 20911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 545, - "startColumn": 4, - "startOffset": 52114, - "endColumn": 90, - "endOffset": 52199 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 20916, - "endLine": 188, - "endColumn": 11, - "endOffset": 20998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 172, - "startColumn": 4, - "startOffset": 20583, - "endLine": 176, - "endColumn": 11, - "endOffset": 20865 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 21003, - "endColumn": 105, - "endOffset": 21104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 549, - "startColumn": 4, - "startOffset": 52461, - "endColumn": 105, - "endOffset": 52561 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 21109, - "endColumn": 64, - "endOffset": 21169 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 552, - "startColumn": 0, - "startOffset": 52832, - "endLine": 553, - "endColumn": 64, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 21174, - "endColumn": 111, - "endOffset": 21281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 554, - "startColumn": 0, - "startOffset": 52832, - "endLine": 555, - "endColumn": 111, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 21286, - "endColumn": 60, - "endOffset": 21342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 555, - "startColumn": 0, - "startOffset": 52832, - "endLine": 556, - "endColumn": 60, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 21347, - "endColumn": 49, - "endOffset": 21392 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 556, - "startColumn": 4, - "startOffset": 52775, - "endLine": 558, - "endColumn": 49, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 21397, - "endColumn": 44, - "endOffset": 21437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 558, - "startColumn": 4, - "startOffset": 52775, - "endLine": 560, - "endColumn": 44, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 21442, - "endColumn": 38, - "endOffset": 21476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 560, - "startColumn": 4, - "startOffset": 52775, - "endLine": 562, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 21481, - "endColumn": 38, - "endOffset": 21515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 562, - "startColumn": 4, - "startOffset": 52775, - "endLine": 564, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 21520, - "endColumn": 38, - "endOffset": 21554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 564, - "startColumn": 4, - "startOffset": 52775, - "endLine": 566, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 21559, - "endColumn": 38, - "endOffset": 21593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 566, - "startColumn": 4, - "startOffset": 52775, - "endLine": 568, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 21598, - "endColumn": 38, - "endOffset": 21632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 568, - "startColumn": 4, - "startOffset": 52775, - "endLine": 570, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 21637, - "endColumn": 38, - "endOffset": 21671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 570, - "startColumn": 46, - "startOffset": 52761, - "endLine": 573, - "endColumn": 38, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 21676, - "endColumn": 40, - "endOffset": 21712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 573, - "startColumn": 46, - "startOffset": 52761, - "endLine": 576, - "endColumn": 40, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 21717, - "endColumn": 88, - "endOffset": 21801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 576, - "startColumn": 4, - "startOffset": 52775, - "endLine": 578, - "endColumn": 88, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 21806, - "endColumn": 75, - "endOffset": 21877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 578, - "startColumn": 0, - "startOffset": 52832, - "endLine": 579, - "endColumn": 75, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 21882, - "endColumn": 126, - "endOffset": 22004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 580, - "startColumn": 46, - "startOffset": 52761, - "endLine": 583, - "endColumn": 126, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 22009, - "endColumn": 92, - "endOffset": 22097 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 578, - "startColumn": 46, - "startOffset": 52761, - "endLine": 581, - "endColumn": 92, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 22102, - "endColumn": 212, - "endOffset": 22310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 584, - "startColumn": 0, - "startOffset": 52832, - "endLine": 585, - "endColumn": 212, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 22315, - "endColumn": 79, - "endOffset": 22390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 587, - "startColumn": 0, - "startOffset": 52832, - "endLine": 588, - "endColumn": 79, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 22395, - "endColumn": 408, - "endOffset": 22799 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3725, - "endLine": 52, - "endColumn": 258, - "endOffset": 4142 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 22804, - "endColumn": 100, - "endOffset": 22900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 21150, - "endColumn": 101, - "endOffset": 21247 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 22905, - "endColumn": 183, - "endOffset": 23084 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 588, - "startColumn": 0, - "startOffset": 52832, - "endLine": 589, - "endColumn": 183, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 23089, - "endColumn": 72, - "endOffset": 23157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 591, - "startColumn": 0, - "startOffset": 52832, - "endLine": 592, - "endColumn": 72, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 23162, - "endColumn": 176, - "endOffset": 23334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 592, - "startColumn": 4, - "startOffset": 52775, - "endLine": 594, - "endColumn": 176, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 23339, - "endColumn": 88, - "endOffset": 23423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 595, - "startColumn": 0, - "startOffset": 52832, - "endLine": 596, - "endColumn": 88, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 23428, - "endColumn": 153, - "endOffset": 23577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 596, - "startColumn": 4, - "startOffset": 52775, - "endLine": 598, - "endColumn": 153, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 23582, - "endColumn": 93, - "endOffset": 23671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 599, - "startColumn": 0, - "startOffset": 52832, - "endLine": 600, - "endColumn": 93, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 23676, - "endColumn": 160, - "endOffset": 23832 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 600, - "startColumn": 4, - "startOffset": 52775, - "endLine": 602, - "endColumn": 160, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 23837, - "endColumn": 89, - "endOffset": 23922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 603, - "startColumn": 0, - "startOffset": 52832, - "endLine": 604, - "endColumn": 89, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 23927, - "endColumn": 132, - "endOffset": 24055 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 604, - "startColumn": 4, - "startOffset": 52775, - "endLine": 606, - "endColumn": 132, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 24060, - "endColumn": 114, - "endOffset": 24170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 607, - "startColumn": 0, - "startOffset": 52832, - "endLine": 608, - "endColumn": 114, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 24175, - "endColumn": 397, - "endOffset": 24568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4708, - "endColumn": 386, - "endOffset": 4916 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 24573, - "endColumn": 62, - "endOffset": 24631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 609, - "startColumn": 0, - "startOffset": 52832, - "endLine": 610, - "endColumn": 62, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 24636, - "endColumn": 58, - "endOffset": 24690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 610, - "startColumn": 4, - "startOffset": 52775, - "endLine": 612, - "endColumn": 58, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 24695, - "endColumn": 94, - "endOffset": 24785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 612, - "startColumn": 4, - "startOffset": 52775, - "endLine": 614, - "endColumn": 94, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 24790, - "endColumn": 51, - "endOffset": 24837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 615, - "startColumn": 0, - "startOffset": 52832, - "endLine": 616, - "endColumn": 51, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 24842, - "endColumn": 71, - "endOffset": 24909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 616, - "startColumn": 4, - "startOffset": 52775, - "endLine": 618, - "endColumn": 71, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 24914, - "endLine": 227, - "endColumn": 11, - "endOffset": 24993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 618, - "startColumn": 4, - "startOffset": 52719, - "endLine": 621, - "endColumn": 11, - "endOffset": 52781 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 24998, - "endLine": 230, - "endColumn": 11, - "endOffset": 25120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 182, - "startColumn": 4, - "startOffset": 21392, - "endLine": 184, - "endColumn": 11, - "endOffset": 21587 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 25125, - "endColumn": 55, - "endOffset": 25176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 623, - "startColumn": 4, - "startOffset": 52775, - "endLine": 625, - "endColumn": 55, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 25181, - "endColumn": 63, - "endOffset": 25240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 626, - "startColumn": 0, - "startOffset": 52832, - "endLine": 627, - "endColumn": 63, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 25245, - "endColumn": 88, - "endOffset": 25329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 627, - "startColumn": 4, - "startOffset": 52775, - "endLine": 629, - "endColumn": 88, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 25334, - "endColumn": 89, - "endOffset": 25419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 629, - "startColumn": 4, - "startOffset": 52775, - "endLine": 631, - "endColumn": 89, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 25424, - "endColumn": 94, - "endOffset": 25514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 631, - "startColumn": 4, - "startOffset": 52775, - "endLine": 633, - "endColumn": 94, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 25519, - "endColumn": 72, - "endOffset": 25587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 634, - "startColumn": 0, - "startOffset": 52832, - "endLine": 635, - "endColumn": 72, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 25592, - "endColumn": 67, - "endOffset": 25655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 635, - "startColumn": 4, - "startOffset": 52775, - "endLine": 637, - "endColumn": 67, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 25660, - "endColumn": 111, - "endOffset": 25767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 123, - "startColumn": 5, - "startOffset": 15335, - "endColumn": 111, - "endOffset": 15362 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 25772, - "endColumn": 172, - "endOffset": 25940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5281, - "endColumn": 172, - "endOffset": 5449 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 25945, - "endColumn": 137, - "endOffset": 26078 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5804, - "endColumn": 137, - "endOffset": 5937 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 26083, - "endColumn": 120, - "endOffset": 26199 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 124, - "startColumn": 5, - "startOffset": 15406, - "endLine": 125, - "endColumn": 120, - "endOffset": 15521 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 26204, - "endColumn": 128, - "endOffset": 26328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5669, - "endColumn": 128, - "endOffset": 5793 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 26333, - "endColumn": 122, - "endOffset": 26451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 127, - "startColumn": 5, - "startOffset": 15711, - "endColumn": 122, - "endOffset": 15732 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 26456, - "endColumn": 80, - "endOffset": 26532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 637, - "startColumn": 4, - "startOffset": 52775, - "endLine": 639, - "endColumn": 80, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 26537, - "endColumn": 87, - "endOffset": 26620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 639, - "startColumn": 4, - "startOffset": 52775, - "endLine": 641, - "endColumn": 87, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 26625, - "endColumn": 127, - "endOffset": 26748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 129, - "startColumn": 5, - "startOffset": 15922, - "endColumn": 127, - "endOffset": 15948 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 26753, - "endColumn": 281, - "endOffset": 27030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 131, - "startColumn": 5, - "startOffset": 16147, - "endColumn": 281, - "endOffset": 16309 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 27035, - "endColumn": 139, - "endOffset": 27170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 133, - "startColumn": 5, - "startOffset": 16488, - "endColumn": 139, - "endOffset": 16542 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 27175, - "endColumn": 122, - "endOffset": 27293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 133, - "startColumn": 49, - "startOffset": 16641, - "endLine": 135, - "endColumn": 122, - "endOffset": 16669 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 27298, - "endColumn": 121, - "endOffset": 27415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 137, - "startColumn": 52, - "startOffset": 16852, - "endColumn": 121, - "endOffset": 16880 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 27420, - "endColumn": 109, - "endOffset": 27525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 641, - "startColumn": 4, - "startOffset": 52775, - "endLine": 643, - "endColumn": 109, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 27530, - "endColumn": 81, - "endOffset": 27607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 644, - "startColumn": 0, - "startOffset": 52832, - "endLine": 645, - "endColumn": 81, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 27612, - "endColumn": 74, - "endOffset": 27682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 646, - "startColumn": 0, - "startOffset": 52832, - "endLine": 647, - "endColumn": 74, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 27687, - "endColumn": 117, - "endOffset": 27800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 139, - "startColumn": 5, - "startOffset": 17072, - "endColumn": 117, - "endOffset": 17128 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 27805, - "endColumn": 55, - "endOffset": 27856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 648, - "startColumn": 0, - "startOffset": 52832, - "endLine": 649, - "endColumn": 55, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 27861, - "endColumn": 111, - "endOffset": 27968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 649, - "startColumn": 51, - "startOffset": 52822, - "endLine": 651, - "endColumn": 111, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 27973, - "endColumn": 66, - "endOffset": 28035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 652, - "startColumn": 0, - "startOffset": 52832, - "endLine": 653, - "endColumn": 66, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 28040, - "endColumn": 60, - "endOffset": 28096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 653, - "startColumn": 4, - "startOffset": 52775, - "endLine": 655, - "endColumn": 60, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 28101, - "endColumn": 62, - "endOffset": 28159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 655, - "startColumn": 4, - "startOffset": 52775, - "endLine": 657, - "endColumn": 62, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 28164, - "endColumn": 57, - "endOffset": 28217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 657, - "startColumn": 4, - "startOffset": 52775, - "endLine": 659, - "endColumn": 57, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 28222, - "endColumn": 65, - "endOffset": 28283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 659, - "startColumn": 4, - "startOffset": 52775, - "endLine": 661, - "endColumn": 65, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 28288, - "endColumn": 45, - "endOffset": 28329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 661, - "startColumn": 0, - "startOffset": 52832, - "endLine": 662, - "endColumn": 45, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 28334, - "endColumn": 120, - "endOffset": 28450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 662, - "startColumn": 4, - "startOffset": 52775, - "endLine": 664, - "endColumn": 120, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 28455, - "endColumn": 72, - "endOffset": 28523 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 142, - "startColumn": 5, - "startOffset": 17345, - "endColumn": 73, - "endOffset": 17413 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 28528, - "endColumn": 65, - "endOffset": 28589 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 665, - "startColumn": 0, - "startOffset": 52832, - "endLine": 666, - "endColumn": 65, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 28594, - "endColumn": 66, - "endOffset": 28656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 666, - "startColumn": 0, - "startOffset": 52832, - "endLine": 667, - "endColumn": 66, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 28661, - "endColumn": 139, - "endOffset": 28796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 667, - "startColumn": 4, - "startOffset": 52775, - "endLine": 669, - "endColumn": 139, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 28801, - "endColumn": 166, - "endOffset": 28963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 670, - "startColumn": 0, - "startOffset": 52832, - "endLine": 671, - "endColumn": 166, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 28968, - "endColumn": 63, - "endOffset": 29027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 673, - "startColumn": 0, - "startOffset": 52832, - "endLine": 674, - "endColumn": 63, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 29032, - "endColumn": 76, - "endOffset": 29104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 675, - "startColumn": 0, - "startOffset": 52832, - "endLine": 676, - "endColumn": 76, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 29109, - "endColumn": 67, - "endOffset": 29172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 677, - "startColumn": 0, - "startOffset": 52832, - "endLine": 678, - "endColumn": 67, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 29177, - "endColumn": 112, - "endOffset": 29285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 678, - "startColumn": 4, - "startOffset": 52775, - "endLine": 680, - "endColumn": 116, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 29290, - "endColumn": 45, - "endOffset": 29331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 681, - "startColumn": 0, - "startOffset": 52832, - "endLine": 682, - "endColumn": 45, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 29336, - "endColumn": 171, - "endOffset": 29503 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 56, - "startColumn": 128, - "startOffset": 5136, - "endColumn": 171, - "endOffset": 5179 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 29508, - "endColumn": 62, - "endOffset": 29566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 151, - "startColumn": 4, - "startOffset": 18273, - "endColumn": 63, - "endOffset": 18318 - } - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 29571, - "endColumn": 59, - "endOffset": 29626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 682, - "startColumn": 4, - "startOffset": 52775, - "endLine": 684, - "endColumn": 59, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 29631, - "endColumn": 53, - "endOffset": 29680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 684, - "startColumn": 4, - "startOffset": 52775, - "endLine": 686, - "endColumn": 53, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 29685, - "endLine": 280, - "endColumn": 11, - "endOffset": 29796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 686, - "startColumn": 4, - "startOffset": 52775, - "endLine": 688, - "endColumn": 11, - "endOffset": 52782 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 29801, - "endLine": 283, - "endColumn": 11, - "endOffset": 29885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 690, - "startColumn": 4, - "startOffset": 52775, - "endLine": 692, - "endColumn": 11, - "endOffset": 52819 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 29890, - "endColumn": 45, - "endOffset": 29931 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 148, - "startColumn": 4, - "startOffset": 17854, - "endColumn": 46, - "endOffset": 17882 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 29936, - "endColumn": 61, - "endOffset": 29993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 145, - "startColumn": 4, - "startOffset": 17580, - "endColumn": 62, - "endOffset": 17638 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 29998, - "endColumn": 47, - "endOffset": 30041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 694, - "startColumn": 4, - "startOffset": 52775, - "endLine": 696, - "endColumn": 47, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 30046, - "endLine": 288, - "endColumn": 11, - "endOffset": 30222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 696, - "startColumn": 4, - "startOffset": 52775, - "endLine": 698, - "endColumn": 11, - "endOffset": 52676 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 30227, - "endLine": 290, - "endColumn": 11, - "endOffset": 30381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 702, - "startColumn": 4, - "startOffset": 52775, - "endLine": 704, - "endColumn": 11, - "endOffset": 52698 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 30386, - "endColumn": 92, - "endOffset": 30474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 708, - "startColumn": 4, - "startOffset": 52775, - "endLine": 710, - "endColumn": 96, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 30479, - "endColumn": 206, - "endOffset": 30681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2034, - "endColumn": 196, - "endOffset": 2226 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 30686, - "endColumn": 206, - "endOffset": 30888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2232, - "endColumn": 196, - "endOffset": 2424 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 30893, - "endColumn": 206, - "endOffset": 31095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1638, - "endColumn": 196, - "endOffset": 1830 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 31100, - "endColumn": 102, - "endOffset": 31198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 711, - "startColumn": 0, - "startOffset": 52832, - "endLine": 712, - "endColumn": 102, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 31203, - "endColumn": 191, - "endOffset": 31390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1272, - "endColumn": 181, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 31395, - "endColumn": 191, - "endOffset": 31582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1455, - "endColumn": 181, - "endOffset": 1632 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 31587, - "endColumn": 206, - "endOffset": 31789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2430, - "endColumn": 196, - "endOffset": 2622 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 31794, - "endColumn": 208, - "endOffset": 31998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2628, - "endColumn": 198, - "endOffset": 2822 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 32003, - "endColumn": 206, - "endOffset": 32205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1836, - "endColumn": 196, - "endOffset": 2028 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 32210, - "endLine": 302, - "endColumn": 11, - "endOffset": 32319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 713, - "startColumn": 0, - "startOffset": 52832, - "endLine": 714, - "endColumn": 11, - "endOffset": 52751 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 32324, - "endColumn": 217, - "endOffset": 32537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 217, - "endOffset": 1266 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 32542, - "endColumn": 100, - "endOffset": 32638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2095, - "endColumn": 100, - "endOffset": 2191 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 32643, - "endColumn": 128, - "endOffset": 32767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 103, - "startColumn": 5, - "startOffset": 13126, - "endColumn": 128, - "endOffset": 13146 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 32772, - "endColumn": 99, - "endOffset": 32867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 107, - "startColumn": 5, - "startOffset": 13506, - "endColumn": 99, - "endOffset": 13547 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 32872, - "endColumn": 113, - "endOffset": 32981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 109, - "startColumn": 5, - "startOffset": 13641, - "endColumn": 113, - "endOffset": 13696 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 32986, - "endColumn": 139, - "endOffset": 33121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 105, - "startColumn": 5, - "startOffset": 13248, - "endColumn": 139, - "endOffset": 13325 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 33126, - "endColumn": 129, - "endOffset": 33251 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 113, - "startColumn": 5, - "startOffset": 14015, - "endColumn": 129, - "endOffset": 14049 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 33256, - "endColumn": 117, - "endOffset": 33369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 111, - "startColumn": 5, - "startOffset": 13780, - "endColumn": 117, - "endOffset": 13892 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 33374, - "endColumn": 125, - "endOffset": 33495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 115, - "startColumn": 5, - "startOffset": 14254, - "endColumn": 125, - "endOffset": 14298 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 33500, - "endColumn": 40, - "endOffset": 33536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 717, - "startColumn": 4, - "startOffset": 52775, - "endLine": 719, - "endColumn": 40, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 33541, - "endColumn": 117, - "endOffset": 33654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 719, - "startColumn": 4, - "startOffset": 52775, - "endLine": 721, - "endColumn": 121, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 33659, - "endColumn": 118, - "endOffset": 33773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 722, - "startColumn": 0, - "startOffset": 52832, - "endLine": 723, - "endColumn": 118, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 33778, - "endColumn": 77, - "endOffset": 33851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 724, - "startColumn": 0, - "startOffset": 52832, - "endLine": 725, - "endColumn": 77, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 33856, - "endColumn": 104, - "endOffset": 33956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 726, - "startColumn": 0, - "startOffset": 52832, - "endLine": 727, - "endColumn": 104, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 33961, - "endColumn": 136, - "endOffset": 34093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 728, - "startColumn": 0, - "startOffset": 52832, - "endLine": 729, - "endColumn": 140, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 34098, - "endLine": 319, - "endColumn": 11, - "endOffset": 34207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 731, - "startColumn": 0, - "startOffset": 52832, - "endLine": 732, - "endColumn": 11, - "endOffset": 52751 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 34212, - "endColumn": 49, - "endOffset": 34257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 735, - "startColumn": 4, - "startOffset": 52775, - "endLine": 737, - "endColumn": 49, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 34262, - "endColumn": 60, - "endOffset": 34318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 221, - "startColumn": 4, - "startOffset": 24979, - "endColumn": 61, - "endOffset": 25036 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 34323, - "endColumn": 50, - "endOffset": 34369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 737, - "startColumn": 4, - "startOffset": 52775, - "endLine": 739, - "endColumn": 50, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 34374, - "endColumn": 64, - "endOffset": 34434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 224, - "startColumn": 4, - "startOffset": 25305, - "endColumn": 65, - "endOffset": 25366 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 34439, - "endColumn": 42, - "endOffset": 34477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 739, - "startColumn": 0, - "startOffset": 52832, - "endLine": 740, - "endColumn": 42, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 34482, - "endColumn": 55, - "endOffset": 34533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 740, - "startColumn": 4, - "startOffset": 52775, - "endLine": 742, - "endColumn": 55, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 34538, - "endColumn": 64, - "endOffset": 34598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 742, - "startColumn": 51, - "startOffset": 52822, - "endLine": 744, - "endColumn": 64, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 34603, - "endColumn": 74, - "endOffset": 34673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 744, - "startColumn": 4, - "startOffset": 52775, - "endLine": 746, - "endColumn": 74, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 34678, - "endColumn": 49, - "endOffset": 34723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 746, - "startColumn": 4, - "startOffset": 52775, - "endLine": 748, - "endColumn": 49, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 34728, - "endColumn": 73, - "endOffset": 34797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 748, - "startColumn": 4, - "startOffset": 52775, - "endLine": 750, - "endColumn": 73, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 34802, - "endColumn": 71, - "endOffset": 34869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 751, - "startColumn": 0, - "startOffset": 52832, - "endLine": 752, - "endColumn": 71, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 34874, - "endColumn": 50, - "endOffset": 34920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 753, - "startColumn": 0, - "startOffset": 52832, - "endLine": 754, - "endColumn": 50, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 34925, - "endColumn": 49, - "endOffset": 34970 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 753, - "startColumn": 46, - "startOffset": 52761, - "endLine": 756, - "endColumn": 49, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 34975, - "endLine": 334, - "endColumn": 11, - "endOffset": 35080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 22994, - "endLine": 198, - "endColumn": 11, - "endOffset": 23107 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 35085, - "endColumn": 54, - "endOffset": 35135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 185, - "startColumn": 4, - "startOffset": 21657, - "endColumn": 55, - "endOffset": 21708 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 35140, - "endColumn": 61, - "endOffset": 35197 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 212, - "startColumn": 4, - "startOffset": 24311, - "endColumn": 62, - "endOffset": 24368 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 35202, - "endLine": 338, - "endColumn": 11, - "endOffset": 35350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 205, - "startColumn": 4, - "startOffset": 23780, - "endLine": 206, - "endColumn": 11, - "endOffset": 23979 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 35355, - "endLine": 340, - "endColumn": 11, - "endOffset": 35456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 201, - "startColumn": 4, - "startOffset": 23400, - "endLine": 202, - "endColumn": 11, - "endOffset": 23502 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 35461, - "endColumn": 59, - "endOffset": 35516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 218, - "startColumn": 4, - "startOffset": 24746, - "endColumn": 60, - "endOffset": 24801 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 35521, - "endColumn": 40, - "endOffset": 35557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 756, - "startColumn": 4, - "startOffset": 52775, - "endLine": 758, - "endColumn": 40, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 35562, - "endColumn": 39, - "endOffset": 35597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 758, - "startColumn": 4, - "startOffset": 52775, - "endLine": 760, - "endColumn": 39, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 35602, - "endColumn": 332, - "endOffset": 35930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 99, - "startColumn": 5, - "startOffset": 12713, - "endColumn": 327, - "endOffset": 12765 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 35935, - "endColumn": 63, - "endOffset": 35994 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 760, - "startColumn": 4, - "startOffset": 52775, - "endLine": 762, - "endColumn": 63, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 35999, - "endColumn": 63, - "endOffset": 36058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 763, - "startColumn": 0, - "startOffset": 52832, - "endLine": 764, - "endColumn": 63, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 36063, - "endColumn": 112, - "endOffset": 36171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 491, - "startColumn": 4, - "startOffset": 47940, - "endColumn": 112, - "endOffset": 48048 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 36176, - "endColumn": 49, - "endOffset": 36221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 763, - "startColumn": 46, - "startOffset": 52761, - "endLine": 766, - "endColumn": 49, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 36226, - "endColumn": 143, - "endOffset": 36365 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 7065, - "endLine": 70, - "endColumn": 133, - "endOffset": 7193 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 36370, - "endColumn": 68, - "endOffset": 36434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 190, - "startColumn": 4, - "startOffset": 22167, - "endLine": 191, - "endColumn": 69, - "endOffset": 22327 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 36439, - "endColumn": 112, - "endOffset": 36547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 194, - "startColumn": 4, - "startOffset": 22494, - "endColumn": 113, - "endOffset": 22573 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 36552, - "endColumn": 1045, - "endOffset": 37593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/conduct_text.xml", - "position": { - "startLine": 19, - "startColumn": 0, - "startOffset": 751, - "endColumn": 1041, - "endOffset": 1792 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 37598, - "endColumn": 87, - "endOffset": 37681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 187, - "startColumn": 4, - "startOffset": 21940, - "endLine": 188, - "endColumn": 88, - "endOffset": 22118 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 37686, - "endColumn": 128, - "endOffset": 37810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 6101, - "endLine": 64, - "endColumn": 128, - "endOffset": 6225 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 37815, - "endColumn": 133, - "endOffset": 37944 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 6552, - "endColumn": 133, - "endOffset": 6681 - } - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 37949, - "endColumn": 163, - "endOffset": 38108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7524, - "endColumn": 163, - "endOffset": 7683 - } - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 38113, - "endColumn": 130, - "endOffset": 38239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 71, - "startColumn": 41, - "startOffset": 7345, - "endLine": 72, - "endColumn": 130, - "endOffset": 7434 - } - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 38244, - "endColumn": 251, - "endOffset": 38491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6742, - "endColumn": 251, - "endOffset": 6989 - } - } - }, - { - "to": { - "startLine": 359, - "startColumn": 4, - "startOffset": 38496, - "endColumn": 96, - "endOffset": 38588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 766, - "startColumn": 51, - "startOffset": 52822, - "endLine": 768, - "endColumn": 96, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 38593, - "endColumn": 72, - "endOffset": 38661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 769, - "startColumn": 0, - "startOffset": 52832, - "endLine": 770, - "endColumn": 72, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 38666, - "endColumn": 77, - "endOffset": 38739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 770, - "startColumn": 4, - "startOffset": 52775, - "endLine": 772, - "endColumn": 77, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 362, - "startColumn": 4, - "startOffset": 38744, - "endColumn": 119, - "endOffset": 38859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 772, - "startColumn": 0, - "startOffset": 52832, - "endLine": 773, - "endColumn": 119, - "endOffset": 52845 - } - } - }, - { - "to": { - "startLine": 363, - "startColumn": 4, - "startOffset": 38864, - "endColumn": 57, - "endOffset": 38917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-es/strings.xml", - "position": { - "startLine": 214, - "startColumn": 4, - "startOffset": 24459, - "endLine": 215, - "endColumn": 58, - "endOffset": 24608 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json b/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json deleted file mode 100644 index a4f4aff..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 116, - "endOffset": 217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 116, - "endOffset": 396 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 222, - "endColumn": 107, - "endOffset": 325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 107, - "endOffset": 504 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 330, - "endColumn": 122, - "endOffset": 448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 509, - "endColumn": 122, - "endOffset": 627 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 453, - "endColumn": 106, - "endOffset": 555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 632, - "endColumn": 106, - "endOffset": 734 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 560, - "endColumn": 110, - "endOffset": 666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 110, - "endOffset": 845 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 671, - "endColumn": 85, - "endOffset": 752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 850, - "endColumn": 85, - "endOffset": 931 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 757, - "endColumn": 101, - "endOffset": 854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 936, - "endColumn": 101, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 859, - "endColumn": 116, - "endOffset": 971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 116, - "endOffset": 1150 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 976, - "endColumn": 82, - "endOffset": 1054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1155, - "endColumn": 82, - "endOffset": 1233 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1059, - "endColumn": 110, - "endOffset": 1165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1238, - "endColumn": 110, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 104, - "endOffset": 1270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 104, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 98, - "endOffset": 1369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1454, - "endColumn": 98, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1374, - "endColumn": 109, - "endOffset": 1479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 109, - "endOffset": 1658 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 100, - "endOffset": 1580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1663, - "endColumn": 100, - "endOffset": 1759 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 102, - "endOffset": 1683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1764, - "endColumn": 102, - "endOffset": 1862 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1688, - "endColumn": 127, - "endOffset": 1811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1867, - "endColumn": 127, - "endOffset": 1990 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1816, - "endColumn": 101, - "endOffset": 1913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1995, - "endColumn": 101, - "endOffset": 2092 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1918, - "endColumn": 160, - "endOffset": 2074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 679, - "endColumn": 160, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2079, - "endColumn": 158, - "endOffset": 2233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2676, - "endColumn": 158, - "endOffset": 2830 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2238, - "endColumn": 127, - "endOffset": 2361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2377, - "endColumn": 127, - "endOffset": 2500 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2366, - "endColumn": 127, - "endOffset": 2489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2116, - "endColumn": 127, - "endOffset": 2239 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2494, - "endColumn": 158, - "endOffset": 2648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1957, - "endColumn": 158, - "endOffset": 2111 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2653, - "endColumn": 125, - "endOffset": 2774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1831, - "endColumn": 125, - "endOffset": 1952 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2779, - "endColumn": 171, - "endOffset": 2946 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 175, - "endOffset": 1184 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2951, - "endColumn": 129, - "endOffset": 3076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1701, - "endColumn": 129, - "endOffset": 1826 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3081, - "endColumn": 189, - "endOffset": 3266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1316, - "endColumn": 189, - "endOffset": 1501 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3271, - "endColumn": 194, - "endOffset": 3461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1506, - "endColumn": 194, - "endOffset": 1696 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3466, - "endColumn": 126, - "endOffset": 3588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1189, - "endColumn": 126, - "endOffset": 1311 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3593, - "endColumn": 168, - "endOffset": 3757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3247, - "endColumn": 168, - "endOffset": 3411 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3762, - "endColumn": 118, - "endOffset": 3876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3128, - "endColumn": 118, - "endOffset": 3242 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3881, - "endColumn": 172, - "endOffset": 4049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 840, - "endColumn": 172, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4054, - "endColumn": 175, - "endOffset": 4225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2952, - "endColumn": 175, - "endOffset": 3123 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4230, - "endColumn": 116, - "endOffset": 4342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2835, - "endColumn": 116, - "endOffset": 2947 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4347, - "endColumn": 193, - "endOffset": 4536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 303, - "endColumn": 193, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4541, - "endColumn": 181, - "endOffset": 4718 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 497, - "endColumn": 181, - "endOffset": 674 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4723, - "endColumn": 132, - "endOffset": 4851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 132, - "endOffset": 298 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4856, - "endColumn": 170, - "endOffset": 5022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4695, - "endColumn": 170, - "endOffset": 4861 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5027, - "endColumn": 132, - "endOffset": 5155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4562, - "endColumn": 132, - "endOffset": 4690 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5160, - "endColumn": 139, - "endOffset": 5295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3416, - "endColumn": 139, - "endOffset": 3551 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5300, - "endColumn": 223, - "endOffset": 5519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3681, - "endColumn": 223, - "endOffset": 3900 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5524, - "endColumn": 124, - "endOffset": 5644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3556, - "endColumn": 124, - "endOffset": 3676 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5649, - "endColumn": 109, - "endOffset": 5754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3905, - "endColumn": 109, - "endOffset": 4010 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5759, - "endColumn": 170, - "endOffset": 5925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2505, - "endColumn": 170, - "endOffset": 2671 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5930, - "endColumn": 132, - "endOffset": 6058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2244, - "endColumn": 132, - "endOffset": 2372 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6063, - "endColumn": 91, - "endOffset": 6150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4222, - "endColumn": 91, - "endOffset": 4309 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6155, - "endColumn": 94, - "endOffset": 6245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4015, - "endColumn": 94, - "endOffset": 4105 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6250, - "endColumn": 111, - "endOffset": 6357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4110, - "endColumn": 111, - "endOffset": 4217 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6362, - "endColumn": 247, - "endOffset": 6605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-et-rEE/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4314, - "endColumn": 247, - "endOffset": 4557 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6610, - "endColumn": 100, - "endOffset": 6706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2097, - "endColumn": 100, - "endOffset": 2193 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json b/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json deleted file mode 100644 index 2b4b171..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 108, - "endOffset": 209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 108, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 214, - "endColumn": 107, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 107, - "endOffset": 496 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 122, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 122, - "endOffset": 619 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 97, - "endOffset": 538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 624, - "endColumn": 97, - "endOffset": 717 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 543, - "endColumn": 109, - "endOffset": 648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 722, - "endColumn": 109, - "endOffset": 827 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 653, - "endColumn": 85, - "endOffset": 734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 832, - "endColumn": 85, - "endOffset": 913 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 105, - "endOffset": 840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 918, - "endColumn": 105, - "endOffset": 1019 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 845, - "endColumn": 123, - "endOffset": 964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 123, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 969, - "endColumn": 81, - "endOffset": 1046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 81, - "endOffset": 1225 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1051, - "endColumn": 108, - "endOffset": 1155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1230, - "endColumn": 108, - "endOffset": 1334 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1160, - "endColumn": 109, - "endOffset": 1265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1339, - "endColumn": 109, - "endOffset": 1444 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1270, - "endColumn": 98, - "endOffset": 1364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 98, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1369, - "endColumn": 108, - "endOffset": 1473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 108, - "endOffset": 1652 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1478, - "endColumn": 112, - "endOffset": 1586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1657, - "endColumn": 112, - "endOffset": 1765 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1591, - "endColumn": 110, - "endOffset": 1697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1770, - "endColumn": 110, - "endOffset": 1876 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1702, - "endColumn": 136, - "endOffset": 1834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1881, - "endColumn": 136, - "endOffset": 2013 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1839, - "endColumn": 98, - "endOffset": 1933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2018, - "endColumn": 98, - "endOffset": 2112 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1938, - "endColumn": 161, - "endOffset": 2095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 677, - "endColumn": 161, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2100, - "endColumn": 162, - "endOffset": 2258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2710, - "endColumn": 162, - "endOffset": 2868 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2263, - "endColumn": 113, - "endOffset": 2372 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2419, - "endColumn": 113, - "endOffset": 2528 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2377, - "endColumn": 128, - "endOffset": 2501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2158, - "endColumn": 128, - "endOffset": 2282 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2506, - "endColumn": 177, - "endOffset": 2679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 177, - "endOffset": 2153 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2684, - "endColumn": 126, - "endOffset": 2806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1853, - "endColumn": 126, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2811, - "endColumn": 177, - "endOffset": 2984 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 181, - "endOffset": 1190 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2989, - "endColumn": 129, - "endOffset": 3114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1723, - "endColumn": 129, - "endOffset": 1848 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3119, - "endColumn": 200, - "endOffset": 3315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1322, - "endColumn": 200, - "endOffset": 1518 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3320, - "endColumn": 199, - "endOffset": 3515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1523, - "endColumn": 199, - "endOffset": 1718 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3520, - "endColumn": 126, - "endOffset": 3642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1195, - "endColumn": 126, - "endOffset": 1317 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3647, - "endColumn": 168, - "endOffset": 3811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3287, - "endColumn": 168, - "endOffset": 3451 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3816, - "endColumn": 124, - "endOffset": 3936 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3162, - "endColumn": 124, - "endOffset": 3282 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3941, - "endColumn": 173, - "endOffset": 4110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 839, - "endColumn": 173, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4115, - "endColumn": 167, - "endOffset": 4278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2994, - "endColumn": 167, - "endOffset": 3157 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4283, - "endColumn": 120, - "endOffset": 4399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2873, - "endColumn": 120, - "endOffset": 2989 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4404, - "endColumn": 187, - "endOffset": 4587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 307, - "endColumn": 187, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4592, - "endColumn": 181, - "endOffset": 4769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 495, - "endColumn": 181, - "endOffset": 672 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4774, - "endColumn": 136, - "endOffset": 4906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 136, - "endOffset": 302 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4911, - "endColumn": 188, - "endOffset": 5095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4781, - "endColumn": 188, - "endOffset": 4965 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5100, - "endColumn": 130, - "endOffset": 5226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4650, - "endColumn": 130, - "endOffset": 4776 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5231, - "endColumn": 146, - "endOffset": 5373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3456, - "endColumn": 146, - "endOffset": 3598 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5378, - "endColumn": 251, - "endOffset": 5625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3730, - "endColumn": 251, - "endOffset": 3977 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5630, - "endColumn": 126, - "endOffset": 5752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3603, - "endColumn": 126, - "endOffset": 3725 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5757, - "endColumn": 109, - "endOffset": 5862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3982, - "endColumn": 109, - "endOffset": 4087 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5867, - "endColumn": 176, - "endOffset": 6039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2533, - "endColumn": 176, - "endOffset": 2705 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6044, - "endColumn": 131, - "endOffset": 6171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2287, - "endColumn": 131, - "endOffset": 2414 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6176, - "endColumn": 94, - "endOffset": 6266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4296, - "endColumn": 94, - "endOffset": 4386 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6271, - "endColumn": 94, - "endOffset": 6361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4092, - "endColumn": 94, - "endOffset": 4182 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6366, - "endColumn": 108, - "endOffset": 6470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4187, - "endColumn": 108, - "endOffset": 4291 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6475, - "endColumn": 258, - "endOffset": 6729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-eu-rES/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4391, - "endColumn": 258, - "endOffset": 4645 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6734, - "endColumn": 100, - "endOffset": 6830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2117, - "endColumn": 100, - "endOffset": 2213 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fa.json b/android/build/intermediates/blame/res/debug/multi/values-fa.json deleted file mode 100644 index 862d609..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-fa.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-fa/values-fa.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 109, - "endOffset": 210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 109, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 215, - "endColumn": 109, - "endOffset": 320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 109, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 325, - "endColumn": 125, - "endOffset": 446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 500, - "endColumn": 125, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 451, - "endColumn": 102, - "endOffset": 549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 102, - "endOffset": 724 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 554, - "endColumn": 110, - "endOffset": 660 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 729, - "endColumn": 110, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 665, - "endColumn": 87, - "endOffset": 748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 87, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 753, - "endColumn": 102, - "endOffset": 851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 102, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 856, - "endColumn": 114, - "endOffset": 966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 114, - "endOffset": 1141 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 971, - "endColumn": 80, - "endOffset": 1047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1146, - "endColumn": 80, - "endOffset": 1222 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1052, - "endColumn": 111, - "endOffset": 1159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1227, - "endColumn": 111, - "endOffset": 1334 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1164, - "endColumn": 102, - "endOffset": 1262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1339, - "endColumn": 102, - "endOffset": 1437 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1267, - "endColumn": 97, - "endOffset": 1360 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1442, - "endColumn": 97, - "endOffset": 1535 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1365, - "endColumn": 109, - "endOffset": 1470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1540, - "endColumn": 109, - "endOffset": 1645 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1475, - "endColumn": 102, - "endOffset": 1573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1650, - "endColumn": 102, - "endOffset": 1748 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1578, - "endColumn": 108, - "endOffset": 1682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1753, - "endColumn": 108, - "endOffset": 1857 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1687, - "endColumn": 124, - "endOffset": 1807 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1862, - "endColumn": 124, - "endOffset": 1982 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1812, - "endColumn": 100, - "endOffset": 1908 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1987, - "endColumn": 100, - "endOffset": 2083 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1913, - "endColumn": 160, - "endOffset": 2069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 655, - "endColumn": 160, - "endOffset": 811 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2074, - "endColumn": 165, - "endOffset": 2235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2622, - "endColumn": 165, - "endOffset": 2783 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 116, - "endOffset": 2352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2337, - "endColumn": 116, - "endOffset": 2449 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2357, - "endColumn": 128, - "endOffset": 2481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 128, - "endOffset": 2202 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2486, - "endColumn": 166, - "endOffset": 2648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1911, - "endColumn": 166, - "endOffset": 2073 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2653, - "endColumn": 126, - "endOffset": 2775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1784, - "endColumn": 126, - "endOffset": 1906 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2780, - "endColumn": 168, - "endOffset": 2944 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 975, - "endColumn": 172, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2949, - "endColumn": 126, - "endOffset": 3071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1657, - "endColumn": 126, - "endOffset": 1779 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3076, - "endColumn": 187, - "endOffset": 3259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1272, - "endColumn": 187, - "endOffset": 1455 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3264, - "endColumn": 196, - "endOffset": 3456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1460, - "endColumn": 196, - "endOffset": 1652 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3461, - "endColumn": 123, - "endOffset": 3580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 123, - "endOffset": 1267 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3585, - "endColumn": 186, - "endOffset": 3767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3184, - "endColumn": 186, - "endOffset": 3366 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3772, - "endColumn": 120, - "endOffset": 3888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3063, - "endColumn": 120, - "endOffset": 3179 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3893, - "endColumn": 158, - "endOffset": 4047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 816, - "endColumn": 158, - "endOffset": 970 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4052, - "endColumn": 158, - "endOffset": 4206 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2904, - "endColumn": 158, - "endOffset": 3058 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4211, - "endColumn": 115, - "endOffset": 4322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2788, - "endColumn": 115, - "endOffset": 2899 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4327, - "endColumn": 170, - "endOffset": 4493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 170, - "endOffset": 468 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4498, - "endColumn": 181, - "endOffset": 4675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 473, - "endColumn": 181, - "endOffset": 650 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4680, - "endColumn": 131, - "endOffset": 4807 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4812, - "endColumn": 190, - "endOffset": 4998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4663, - "endColumn": 190, - "endOffset": 4849 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5003, - "endColumn": 121, - "endOffset": 5120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4541, - "endColumn": 121, - "endOffset": 4658 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5125, - "endColumn": 134, - "endOffset": 5255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3371, - "endColumn": 134, - "endOffset": 3501 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5260, - "endColumn": 245, - "endOffset": 5501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3629, - "endColumn": 245, - "endOffset": 3870 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5506, - "endColumn": 122, - "endOffset": 5624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3506, - "endColumn": 122, - "endOffset": 3624 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5629, - "endColumn": 111, - "endOffset": 5736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3875, - "endColumn": 111, - "endOffset": 3982 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5741, - "endColumn": 167, - "endOffset": 5904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2454, - "endColumn": 167, - "endOffset": 2617 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5909, - "endColumn": 129, - "endOffset": 6034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2207, - "endColumn": 129, - "endOffset": 2332 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6039, - "endColumn": 94, - "endOffset": 6129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4200, - "endColumn": 94, - "endOffset": 4290 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6134, - "endColumn": 97, - "endOffset": 6227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3987, - "endColumn": 97, - "endOffset": 4080 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6232, - "endColumn": 114, - "endOffset": 6342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 114, - "endOffset": 4195 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6347, - "endColumn": 245, - "endOffset": 6588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fa/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4295, - "endColumn": 245, - "endOffset": 4536 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6593, - "endColumn": 100, - "endOffset": 6689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2088, - "endColumn": 100, - "endOffset": 2184 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fi.json b/android/build/intermediates/blame/res/debug/multi/values-fi.json deleted file mode 100644 index 6a1e192..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-fi.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-fi/values-fi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 107, - "endOffset": 208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 107, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 213, - "endColumn": 107, - "endOffset": 316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 321, - "endColumn": 122, - "endOffset": 439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 444, - "endColumn": 99, - "endOffset": 539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 99, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 544, - "endColumn": 100, - "endOffset": 640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 100, - "endOffset": 815 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 645, - "endColumn": 85, - "endOffset": 726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 820, - "endColumn": 85, - "endOffset": 901 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 731, - "endColumn": 104, - "endOffset": 831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 906, - "endColumn": 104, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 836, - "endColumn": 117, - "endOffset": 949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 117, - "endOffset": 1124 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 954, - "endColumn": 79, - "endOffset": 1029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1129, - "endColumn": 79, - "endOffset": 1204 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1034, - "endColumn": 106, - "endOffset": 1136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 106, - "endOffset": 1311 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 102, - "endOffset": 1239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1316, - "endColumn": 102, - "endOffset": 1414 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 96, - "endOffset": 1336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1419, - "endColumn": 96, - "endOffset": 1511 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1341, - "endColumn": 105, - "endOffset": 1442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1516, - "endColumn": 105, - "endOffset": 1617 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1447, - "endColumn": 98, - "endOffset": 1541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1622, - "endColumn": 98, - "endOffset": 1716 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1546, - "endColumn": 103, - "endOffset": 1645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1721, - "endColumn": 103, - "endOffset": 1820 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1650, - "endColumn": 118, - "endOffset": 1764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1825, - "endColumn": 118, - "endOffset": 1939 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1769, - "endColumn": 98, - "endOffset": 1863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1944, - "endColumn": 98, - "endOffset": 2038 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1868, - "endColumn": 173, - "endOffset": 2037 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 656, - "endColumn": 173, - "endOffset": 825 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2042, - "endColumn": 153, - "endOffset": 2191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2641, - "endColumn": 153, - "endOffset": 2790 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2196, - "endColumn": 111, - "endOffset": 2303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2369, - "endColumn": 111, - "endOffset": 2476 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2308, - "endColumn": 131, - "endOffset": 2435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2108, - "endColumn": 131, - "endOffset": 2235 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2440, - "endColumn": 165, - "endOffset": 2601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1942, - "endColumn": 165, - "endOffset": 2103 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2606, - "endColumn": 132, - "endOffset": 2734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1809, - "endColumn": 132, - "endOffset": 1937 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2739, - "endColumn": 168, - "endOffset": 2903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 996, - "endColumn": 172, - "endOffset": 1164 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2908, - "endColumn": 129, - "endOffset": 3033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 129, - "endOffset": 1804 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3038, - "endColumn": 187, - "endOffset": 3221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1296, - "endColumn": 187, - "endOffset": 1479 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3226, - "endColumn": 194, - "endOffset": 3416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 194, - "endOffset": 1674 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3421, - "endColumn": 126, - "endOffset": 3543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1169, - "endColumn": 126, - "endOffset": 1291 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3548, - "endColumn": 167, - "endOffset": 3711 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3206, - "endColumn": 167, - "endOffset": 3369 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3716, - "endColumn": 122, - "endOffset": 3834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3083, - "endColumn": 122, - "endOffset": 3201 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3839, - "endColumn": 165, - "endOffset": 4000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 830, - "endColumn": 165, - "endOffset": 991 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4005, - "endColumn": 169, - "endOffset": 4170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2913, - "endColumn": 169, - "endOffset": 3078 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4175, - "endColumn": 117, - "endOffset": 4288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2795, - "endColumn": 117, - "endOffset": 2908 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4293, - "endColumn": 176, - "endOffset": 4465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 307, - "endColumn": 176, - "endOffset": 479 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4470, - "endColumn": 171, - "endOffset": 4637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 484, - "endColumn": 171, - "endOffset": 651 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4642, - "endColumn": 136, - "endOffset": 4774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 136, - "endOffset": 302 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4779, - "endColumn": 178, - "endOffset": 4953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4672, - "endColumn": 178, - "endOffset": 4846 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4958, - "endColumn": 133, - "endOffset": 5087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4538, - "endColumn": 133, - "endOffset": 4667 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5092, - "endColumn": 156, - "endOffset": 5244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3374, - "endColumn": 156, - "endOffset": 3526 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5249, - "endColumn": 223, - "endOffset": 5468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3657, - "endColumn": 223, - "endOffset": 3876 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5473, - "endColumn": 125, - "endOffset": 5594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3531, - "endColumn": 125, - "endOffset": 3652 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5599, - "endColumn": 107, - "endOffset": 5702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3881, - "endColumn": 107, - "endOffset": 3984 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5707, - "endColumn": 159, - "endOffset": 5862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2481, - "endColumn": 159, - "endOffset": 2636 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5867, - "endColumn": 128, - "endOffset": 5991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 128, - "endOffset": 2364 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5996, - "endColumn": 94, - "endOffset": 6086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4194, - "endColumn": 94, - "endOffset": 4284 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6091, - "endColumn": 92, - "endOffset": 6179 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3989, - "endColumn": 92, - "endOffset": 4077 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6184, - "endColumn": 111, - "endOffset": 6291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4082, - "endColumn": 111, - "endOffset": 4189 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6296, - "endColumn": 248, - "endOffset": 6540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fi/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4289, - "endColumn": 248, - "endOffset": 4533 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6545, - "endColumn": 100, - "endOffset": 6641 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2043, - "endColumn": 100, - "endOffset": 2139 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json b/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json deleted file mode 100644 index e8fb0c5..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 110, - "endOffset": 211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 110, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 216, - "endColumn": 107, - "endOffset": 319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 107, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 324, - "endColumn": 122, - "endOffset": 442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 122, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 447, - "endColumn": 114, - "endOffset": 557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 114, - "endOffset": 736 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 562, - "endColumn": 110, - "endOffset": 668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 110, - "endOffset": 847 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 673, - "endColumn": 86, - "endOffset": 755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 852, - "endColumn": 86, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 760, - "endColumn": 115, - "endOffset": 871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 939, - "endColumn": 115, - "endOffset": 1050 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 876, - "endColumn": 129, - "endOffset": 1001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1055, - "endColumn": 129, - "endOffset": 1180 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1006, - "endColumn": 95, - "endOffset": 1097 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1185, - "endColumn": 95, - "endOffset": 1276 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1102, - "endColumn": 109, - "endOffset": 1207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1281, - "endColumn": 109, - "endOffset": 1386 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1212, - "endColumn": 111, - "endOffset": 1319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1391, - "endColumn": 111, - "endOffset": 1498 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 102, - "endOffset": 1422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1503, - "endColumn": 102, - "endOffset": 1601 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1427, - "endColumn": 110, - "endOffset": 1533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1606, - "endColumn": 110, - "endOffset": 1712 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 106, - "endOffset": 1640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1717, - "endColumn": 106, - "endOffset": 1819 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1645, - "endColumn": 101, - "endOffset": 1742 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1824, - "endColumn": 101, - "endOffset": 1921 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1747, - "endColumn": 121, - "endOffset": 1864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1926, - "endColumn": 121, - "endOffset": 2043 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1869, - "endColumn": 98, - "endOffset": 1963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2048, - "endColumn": 98, - "endOffset": 2142 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1968, - "endColumn": 166, - "endOffset": 2130 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 687, - "endColumn": 166, - "endOffset": 849 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2135, - "endColumn": 194, - "endOffset": 2325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2825, - "endColumn": 194, - "endOffset": 3015 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2330, - "endColumn": 117, - "endOffset": 2443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2508, - "endColumn": 117, - "endOffset": 2621 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2448, - "endColumn": 132, - "endOffset": 2576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2237, - "endColumn": 132, - "endOffset": 2365 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2581, - "endColumn": 195, - "endOffset": 2772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2041, - "endColumn": 195, - "endOffset": 2232 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2777, - "endColumn": 130, - "endOffset": 2903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1910, - "endColumn": 130, - "endOffset": 2036 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2908, - "endColumn": 168, - "endOffset": 3072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1026, - "endColumn": 172, - "endOffset": 1194 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3077, - "endColumn": 135, - "endOffset": 3208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1774, - "endColumn": 135, - "endOffset": 1905 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3213, - "endColumn": 220, - "endOffset": 3429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1332, - "endColumn": 220, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3434, - "endColumn": 220, - "endOffset": 3650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 220, - "endOffset": 1769 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3655, - "endColumn": 132, - "endOffset": 3783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1199, - "endColumn": 132, - "endOffset": 1327 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3788, - "endColumn": 195, - "endOffset": 3979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3455, - "endColumn": 195, - "endOffset": 3646 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3984, - "endColumn": 121, - "endOffset": 4101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3333, - "endColumn": 121, - "endOffset": 3450 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4106, - "endColumn": 171, - "endOffset": 4273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 854, - "endColumn": 171, - "endOffset": 1021 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4278, - "endColumn": 192, - "endOffset": 4466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3140, - "endColumn": 192, - "endOffset": 3328 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4471, - "endColumn": 119, - "endOffset": 4586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 3020, - "endColumn": 119, - "endOffset": 3135 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4591, - "endColumn": 189, - "endOffset": 4776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 313, - "endColumn": 189, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4781, - "endColumn": 183, - "endOffset": 4960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 503, - "endColumn": 183, - "endOffset": 682 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4965, - "endColumn": 142, - "endOffset": 5103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 142, - "endOffset": 308 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5108, - "endColumn": 187, - "endOffset": 5291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 5032, - "endColumn": 187, - "endOffset": 5215 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5296, - "endColumn": 126, - "endOffset": 5418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4905, - "endColumn": 126, - "endOffset": 5027 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5423, - "endColumn": 147, - "endOffset": 5566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3651, - "endColumn": 147, - "endOffset": 3794 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5571, - "endColumn": 276, - "endOffset": 5843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3924, - "endColumn": 276, - "endOffset": 4196 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5848, - "endColumn": 124, - "endOffset": 5968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3799, - "endColumn": 124, - "endOffset": 3919 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5973, - "endColumn": 113, - "endOffset": 6082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4201, - "endColumn": 113, - "endOffset": 4310 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6087, - "endColumn": 198, - "endOffset": 6281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2626, - "endColumn": 198, - "endOffset": 2820 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6286, - "endColumn": 137, - "endOffset": 6419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2370, - "endColumn": 137, - "endOffset": 2503 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6424, - "endColumn": 101, - "endOffset": 6521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4522, - "endColumn": 101, - "endOffset": 4619 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6526, - "endColumn": 93, - "endOffset": 6615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4315, - "endColumn": 93, - "endOffset": 4404 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6620, - "endColumn": 112, - "endOffset": 6728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4409, - "endColumn": 112, - "endOffset": 4517 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6733, - "endColumn": 280, - "endOffset": 7009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr-rCA/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4624, - "endColumn": 280, - "endOffset": 4900 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 7014, - "endColumn": 100, - "endOffset": 7110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2147, - "endColumn": 100, - "endOffset": 2243 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fr.json b/android/build/intermediates/blame/res/debug/multi/values-fr.json deleted file mode 100644 index 6cbef12..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-fr.json +++ /dev/null @@ -1,4263 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-fr/values-fr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 7, - "endColumn": 12, - "endOffset": 366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 237, - "startColumn": 4, - "startOffset": 20013, - "endLine": 242, - "endColumn": 12, - "endOffset": 20486 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 371, - "endLine": 11, - "endColumn": 12, - "endOffset": 683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 242, - "startColumn": 4, - "startOffset": 20567, - "endLine": 248, - "endColumn": 12, - "endOffset": 21246 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 688, - "endLine": 15, - "endColumn": 12, - "endOffset": 880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 885, - "endLine": 20, - "endColumn": 12, - "endOffset": 1197 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 257, - "startColumn": 4, - "startOffset": 22019, - "endLine": 261, - "endColumn": 12, - "endOffset": 22510 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1202, - "endColumn": 198, - "endOffset": 1396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1401, - "endColumn": 171, - "endOffset": 1568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1573, - "endColumn": 195, - "endOffset": 1764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1769, - "endColumn": 110, - "endOffset": 1875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1880, - "endColumn": 107, - "endOffset": 1983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1988, - "endColumn": 122, - "endOffset": 2106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2111, - "endColumn": 114, - "endOffset": 2221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2226, - "endColumn": 110, - "endOffset": 2332 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2337, - "endColumn": 81, - "endOffset": 2414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2419, - "endColumn": 105, - "endOffset": 2520 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2525, - "endColumn": 129, - "endOffset": 2650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2655, - "endColumn": 85, - "endOffset": 2736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2741, - "endColumn": 109, - "endOffset": 2846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2851, - "endColumn": 111, - "endOffset": 2958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2963, - "endColumn": 102, - "endOffset": 3061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 3066, - "endColumn": 110, - "endOffset": 3172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 3177, - "endColumn": 106, - "endOffset": 3279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3284, - "endColumn": 106, - "endOffset": 3386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3391, - "endColumn": 121, - "endOffset": 3508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3513, - "endColumn": 98, - "endOffset": 3607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3612, - "endLine": 42, - "endColumn": 198, - "endOffset": 3880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 264, - "startColumn": 4, - "startOffset": 22840, - "endLine": 265, - "endColumn": 222, - "endOffset": 23132 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3885, - "endColumn": 75, - "endOffset": 3956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3961, - "endColumn": 63, - "endOffset": 4020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 4025, - "endColumn": 43, - "endOffset": 4064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 4069, - "endColumn": 57, - "endOffset": 4122 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 4127, - "endColumn": 63, - "endOffset": 4186 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 4191, - "endColumn": 94, - "endOffset": 4281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 4286, - "endColumn": 108, - "endOffset": 4390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4395, - "endColumn": 60, - "endOffset": 4451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4456, - "endColumn": 54, - "endOffset": 4506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4511, - "endColumn": 54, - "endOffset": 4561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4566, - "endColumn": 53, - "endOffset": 4615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4620, - "endColumn": 55, - "endOffset": 4671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4676, - "endColumn": 162, - "endOffset": 4834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 232, - "startColumn": 48, - "startOffset": 19689, - "endLine": 234, - "endColumn": 163, - "endOffset": 19804 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4839, - "endColumn": 115, - "endOffset": 4950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 231, - "startColumn": 54, - "startOffset": 19406, - "endColumn": 116, - "endOffset": 19468 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4955, - "endColumn": 48, - "endOffset": 4999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5004, - "endColumn": 59, - "endOffset": 5059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5064, - "endColumn": 57, - "endOffset": 5117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5122, - "endColumn": 66, - "endOffset": 5184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5189, - "endColumn": 69, - "endOffset": 5254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5259, - "endColumn": 126, - "endOffset": 5381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5386, - "endColumn": 136, - "endOffset": 5518 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5523, - "endColumn": 42, - "endOffset": 5561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5566, - "endColumn": 210, - "endOffset": 5772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5777, - "endColumn": 73, - "endOffset": 5846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5851, - "endColumn": 189, - "endOffset": 6036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6041, - "endColumn": 194, - "endOffset": 6231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6236, - "endColumn": 117, - "endOffset": 6349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6354, - "endColumn": 128, - "endOffset": 6478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6483, - "endColumn": 195, - "endOffset": 6674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6679, - "endColumn": 130, - "endOffset": 6805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6810, - "endColumn": 196, - "endOffset": 7002 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7007, - "endColumn": 131, - "endOffset": 7134 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7139, - "endColumn": 220, - "endOffset": 7355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 7360, - "endColumn": 220, - "endOffset": 7576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7581, - "endColumn": 132, - "endOffset": 7709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7714, - "endColumn": 195, - "endOffset": 7905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7910, - "endColumn": 121, - "endOffset": 8027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 8032, - "endColumn": 170, - "endOffset": 8198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 8203, - "endColumn": 192, - "endOffset": 8391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 8396, - "endColumn": 119, - "endOffset": 8511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8516, - "endColumn": 189, - "endOffset": 8701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 8706, - "endColumn": 182, - "endOffset": 8884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8889, - "endColumn": 142, - "endOffset": 9027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 9032, - "endColumn": 187, - "endOffset": 9215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 9220, - "endColumn": 128, - "endOffset": 9344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9349, - "endColumn": 147, - "endOffset": 9492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 9497, - "endColumn": 276, - "endOffset": 9769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9774, - "endColumn": 124, - "endOffset": 9894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9899, - "endColumn": 113, - "endOffset": 10008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 10013, - "endColumn": 198, - "endOffset": 10207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 10212, - "endColumn": 137, - "endOffset": 10345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 10350, - "endColumn": 101, - "endOffset": 10447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 10452, - "endColumn": 93, - "endOffset": 10541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 10546, - "endColumn": 113, - "endOffset": 10655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10660, - "endColumn": 273, - "endOffset": 10929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-fr/common_strings.xml" - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 10934, - "endColumn": 92, - "endOffset": 11022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 11027, - "endColumn": 116, - "endOffset": 11139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 11144, - "endColumn": 56, - "endOffset": 11196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 11201, - "endColumn": 53, - "endOffset": 11250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 11255, - "endColumn": 52, - "endOffset": 11303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 11308, - "endColumn": 43, - "endOffset": 11347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 11352, - "endColumn": 57, - "endOffset": 11405 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 11410, - "endColumn": 72, - "endOffset": 11478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 11483, - "endColumn": 76, - "endOffset": 11555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 11560, - "endColumn": 61, - "endOffset": 11617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 11622, - "endColumn": 57, - "endOffset": 11675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11680, - "endColumn": 85, - "endOffset": 11761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 11766, - "endColumn": 54, - "endOffset": 11816 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11821, - "endColumn": 64, - "endOffset": 11881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 378, - "startColumn": 4, - "startOffset": 32196, - "endColumn": 64, - "endOffset": 32247 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 11886, - "endColumn": 48, - "endOffset": 11930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 11935, - "endColumn": 84, - "endOffset": 12015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 12020, - "endColumn": 58, - "endOffset": 12074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 12079, - "endColumn": 78, - "endOffset": 12153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 12158, - "endColumn": 56, - "endOffset": 12210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 12215, - "endColumn": 59, - "endOffset": 12270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 12275, - "endColumn": 309, - "endOffset": 12580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 12585, - "endColumn": 54, - "endOffset": 12635 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 12640, - "endColumn": 78, - "endOffset": 12714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 12719, - "endColumn": 67, - "endOffset": 12782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 12787, - "endColumn": 67, - "endOffset": 12850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 12855, - "endColumn": 86, - "endOffset": 12937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 12942, - "endColumn": 95, - "endOffset": 13033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 13038, - "endColumn": 66, - "endOffset": 13100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 13105, - "endColumn": 80, - "endOffset": 13181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 13186, - "endColumn": 105, - "endOffset": 13287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 13292, - "endLine": 129, - "endColumn": 73, - "endOffset": 13455 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 437, - "startColumn": 4, - "startOffset": 36902, - "endLine": 439, - "endColumn": 73, - "endOffset": 37136 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 13460, - "endColumn": 61, - "endOffset": 13517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 13522, - "endColumn": 942, - "endOffset": 14460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/legal_text.xml" - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 14465, - "endColumn": 133, - "endOffset": 14594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 803, - "startColumn": 4, - "startOffset": 53415, - "endLine": 805, - "endColumn": 133, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 14599, - "endColumn": 131, - "endOffset": 14726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 805, - "startColumn": 54, - "startOffset": 53401, - "endLine": 808, - "endColumn": 131, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 14731, - "endColumn": 348, - "endOffset": 15075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 82, - "startColumn": 4, - "startOffset": 6792, - "endColumn": 360, - "endOffset": 7148 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 15080, - "endColumn": 68, - "endOffset": 15144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 15149, - "endColumn": 90, - "endOffset": 15235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 15240, - "endLine": 139, - "endColumn": 210, - "endOffset": 15749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 15754, - "endColumn": 639, - "endOffset": 16389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 16394, - "endColumn": 290, - "endOffset": 16680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 16685, - "endColumn": 420, - "endOffset": 17101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5315, - "endLine": 68, - "endColumn": 390, - "endOffset": 5760 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 17106, - "endColumn": 180, - "endOffset": 17282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 17287, - "endLine": 146, - "endColumn": 11, - "endOffset": 17587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 72, - "startColumn": 4, - "startOffset": 5948, - "endLine": 74, - "endColumn": 11, - "endOffset": 6256 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 17592, - "endColumn": 46, - "endOffset": 17634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 17639, - "endColumn": 63, - "endOffset": 17698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 17703, - "endColumn": 154, - "endOffset": 17853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 17858, - "endColumn": 78, - "endOffset": 17932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 17937, - "endLine": 152, - "endColumn": 11, - "endOffset": 18016 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 459, - "startColumn": 4, - "startOffset": 38873, - "endLine": 460, - "endColumn": 11, - "endOffset": 38956 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 18021, - "endColumn": 42, - "endOffset": 18059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 18064, - "endColumn": 155, - "endOffset": 18215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3375, - "endColumn": 155, - "endOffset": 3526 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 18220, - "endColumn": 65, - "endOffset": 18281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 18286, - "endColumn": 52, - "endOffset": 18334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 18339, - "endColumn": 52, - "endOffset": 18387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 18392, - "endColumn": 58, - "endOffset": 18446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 18451, - "endColumn": 130, - "endOffset": 18577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 18582, - "endColumn": 61, - "endOffset": 18639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 18644, - "endColumn": 140, - "endOffset": 18780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 18785, - "endColumn": 68, - "endOffset": 18849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 18854, - "endColumn": 86, - "endOffset": 18936 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 18941, - "endColumn": 87, - "endOffset": 19024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 19029, - "endColumn": 65, - "endOffset": 19090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 19095, - "endColumn": 50, - "endOffset": 19141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 19146, - "endColumn": 169, - "endOffset": 19311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 19316, - "endColumn": 58, - "endOffset": 19370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 19375, - "endColumn": 114, - "endOffset": 19485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 516, - "startColumn": 4, - "startOffset": 44491, - "endColumn": 118, - "endOffset": 44605 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 19490, - "endColumn": 77, - "endOffset": 19563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 19568, - "endColumn": 123, - "endOffset": 19687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 513, - "startColumn": 4, - "startOffset": 44188, - "endColumn": 127, - "endOffset": 44310 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 19692, - "endColumn": 84, - "endOffset": 19772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 19777, - "endColumn": 147, - "endOffset": 19920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 19925, - "endColumn": 57, - "endOffset": 19978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 19983, - "endColumn": 59, - "endOffset": 20038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 20043, - "endColumn": 76, - "endOffset": 20115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 522, - "startColumn": 4, - "startOffset": 44922, - "endColumn": 76, - "endOffset": 44993 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 20120, - "endColumn": 67, - "endOffset": 20183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 20188, - "endColumn": 51, - "endOffset": 20235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 20240, - "endColumn": 65, - "endOffset": 20301 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 20306, - "endColumn": 62, - "endOffset": 20364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 20369, - "endColumn": 60, - "endOffset": 20425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 20430, - "endColumn": 56, - "endOffset": 20482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 20487, - "endColumn": 68, - "endOffset": 20551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 20556, - "endColumn": 96, - "endOffset": 20648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 542, - "startColumn": 4, - "startOffset": 46394, - "endColumn": 96, - "endOffset": 46485 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 20653, - "endColumn": 94, - "endOffset": 20743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 546, - "startColumn": 4, - "startOffset": 46682, - "endColumn": 94, - "endOffset": 46726 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 20748, - "endLine": 187, - "endColumn": 11, - "endOffset": 20832 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 160, - "startColumn": 5, - "startOffset": 12813, - "endLine": 161, - "endColumn": 11, - "endOffset": 12901 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 20837, - "endColumn": 125, - "endOffset": 20958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 20963, - "endColumn": 78, - "endOffset": 21037 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 21042, - "endColumn": 115, - "endOffset": 21153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 21158, - "endColumn": 75, - "endOffset": 21229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 21234, - "endColumn": 48, - "endOffset": 21278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 21283, - "endColumn": 50, - "endOffset": 21329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 21334, - "endColumn": 38, - "endOffset": 21368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 21373, - "endColumn": 38, - "endOffset": 21407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 21412, - "endColumn": 38, - "endOffset": 21446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 21451, - "endColumn": 38, - "endOffset": 21485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 21490, - "endColumn": 38, - "endOffset": 21524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 21529, - "endColumn": 33, - "endOffset": 21558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 21563, - "endColumn": 41, - "endOffset": 21600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 21605, - "endColumn": 85, - "endOffset": 21686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 596, - "startColumn": 4, - "startOffset": 50560, - "endColumn": 85, - "endOffset": 50640 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 21691, - "endColumn": 89, - "endOffset": 21776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 21781, - "endColumn": 162, - "endOffset": 21939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 21944, - "endColumn": 105, - "endOffset": 22045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 22050, - "endColumn": 218, - "endOffset": 22264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 22269, - "endColumn": 76, - "endOffset": 22341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 614, - "startColumn": 4, - "startOffset": 52022, - "endColumn": 76, - "endOffset": 52094 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 22346, - "endColumn": 429, - "endOffset": 22771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 22776, - "endColumn": 115, - "endOffset": 22887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 22892, - "endColumn": 262, - "endOffset": 23150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 23155, - "endColumn": 75, - "endOffset": 23226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 23231, - "endColumn": 198, - "endOffset": 23425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 23430, - "endColumn": 87, - "endOffset": 23513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 23518, - "endColumn": 219, - "endOffset": 23733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 23738, - "endColumn": 127, - "endOffset": 23861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 23866, - "endColumn": 195, - "endOffset": 24057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 24062, - "endColumn": 89, - "endOffset": 24147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 24152, - "endColumn": 140, - "endOffset": 24288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 636, - "startColumn": 4, - "startOffset": 53415, - "endLine": 638, - "endColumn": 140, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 24293, - "endColumn": 125, - "endOffset": 24414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 639, - "startColumn": 0, - "startOffset": 53477, - "endLine": 640, - "endColumn": 125, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 24419, - "endColumn": 133, - "endOffset": 24548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 24553, - "endColumn": 59, - "endOffset": 24608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 24613, - "endColumn": 63, - "endOffset": 24672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 24677, - "endColumn": 112, - "endOffset": 24785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 24790, - "endColumn": 43, - "endOffset": 24829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 24834, - "endColumn": 69, - "endOffset": 24899 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 24904, - "endLine": 226, - "endColumn": 11, - "endOffset": 24983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 650, - "startColumn": 4, - "startOffset": 53351, - "endLine": 653, - "endColumn": 11, - "endOffset": 53426 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 24988, - "endLine": 229, - "endColumn": 11, - "endOffset": 25110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 174, - "startColumn": 5, - "startOffset": 14083, - "endLine": 176, - "endColumn": 11, - "endOffset": 14234 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 25115, - "endColumn": 63, - "endOffset": 25174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 25179, - "endColumn": 56, - "endOffset": 25231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 658, - "startColumn": 0, - "startOffset": 53477, - "endLine": 659, - "endColumn": 56, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 25236, - "endColumn": 94, - "endOffset": 25326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 659, - "startColumn": 4, - "startOffset": 53415, - "endLine": 661, - "endColumn": 94, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 25331, - "endColumn": 93, - "endOffset": 25420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 25425, - "endColumn": 98, - "endOffset": 25519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 25524, - "endColumn": 66, - "endOffset": 25586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 25591, - "endColumn": 63, - "endOffset": 25650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 25655, - "endColumn": 116, - "endOffset": 25767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 25772, - "endColumn": 172, - "endOffset": 25940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 25945, - "endColumn": 134, - "endOffset": 26075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 26080, - "endColumn": 114, - "endOffset": 26190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 26195, - "endColumn": 135, - "endOffset": 26326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 26331, - "endColumn": 121, - "endOffset": 26448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 26453, - "endColumn": 90, - "endOffset": 26539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 26544, - "endColumn": 98, - "endOffset": 26638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 26643, - "endColumn": 124, - "endOffset": 26763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 26768, - "endColumn": 302, - "endOffset": 27066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 27071, - "endColumn": 134, - "endOffset": 27201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 27206, - "endColumn": 121, - "endOffset": 27323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 27328, - "endColumn": 117, - "endOffset": 27441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 27446, - "endColumn": 126, - "endOffset": 27568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 27573, - "endColumn": 83, - "endOffset": 27652 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 27657, - "endColumn": 71, - "endOffset": 27724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 27729, - "endColumn": 118, - "endOffset": 27843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 27848, - "endColumn": 53, - "endOffset": 27897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 27902, - "endColumn": 136, - "endOffset": 28034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 28039, - "endColumn": 70, - "endOffset": 28105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 28110, - "endColumn": 61, - "endOffset": 28167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 28172, - "endColumn": 64, - "endOffset": 28232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 28237, - "endColumn": 57, - "endOffset": 28290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 28295, - "endColumn": 62, - "endOffset": 28353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 28358, - "endColumn": 46, - "endOffset": 28400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 28405, - "endColumn": 148, - "endOffset": 28549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 28554, - "endColumn": 69, - "endOffset": 28619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 28624, - "endColumn": 64, - "endOffset": 28684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 28689, - "endColumn": 64, - "endOffset": 28749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 28754, - "endColumn": 138, - "endOffset": 28888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 28893, - "endColumn": 160, - "endOffset": 29049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 29054, - "endColumn": 57, - "endOffset": 29107 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 29112, - "endColumn": 73, - "endOffset": 29181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 29186, - "endColumn": 69, - "endOffset": 29251 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 29256, - "endColumn": 117, - "endOffset": 29369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 710, - "startColumn": 4, - "startOffset": 53415, - "endLine": 712, - "endColumn": 121, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 29374, - "endColumn": 50, - "endOffset": 29420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 29425, - "endColumn": 171, - "endOffset": 29592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 29597, - "endColumn": 50, - "endOffset": 29643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 29648, - "endColumn": 59, - "endOffset": 29703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 29708, - "endColumn": 53, - "endOffset": 29757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 29762, - "endLine": 279, - "endColumn": 11, - "endOffset": 29875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 718, - "startColumn": 4, - "startOffset": 53415, - "endLine": 720, - "endColumn": 11, - "endOffset": 53425 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 29880, - "endLine": 282, - "endColumn": 11, - "endOffset": 29964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 722, - "startColumn": 4, - "startOffset": 53415, - "endLine": 724, - "endColumn": 11, - "endOffset": 53464 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 29969, - "endColumn": 51, - "endOffset": 30016 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 30021, - "endColumn": 66, - "endOffset": 30083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 30088, - "endColumn": 48, - "endOffset": 30132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 30137, - "endLine": 287, - "endColumn": 11, - "endOffset": 30321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 728, - "startColumn": 4, - "startOffset": 53415, - "endLine": 730, - "endColumn": 11, - "endOffset": 53313 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 30326, - "endLine": 289, - "endColumn": 11, - "endOffset": 30483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 734, - "startColumn": 4, - "startOffset": 53415, - "endLine": 736, - "endColumn": 11, - "endOffset": 53340 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 30488, - "endColumn": 105, - "endOffset": 30589 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 740, - "startColumn": 4, - "startOffset": 53415, - "endLine": 742, - "endColumn": 109, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 30594, - "endColumn": 215, - "endOffset": 30805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 30810, - "endColumn": 215, - "endOffset": 31021 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 31026, - "endColumn": 220, - "endOffset": 31242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 31247, - "endColumn": 220, - "endOffset": 31463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 31468, - "endColumn": 207, - "endOffset": 31671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 31676, - "endColumn": 103, - "endOffset": 31775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 31780, - "endColumn": 220, - "endOffset": 31996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 32001, - "endColumn": 222, - "endOffset": 32219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 32224, - "endColumn": 207, - "endOffset": 32427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 32432, - "endLine": 301, - "endColumn": 11, - "endOffset": 32539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 745, - "startColumn": 0, - "startOffset": 53477, - "endLine": 746, - "endColumn": 11, - "endOffset": 53398 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 32544, - "endColumn": 217, - "endOffset": 32757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 32762, - "endColumn": 100, - "endOffset": 32858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml" - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 32863, - "endColumn": 129, - "endOffset": 32988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 32993, - "endColumn": 98, - "endOffset": 33087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 33092, - "endColumn": 111, - "endOffset": 33199 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 33204, - "endColumn": 127, - "endOffset": 33327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 33332, - "endColumn": 129, - "endOffset": 33457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 33462, - "endColumn": 116, - "endOffset": 33574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 33579, - "endColumn": 128, - "endOffset": 33703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 33708, - "endColumn": 41, - "endOffset": 33745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 33750, - "endColumn": 129, - "endOffset": 33875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 751, - "startColumn": 4, - "startOffset": 53415, - "endLine": 753, - "endColumn": 133, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 33880, - "endColumn": 127, - "endOffset": 34003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 34008, - "endColumn": 79, - "endOffset": 34083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 34088, - "endColumn": 79, - "endOffset": 34163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 34168, - "endColumn": 144, - "endOffset": 34308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 759, - "startColumn": 0, - "startOffset": 53477, - "endLine": 760, - "endColumn": 148, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 34313, - "endLine": 318, - "endColumn": 11, - "endOffset": 34424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 762, - "startColumn": 0, - "startOffset": 53477, - "endLine": 763, - "endColumn": 11, - "endOffset": 53394 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 34429, - "endColumn": 51, - "endOffset": 34476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 34481, - "endColumn": 60, - "endOffset": 34537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 34542, - "endColumn": 50, - "endOffset": 34588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 34593, - "endColumn": 64, - "endOffset": 34653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 34658, - "endColumn": 42, - "endOffset": 34696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 34701, - "endColumn": 56, - "endOffset": 34753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 34758, - "endColumn": 69, - "endOffset": 34823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 34828, - "endColumn": 76, - "endOffset": 34900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 34905, - "endColumn": 50, - "endOffset": 34951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 34956, - "endColumn": 75, - "endOffset": 35027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 35032, - "endColumn": 70, - "endOffset": 35098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 35103, - "endColumn": 53, - "endOffset": 35152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 35157, - "endColumn": 61, - "endOffset": 35214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 35219, - "endLine": 333, - "endColumn": 11, - "endOffset": 35322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 189, - "startColumn": 5, - "startOffset": 15431, - "endLine": 190, - "endColumn": 11, - "endOffset": 15493 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 35327, - "endColumn": 54, - "endOffset": 35377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 35382, - "endColumn": 61, - "endOffset": 35439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 35444, - "endLine": 338, - "endColumn": 11, - "endOffset": 35591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 197, - "startColumn": 5, - "startOffset": 16160, - "endLine": 199, - "endColumn": 11, - "endOffset": 16359 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 35596, - "endLine": 340, - "endColumn": 49, - "endOffset": 35695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 193, - "startColumn": 5, - "startOffset": 15787, - "endLine": 194, - "endColumn": 53, - "endOffset": 15897 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 35700, - "endColumn": 60, - "endOffset": 35756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 35761, - "endColumn": 41, - "endOffset": 35798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 35803, - "endColumn": 39, - "endOffset": 35838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 35843, - "endColumn": 323, - "endOffset": 36162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 36167, - "endColumn": 62, - "endOffset": 36225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 36230, - "endColumn": 67, - "endOffset": 36293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 36298, - "endColumn": 118, - "endOffset": 36412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 36417, - "endColumn": 59, - "endOffset": 36472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 36477, - "endColumn": 143, - "endOffset": 36616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 36621, - "endColumn": 73, - "endOffset": 36690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 36695, - "endColumn": 117, - "endOffset": 36808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 186, - "startColumn": 5, - "startOffset": 15001, - "endColumn": 118, - "endOffset": 15114 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 36813, - "endColumn": 1172, - "endOffset": 37981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/conduct_text.xml" - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 37986, - "endColumn": 87, - "endOffset": 38069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 180, - "startColumn": 5, - "startOffset": 14574, - "endColumn": 88, - "endOffset": 14657 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 38074, - "endColumn": 126, - "endOffset": 38196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 38201, - "endColumn": 131, - "endOffset": 38328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 38333, - "endColumn": 160, - "endOffset": 38489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 38494, - "endColumn": 131, - "endOffset": 38621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 38626, - "endColumn": 299, - "endOffset": 38921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 359, - "startColumn": 4, - "startOffset": 38926, - "endColumn": 96, - "endOffset": 39018 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml", - "position": { - "startLine": 797, - "startColumn": 56, - "startOffset": 53467, - "endLine": 799, - "endColumn": 96, - "endOffset": 53490 - } - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 39023, - "endColumn": 80, - "endOffset": 39099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 39104, - "endColumn": 83, - "endOffset": 39183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 362, - "startColumn": 4, - "startOffset": 39188, - "endColumn": 113, - "endOffset": 39297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - }, - { - "to": { - "startLine": 363, - "startColumn": 4, - "startOffset": 39302, - "endColumn": 59, - "endOffset": 39357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-fr/strings.xml" - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json b/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json deleted file mode 100644 index 0ed3857..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 111, - "endOffset": 212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 111, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 217, - "endColumn": 107, - "endOffset": 320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 107, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 325, - "endColumn": 122, - "endOffset": 443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 122, - "endOffset": 622 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 448, - "endColumn": 111, - "endOffset": 555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 627, - "endColumn": 111, - "endOffset": 734 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 560, - "endColumn": 107, - "endOffset": 663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 107, - "endOffset": 842 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 668, - "endColumn": 84, - "endOffset": 748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 847, - "endColumn": 84, - "endOffset": 927 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 753, - "endColumn": 101, - "endOffset": 850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 932, - "endColumn": 101, - "endOffset": 1029 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 855, - "endColumn": 125, - "endOffset": 976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1034, - "endColumn": 125, - "endOffset": 1155 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 981, - "endColumn": 81, - "endOffset": 1058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1160, - "endColumn": 81, - "endOffset": 1237 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1063, - "endColumn": 106, - "endOffset": 1165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 106, - "endOffset": 1344 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 108, - "endOffset": 1274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1349, - "endColumn": 108, - "endOffset": 1453 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1279, - "endColumn": 98, - "endOffset": 1373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1458, - "endColumn": 98, - "endOffset": 1552 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1378, - "endColumn": 107, - "endOffset": 1481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1557, - "endColumn": 107, - "endOffset": 1660 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1486, - "endColumn": 102, - "endOffset": 1584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1665, - "endColumn": 102, - "endOffset": 1763 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1589, - "endColumn": 106, - "endOffset": 1691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1768, - "endColumn": 106, - "endOffset": 1870 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1696, - "endColumn": 121, - "endOffset": 1813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1875, - "endColumn": 121, - "endOffset": 1992 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1818, - "endColumn": 99, - "endOffset": 1913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1997, - "endColumn": 99, - "endOffset": 2092 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1918, - "endColumn": 178, - "endOffset": 2092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 687, - "endColumn": 178, - "endOffset": 861 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2097, - "endColumn": 167, - "endOffset": 2260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2736, - "endColumn": 167, - "endOffset": 2899 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2265, - "endColumn": 114, - "endOffset": 2375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2445, - "endColumn": 114, - "endOffset": 2555 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2380, - "endColumn": 131, - "endOffset": 2507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2176, - "endColumn": 131, - "endOffset": 2303 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2512, - "endColumn": 171, - "endOffset": 2679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2004, - "endColumn": 171, - "endOffset": 2171 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2684, - "endColumn": 129, - "endOffset": 2809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1874, - "endColumn": 129, - "endOffset": 1999 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2814, - "endColumn": 170, - "endOffset": 2980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1039, - "endColumn": 174, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2985, - "endColumn": 130, - "endOffset": 3111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1743, - "endColumn": 130, - "endOffset": 1869 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3116, - "endColumn": 198, - "endOffset": 3310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1346, - "endColumn": 198, - "endOffset": 1540 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3315, - "endColumn": 197, - "endOffset": 3508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 197, - "endOffset": 1738 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3513, - "endColumn": 131, - "endOffset": 3640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1214, - "endColumn": 131, - "endOffset": 1341 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3645, - "endColumn": 181, - "endOffset": 3822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3343, - "endColumn": 181, - "endOffset": 3520 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3827, - "endColumn": 124, - "endOffset": 3947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3218, - "endColumn": 124, - "endOffset": 3338 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3952, - "endColumn": 172, - "endOffset": 4120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 866, - "endColumn": 172, - "endOffset": 1034 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4125, - "endColumn": 194, - "endOffset": 4315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3023, - "endColumn": 194, - "endOffset": 3213 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4320, - "endColumn": 118, - "endOffset": 4434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2904, - "endColumn": 118, - "endOffset": 3018 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4439, - "endColumn": 190, - "endOffset": 4625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 190, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4630, - "endColumn": 186, - "endOffset": 4812 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 500, - "endColumn": 186, - "endOffset": 682 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4817, - "endColumn": 138, - "endOffset": 4951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4956, - "endColumn": 195, - "endOffset": 5147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4903, - "endColumn": 195, - "endOffset": 5094 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5152, - "endColumn": 145, - "endOffset": 5293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4757, - "endColumn": 145, - "endOffset": 4898 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5298, - "endColumn": 145, - "endOffset": 5439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3525, - "endColumn": 145, - "endOffset": 3666 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5444, - "endColumn": 272, - "endOffset": 5712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3799, - "endColumn": 272, - "endOffset": 4067 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5717, - "endColumn": 127, - "endOffset": 5840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3671, - "endColumn": 127, - "endOffset": 3794 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5845, - "endColumn": 110, - "endOffset": 5951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4072, - "endColumn": 110, - "endOffset": 4178 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5956, - "endColumn": 175, - "endOffset": 6127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2560, - "endColumn": 175, - "endOffset": 2731 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6132, - "endColumn": 136, - "endOffset": 6264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2308, - "endColumn": 136, - "endOffset": 2440 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6269, - "endColumn": 95, - "endOffset": 6360 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4397, - "endColumn": 95, - "endOffset": 4488 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6365, - "endColumn": 98, - "endOffset": 6459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4183, - "endColumn": 98, - "endOffset": 4277 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6464, - "endColumn": 114, - "endOffset": 6574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4282, - "endColumn": 114, - "endOffset": 4392 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6579, - "endColumn": 263, - "endOffset": 6838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-gl-rES/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4493, - "endColumn": 263, - "endOffset": 4752 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6843, - "endColumn": 100, - "endOffset": 6939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2097, - "endColumn": 100, - "endOffset": 2193 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json deleted file mode 100644 index 6233e25..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json +++ /dev/null @@ -1,349 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 108, - "endOffset": 159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 108, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 164, - "endColumn": 107, - "endOffset": 267 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 107, - "endOffset": 496 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 272, - "endColumn": 122, - "endOffset": 390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 122, - "endOffset": 619 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 103, - "endOffset": 494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 624, - "endColumn": 103, - "endOffset": 723 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 499, - "endColumn": 106, - "endOffset": 601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 106, - "endOffset": 830 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 606, - "endColumn": 86, - "endOffset": 688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 835, - "endColumn": 86, - "endOffset": 917 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 693, - "endColumn": 100, - "endOffset": 789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 922, - "endColumn": 100, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 794, - "endColumn": 122, - "endOffset": 912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 122, - "endOffset": 1141 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 79, - "endOffset": 992 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1146, - "endColumn": 79, - "endOffset": 1221 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 997, - "endColumn": 105, - "endOffset": 1098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1226, - "endColumn": 105, - "endOffset": 1327 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1103, - "endColumn": 101, - "endOffset": 1200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1332, - "endColumn": 101, - "endOffset": 1429 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1205, - "endColumn": 96, - "endOffset": 1297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1434, - "endColumn": 96, - "endOffset": 1526 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1302, - "endColumn": 108, - "endOffset": 1406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1531, - "endColumn": 108, - "endOffset": 1635 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1411, - "endColumn": 98, - "endOffset": 1505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1640, - "endColumn": 98, - "endOffset": 1734 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1510, - "endColumn": 109, - "endOffset": 1615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1739, - "endColumn": 109, - "endOffset": 1844 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1620, - "endColumn": 120, - "endOffset": 1736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1849, - "endColumn": 120, - "endOffset": 1965 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1741, - "endColumn": 102, - "endOffset": 1839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1970, - "endColumn": 102, - "endOffset": 2068 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1844, - "endColumn": 100, - "endOffset": 1940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2073, - "endColumn": 100, - "endOffset": 2169 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-h500dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-h500dp-v13.json deleted file mode 100644 index 1095863..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-h500dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-h500dp-v13/values-h500dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 59, - "endOffset": 110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-h500dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 59, - "endOffset": 715 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-h600dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-h600dp-v13.json deleted file mode 100644 index 0ca8db0..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-h600dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-h600dp-v13/values-h600dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 60, - "endOffset": 111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-h600dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 60, - "endOffset": 716 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json deleted file mode 100644 index cbda9d7..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 66, - "endOffset": 117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 283, - "endColumn": 66, - "endOffset": 345 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json b/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json deleted file mode 100644 index 87853ab..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 6, - "endColumn": 13, - "endOffset": 327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 286, - "endLine": 8, - "endColumn": 13, - "endOffset": 558 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hi.json b/android/build/intermediates/blame/res/debug/multi/values-hi.json deleted file mode 100644 index 3c0669b..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-hi.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-hi/values-hi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 116, - "endOffset": 217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 116, - "endOffset": 392 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 222, - "endColumn": 107, - "endOffset": 325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 397, - "endColumn": 107, - "endOffset": 500 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 330, - "endColumn": 122, - "endOffset": 448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 505, - "endColumn": 122, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 453, - "endColumn": 104, - "endOffset": 553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 104, - "endOffset": 728 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 558, - "endColumn": 106, - "endOffset": 660 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 733, - "endColumn": 106, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 665, - "endColumn": 84, - "endOffset": 745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 84, - "endOffset": 920 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 750, - "endColumn": 101, - "endOffset": 847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 101, - "endOffset": 1022 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 852, - "endColumn": 121, - "endOffset": 969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1027, - "endColumn": 121, - "endOffset": 1144 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 974, - "endColumn": 89, - "endOffset": 1059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1149, - "endColumn": 89, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1064, - "endColumn": 108, - "endOffset": 1168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 108, - "endOffset": 1343 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1173, - "endColumn": 101, - "endOffset": 1270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 101, - "endOffset": 1445 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 97, - "endOffset": 1368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1450, - "endColumn": 97, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1373, - "endColumn": 109, - "endOffset": 1478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 109, - "endOffset": 1653 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1483, - "endColumn": 99, - "endOffset": 1578 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1658, - "endColumn": 99, - "endOffset": 1753 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1583, - "endColumn": 114, - "endOffset": 1693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1758, - "endColumn": 114, - "endOffset": 1868 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1698, - "endColumn": 124, - "endOffset": 1818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1873, - "endColumn": 124, - "endOffset": 1993 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1823, - "endColumn": 105, - "endOffset": 1924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1998, - "endColumn": 105, - "endOffset": 2099 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1929, - "endColumn": 164, - "endOffset": 2089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 680, - "endColumn": 164, - "endOffset": 840 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2094, - "endColumn": 165, - "endOffset": 2255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2670, - "endColumn": 165, - "endOffset": 2831 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2260, - "endColumn": 114, - "endOffset": 2370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2374, - "endColumn": 114, - "endOffset": 2484 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2375, - "endColumn": 129, - "endOffset": 2500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2112, - "endColumn": 129, - "endOffset": 2237 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2505, - "endColumn": 175, - "endOffset": 2676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1936, - "endColumn": 175, - "endOffset": 2107 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2681, - "endColumn": 127, - "endOffset": 2804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1808, - "endColumn": 127, - "endOffset": 1931 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2809, - "endColumn": 174, - "endOffset": 2979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1019, - "endColumn": 178, - "endOffset": 1193 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2984, - "endColumn": 124, - "endOffset": 3104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1683, - "endColumn": 124, - "endOffset": 1803 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3109, - "endColumn": 179, - "endOffset": 3284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1320, - "endColumn": 179, - "endOffset": 1495 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3289, - "endColumn": 182, - "endOffset": 3467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1500, - "endColumn": 182, - "endOffset": 1678 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3472, - "endColumn": 121, - "endOffset": 3589 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1198, - "endColumn": 121, - "endOffset": 1315 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3594, - "endColumn": 177, - "endOffset": 3767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3252, - "endColumn": 177, - "endOffset": 3425 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3772, - "endColumn": 119, - "endOffset": 3887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3132, - "endColumn": 119, - "endOffset": 3247 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3892, - "endColumn": 173, - "endOffset": 4061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 845, - "endColumn": 173, - "endOffset": 1014 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4066, - "endColumn": 174, - "endOffset": 4236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2957, - "endColumn": 174, - "endOffset": 3127 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4241, - "endColumn": 120, - "endOffset": 4357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2836, - "endColumn": 120, - "endOffset": 2952 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4362, - "endColumn": 192, - "endOffset": 4550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 192, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4555, - "endColumn": 184, - "endOffset": 4735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 495, - "endColumn": 184, - "endOffset": 675 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4740, - "endColumn": 131, - "endOffset": 4867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4872, - "endColumn": 178, - "endOffset": 5046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4724, - "endColumn": 178, - "endOffset": 4898 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5051, - "endColumn": 127, - "endOffset": 5174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4596, - "endColumn": 127, - "endOffset": 4719 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5179, - "endColumn": 140, - "endOffset": 5315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3430, - "endColumn": 140, - "endOffset": 3566 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5320, - "endColumn": 243, - "endOffset": 5559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3694, - "endColumn": 243, - "endOffset": 3933 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5564, - "endColumn": 122, - "endOffset": 5682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3571, - "endColumn": 122, - "endOffset": 3689 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5687, - "endColumn": 115, - "endOffset": 5798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3938, - "endColumn": 115, - "endOffset": 4049 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5803, - "endColumn": 180, - "endOffset": 5979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2489, - "endColumn": 180, - "endOffset": 2665 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5984, - "endColumn": 131, - "endOffset": 6111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2242, - "endColumn": 131, - "endOffset": 2369 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6116, - "endColumn": 91, - "endOffset": 6203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4261, - "endColumn": 91, - "endOffset": 4348 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6208, - "endColumn": 95, - "endOffset": 6299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4054, - "endColumn": 95, - "endOffset": 4145 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6304, - "endColumn": 110, - "endOffset": 6410 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4150, - "endColumn": 110, - "endOffset": 4256 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6415, - "endColumn": 242, - "endOffset": 6653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hi/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4353, - "endColumn": 242, - "endOffset": 4591 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6658, - "endColumn": 100, - "endOffset": 6754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2104, - "endColumn": 100, - "endOffset": 2200 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hr.json b/android/build/intermediates/blame/res/debug/multi/values-hr.json deleted file mode 100644 index f029179..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-hr.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-hr/values-hr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 104, - "endOffset": 205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 104, - "endOffset": 380 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 210, - "endColumn": 107, - "endOffset": 313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 107, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 318, - "endColumn": 122, - "endOffset": 436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 122, - "endOffset": 611 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 441, - "endColumn": 96, - "endOffset": 533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 616, - "endColumn": 96, - "endOffset": 708 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 538, - "endColumn": 109, - "endOffset": 643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 713, - "endColumn": 109, - "endOffset": 818 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 648, - "endColumn": 85, - "endOffset": 729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 823, - "endColumn": 85, - "endOffset": 904 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 734, - "endColumn": 103, - "endOffset": 833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 909, - "endColumn": 103, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 838, - "endColumn": 118, - "endOffset": 952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 118, - "endOffset": 1127 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 957, - "endColumn": 85, - "endOffset": 1038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 85, - "endOffset": 1213 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1043, - "endColumn": 103, - "endOffset": 1142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1218, - "endColumn": 103, - "endOffset": 1317 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1147, - "endColumn": 112, - "endOffset": 1255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1322, - "endColumn": 112, - "endOffset": 1430 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 105, - "endOffset": 1361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1435, - "endColumn": 105, - "endOffset": 1536 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1366, - "endColumn": 104, - "endOffset": 1466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1541, - "endColumn": 104, - "endOffset": 1641 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1471, - "endColumn": 112, - "endOffset": 1579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1646, - "endColumn": 112, - "endOffset": 1754 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1584, - "endColumn": 106, - "endOffset": 1686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1759, - "endColumn": 106, - "endOffset": 1861 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1691, - "endColumn": 122, - "endOffset": 1809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 122, - "endOffset": 1984 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1814, - "endColumn": 96, - "endOffset": 1906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1989, - "endColumn": 96, - "endOffset": 2081 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1911, - "endColumn": 167, - "endOffset": 2074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 661, - "endColumn": 167, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2079, - "endColumn": 165, - "endOffset": 2240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2701, - "endColumn": 165, - "endOffset": 2862 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2245, - "endColumn": 114, - "endOffset": 2355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2416, - "endColumn": 114, - "endOffset": 2526 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2360, - "endColumn": 129, - "endOffset": 2485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2156, - "endColumn": 129, - "endOffset": 2281 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2490, - "endColumn": 164, - "endOffset": 2650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1991, - "endColumn": 164, - "endOffset": 2151 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2655, - "endColumn": 127, - "endOffset": 2778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1863, - "endColumn": 127, - "endOffset": 1986 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2783, - "endColumn": 176, - "endOffset": 2955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 998, - "endColumn": 180, - "endOffset": 1174 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2960, - "endColumn": 130, - "endOffset": 3086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1732, - "endColumn": 130, - "endOffset": 1858 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3091, - "endColumn": 206, - "endOffset": 3293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1307, - "endColumn": 206, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3298, - "endColumn": 217, - "endOffset": 3511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 217, - "endOffset": 1727 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3516, - "endColumn": 127, - "endOffset": 3639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1179, - "endColumn": 127, - "endOffset": 1302 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3644, - "endColumn": 177, - "endOffset": 3817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3284, - "endColumn": 177, - "endOffset": 3457 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3822, - "endColumn": 122, - "endOffset": 3940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3161, - "endColumn": 122, - "endOffset": 3279 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3945, - "endColumn": 168, - "endOffset": 4109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 829, - "endColumn": 168, - "endOffset": 993 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4114, - "endColumn": 171, - "endOffset": 4281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2989, - "endColumn": 171, - "endOffset": 3156 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4286, - "endColumn": 121, - "endOffset": 4403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2867, - "endColumn": 121, - "endOffset": 2984 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4408, - "endColumn": 180, - "endOffset": 4584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 307, - "endColumn": 180, - "endOffset": 483 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4589, - "endColumn": 172, - "endOffset": 4757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 488, - "endColumn": 172, - "endOffset": 656 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4762, - "endColumn": 136, - "endOffset": 4894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 136, - "endOffset": 302 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4899, - "endColumn": 178, - "endOffset": 5073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4767, - "endColumn": 178, - "endOffset": 4941 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5078, - "endColumn": 127, - "endOffset": 5201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4639, - "endColumn": 127, - "endOffset": 4762 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5206, - "endColumn": 146, - "endOffset": 5348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3462, - "endColumn": 146, - "endOffset": 3604 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5353, - "endColumn": 248, - "endOffset": 5597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3735, - "endColumn": 248, - "endOffset": 3979 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5602, - "endColumn": 125, - "endOffset": 5723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3609, - "endColumn": 125, - "endOffset": 3730 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5728, - "endColumn": 110, - "endOffset": 5834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3984, - "endColumn": 110, - "endOffset": 4090 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5839, - "endColumn": 169, - "endOffset": 6004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2531, - "endColumn": 169, - "endOffset": 2696 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6009, - "endColumn": 129, - "endOffset": 6134 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2286, - "endColumn": 129, - "endOffset": 2411 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6139, - "endColumn": 99, - "endOffset": 6234 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4299, - "endColumn": 99, - "endOffset": 4394 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6239, - "endColumn": 91, - "endOffset": 6326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4095, - "endColumn": 91, - "endOffset": 4182 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6331, - "endColumn": 111, - "endOffset": 6438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4187, - "endColumn": 111, - "endOffset": 4294 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6443, - "endColumn": 239, - "endOffset": 6678 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hr/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4399, - "endColumn": 239, - "endOffset": 4634 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6683, - "endColumn": 100, - "endOffset": 6779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2086, - "endColumn": 100, - "endOffset": 2182 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hu.json b/android/build/intermediates/blame/res/debug/multi/values-hu.json deleted file mode 100644 index 73050fe..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-hu.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-hu/values-hu.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 107, - "endOffset": 208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 107, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 213, - "endColumn": 107, - "endOffset": 316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 321, - "endColumn": 122, - "endOffset": 439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 444, - "endColumn": 104, - "endOffset": 544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 104, - "endOffset": 719 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 549, - "endColumn": 114, - "endOffset": 659 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 724, - "endColumn": 114, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 664, - "endColumn": 83, - "endOffset": 743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 839, - "endColumn": 83, - "endOffset": 918 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 748, - "endColumn": 111, - "endOffset": 855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 111, - "endOffset": 1030 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 860, - "endColumn": 129, - "endOffset": 985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 129, - "endOffset": 1160 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 990, - "endColumn": 82, - "endOffset": 1068 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1165, - "endColumn": 82, - "endOffset": 1243 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1073, - "endColumn": 109, - "endOffset": 1178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1248, - "endColumn": 109, - "endOffset": 1353 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1183, - "endColumn": 110, - "endOffset": 1289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 110, - "endOffset": 1464 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1294, - "endColumn": 99, - "endOffset": 1389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1469, - "endColumn": 99, - "endOffset": 1564 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1394, - "endColumn": 110, - "endOffset": 1500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1569, - "endColumn": 110, - "endOffset": 1675 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1505, - "endColumn": 107, - "endOffset": 1608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1680, - "endColumn": 107, - "endOffset": 1783 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1613, - "endColumn": 118, - "endOffset": 1727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1788, - "endColumn": 118, - "endOffset": 1902 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1732, - "endColumn": 133, - "endOffset": 1861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1907, - "endColumn": 133, - "endOffset": 2036 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 102, - "endOffset": 1964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2041, - "endColumn": 102, - "endOffset": 2139 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1969, - "endColumn": 170, - "endOffset": 2135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 672, - "endColumn": 170, - "endOffset": 838 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2140, - "endColumn": 166, - "endOffset": 2302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2749, - "endColumn": 166, - "endOffset": 2911 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2307, - "endColumn": 117, - "endOffset": 2420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2452, - "endColumn": 117, - "endOffset": 2565 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2425, - "endColumn": 130, - "endOffset": 2551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2191, - "endColumn": 130, - "endOffset": 2317 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2556, - "endColumn": 182, - "endOffset": 2734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2008, - "endColumn": 182, - "endOffset": 2186 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2739, - "endColumn": 135, - "endOffset": 2870 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1872, - "endColumn": 135, - "endOffset": 2003 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2875, - "endColumn": 169, - "endOffset": 3040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 173, - "endOffset": 1182 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3045, - "endColumn": 131, - "endOffset": 3172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1740, - "endColumn": 131, - "endOffset": 1867 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3177, - "endColumn": 210, - "endOffset": 3383 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1316, - "endColumn": 210, - "endOffset": 1522 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3388, - "endColumn": 212, - "endOffset": 3596 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1527, - "endColumn": 212, - "endOffset": 1735 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3601, - "endColumn": 128, - "endOffset": 3725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1187, - "endColumn": 128, - "endOffset": 1311 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3730, - "endColumn": 184, - "endOffset": 3910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3346, - "endColumn": 184, - "endOffset": 3526 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3915, - "endColumn": 124, - "endOffset": 4035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3221, - "endColumn": 124, - "endOffset": 3341 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4040, - "endColumn": 169, - "endOffset": 4205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 843, - "endColumn": 169, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4210, - "endColumn": 184, - "endOffset": 4390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3036, - "endColumn": 184, - "endOffset": 3216 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4395, - "endColumn": 119, - "endOffset": 4510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2916, - "endColumn": 119, - "endOffset": 3031 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4515, - "endColumn": 183, - "endOffset": 4694 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 183, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4699, - "endColumn": 177, - "endOffset": 4872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 494, - "endColumn": 177, - "endOffset": 667 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4877, - "endColumn": 139, - "endOffset": 5012 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5017, - "endColumn": 187, - "endOffset": 5200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4865, - "endColumn": 187, - "endOffset": 5048 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5205, - "endColumn": 131, - "endOffset": 5332 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4733, - "endColumn": 131, - "endOffset": 4860 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5337, - "endColumn": 148, - "endOffset": 5481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3531, - "endColumn": 148, - "endOffset": 3675 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5486, - "endColumn": 245, - "endOffset": 5727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3811, - "endColumn": 245, - "endOffset": 4052 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5732, - "endColumn": 130, - "endOffset": 5858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3680, - "endColumn": 130, - "endOffset": 3806 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5863, - "endColumn": 109, - "endOffset": 5968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4057, - "endColumn": 109, - "endOffset": 4162 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5973, - "endColumn": 178, - "endOffset": 6147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2570, - "endColumn": 178, - "endOffset": 2744 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6152, - "endColumn": 129, - "endOffset": 6277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2322, - "endColumn": 129, - "endOffset": 2447 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6282, - "endColumn": 99, - "endOffset": 6377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4369, - "endColumn": 99, - "endOffset": 4464 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6382, - "endColumn": 91, - "endOffset": 6469 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4167, - "endColumn": 91, - "endOffset": 4254 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6474, - "endColumn": 109, - "endOffset": 6579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4259, - "endColumn": 109, - "endOffset": 4364 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6584, - "endColumn": 263, - "endOffset": 6843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hu/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4469, - "endColumn": 263, - "endOffset": 4728 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6848, - "endColumn": 100, - "endOffset": 6944 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2144, - "endColumn": 100, - "endOffset": 2240 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json b/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json deleted file mode 100644 index bebfed9..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 102, - "endOffset": 203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 102, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 208, - "endColumn": 107, - "endOffset": 311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 107, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 122, - "endOffset": 434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 122, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 439, - "endColumn": 100, - "endOffset": 535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 100, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 540, - "endColumn": 109, - "endOffset": 645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 109, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 650, - "endColumn": 89, - "endOffset": 735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 89, - "endOffset": 914 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 105, - "endOffset": 841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 919, - "endColumn": 105, - "endOffset": 1020 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 846, - "endColumn": 114, - "endOffset": 956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1025, - "endColumn": 114, - "endOffset": 1135 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 961, - "endColumn": 84, - "endOffset": 1041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1140, - "endColumn": 84, - "endOffset": 1220 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 106, - "endOffset": 1148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 106, - "endOffset": 1327 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 106, - "endOffset": 1255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1332, - "endColumn": 106, - "endOffset": 1434 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 98, - "endOffset": 1354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1439, - "endColumn": 98, - "endOffset": 1533 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 109, - "endOffset": 1464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 109, - "endOffset": 1643 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1469, - "endColumn": 106, - "endOffset": 1571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1648, - "endColumn": 106, - "endOffset": 1750 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1576, - "endColumn": 100, - "endOffset": 1672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1755, - "endColumn": 100, - "endOffset": 1851 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1677, - "endColumn": 119, - "endOffset": 1792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1856, - "endColumn": 119, - "endOffset": 1971 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1797, - "endColumn": 98, - "endOffset": 1891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1976, - "endColumn": 98, - "endOffset": 2070 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1896, - "endColumn": 153, - "endOffset": 2045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 690, - "endColumn": 153, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2050, - "endColumn": 146, - "endOffset": 2192 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2739, - "endColumn": 146, - "endOffset": 2881 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2197, - "endColumn": 115, - "endOffset": 2308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2451, - "endColumn": 115, - "endOffset": 2562 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2313, - "endColumn": 136, - "endOffset": 2445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2177, - "endColumn": 136, - "endOffset": 2309 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2450, - "endColumn": 168, - "endOffset": 2614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2008, - "endColumn": 168, - "endOffset": 2172 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2619, - "endColumn": 134, - "endOffset": 2749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1873, - "endColumn": 134, - "endOffset": 2003 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2754, - "endColumn": 166, - "endOffset": 2916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 170, - "endOffset": 1183 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2921, - "endColumn": 138, - "endOffset": 3055 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1734, - "endColumn": 138, - "endOffset": 1868 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3060, - "endColumn": 203, - "endOffset": 3259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 203, - "endOffset": 1523 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3264, - "endColumn": 205, - "endOffset": 3465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1528, - "endColumn": 205, - "endOffset": 1729 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3470, - "endColumn": 135, - "endOffset": 3601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1188, - "endColumn": 135, - "endOffset": 1319 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3606, - "endColumn": 167, - "endOffset": 3769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3310, - "endColumn": 167, - "endOffset": 3473 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3774, - "endColumn": 124, - "endOffset": 3894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3185, - "endColumn": 124, - "endOffset": 3305 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3899, - "endColumn": 172, - "endOffset": 4067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 172, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4072, - "endColumn": 178, - "endOffset": 4246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3006, - "endColumn": 178, - "endOffset": 3180 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4251, - "endColumn": 119, - "endOffset": 4366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2886, - "endColumn": 119, - "endOffset": 3001 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4371, - "endColumn": 190, - "endOffset": 4557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 313, - "endColumn": 190, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4562, - "endColumn": 185, - "endOffset": 4743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 504, - "endColumn": 185, - "endOffset": 685 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4748, - "endColumn": 142, - "endOffset": 4886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 142, - "endOffset": 308 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4891, - "endColumn": 171, - "endOffset": 5058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4811, - "endColumn": 171, - "endOffset": 4978 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5063, - "endColumn": 122, - "endOffset": 5181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4688, - "endColumn": 122, - "endOffset": 4806 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5186, - "endColumn": 145, - "endOffset": 5327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3478, - "endColumn": 145, - "endOffset": 3619 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5332, - "endColumn": 257, - "endOffset": 5585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3756, - "endColumn": 257, - "endOffset": 4009 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5590, - "endColumn": 131, - "endOffset": 5717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3624, - "endColumn": 131, - "endOffset": 3751 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5722, - "endColumn": 108, - "endOffset": 5826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4014, - "endColumn": 108, - "endOffset": 4118 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5831, - "endColumn": 171, - "endOffset": 5998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2567, - "endColumn": 171, - "endOffset": 2734 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6003, - "endColumn": 136, - "endOffset": 6135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2314, - "endColumn": 136, - "endOffset": 2446 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6140, - "endColumn": 94, - "endOffset": 6230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4332, - "endColumn": 94, - "endOffset": 4422 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6235, - "endColumn": 96, - "endOffset": 6327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4123, - "endColumn": 96, - "endOffset": 4215 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6332, - "endColumn": 111, - "endOffset": 6439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4220, - "endColumn": 111, - "endOffset": 4327 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6444, - "endColumn": 260, - "endOffset": 6700 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-hy-rAM/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4427, - "endColumn": 260, - "endOffset": 4683 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6705, - "endColumn": 100, - "endOffset": 6801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2075, - "endColumn": 100, - "endOffset": 2171 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-in.json b/android/build/intermediates/blame/res/debug/multi/values-in.json deleted file mode 100644 index 71d93c1..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-in.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-in/values-in.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 109, - "endOffset": 210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 109, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 215, - "endColumn": 107, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 107, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 323, - "endColumn": 122, - "endOffset": 441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 498, - "endColumn": 122, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 446, - "endColumn": 101, - "endOffset": 543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 101, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 548, - "endColumn": 104, - "endOffset": 648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 723, - "endColumn": 104, - "endOffset": 823 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 653, - "endColumn": 86, - "endOffset": 735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 828, - "endColumn": 86, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 103, - "endOffset": 839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 915, - "endColumn": 103, - "endOffset": 1014 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 844, - "endColumn": 115, - "endOffset": 955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1019, - "endColumn": 115, - "endOffset": 1130 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 960, - "endColumn": 85, - "endOffset": 1041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1135, - "endColumn": 85, - "endOffset": 1216 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 102, - "endOffset": 1144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 102, - "endOffset": 1319 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1149, - "endColumn": 108, - "endOffset": 1253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 108, - "endOffset": 1428 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1258, - "endColumn": 100, - "endOffset": 1354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1433, - "endColumn": 100, - "endOffset": 1529 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 103, - "endOffset": 1458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1534, - "endColumn": 103, - "endOffset": 1633 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1463, - "endColumn": 107, - "endOffset": 1566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1638, - "endColumn": 107, - "endOffset": 1741 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1571, - "endColumn": 107, - "endOffset": 1674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1746, - "endColumn": 107, - "endOffset": 1849 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 122, - "endOffset": 1797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1854, - "endColumn": 122, - "endOffset": 1972 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1802, - "endColumn": 98, - "endOffset": 1896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1977, - "endColumn": 98, - "endOffset": 2071 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1901, - "endColumn": 163, - "endOffset": 2060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 657, - "endColumn": 163, - "endOffset": 816 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2065, - "endColumn": 168, - "endOffset": 2229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2656, - "endColumn": 168, - "endOffset": 2820 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2234, - "endColumn": 112, - "endOffset": 2342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2368, - "endColumn": 112, - "endOffset": 2476 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2347, - "endColumn": 128, - "endOffset": 2471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2111, - "endColumn": 128, - "endOffset": 2235 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2476, - "endColumn": 175, - "endOffset": 2647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1935, - "endColumn": 175, - "endOffset": 2106 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2652, - "endColumn": 126, - "endOffset": 2774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1808, - "endColumn": 126, - "endOffset": 1930 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2779, - "endColumn": 168, - "endOffset": 2943 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 985, - "endColumn": 172, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2948, - "endColumn": 129, - "endOffset": 3073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1678, - "endColumn": 129, - "endOffset": 1803 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3078, - "endColumn": 195, - "endOffset": 3269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1285, - "endColumn": 195, - "endOffset": 1476 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3274, - "endColumn": 196, - "endOffset": 3466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1481, - "endColumn": 196, - "endOffset": 1673 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3471, - "endColumn": 126, - "endOffset": 3593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 126, - "endOffset": 1280 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3598, - "endColumn": 172, - "endOffset": 3766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3247, - "endColumn": 172, - "endOffset": 3415 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3771, - "endColumn": 124, - "endOffset": 3891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3122, - "endColumn": 124, - "endOffset": 3242 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3896, - "endColumn": 163, - "endOffset": 4055 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 821, - "endColumn": 163, - "endOffset": 980 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4060, - "endColumn": 171, - "endOffset": 4227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2950, - "endColumn": 171, - "endOffset": 3117 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4232, - "endColumn": 124, - "endOffset": 4352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2825, - "endColumn": 124, - "endOffset": 2945 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4357, - "endColumn": 175, - "endOffset": 4528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 175, - "endOffset": 477 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4533, - "endColumn": 174, - "endOffset": 4703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 482, - "endColumn": 174, - "endOffset": 652 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4708, - "endColumn": 135, - "endOffset": 4839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4844, - "endColumn": 173, - "endOffset": 5013 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4710, - "endColumn": 173, - "endOffset": 4879 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5018, - "endColumn": 118, - "endOffset": 5132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4591, - "endColumn": 118, - "endOffset": 4705 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5137, - "endColumn": 149, - "endOffset": 5282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3420, - "endColumn": 149, - "endOffset": 3565 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5287, - "endColumn": 248, - "endOffset": 5531 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3694, - "endColumn": 248, - "endOffset": 3938 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5536, - "endColumn": 123, - "endOffset": 5655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3570, - "endColumn": 123, - "endOffset": 3689 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5660, - "endColumn": 108, - "endOffset": 5764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3943, - "endColumn": 108, - "endOffset": 4047 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5769, - "endColumn": 174, - "endOffset": 5939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2481, - "endColumn": 174, - "endOffset": 2651 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5944, - "endColumn": 127, - "endOffset": 6067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 127, - "endOffset": 2363 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6072, - "endColumn": 92, - "endOffset": 6160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4251, - "endColumn": 92, - "endOffset": 4339 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6165, - "endColumn": 89, - "endOffset": 6250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4052, - "endColumn": 89, - "endOffset": 4137 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6255, - "endColumn": 108, - "endOffset": 6359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4142, - "endColumn": 108, - "endOffset": 4246 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6364, - "endColumn": 246, - "endOffset": 6606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-in/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4344, - "endColumn": 246, - "endOffset": 4586 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6611, - "endColumn": 100, - "endOffset": 6707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2076, - "endColumn": 100, - "endOffset": 2172 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json b/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json deleted file mode 100644 index 6724cd8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 99, - "endOffset": 200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 99, - "endOffset": 379 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 205, - "endColumn": 107, - "endOffset": 308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 107, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 313, - "endColumn": 122, - "endOffset": 431 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 492, - "endColumn": 122, - "endOffset": 610 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 436, - "endColumn": 96, - "endOffset": 528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 615, - "endColumn": 96, - "endOffset": 707 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 533, - "endColumn": 111, - "endOffset": 640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 712, - "endColumn": 111, - "endOffset": 819 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 645, - "endColumn": 84, - "endOffset": 725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 824, - "endColumn": 84, - "endOffset": 904 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 730, - "endColumn": 100, - "endOffset": 826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 909, - "endColumn": 100, - "endOffset": 1005 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 113, - "endOffset": 940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 113, - "endOffset": 1119 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 945, - "endColumn": 80, - "endOffset": 1021 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 80, - "endOffset": 1200 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1026, - "endColumn": 109, - "endOffset": 1131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1205, - "endColumn": 109, - "endOffset": 1310 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1136, - "endColumn": 107, - "endOffset": 1239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 107, - "endOffset": 1418 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 97, - "endOffset": 1337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1423, - "endColumn": 97, - "endOffset": 1516 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1342, - "endColumn": 108, - "endOffset": 1446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1521, - "endColumn": 108, - "endOffset": 1625 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 98, - "endOffset": 1545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1630, - "endColumn": 98, - "endOffset": 1724 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1550, - "endColumn": 102, - "endOffset": 1648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1729, - "endColumn": 102, - "endOffset": 1827 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1653, - "endColumn": 117, - "endOffset": 1766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1832, - "endColumn": 117, - "endOffset": 1945 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1771, - "endColumn": 97, - "endOffset": 1864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1950, - "endColumn": 97, - "endOffset": 2043 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1869, - "endColumn": 157, - "endOffset": 2022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 658, - "endColumn": 157, - "endOffset": 811 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2027, - "endColumn": 159, - "endOffset": 2182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2601, - "endColumn": 159, - "endOffset": 2756 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2187, - "endColumn": 112, - "endOffset": 2295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2322, - "endColumn": 112, - "endOffset": 2430 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2300, - "endColumn": 127, - "endOffset": 2423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2066, - "endColumn": 127, - "endOffset": 2189 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2428, - "endColumn": 164, - "endOffset": 2588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1901, - "endColumn": 164, - "endOffset": 2061 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2593, - "endColumn": 125, - "endOffset": 2714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1775, - "endColumn": 125, - "endOffset": 1896 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2719, - "endColumn": 162, - "endOffset": 2877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 975, - "endColumn": 166, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2882, - "endColumn": 127, - "endOffset": 3005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1647, - "endColumn": 127, - "endOffset": 1770 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3010, - "endColumn": 185, - "endOffset": 3191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1267, - "endColumn": 185, - "endOffset": 1448 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3196, - "endColumn": 193, - "endOffset": 3385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1453, - "endColumn": 193, - "endOffset": 1642 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3390, - "endColumn": 124, - "endOffset": 3510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 124, - "endOffset": 1262 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3515, - "endColumn": 184, - "endOffset": 3695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3172, - "endColumn": 184, - "endOffset": 3352 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3700, - "endColumn": 126, - "endOffset": 3822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3045, - "endColumn": 126, - "endOffset": 3167 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3827, - "endColumn": 158, - "endOffset": 3981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 816, - "endColumn": 158, - "endOffset": 970 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3986, - "endColumn": 168, - "endOffset": 4150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2876, - "endColumn": 168, - "endOffset": 3040 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4155, - "endColumn": 114, - "endOffset": 4265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2761, - "endColumn": 114, - "endOffset": 2871 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4270, - "endColumn": 179, - "endOffset": 4445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 179, - "endOffset": 480 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4450, - "endColumn": 172, - "endOffset": 4618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 485, - "endColumn": 172, - "endOffset": 653 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4623, - "endColumn": 134, - "endOffset": 4753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4758, - "endColumn": 171, - "endOffset": 4925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4631, - "endColumn": 171, - "endOffset": 4798 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4930, - "endColumn": 127, - "endOffset": 5053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4503, - "endColumn": 127, - "endOffset": 4626 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5058, - "endColumn": 141, - "endOffset": 5195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3357, - "endColumn": 141, - "endOffset": 3494 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5200, - "endColumn": 232, - "endOffset": 5428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3624, - "endColumn": 232, - "endOffset": 3852 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5433, - "endColumn": 124, - "endOffset": 5553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3499, - "endColumn": 124, - "endOffset": 3619 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5558, - "endColumn": 107, - "endOffset": 5661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3857, - "endColumn": 107, - "endOffset": 3960 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5666, - "endColumn": 165, - "endOffset": 5827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2435, - "endColumn": 165, - "endOffset": 2596 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5832, - "endColumn": 127, - "endOffset": 5955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2194, - "endColumn": 127, - "endOffset": 2317 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5960, - "endColumn": 92, - "endOffset": 6048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4167, - "endColumn": 92, - "endOffset": 4255 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6053, - "endColumn": 92, - "endOffset": 6141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3965, - "endColumn": 92, - "endOffset": 4053 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6146, - "endColumn": 108, - "endOffset": 6250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4058, - "endColumn": 108, - "endOffset": 4162 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6255, - "endColumn": 242, - "endOffset": 6493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-is-rIS/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4260, - "endColumn": 242, - "endOffset": 4498 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6498, - "endColumn": 100, - "endOffset": 6594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2048, - "endColumn": 100, - "endOffset": 2144 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-it.json b/android/build/intermediates/blame/res/debug/multi/values-it.json deleted file mode 100644 index 36bbdb9..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-it.json +++ /dev/null @@ -1,6341 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-it/values-it.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 5, - "endColumn": 14, - "endOffset": 364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 232, - "startColumn": 4, - "startOffset": 27299, - "endLine": 235, - "endColumn": 14, - "endOffset": 27717 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 369, - "endLine": 9, - "endColumn": 14, - "endOffset": 675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 238, - "startColumn": 4, - "startOffset": 28032, - "endLine": 241, - "endColumn": 14, - "endOffset": 28488 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 680, - "endLine": 13, - "endColumn": 14, - "endOffset": 875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 244, - "startColumn": 4, - "startOffset": 28820, - "endLine": 247, - "endColumn": 14, - "endOffset": 29090 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 880, - "endLine": 17, - "endColumn": 14, - "endOffset": 1188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 250, - "startColumn": 4, - "startOffset": 29290, - "endLine": 253, - "endColumn": 14, - "endOffset": 29792 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1193, - "endColumn": 108, - "endOffset": 1297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 108, - "endOffset": 384 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1302, - "endColumn": 107, - "endOffset": 1405 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 107, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1410, - "endColumn": 122, - "endOffset": 1528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 122, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1533, - "endColumn": 99, - "endOffset": 1628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 99, - "endOffset": 715 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1633, - "endColumn": 108, - "endOffset": 1737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 720, - "endColumn": 108, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1742, - "endColumn": 83, - "endOffset": 1821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 83, - "endOffset": 908 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 108, - "endOffset": 1930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 913, - "endColumn": 108, - "endOffset": 1017 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1935, - "endColumn": 124, - "endOffset": 2055 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1022, - "endColumn": 124, - "endOffset": 1142 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2060, - "endColumn": 80, - "endOffset": 2136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1147, - "endColumn": 80, - "endOffset": 1223 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2141, - "endColumn": 105, - "endOffset": 2242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 105, - "endOffset": 1329 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2247, - "endColumn": 107, - "endOffset": 2350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1334, - "endColumn": 107, - "endOffset": 1437 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2355, - "endColumn": 97, - "endOffset": 2448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1442, - "endColumn": 97, - "endOffset": 1535 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2453, - "endColumn": 103, - "endOffset": 2552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1540, - "endColumn": 103, - "endOffset": 1639 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2557, - "endColumn": 104, - "endOffset": 2657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1644, - "endColumn": 104, - "endOffset": 1744 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2662, - "endColumn": 106, - "endOffset": 2764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1749, - "endColumn": 106, - "endOffset": 1851 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2769, - "endColumn": 121, - "endOffset": 2886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1856, - "endColumn": 121, - "endOffset": 1973 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2891, - "endColumn": 99, - "endOffset": 2986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1978, - "endColumn": 99, - "endOffset": 2073 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2991, - "endLine": 36, - "endColumn": 197, - "endOffset": 3262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 256, - "startColumn": 4, - "startOffset": 29961, - "endLine": 257, - "endColumn": 221, - "endOffset": 30253 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 3267, - "endColumn": 78, - "endOffset": 3341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 260, - "startColumn": 4, - "startOffset": 30474, - "endColumn": 78, - "endOffset": 30548 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3346, - "endColumn": 62, - "endOffset": 3404 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 263, - "startColumn": 4, - "startOffset": 30710, - "endColumn": 62, - "endOffset": 30768 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3409, - "endColumn": 42, - "endOffset": 3447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 265, - "startColumn": 4, - "startOffset": 30796, - "endLine": 266, - "endColumn": 42, - "endOffset": 30932 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3452, - "endColumn": 56, - "endOffset": 3504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 268, - "startColumn": 4, - "startOffset": 31049, - "endLine": 269, - "endColumn": 56, - "endOffset": 31195 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3509, - "endColumn": 66, - "endOffset": 3571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 271, - "startColumn": 4, - "startOffset": 31340, - "endLine": 272, - "endColumn": 66, - "endOffset": 31502 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3576, - "endColumn": 98, - "endOffset": 3670 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 276, - "startColumn": 4, - "startOffset": 31773, - "endColumn": 98, - "endOffset": 31867 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3675, - "endColumn": 109, - "endOffset": 3780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 96, - "startColumn": 5, - "startOffset": 13583, - "endColumn": 109, - "endOffset": 13634 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3785, - "endColumn": 58, - "endOffset": 3839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 279, - "startColumn": 4, - "startOffset": 32045, - "endLine": 280, - "endColumn": 58, - "endOffset": 32185 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3844, - "endColumn": 51, - "endOffset": 3891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 285, - "startColumn": 4, - "startOffset": 32354, - "endColumn": 51, - "endOffset": 32401 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3896, - "endColumn": 58, - "endOffset": 3950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 289, - "startColumn": 4, - "startOffset": 32699, - "endLine": 290, - "endColumn": 58, - "endOffset": 32821 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3955, - "endColumn": 50, - "endOffset": 4001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 294, - "startColumn": 4, - "startOffset": 33068, - "endColumn": 50, - "endOffset": 33105 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 4006, - "endColumn": 52, - "endOffset": 4054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 298, - "startColumn": 4, - "startOffset": 33323, - "endColumn": 52, - "endOffset": 33370 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 4059, - "endColumn": 306, - "endOffset": 4361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 112, - "startColumn": 2, - "startOffset": 15757, - "endLine": 114, - "endColumn": 301, - "endOffset": 15859 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4366, - "endColumn": 241, - "endOffset": 4603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 112, - "startColumn": 5, - "startOffset": 15346, - "endColumn": 236, - "endOffset": 15420 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4608, - "endColumn": 52, - "endOffset": 4656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 301, - "startColumn": 4, - "startOffset": 33575, - "endColumn": 52, - "endOffset": 33623 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4661, - "endColumn": 68, - "endOffset": 4725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 305, - "startColumn": 4, - "startOffset": 33860, - "endColumn": 68, - "endOffset": 33923 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4730, - "endColumn": 57, - "endOffset": 4783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 309, - "startColumn": 4, - "startOffset": 34223, - "endColumn": 57, - "endOffset": 34275 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4788, - "endColumn": 56, - "endOffset": 4840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 313, - "startColumn": 4, - "startOffset": 34442, - "endColumn": 56, - "endOffset": 34494 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4845, - "endColumn": 60, - "endOffset": 4901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 317, - "startColumn": 4, - "startOffset": 34706, - "endColumn": 60, - "endOffset": 34762 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4906, - "endColumn": 114, - "endOffset": 5016 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 320, - "startColumn": 4, - "startOffset": 34896, - "endColumn": 120, - "endOffset": 35011 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 5021, - "endColumn": 136, - "endOffset": 5153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 323, - "startColumn": 4, - "startOffset": 35274, - "endColumn": 142, - "endOffset": 35412 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5158, - "endColumn": 42, - "endOffset": 5196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 330, - "startColumn": 4, - "startOffset": 36047, - "endColumn": 42, - "endOffset": 36084 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5201, - "endColumn": 214, - "endOffset": 5411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 712, - "endColumn": 214, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5416, - "endColumn": 74, - "endOffset": 5486 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 325, - "startColumn": 4, - "startOffset": 35609, - "endLine": 326, - "endColumn": 74, - "endOffset": 35775 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5491, - "endColumn": 174, - "endOffset": 5661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 682, - "endColumn": 174, - "endOffset": 852 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5666, - "endColumn": 152, - "endOffset": 5814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2642, - "endColumn": 152, - "endOffset": 2790 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5819, - "endColumn": 112, - "endOffset": 5927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2372, - "endColumn": 112, - "endOffset": 2480 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5932, - "endColumn": 127, - "endOffset": 6055 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2115, - "endColumn": 127, - "endOffset": 2238 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 6060, - "endColumn": 155, - "endOffset": 6211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1959, - "endColumn": 155, - "endOffset": 2110 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 6216, - "endColumn": 125, - "endOffset": 6337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1833, - "endColumn": 125, - "endOffset": 1954 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 6342, - "endColumn": 168, - "endOffset": 6506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 172, - "endOffset": 1198 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6511, - "endColumn": 130, - "endOffset": 6637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1702, - "endColumn": 130, - "endOffset": 1828 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6642, - "endColumn": 185, - "endOffset": 6823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1331, - "endColumn": 185, - "endOffset": 1512 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6828, - "endColumn": 184, - "endOffset": 7008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1517, - "endColumn": 184, - "endOffset": 1697 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 7013, - "endColumn": 127, - "endOffset": 7136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1203, - "endColumn": 127, - "endOffset": 1326 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 7141, - "endColumn": 188, - "endOffset": 7325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3222, - "endColumn": 188, - "endOffset": 3406 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 7330, - "endColumn": 126, - "endOffset": 7452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3095, - "endColumn": 126, - "endOffset": 3217 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7457, - "endColumn": 172, - "endOffset": 7625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 857, - "endColumn": 172, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7630, - "endColumn": 178, - "endOffset": 7804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2916, - "endColumn": 178, - "endOffset": 3090 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 7809, - "endColumn": 120, - "endOffset": 7925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2795, - "endColumn": 120, - "endOffset": 2911 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7930, - "endColumn": 191, - "endOffset": 8117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 191, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 8122, - "endColumn": 185, - "endOffset": 8303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 496, - "endColumn": 185, - "endOffset": 677 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 8308, - "endColumn": 133, - "endOffset": 8437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 8442, - "endColumn": 182, - "endOffset": 8620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4734, - "endColumn": 182, - "endOffset": 4912 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 8625, - "endColumn": 127, - "endOffset": 8748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4606, - "endColumn": 127, - "endOffset": 4729 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 8753, - "endColumn": 146, - "endOffset": 8895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3411, - "endColumn": 146, - "endOffset": 3553 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8900, - "endColumn": 270, - "endOffset": 9166 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3683, - "endColumn": 270, - "endOffset": 3949 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 9171, - "endColumn": 124, - "endOffset": 9291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3558, - "endColumn": 124, - "endOffset": 3678 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 9296, - "endColumn": 108, - "endOffset": 9400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3954, - "endColumn": 108, - "endOffset": 4058 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 9405, - "endColumn": 156, - "endOffset": 9557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2485, - "endColumn": 156, - "endOffset": 2637 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 9562, - "endColumn": 128, - "endOffset": 9686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2243, - "endColumn": 128, - "endOffset": 2367 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9691, - "endColumn": 95, - "endOffset": 9782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4261, - "endColumn": 95, - "endOffset": 4352 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 9787, - "endColumn": 90, - "endOffset": 9873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4063, - "endColumn": 90, - "endOffset": 4149 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9878, - "endColumn": 106, - "endOffset": 9980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4154, - "endColumn": 106, - "endOffset": 4256 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9985, - "endColumn": 248, - "endOffset": 10229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-it/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4357, - "endColumn": 248, - "endOffset": 4601 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 10234, - "endColumn": 104, - "endOffset": 10334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 334, - "startColumn": 4, - "startOffset": 36378, - "endColumn": 104, - "endOffset": 36478 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 10339, - "endColumn": 118, - "endOffset": 10453 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 116, - "startColumn": 5, - "startOffset": 15979, - "endColumn": 113, - "endOffset": 16032 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 10458, - "endColumn": 48, - "endOffset": 10502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 337, - "startColumn": 4, - "startOffset": 36700, - "endColumn": 48, - "endOffset": 36744 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 10507, - "endColumn": 53, - "endOffset": 10556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 339, - "startColumn": 4, - "startOffset": 36750, - "endLine": 340, - "endColumn": 53, - "endOffset": 36894 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 10561, - "endColumn": 52, - "endOffset": 10609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 342, - "startColumn": 29, - "startOffset": 37155, - "endLine": 343, - "endColumn": 52, - "endOffset": 37178 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 10614, - "endColumn": 43, - "endOffset": 10653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 347, - "startColumn": 4, - "startOffset": 37366, - "endColumn": 43, - "endOffset": 37405 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 10658, - "endColumn": 61, - "endOffset": 10715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 350, - "startColumn": 29, - "startOffset": 37627, - "endColumn": 61, - "endOffset": 37659 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 10720, - "endColumn": 75, - "endOffset": 10791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 351, - "startColumn": 31, - "startOffset": 37911, - "endLine": 353, - "endColumn": 75, - "endOffset": 37955 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 10796, - "endColumn": 71, - "endOffset": 10863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 358, - "startColumn": 4, - "startOffset": 38259, - "endColumn": 71, - "endOffset": 38326 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 10868, - "endColumn": 65, - "endOffset": 10929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 361, - "startColumn": 4, - "startOffset": 38470, - "endColumn": 65, - "endOffset": 38501 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 10934, - "endColumn": 59, - "endOffset": 10989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 364, - "startColumn": 4, - "startOffset": 38696, - "endColumn": 59, - "endOffset": 38721 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10994, - "endColumn": 74, - "endOffset": 11064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 367, - "startColumn": 4, - "startOffset": 39084, - "endColumn": 74, - "endOffset": 39153 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 11069, - "endColumn": 53, - "endOffset": 11118 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 205, - "startColumn": 4, - "startOffset": 24848, - "endColumn": 54, - "endOffset": 24898 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 11123, - "endColumn": 65, - "endOffset": 11184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 370, - "startColumn": 4, - "startOffset": 39464, - "endColumn": 65, - "endOffset": 39524 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 11189, - "endColumn": 49, - "endOffset": 11234 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 373, - "startColumn": 4, - "startOffset": 39720, - "endColumn": 49, - "endOffset": 39765 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 11239, - "endColumn": 84, - "endOffset": 11319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 377, - "startColumn": 4, - "startOffset": 40054, - "endColumn": 84, - "endOffset": 40133 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 11324, - "endColumn": 56, - "endOffset": 11376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 381, - "startColumn": 4, - "startOffset": 40420, - "endColumn": 56, - "endOffset": 40472 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11381, - "endColumn": 76, - "endOffset": 11453 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 384, - "startColumn": 4, - "startOffset": 40617, - "endColumn": 76, - "endOffset": 40689 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 11458, - "endColumn": 52, - "endOffset": 11506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 388, - "startColumn": 4, - "startOffset": 40944, - "endColumn": 52, - "endOffset": 40991 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11511, - "endColumn": 61, - "endOffset": 11568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 391, - "startColumn": 4, - "startOffset": 41293, - "endColumn": 61, - "endOffset": 41349 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 11573, - "endColumn": 279, - "endOffset": 11848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 394, - "startColumn": 4, - "startOffset": 41608, - "endColumn": 279, - "endOffset": 41882 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 11853, - "endColumn": 55, - "endOffset": 11904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 398, - "startColumn": 32, - "startOffset": 42197, - "endColumn": 55, - "endOffset": 42220 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 11909, - "endColumn": 85, - "endOffset": 11990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 403, - "startColumn": 4, - "startOffset": 42634, - "endColumn": 85, - "endOffset": 42714 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 11995, - "endColumn": 61, - "endOffset": 12052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 406, - "startColumn": 4, - "startOffset": 42866, - "endColumn": 61, - "endOffset": 42923 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 12057, - "endColumn": 60, - "endOffset": 12113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 409, - "startColumn": 4, - "startOffset": 43044, - "endColumn": 60, - "endOffset": 43100 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 12118, - "endColumn": 90, - "endOffset": 12204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 413, - "startColumn": 4, - "startOffset": 43347, - "endColumn": 90, - "endOffset": 43432 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 12209, - "endColumn": 94, - "endOffset": 12299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 416, - "startColumn": 4, - "startOffset": 43714, - "endColumn": 94, - "endOffset": 43803 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 12304, - "endColumn": 68, - "endOffset": 12368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 419, - "startColumn": 4, - "startOffset": 44040, - "endColumn": 68, - "endOffset": 44103 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 12373, - "endColumn": 81, - "endOffset": 12450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 423, - "startColumn": 4, - "startOffset": 44328, - "endColumn": 81, - "endOffset": 44405 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 12455, - "endColumn": 106, - "endOffset": 12557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 427, - "startColumn": 4, - "startOffset": 44606, - "endColumn": 106, - "endOffset": 44707 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 12562, - "endLine": 123, - "endColumn": 67, - "endOffset": 12717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 430, - "startColumn": 4, - "startOffset": 44845, - "endLine": 431, - "endColumn": 67, - "endOffset": 44975 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 12722, - "endColumn": 61, - "endOffset": 12779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 435, - "startColumn": 4, - "startOffset": 45191, - "endColumn": 61, - "endOffset": 45247 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 12784, - "endColumn": 838, - "endOffset": 13618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 838, - "endOffset": 1494 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 13623, - "endColumn": 141, - "endOffset": 13760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 438, - "startColumn": 4, - "startOffset": 45462, - "endColumn": 141, - "endOffset": 45598 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 13765, - "endColumn": 139, - "endOffset": 13900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 441, - "startColumn": 4, - "startOffset": 45926, - "endColumn": 139, - "endOffset": 46061 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 13905, - "endColumn": 517, - "endOffset": 14418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 88, - "startColumn": 4, - "startOffset": 11377, - "endColumn": 529, - "endOffset": 11781 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 14423, - "endColumn": 68, - "endOffset": 14487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 227, - "startColumn": 4, - "startOffset": 26920, - "endColumn": 69, - "endOffset": 26945 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 14492, - "endColumn": 77, - "endOffset": 14565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 224, - "startColumn": 4, - "startOffset": 26356, - "endColumn": 78, - "endOffset": 26430 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 14570, - "endColumn": 418, - "endOffset": 14984 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 84, - "startColumn": 4, - "startOffset": 10473, - "endColumn": 286, - "endOffset": 10755 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 14989, - "endColumn": 364, - "endOffset": 15349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 86, - "startColumn": 4, - "startOffset": 10838, - "endColumn": 373, - "endOffset": 11207 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 15354, - "endColumn": 649, - "endOffset": 15999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 90, - "startColumn": 4, - "startOffset": 12150, - "endColumn": 703, - "endOffset": 12715 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 16004, - "endColumn": 296, - "endOffset": 16296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 92, - "startColumn": 5, - "startOffset": 12980, - "endColumn": 291, - "endOffset": 13113 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 16301, - "endColumn": 420, - "endOffset": 16717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 9005, - "endColumn": 390, - "endOffset": 9390 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 16722, - "endColumn": 191, - "endOffset": 16909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 76, - "startColumn": 4, - "startOffset": 9748, - "endColumn": 191, - "endOffset": 9824 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 16914, - "endLine": 139, - "endColumn": 11, - "endOffset": 17223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 78, - "startColumn": 4, - "startOffset": 10008, - "endLine": 80, - "endColumn": 11, - "endOffset": 10230 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 17228, - "endColumn": 44, - "endOffset": 17268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 445, - "startColumn": 4, - "startOffset": 46212, - "endColumn": 44, - "endOffset": 46251 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 17273, - "endColumn": 74, - "endOffset": 17343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 448, - "startColumn": 4, - "startOffset": 46556, - "endColumn": 74, - "endOffset": 46625 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 17348, - "endColumn": 160, - "endOffset": 17504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 452, - "startColumn": 47, - "startOffset": 46886, - "endColumn": 160, - "endOffset": 46999 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 17509, - "endColumn": 86, - "endOffset": 17591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 456, - "startColumn": 4, - "startOffset": 47132, - "endColumn": 86, - "endOffset": 47213 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 17596, - "endLine": 145, - "endColumn": 11, - "endOffset": 17672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 460, - "startColumn": 4, - "startOffset": 47535, - "endLine": 461, - "endColumn": 11, - "endOffset": 47681 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 17677, - "endColumn": 44, - "endOffset": 17717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 466, - "startColumn": 4, - "startOffset": 47989, - "endColumn": 44, - "endOffset": 48029 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 17722, - "endColumn": 179, - "endOffset": 17897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2869, - "endColumn": 179, - "endOffset": 3044 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 17902, - "endColumn": 154, - "endOffset": 18052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2713, - "endColumn": 154, - "endOffset": 2863 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 18057, - "endColumn": 183, - "endOffset": 18236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3050, - "endColumn": 183, - "endOffset": 3229 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 18241, - "endColumn": 149, - "endOffset": 18386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3235, - "endColumn": 149, - "endOffset": 3380 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 18391, - "endColumn": 55, - "endOffset": 18442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 149, - "startColumn": 33, - "startOffset": 19817, - "endColumn": 56, - "endOffset": 19840 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 18447, - "endColumn": 50, - "endOffset": 18493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 471, - "startColumn": 4, - "startOffset": 48281, - "endColumn": 50, - "endOffset": 48327 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 18498, - "endColumn": 47, - "endOffset": 18541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 477, - "startColumn": 4, - "startOffset": 48812, - "endColumn": 47, - "endOffset": 48855 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 18546, - "endColumn": 57, - "endOffset": 18599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 479, - "startColumn": 4, - "startOffset": 48915, - "endLine": 480, - "endColumn": 57, - "endOffset": 49061 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 18604, - "endColumn": 118, - "endOffset": 18718 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 483, - "startColumn": 4, - "startOffset": 49337, - "endColumn": 118, - "endOffset": 49450 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 18723, - "endColumn": 59, - "endOffset": 18778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 488, - "startColumn": 4, - "startOffset": 49854, - "endColumn": 59, - "endOffset": 49908 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 18783, - "endColumn": 135, - "endOffset": 18914 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 491, - "startColumn": 4, - "startOffset": 50149, - "endColumn": 135, - "endOffset": 50279 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 18919, - "endColumn": 70, - "endOffset": 18985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 500, - "startColumn": 4, - "startOffset": 50818, - "endColumn": 79, - "endOffset": 50893 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 18990, - "endColumn": 83, - "endOffset": 19069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 505, - "startColumn": 4, - "startOffset": 51088, - "endColumn": 92, - "endOffset": 51175 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 19074, - "endColumn": 81, - "endOffset": 19151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 508, - "startColumn": 4, - "startOffset": 51357, - "endColumn": 81, - "endOffset": 51433 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 19156, - "endColumn": 67, - "endOffset": 19219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 511, - "startColumn": 4, - "startOffset": 51627, - "endColumn": 67, - "endOffset": 51689 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 19224, - "endColumn": 51, - "endOffset": 19271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 152, - "startColumn": 4, - "startOffset": 20093, - "endColumn": 52, - "endOffset": 20141 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 19276, - "endColumn": 165, - "endOffset": 19437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3386, - "endColumn": 165, - "endOffset": 3547 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 19442, - "endColumn": 56, - "endOffset": 19494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 514, - "startColumn": 4, - "startOffset": 51849, - "endColumn": 56, - "endOffset": 51900 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 19499, - "endColumn": 120, - "endOffset": 19615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 520, - "startColumn": 42, - "startOffset": 52544, - "endColumn": 124, - "endOffset": 52626 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 19620, - "endColumn": 80, - "endOffset": 19696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 152, - "startColumn": 4, - "startOffset": 20161, - "endLine": 154, - "endColumn": 81, - "endOffset": 20325 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 19701, - "endColumn": 122, - "endOffset": 19819 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 517, - "startColumn": 4, - "startOffset": 52127, - "endColumn": 126, - "endOffset": 52248 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 19824, - "endColumn": 79, - "endOffset": 19899 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 20522, - "endColumn": 80, - "endOffset": 20569 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 19904, - "endColumn": 141, - "endOffset": 20041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 158, - "startColumn": 4, - "startOffset": 20582, - "endLine": 159, - "endColumn": 142, - "endOffset": 20813 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 20046, - "endColumn": 54, - "endOffset": 20096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 166, - "startColumn": 4, - "startOffset": 21333, - "endColumn": 55, - "endOffset": 21384 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 20101, - "endColumn": 58, - "endOffset": 20155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 52864, - "endColumn": 58, - "endOffset": 52917 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 20160, - "endColumn": 74, - "endOffset": 20230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 53154, - "endColumn": 74, - "endOffset": 53223 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 20235, - "endColumn": 59, - "endOffset": 20290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 161, - "startColumn": 4, - "startOffset": 20851, - "endLine": 163, - "endColumn": 60, - "endOffset": 21096 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 20295, - "endColumn": 52, - "endOffset": 20343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 528, - "startColumn": 4, - "startOffset": 53228, - "endLine": 529, - "endColumn": 52, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 20348, - "endColumn": 71, - "endOffset": 20415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 529, - "startColumn": 4, - "startOffset": 53228, - "endLine": 531, - "endColumn": 71, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 20420, - "endColumn": 64, - "endOffset": 20480 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 531, - "startColumn": 0, - "startOffset": 53346, - "endLine": 532, - "endColumn": 64, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 20485, - "endColumn": 57, - "endOffset": 20538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 532, - "startColumn": 112, - "startOffset": 53336, - "endLine": 534, - "endColumn": 57, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 20543, - "endColumn": 56, - "endOffset": 20595 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 534, - "startColumn": 4, - "startOffset": 53228, - "endLine": 536, - "endColumn": 56, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 20600, - "endColumn": 66, - "endOffset": 20662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 164, - "startColumn": 4, - "startOffset": 21146, - "endColumn": 67, - "endOffset": 21208 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 20667, - "endColumn": 94, - "endOffset": 20757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 536, - "startColumn": 0, - "startOffset": 53346, - "endLine": 537, - "endColumn": 94, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 20762, - "endColumn": 93, - "endOffset": 20851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 538, - "startColumn": 0, - "startOffset": 53346, - "endLine": 539, - "endColumn": 93, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 20856, - "endLine": 183, - "endColumn": 11, - "endOffset": 20939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 170, - "startColumn": 4, - "startOffset": 21650, - "endLine": 171, - "endColumn": 11, - "endOffset": 21805 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 20944, - "endColumn": 108, - "endOffset": 21048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 540, - "startColumn": 0, - "startOffset": 53346, - "endLine": 541, - "endColumn": 108, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 21053, - "endColumn": 81, - "endOffset": 21130 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 542, - "startColumn": 0, - "startOffset": 53346, - "endLine": 543, - "endColumn": 81, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 21135, - "endColumn": 118, - "endOffset": 21249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 544, - "startColumn": 0, - "startOffset": 53346, - "endLine": 545, - "endColumn": 118, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 21254, - "endColumn": 75, - "endOffset": 21325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 546, - "startColumn": 0, - "startOffset": 53346, - "endLine": 547, - "endColumn": 75, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 21330, - "endColumn": 48, - "endOffset": 21374 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 547, - "startColumn": 0, - "startOffset": 53346, - "endLine": 548, - "endColumn": 48, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 21379, - "endColumn": 46, - "endOffset": 21421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 548, - "startColumn": 4, - "startOffset": 53228, - "endLine": 550, - "endColumn": 46, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 21426, - "endColumn": 38, - "endOffset": 21460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 550, - "startColumn": 4, - "startOffset": 53228, - "endLine": 552, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 21465, - "endColumn": 38, - "endOffset": 21499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 552, - "startColumn": 4, - "startOffset": 53228, - "endLine": 554, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 21504, - "endColumn": 38, - "endOffset": 21538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 554, - "startColumn": 4, - "startOffset": 53228, - "endLine": 556, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 21543, - "endColumn": 38, - "endOffset": 21577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 556, - "startColumn": 4, - "startOffset": 53228, - "endLine": 558, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 21582, - "endColumn": 38, - "endOffset": 21616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 558, - "startColumn": 4, - "startOffset": 53228, - "endLine": 560, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 21621, - "endColumn": 33, - "endOffset": 21650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 560, - "startColumn": 4, - "startOffset": 53228, - "endLine": 562, - "endColumn": 33, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 21655, - "endColumn": 40, - "endOffset": 21691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 562, - "startColumn": 4, - "startOffset": 53228, - "endLine": 564, - "endColumn": 40, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 21696, - "endColumn": 86, - "endOffset": 21778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 564, - "startColumn": 4, - "startOffset": 53228, - "endLine": 566, - "endColumn": 86, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 21783, - "endColumn": 85, - "endOffset": 21864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 566, - "startColumn": 0, - "startOffset": 53346, - "endLine": 567, - "endColumn": 85, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 21869, - "endLine": 200, - "endColumn": 22, - "endOffset": 21992 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 570, - "startColumn": 0, - "startOffset": 53346, - "endLine": 571, - "endColumn": 22, - "endOffset": 53327 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 21997, - "endColumn": 94, - "endOffset": 22087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 568, - "startColumn": 0, - "startOffset": 53346, - "endLine": 569, - "endColumn": 94, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 22092, - "endColumn": 172, - "endOffset": 22260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 573, - "startColumn": 4, - "startOffset": 53228, - "endLine": 575, - "endColumn": 172, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 22265, - "endColumn": 83, - "endOffset": 22344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 576, - "startColumn": 0, - "startOffset": 53346, - "endLine": 577, - "endColumn": 83, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 22349, - "endColumn": 394, - "endOffset": 22739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3553, - "endLine": 49, - "endColumn": 244, - "endOffset": 3956 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 22744, - "endColumn": 98, - "endOffset": 22838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 174, - "startColumn": 4, - "startOffset": 21943, - "endLine": 175, - "endColumn": 99, - "endOffset": 22132 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 22843, - "endColumn": 132, - "endOffset": 22971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 577, - "startColumn": 0, - "startOffset": 53346, - "endLine": 578, - "endColumn": 132, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 22976, - "endColumn": 72, - "endOffset": 23044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 579, - "startColumn": 0, - "startOffset": 53346, - "endLine": 580, - "endColumn": 72, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 23049, - "endColumn": 142, - "endOffset": 23187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 580, - "startColumn": 4, - "startOffset": 53228, - "endLine": 582, - "endColumn": 142, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 23192, - "endColumn": 84, - "endOffset": 23272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 583, - "startColumn": 0, - "startOffset": 53346, - "endLine": 584, - "endColumn": 84, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 23277, - "endColumn": 152, - "endOffset": 23425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 584, - "startColumn": 4, - "startOffset": 53228, - "endLine": 586, - "endColumn": 152, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 23430, - "endColumn": 91, - "endOffset": 23517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 587, - "startColumn": 0, - "startOffset": 53346, - "endLine": 588, - "endColumn": 91, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 23522, - "endColumn": 128, - "endOffset": 23646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 588, - "startColumn": 4, - "startOffset": 53228, - "endLine": 590, - "endColumn": 128, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 23651, - "endColumn": 89, - "endOffset": 23736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 591, - "startColumn": 0, - "startOffset": 53346, - "endLine": 592, - "endColumn": 89, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 23741, - "endColumn": 147, - "endOffset": 23884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 592, - "startColumn": 4, - "startOffset": 53228, - "endLine": 594, - "endColumn": 147, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 23889, - "endColumn": 120, - "endOffset": 24005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 595, - "startColumn": 0, - "startOffset": 53346, - "endLine": 596, - "endColumn": 120, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 24010, - "endColumn": 416, - "endOffset": 24422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4542, - "endColumn": 405, - "endOffset": 4768 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 24427, - "endColumn": 58, - "endOffset": 24481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 597, - "startColumn": 0, - "startOffset": 53346, - "endLine": 598, - "endColumn": 58, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 24486, - "endColumn": 61, - "endOffset": 24543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 598, - "startColumn": 4, - "startOffset": 53228, - "endLine": 600, - "endColumn": 61, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 24548, - "endColumn": 107, - "endOffset": 24651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 600, - "startColumn": 4, - "startOffset": 53228, - "endLine": 602, - "endColumn": 107, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 24656, - "endColumn": 41, - "endOffset": 24693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 603, - "startColumn": 0, - "startOffset": 53346, - "endLine": 604, - "endColumn": 41, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 24698, - "endColumn": 71, - "endOffset": 24765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 604, - "startColumn": 4, - "startOffset": 53228, - "endLine": 606, - "endColumn": 71, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 24770, - "endColumn": 85, - "endOffset": 24851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 606, - "startColumn": 4, - "startOffset": 53228, - "endLine": 608, - "endColumn": 89, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 24856, - "endLine": 225, - "endColumn": 11, - "endOffset": 24978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 177, - "startColumn": 4, - "startOffset": 22171, - "endLine": 179, - "endColumn": 11, - "endOffset": 22372 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 24983, - "endColumn": 54, - "endOffset": 25033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 609, - "startColumn": 0, - "startOffset": 53346, - "endLine": 610, - "endColumn": 54, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 25038, - "endColumn": 64, - "endOffset": 25098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 611, - "startColumn": 0, - "startOffset": 53346, - "endLine": 612, - "endColumn": 64, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 25103, - "endColumn": 91, - "endOffset": 25190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 612, - "startColumn": 4, - "startOffset": 53228, - "endLine": 614, - "endColumn": 91, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 25195, - "endColumn": 97, - "endOffset": 25288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 614, - "startColumn": 4, - "startOffset": 53228, - "endLine": 616, - "endColumn": 97, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 25293, - "endColumn": 99, - "endOffset": 25388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 616, - "startColumn": 4, - "startOffset": 53228, - "endLine": 618, - "endColumn": 99, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 25393, - "endColumn": 69, - "endOffset": 25458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 619, - "startColumn": 0, - "startOffset": 53346, - "endLine": 620, - "endColumn": 69, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 25463, - "endColumn": 65, - "endOffset": 25524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 620, - "startColumn": 4, - "startOffset": 53228, - "endLine": 622, - "endColumn": 65, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 25529, - "endColumn": 119, - "endOffset": 25644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 118, - "startColumn": 2, - "startOffset": 16236, - "endColumn": 119, - "endOffset": 16271 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 25649, - "endColumn": 173, - "endOffset": 25818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 55, - "startColumn": 4, - "startOffset": 5116, - "endColumn": 173, - "endOffset": 5285 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 25823, - "endColumn": 135, - "endOffset": 25954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5699, - "endColumn": 135, - "endOffset": 5830 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 25959, - "endColumn": 114, - "endOffset": 26069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 120, - "startColumn": 5, - "startOffset": 16432, - "endColumn": 114, - "endOffset": 16460 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 26074, - "endColumn": 131, - "endOffset": 26201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 57, - "startColumn": 4, - "startOffset": 5566, - "endColumn": 131, - "endOffset": 5693 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 26206, - "endColumn": 120, - "endOffset": 26322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 122, - "startColumn": 50, - "startOffset": 16587, - "endColumn": 120, - "endOffset": 16612 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 26327, - "endColumn": 89, - "endOffset": 26412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 622, - "startColumn": 4, - "startOffset": 53228, - "endLine": 624, - "endColumn": 89, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 26417, - "endColumn": 100, - "endOffset": 26513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 624, - "startColumn": 0, - "startOffset": 53346, - "endLine": 625, - "endColumn": 100, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 26518, - "endColumn": 122, - "endOffset": 26636 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 124, - "startColumn": 53, - "startOffset": 16806, - "endColumn": 122, - "endOffset": 16833 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 26641, - "endColumn": 275, - "endOffset": 26912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 126, - "startColumn": 5, - "startOffset": 17126, - "endColumn": 275, - "endOffset": 17241 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 26917, - "endColumn": 132, - "endOffset": 27045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 128, - "startColumn": 4, - "startOffset": 17429, - "endColumn": 132, - "endOffset": 17501 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 27050, - "endColumn": 121, - "endOffset": 27167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 129, - "startColumn": 97, - "startOffset": 17676, - "endLine": 130, - "endColumn": 121, - "endOffset": 17700 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 27172, - "endColumn": 117, - "endOffset": 27285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 132, - "startColumn": 4, - "startOffset": 17811, - "endColumn": 117, - "endOffset": 17923 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 27290, - "endColumn": 114, - "endOffset": 27400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 625, - "startColumn": 4, - "startOffset": 53228, - "endLine": 627, - "endColumn": 114, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 27405, - "endColumn": 81, - "endOffset": 27482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 628, - "startColumn": 0, - "startOffset": 53346, - "endLine": 629, - "endColumn": 81, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 27487, - "endColumn": 73, - "endOffset": 27556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 630, - "startColumn": 0, - "startOffset": 53346, - "endLine": 631, - "endColumn": 73, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 27561, - "endColumn": 119, - "endOffset": 27676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 134, - "startColumn": 85, - "startOffset": 18056, - "endColumn": 119, - "endOffset": 18090 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 27681, - "endColumn": 54, - "endOffset": 27731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 632, - "startColumn": 0, - "startOffset": 53346, - "endLine": 633, - "endColumn": 54, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 27736, - "endColumn": 126, - "endOffset": 27858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 633, - "startColumn": 112, - "startOffset": 53336, - "endLine": 635, - "endColumn": 126, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 27863, - "endColumn": 69, - "endOffset": 27928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 636, - "startColumn": 0, - "startOffset": 53346, - "endLine": 637, - "endColumn": 69, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 27933, - "endColumn": 61, - "endOffset": 27990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 637, - "startColumn": 4, - "startOffset": 53228, - "endLine": 639, - "endColumn": 61, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 27995, - "endColumn": 61, - "endOffset": 28052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 639, - "startColumn": 4, - "startOffset": 53228, - "endLine": 641, - "endColumn": 61, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 28057, - "endColumn": 51, - "endOffset": 28104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 641, - "startColumn": 4, - "startOffset": 53228, - "endLine": 643, - "endColumn": 51, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 28109, - "endColumn": 62, - "endOffset": 28167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 643, - "startColumn": 4, - "startOffset": 53228, - "endLine": 645, - "endColumn": 62, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 28172, - "endColumn": 47, - "endOffset": 28215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 645, - "startColumn": 0, - "startOffset": 53346, - "endLine": 646, - "endColumn": 47, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 28220, - "endColumn": 152, - "endOffset": 28368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 646, - "startColumn": 4, - "startOffset": 53228, - "endLine": 648, - "endColumn": 152, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 28373, - "endColumn": 67, - "endOffset": 28436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 137, - "startColumn": 4, - "startOffset": 18369, - "endColumn": 68, - "endOffset": 18433 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 28441, - "endColumn": 61, - "endOffset": 28498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 649, - "startColumn": 0, - "startOffset": 53346, - "endLine": 650, - "endColumn": 61, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 28503, - "endColumn": 67, - "endOffset": 28566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 650, - "startColumn": 112, - "startOffset": 53336, - "endLine": 652, - "endColumn": 67, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 28571, - "endColumn": 131, - "endOffset": 28698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 652, - "startColumn": 4, - "startOffset": 53228, - "endLine": 654, - "endColumn": 131, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 28703, - "endColumn": 149, - "endOffset": 28848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 655, - "startColumn": 0, - "startOffset": 53346, - "endLine": 656, - "endColumn": 149, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 28853, - "endColumn": 56, - "endOffset": 28905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 657, - "startColumn": 0, - "startOffset": 53346, - "endLine": 658, - "endColumn": 56, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 28910, - "endColumn": 70, - "endOffset": 28976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 658, - "startColumn": 0, - "startOffset": 53346, - "endLine": 659, - "endColumn": 70, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 28981, - "endColumn": 67, - "endOffset": 29044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 660, - "startColumn": 0, - "startOffset": 53346, - "endLine": 661, - "endColumn": 67, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 29049, - "endColumn": 111, - "endOffset": 29156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 661, - "startColumn": 4, - "startOffset": 53228, - "endLine": 663, - "endColumn": 115, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 29161, - "endColumn": 43, - "endOffset": 29200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 664, - "startColumn": 0, - "startOffset": 53346, - "endLine": 665, - "endColumn": 43, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 29205, - "endColumn": 172, - "endOffset": 29373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 52, - "startColumn": 126, - "startOffset": 4972, - "endLine": 53, - "endColumn": 172, - "endOffset": 5018 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 29378, - "endColumn": 49, - "endOffset": 29423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 146, - "startColumn": 4, - "startOffset": 19541, - "endColumn": 50, - "endOffset": 19586 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 29428, - "endColumn": 58, - "endOffset": 29482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 665, - "startColumn": 4, - "startOffset": 53228, - "endLine": 667, - "endColumn": 58, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 29487, - "endColumn": 53, - "endOffset": 29536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 667, - "startColumn": 4, - "startOffset": 53228, - "endLine": 669, - "endColumn": 53, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 29541, - "endColumn": 107, - "endOffset": 29644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 669, - "startColumn": 4, - "startOffset": 53228, - "endLine": 671, - "endColumn": 115, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 29649, - "endColumn": 80, - "endOffset": 29725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 672, - "startColumn": 0, - "startOffset": 53346, - "endLine": 673, - "endColumn": 84, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 29730, - "endColumn": 48, - "endOffset": 29774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 142, - "startColumn": 4, - "startOffset": 19058, - "endLine": 143, - "endColumn": 49, - "endOffset": 19190 - } - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 29779, - "endColumn": 64, - "endOffset": 29839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 140, - "startColumn": 4, - "startOffset": 18679, - "endColumn": 65, - "endOffset": 18740 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 29844, - "endColumn": 46, - "endOffset": 29886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 673, - "startColumn": 0, - "startOffset": 53346, - "endLine": 674, - "endColumn": 46, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 29891, - "endColumn": 176, - "endOffset": 30063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 674, - "startColumn": 4, - "startOffset": 53228, - "endLine": 676, - "endColumn": 188, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 30068, - "endColumn": 149, - "endOffset": 30213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 677, - "startColumn": 0, - "startOffset": 53346, - "endLine": 678, - "endColumn": 161, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 30218, - "endColumn": 97, - "endOffset": 30311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 679, - "startColumn": 0, - "startOffset": 53346, - "endLine": 680, - "endColumn": 101, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 30316, - "endColumn": 207, - "endOffset": 30519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1907, - "endColumn": 197, - "endOffset": 2100 - } - } - }, - { - "to": { - "startLine": 282, - "startColumn": 4, - "startOffset": 30524, - "endColumn": 208, - "endOffset": 30728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2106, - "endColumn": 198, - "endOffset": 2300 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 30733, - "endColumn": 202, - "endOffset": 30931 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1519, - "endColumn": 192, - "endOffset": 1707 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 30936, - "endColumn": 101, - "endOffset": 31033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 681, - "startColumn": 0, - "startOffset": 53346, - "endLine": 682, - "endColumn": 101, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 31038, - "endColumn": 195, - "endOffset": 31229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1144, - "endColumn": 185, - "endOffset": 1325 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 31234, - "endColumn": 196, - "endOffset": 31426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1331, - "endColumn": 186, - "endOffset": 1513 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 31431, - "endColumn": 210, - "endOffset": 31637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2306, - "endColumn": 200, - "endOffset": 2502 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 31642, - "endColumn": 213, - "endOffset": 31851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2508, - "endColumn": 203, - "endOffset": 2707 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 31856, - "endColumn": 202, - "endOffset": 32054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1713, - "endColumn": 192, - "endOffset": 1901 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 32059, - "endColumn": 108, - "endOffset": 32163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 683, - "startColumn": 0, - "startOffset": 53346, - "endLine": 684, - "endColumn": 112, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 32168, - "endColumn": 214, - "endOffset": 32378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 928, - "endColumn": 214, - "endOffset": 1138 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 32383, - "endColumn": 100, - "endOffset": 32479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 100, - "endOffset": 2174 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 32484, - "endColumn": 128, - "endOffset": 32608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 98, - "startColumn": 5, - "startOffset": 13726, - "endColumn": 128, - "endOffset": 13849 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 32613, - "endColumn": 101, - "endOffset": 32710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 102, - "startColumn": 5, - "startOffset": 14186, - "endColumn": 101, - "endOffset": 14214 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 32715, - "endColumn": 111, - "endOffset": 32822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 104, - "startColumn": 5, - "startOffset": 14329, - "endColumn": 111, - "endOffset": 14433 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 32827, - "endColumn": 128, - "endOffset": 32951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 100, - "startColumn": 5, - "startOffset": 13961, - "endColumn": 128, - "endOffset": 13994 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 32956, - "endColumn": 129, - "endOffset": 33081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 108, - "startColumn": 43, - "startOffset": 14901, - "endColumn": 129, - "endOffset": 14939 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 33086, - "endColumn": 116, - "endOffset": 33198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 106, - "startColumn": 5, - "startOffset": 14569, - "endColumn": 116, - "endOffset": 14667 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 33203, - "endColumn": 125, - "endOffset": 33324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 110, - "startColumn": 5, - "startOffset": 15096, - "endColumn": 125, - "endOffset": 15127 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 33329, - "endColumn": 39, - "endOffset": 33364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 685, - "startColumn": 0, - "startOffset": 53346, - "endLine": 686, - "endColumn": 39, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 33369, - "endColumn": 123, - "endOffset": 33488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 686, - "startColumn": 4, - "startOffset": 53228, - "endLine": 688, - "endColumn": 127, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 33493, - "endColumn": 117, - "endOffset": 33606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 689, - "startColumn": 0, - "startOffset": 53346, - "endLine": 690, - "endColumn": 117, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 33611, - "endColumn": 80, - "endOffset": 33687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 691, - "startColumn": 0, - "startOffset": 53346, - "endLine": 692, - "endColumn": 80, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 33692, - "endColumn": 106, - "endOffset": 33794 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 693, - "startColumn": 0, - "startOffset": 53346, - "endLine": 694, - "endColumn": 106, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 33799, - "endColumn": 139, - "endOffset": 33934 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 695, - "startColumn": 0, - "startOffset": 53346, - "endLine": 696, - "endColumn": 143, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 33939, - "endColumn": 111, - "endOffset": 34046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 697, - "startColumn": 0, - "startOffset": 53346, - "endLine": 698, - "endColumn": 115, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 34051, - "endColumn": 55, - "endOffset": 34102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 699, - "startColumn": 0, - "startOffset": 53346, - "endLine": 700, - "endColumn": 55, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 34107, - "endColumn": 61, - "endOffset": 34164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 217, - "startColumn": 4, - "startOffset": 25709, - "endColumn": 62, - "endOffset": 25766 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 34169, - "endColumn": 49, - "endOffset": 34214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 700, - "startColumn": 4, - "startOffset": 53228, - "endLine": 702, - "endColumn": 49, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 34219, - "endColumn": 64, - "endOffset": 34279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 220, - "startColumn": 4, - "startOffset": 26006, - "endColumn": 65, - "endOffset": 26067 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 34284, - "endColumn": 43, - "endOffset": 34323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 702, - "startColumn": 0, - "startOffset": 53346, - "endLine": 703, - "endColumn": 43, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 34328, - "endColumn": 62, - "endOffset": 34386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 703, - "startColumn": 4, - "startOffset": 53228, - "endLine": 705, - "endColumn": 62, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 34391, - "endColumn": 59, - "endOffset": 34446 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 705, - "startColumn": 0, - "startOffset": 53346, - "endLine": 706, - "endColumn": 59, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 34451, - "endColumn": 75, - "endOffset": 34522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 706, - "startColumn": 4, - "startOffset": 53228, - "endLine": 708, - "endColumn": 75, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 34527, - "endColumn": 46, - "endOffset": 34569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 708, - "startColumn": 4, - "startOffset": 53228, - "endLine": 710, - "endColumn": 46, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 34574, - "endColumn": 76, - "endOffset": 34646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 710, - "startColumn": 4, - "startOffset": 53228, - "endLine": 712, - "endColumn": 76, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 34651, - "endColumn": 74, - "endOffset": 34721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 713, - "startColumn": 0, - "startOffset": 53346, - "endLine": 714, - "endColumn": 74, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 34726, - "endColumn": 55, - "endOffset": 34777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 715, - "startColumn": 0, - "startOffset": 53346, - "endLine": 716, - "endColumn": 55, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 34782, - "endColumn": 53, - "endOffset": 34831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 716, - "startColumn": 4, - "startOffset": 53228, - "endLine": 718, - "endColumn": 53, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 34836, - "endLine": 321, - "endColumn": 11, - "endOffset": 34937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 192, - "startColumn": 4, - "startOffset": 23789, - "endLine": 193, - "endColumn": 11, - "endOffset": 23918 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 34942, - "endColumn": 53, - "endOffset": 34991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 22490, - "endColumn": 54, - "endOffset": 22510 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 34996, - "endColumn": 61, - "endOffset": 35053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 208, - "startColumn": 4, - "startOffset": 25050, - "endColumn": 62, - "endOffset": 25107 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 35058, - "endLine": 326, - "endColumn": 11, - "endOffset": 35203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 200, - "startColumn": 4, - "startOffset": 24477, - "endLine": 202, - "endColumn": 11, - "endOffset": 24672 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 35208, - "endLine": 328, - "endColumn": 48, - "endOffset": 35306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 196, - "startColumn": 4, - "startOffset": 24193, - "endLine": 197, - "endColumn": 52, - "endOffset": 24310 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 35311, - "endColumn": 64, - "endOffset": 35371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 214, - "startColumn": 40, - "startOffset": 25499, - "endColumn": 65, - "endOffset": 25524 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 35376, - "endColumn": 44, - "endOffset": 35416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 718, - "startColumn": 4, - "startOffset": 53228, - "endLine": 720, - "endColumn": 44, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 35421, - "endColumn": 38, - "endOffset": 35455 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 720, - "startColumn": 4, - "startOffset": 53228, - "endLine": 722, - "endColumn": 38, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 35460, - "endColumn": 342, - "endOffset": 35798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 94, - "startColumn": 5, - "startOffset": 13393, - "endColumn": 337, - "endOffset": 13468 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 35803, - "endColumn": 64, - "endOffset": 35863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 722, - "startColumn": 4, - "startOffset": 53228, - "endLine": 724, - "endColumn": 64, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 35868, - "endColumn": 51, - "endOffset": 35915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 725, - "startColumn": 0, - "startOffset": 53346, - "endLine": 726, - "endColumn": 51, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 35920, - "endColumn": 122, - "endOffset": 36038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 493, - "startColumn": 4, - "startOffset": 50372, - "endLine": 494, - "endColumn": 122, - "endOffset": 50590 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 36043, - "endColumn": 49, - "endOffset": 36088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 726, - "startColumn": 4, - "startOffset": 53228, - "endLine": 728, - "endColumn": 49, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 36093, - "endColumn": 141, - "endOffset": 36230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 6959, - "endLine": 67, - "endColumn": 131, - "endOffset": 7086 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 36235, - "endColumn": 75, - "endOffset": 36306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 186, - "startColumn": 4, - "startOffset": 23098, - "endColumn": 76, - "endOffset": 23170 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 36311, - "endColumn": 121, - "endOffset": 36428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 188, - "startColumn": 4, - "startOffset": 23401, - "endLine": 189, - "endColumn": 122, - "endOffset": 23614 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 36433, - "endColumn": 1153, - "endOffset": 37582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/conduct_text.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 758, - "endColumn": 1153, - "endOffset": 1907 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 37587, - "endColumn": 89, - "endOffset": 37672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 183, - "startColumn": 4, - "startOffset": 22761, - "endColumn": 90, - "endOffset": 22846 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 37677, - "endColumn": 127, - "endOffset": 37800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5992, - "endLine": 61, - "endColumn": 127, - "endOffset": 6115 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 37805, - "endColumn": 131, - "endOffset": 37932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 6443, - "endColumn": 131, - "endOffset": 6570 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 37937, - "endColumn": 158, - "endOffset": 38091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 7769, - "endColumn": 158, - "endOffset": 7923 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 38096, - "endColumn": 131, - "endOffset": 38223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 7394, - "endColumn": 131, - "endOffset": 7520 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 38228, - "endColumn": 315, - "endOffset": 38539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 65, - "startColumn": 4, - "startOffset": 6636, - "endColumn": 315, - "endOffset": 6947 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 38544, - "endColumn": 88, - "endOffset": 38628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 728, - "startColumn": 112, - "startOffset": 53336, - "endLine": 730, - "endColumn": 88, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 38633, - "endColumn": 75, - "endOffset": 38704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 731, - "startColumn": 0, - "startOffset": 53346, - "endLine": 732, - "endColumn": 75, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 38709, - "endColumn": 78, - "endOffset": 38783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 732, - "startColumn": 0, - "startOffset": 53346, - "endLine": 733, - "endColumn": 78, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 38788, - "endColumn": 121, - "endOffset": 38905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 733, - "startColumn": 0, - "startOffset": 53346, - "endLine": 734, - "endColumn": 121, - "endOffset": 53359 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 38910, - "endColumn": 58, - "endOffset": 38964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-it/strings.xml", - "position": { - "startLine": 211, - "startColumn": 4, - "startOffset": 25318, - "endColumn": 59, - "endOffset": 25373 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-iw.json b/android/build/intermediates/blame/res/debug/multi/values-iw.json deleted file mode 100644 index 5bb3ade..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-iw.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-iw/values-iw.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 103, - "endOffset": 204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 103, - "endOffset": 379 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 209, - "endColumn": 109, - "endOffset": 314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 384, - "endColumn": 109, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 319, - "endColumn": 125, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 125, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 98, - "endOffset": 539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 98, - "endOffset": 714 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 544, - "endColumn": 107, - "endOffset": 647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 719, - "endColumn": 107, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 652, - "endColumn": 83, - "endOffset": 731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 83, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 736, - "endColumn": 99, - "endOffset": 831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 99, - "endOffset": 1006 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 836, - "endColumn": 113, - "endOffset": 945 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1011, - "endColumn": 113, - "endOffset": 1120 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 950, - "endColumn": 78, - "endOffset": 1024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1125, - "endColumn": 78, - "endOffset": 1199 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 101, - "endOffset": 1126 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 101, - "endOffset": 1301 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 103, - "endOffset": 1230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1306, - "endColumn": 103, - "endOffset": 1405 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1235, - "endColumn": 95, - "endOffset": 1326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1410, - "endColumn": 95, - "endOffset": 1501 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1331, - "endColumn": 102, - "endOffset": 1429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1506, - "endColumn": 102, - "endOffset": 1604 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1434, - "endColumn": 100, - "endOffset": 1530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1609, - "endColumn": 100, - "endOffset": 1705 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1535, - "endColumn": 99, - "endOffset": 1630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1710, - "endColumn": 99, - "endOffset": 1805 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1635, - "endColumn": 115, - "endOffset": 1746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1810, - "endColumn": 115, - "endOffset": 1921 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1751, - "endColumn": 95, - "endOffset": 1842 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1926, - "endColumn": 95, - "endOffset": 2017 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1847, - "endColumn": 160, - "endOffset": 2003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 653, - "endColumn": 160, - "endOffset": 809 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2008, - "endColumn": 147, - "endOffset": 2151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2536, - "endColumn": 147, - "endOffset": 2679 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2156, - "endColumn": 110, - "endOffset": 2262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2272, - "endColumn": 110, - "endOffset": 2378 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2267, - "endColumn": 127, - "endOffset": 2390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2019, - "endColumn": 127, - "endOffset": 2142 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2395, - "endColumn": 154, - "endOffset": 2545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1864, - "endColumn": 154, - "endOffset": 2014 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2550, - "endColumn": 123, - "endOffset": 2669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1740, - "endColumn": 123, - "endOffset": 1859 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2674, - "endColumn": 169, - "endOffset": 2839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 974, - "endColumn": 173, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2844, - "endColumn": 127, - "endOffset": 2967 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1612, - "endColumn": 127, - "endOffset": 1735 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2972, - "endColumn": 168, - "endOffset": 3136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1273, - "endColumn": 168, - "endOffset": 1437 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3141, - "endColumn": 169, - "endOffset": 3306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1442, - "endColumn": 169, - "endOffset": 1607 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3311, - "endColumn": 124, - "endOffset": 3431 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 124, - "endOffset": 1268 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3436, - "endColumn": 153, - "endOffset": 3585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3079, - "endColumn": 153, - "endOffset": 3228 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3590, - "endColumn": 121, - "endOffset": 3707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2957, - "endColumn": 121, - "endOffset": 3074 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3712, - "endColumn": 159, - "endOffset": 3867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 814, - "endColumn": 159, - "endOffset": 969 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3872, - "endColumn": 155, - "endOffset": 4023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2801, - "endColumn": 155, - "endOffset": 2952 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4028, - "endColumn": 116, - "endOffset": 4140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2684, - "endColumn": 116, - "endOffset": 2796 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4145, - "endColumn": 176, - "endOffset": 4317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 303, - "endColumn": 176, - "endOffset": 475 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4322, - "endColumn": 172, - "endOffset": 4490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 480, - "endColumn": 172, - "endOffset": 648 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4495, - "endColumn": 132, - "endOffset": 4623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 132, - "endOffset": 298 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4628, - "endColumn": 161, - "endOffset": 4785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4442, - "endColumn": 161, - "endOffset": 4599 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4790, - "endColumn": 119, - "endOffset": 4905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4322, - "endColumn": 119, - "endOffset": 4437 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 4910, - "endColumn": 135, - "endOffset": 5041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3233, - "endColumn": 135, - "endOffset": 3364 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5046, - "endColumn": 223, - "endOffset": 5265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3493, - "endColumn": 223, - "endOffset": 3712 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5270, - "endColumn": 123, - "endOffset": 5389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3369, - "endColumn": 123, - "endOffset": 3488 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5394, - "endColumn": 104, - "endOffset": 5494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3717, - "endColumn": 104, - "endOffset": 3817 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5499, - "endColumn": 152, - "endOffset": 5647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2383, - "endColumn": 152, - "endOffset": 2531 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5652, - "endColumn": 124, - "endOffset": 5772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2147, - "endColumn": 124, - "endOffset": 2267 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5777, - "endColumn": 88, - "endOffset": 5861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4023, - "endColumn": 88, - "endOffset": 4107 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 5866, - "endColumn": 89, - "endOffset": 5951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3822, - "endColumn": 89, - "endOffset": 3907 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 5956, - "endColumn": 110, - "endOffset": 6062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3912, - "endColumn": 110, - "endOffset": 4018 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6067, - "endColumn": 209, - "endOffset": 6272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-iw/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4112, - "endColumn": 209, - "endOffset": 4317 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6277, - "endColumn": 102, - "endOffset": 6375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2022, - "endColumn": 102, - "endOffset": 2120 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ja.json b/android/build/intermediates/blame/res/debug/multi/values-ja.json deleted file mode 100644 index b955a9a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ja.json +++ /dev/null @@ -1,4164 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ja/values-ja.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 4, - "endColumn": 12, - "endOffset": 245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 230, - "startColumn": 4, - "startOffset": 23747, - "endLine": 232, - "endColumn": 12, - "endOffset": 24041 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 250, - "endLine": 7, - "endColumn": 12, - "endOffset": 432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 235, - "startColumn": 4, - "startOffset": 24337, - "endLine": 237, - "endColumn": 12, - "endOffset": 24556 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 437, - "endLine": 10, - "endColumn": 12, - "endOffset": 550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 555, - "endLine": 14, - "endColumn": 12, - "endOffset": 748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 245, - "startColumn": 45, - "startOffset": 25307, - "endLine": 248, - "endColumn": 12, - "endOffset": 25563 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 753, - "endColumn": 96, - "endOffset": 845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 850, - "endColumn": 106, - "endOffset": 952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 957, - "endColumn": 120, - "endOffset": 1073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1078, - "endColumn": 92, - "endOffset": 1166 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 104, - "endOffset": 1271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1276, - "endColumn": 81, - "endOffset": 1353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 97, - "endOffset": 1451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1456, - "endColumn": 107, - "endOffset": 1559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 77, - "endOffset": 1637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1642, - "endColumn": 101, - "endOffset": 1739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1744, - "endColumn": 98, - "endOffset": 1838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1843, - "endColumn": 94, - "endOffset": 1933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1938, - "endColumn": 102, - "endOffset": 2036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2041, - "endColumn": 94, - "endOffset": 2131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2136, - "endColumn": 95, - "endOffset": 2227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2232, - "endColumn": 110, - "endOffset": 2338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2343, - "endColumn": 96, - "endOffset": 2435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2440, - "endLine": 33, - "endColumn": 189, - "endOffset": 2672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2677, - "endColumn": 53, - "endOffset": 2726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2731, - "endColumn": 55, - "endOffset": 2782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2787, - "endColumn": 101, - "endOffset": 2884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 750, - "startColumn": 114, - "startOffset": 48289, - "endLine": 752, - "endColumn": 104, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2889, - "endColumn": 56, - "endOffset": 2941 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2946, - "endColumn": 46, - "endOffset": 2988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2993, - "endColumn": 39, - "endOffset": 3028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3033, - "endColumn": 48, - "endOffset": 3077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3082, - "endColumn": 53, - "endOffset": 3131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3136, - "endColumn": 76, - "endOffset": 3208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3213, - "endColumn": 107, - "endOffset": 3316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3321, - "endColumn": 50, - "endOffset": 3367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3372, - "endColumn": 46, - "endOffset": 3414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3419, - "endColumn": 47, - "endOffset": 3462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3467, - "endColumn": 44, - "endOffset": 3507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3512, - "endColumn": 44, - "endOffset": 3552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3557, - "endColumn": 263, - "endOffset": 3816 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3821, - "endColumn": 211, - "endOffset": 4028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4033, - "endColumn": 52, - "endOffset": 4081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4086, - "endColumn": 54, - "endOffset": 4136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4141, - "endColumn": 54, - "endOffset": 4191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4196, - "endColumn": 49, - "endOffset": 4241 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4246, - "endColumn": 52, - "endOffset": 4294 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4299, - "endColumn": 98, - "endOffset": 4393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4398, - "endColumn": 105, - "endOffset": 4499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4504, - "endColumn": 40, - "endOffset": 4540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4545, - "endColumn": 196, - "endOffset": 4737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4742, - "endColumn": 52, - "endOffset": 4790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4795, - "endColumn": 132, - "endOffset": 4923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4928, - "endColumn": 124, - "endOffset": 5048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5053, - "endColumn": 106, - "endOffset": 5155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5160, - "endColumn": 115, - "endOffset": 5271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5276, - "endColumn": 137, - "endOffset": 5409 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5414, - "endColumn": 113, - "endOffset": 5523 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5528, - "endColumn": 163, - "endOffset": 5687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5692, - "endColumn": 115, - "endOffset": 5803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5808, - "endColumn": 164, - "endOffset": 5968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5973, - "endColumn": 166, - "endOffset": 6135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6140, - "endColumn": 112, - "endOffset": 6248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6253, - "endColumn": 147, - "endOffset": 6396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6401, - "endColumn": 116, - "endOffset": 6513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6518, - "endColumn": 143, - "endOffset": 6657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6662, - "endColumn": 142, - "endOffset": 6800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6805, - "endColumn": 115, - "endOffset": 6916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6921, - "endColumn": 163, - "endOffset": 7080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7085, - "endColumn": 153, - "endOffset": 7234 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7239, - "endColumn": 128, - "endOffset": 7363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7368, - "endColumn": 152, - "endOffset": 7516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7521, - "endColumn": 119, - "endOffset": 7636 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7641, - "endColumn": 134, - "endOffset": 7771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7776, - "endColumn": 180, - "endOffset": 7952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 7957, - "endColumn": 122, - "endOffset": 8075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8080, - "endColumn": 102, - "endOffset": 8178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 8183, - "endColumn": 135, - "endOffset": 8314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8319, - "endColumn": 113, - "endOffset": 8428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 8433, - "endColumn": 83, - "endOffset": 8512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8517, - "endColumn": 88, - "endOffset": 8601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8606, - "endColumn": 100, - "endOffset": 8702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 8707, - "endColumn": 171, - "endOffset": 8874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ja/common_strings.xml" - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 8879, - "endColumn": 74, - "endOffset": 8949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 8954, - "endColumn": 114, - "endOffset": 9064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 9069, - "endColumn": 46, - "endOffset": 9111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 9116, - "endColumn": 49, - "endOffset": 9161 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 9166, - "endColumn": 50, - "endOffset": 9212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 9217, - "endColumn": 38, - "endOffset": 9251 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 9256, - "endColumn": 48, - "endOffset": 9300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 9305, - "endColumn": 62, - "endOffset": 9363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 9368, - "endColumn": 64, - "endOffset": 9428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 9433, - "endColumn": 64, - "endOffset": 9493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 9498, - "endColumn": 51, - "endOffset": 9545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 9550, - "endColumn": 66, - "endOffset": 9612 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 9617, - "endColumn": 52, - "endOffset": 9665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 9670, - "endColumn": 60, - "endOffset": 9726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 9731, - "endColumn": 47, - "endOffset": 9774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 9779, - "endColumn": 63, - "endOffset": 9838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 9843, - "endColumn": 50, - "endOffset": 9889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 9894, - "endColumn": 66, - "endOffset": 9956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 9961, - "endColumn": 49, - "endOffset": 10006 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 10011, - "endColumn": 51, - "endOffset": 10058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 10063, - "endColumn": 132, - "endOffset": 10191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 10196, - "endColumn": 48, - "endOffset": 10240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 10245, - "endColumn": 70, - "endOffset": 10311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 10316, - "endColumn": 58, - "endOffset": 10370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 10375, - "endColumn": 55, - "endOffset": 10426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 10431, - "endColumn": 61, - "endOffset": 10488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 10493, - "endColumn": 69, - "endOffset": 10558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 10563, - "endColumn": 57, - "endOffset": 10616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 10621, - "endColumn": 54, - "endOffset": 10671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 10676, - "endColumn": 78, - "endOffset": 10750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 10755, - "endColumn": 111, - "endOffset": 10862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 10867, - "endColumn": 52, - "endOffset": 10915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 10920, - "endColumn": 500, - "endOffset": 11416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/legal_text.xml" - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 11421, - "endColumn": 87, - "endOffset": 11504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11509, - "endColumn": 87, - "endOffset": 11592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11597, - "endColumn": 324, - "endOffset": 11917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 11922, - "endColumn": 67, - "endOffset": 11985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 11990, - "endColumn": 68, - "endOffset": 12054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 12059, - "endColumn": 352, - "endOffset": 12407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 12412, - "endColumn": 232, - "endOffset": 12640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 12645, - "endColumn": 264, - "endOffset": 12905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 12910, - "endColumn": 422, - "endOffset": 13328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7661, - "endColumn": 392, - "endOffset": 8048 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 13333, - "endColumn": 187, - "endOffset": 13516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 13521, - "endLine": 137, - "endColumn": 11, - "endOffset": 13829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 78, - "startColumn": 4, - "startOffset": 8440, - "endLine": 80, - "endColumn": 11, - "endOffset": 8668 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 13834, - "endColumn": 45, - "endOffset": 13875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 13880, - "endColumn": 46, - "endOffset": 13922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 13927, - "endColumn": 121, - "endOffset": 14044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 14049, - "endColumn": 74, - "endOffset": 14119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 14124, - "endColumn": 77, - "endOffset": 14197 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 445, - "startColumn": 4, - "startOffset": 40073, - "endColumn": 81, - "endOffset": 40149 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 14202, - "endColumn": 41, - "endOffset": 14239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 14244, - "endColumn": 178, - "endOffset": 14418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 14423, - "endColumn": 150, - "endOffset": 14569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 14574, - "endColumn": 171, - "endOffset": 14741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 14746, - "endColumn": 144, - "endOffset": 14886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 14891, - "endColumn": 52, - "endOffset": 14939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 14944, - "endColumn": 46, - "endOffset": 14986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 14991, - "endColumn": 42, - "endOffset": 15029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 15034, - "endColumn": 41, - "endOffset": 15071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 15076, - "endColumn": 76, - "endOffset": 15148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 15153, - "endColumn": 55, - "endOffset": 15204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 15209, - "endColumn": 97, - "endOffset": 15302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 15307, - "endColumn": 65, - "endOffset": 15368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 15373, - "endColumn": 73, - "endOffset": 15442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 15447, - "endColumn": 66, - "endOffset": 15509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 15514, - "endColumn": 50, - "endOffset": 15560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 15565, - "endColumn": 48, - "endOffset": 15609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 15614, - "endColumn": 146, - "endOffset": 15756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 15761, - "endColumn": 119, - "endOffset": 15876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 755, - "startColumn": 0, - "startOffset": 48299, - "endLine": 756, - "endColumn": 123, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 15881, - "endColumn": 49, - "endOffset": 15926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 15931, - "endColumn": 100, - "endOffset": 16027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 501, - "startColumn": 4, - "startOffset": 43999, - "endColumn": 104, - "endOffset": 44086 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 16032, - "endColumn": 70, - "endOffset": 16098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 16103, - "endColumn": 105, - "endOffset": 16204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 498, - "startColumn": 4, - "startOffset": 43606, - "endColumn": 109, - "endOffset": 43710 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 16209, - "endColumn": 66, - "endOffset": 16271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 16276, - "endColumn": 96, - "endOffset": 16368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 16373, - "endColumn": 53, - "endOffset": 16422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 16427, - "endColumn": 53, - "endOffset": 16476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 16481, - "endColumn": 70, - "endOffset": 16547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 16552, - "endColumn": 58, - "endOffset": 16606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 16611, - "endColumn": 50, - "endOffset": 16657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 16662, - "endColumn": 63, - "endOffset": 16721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 16726, - "endColumn": 54, - "endOffset": 16776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 16781, - "endColumn": 56, - "endOffset": 16833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 16838, - "endColumn": 55, - "endOffset": 16889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 16894, - "endColumn": 65, - "endOffset": 16955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 16960, - "endColumn": 73, - "endOffset": 17029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 17034, - "endColumn": 77, - "endOffset": 17107 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 17112, - "endLine": 181, - "endColumn": 50, - "endOffset": 17195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 18525, - "endLine": 170, - "endColumn": 54, - "endOffset": 18762 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 17200, - "endColumn": 78, - "endOffset": 17274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 17279, - "endColumn": 65, - "endOffset": 17340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 17345, - "endColumn": 84, - "endOffset": 17425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 17430, - "endColumn": 60, - "endOffset": 17486 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 17491, - "endColumn": 46, - "endOffset": 17533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 17538, - "endColumn": 38, - "endOffset": 17572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 17577, - "endColumn": 38, - "endOffset": 17611 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 17616, - "endColumn": 38, - "endOffset": 17650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 17655, - "endColumn": 38, - "endOffset": 17689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 17694, - "endColumn": 38, - "endOffset": 17728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 17733, - "endColumn": 38, - "endOffset": 17767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 17772, - "endColumn": 33, - "endOffset": 17801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 17806, - "endColumn": 38, - "endOffset": 17840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 17845, - "endColumn": 70, - "endOffset": 17911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 17916, - "endColumn": 71, - "endOffset": 17983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 17988, - "endColumn": 91, - "endOffset": 18075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 18080, - "endColumn": 69, - "endOffset": 18145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 18150, - "endColumn": 137, - "endOffset": 18283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 18288, - "endColumn": 77, - "endOffset": 18361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 18366, - "endColumn": 314, - "endOffset": 18676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 18681, - "endColumn": 78, - "endOffset": 18755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 18760, - "endColumn": 136, - "endOffset": 18892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 18897, - "endColumn": 60, - "endOffset": 18953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 18958, - "endColumn": 108, - "endOffset": 19062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 19067, - "endColumn": 78, - "endOffset": 19141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 19146, - "endColumn": 113, - "endOffset": 19255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 19260, - "endColumn": 82, - "endOffset": 19338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 19343, - "endColumn": 110, - "endOffset": 19449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 19454, - "endColumn": 75, - "endOffset": 19525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 19530, - "endColumn": 104, - "endOffset": 19630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 19635, - "endColumn": 86, - "endOffset": 19717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 19722, - "endColumn": 336, - "endOffset": 20054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 20059, - "endColumn": 48, - "endOffset": 20103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 20108, - "endColumn": 58, - "endOffset": 20162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 20167, - "endColumn": 83, - "endOffset": 20246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 20251, - "endColumn": 37, - "endOffset": 20284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 20289, - "endColumn": 64, - "endOffset": 20349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 20354, - "endLine": 220, - "endColumn": 47, - "endOffset": 20435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 609, - "startColumn": 4, - "startOffset": 48179, - "endLine": 611, - "endColumn": 51, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 20440, - "endLine": 223, - "endColumn": 11, - "endOffset": 20562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 176, - "startColumn": 45, - "startOffset": 19279, - "endLine": 178, - "endColumn": 11, - "endOffset": 19395 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 20567, - "endColumn": 47, - "endOffset": 20610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 20615, - "endColumn": 57, - "endOffset": 20668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 20673, - "endColumn": 83, - "endOffset": 20752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 20757, - "endColumn": 88, - "endOffset": 20841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 20846, - "endColumn": 87, - "endOffset": 20929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 20934, - "endColumn": 62, - "endOffset": 20992 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 20997, - "endColumn": 60, - "endOffset": 21053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 21058, - "endColumn": 107, - "endOffset": 21161 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 21166, - "endColumn": 147, - "endOffset": 21309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 21314, - "endColumn": 126, - "endOffset": 21436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 21441, - "endColumn": 113, - "endOffset": 21550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 21555, - "endColumn": 137, - "endOffset": 21688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 21693, - "endColumn": 117, - "endOffset": 21806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 21811, - "endColumn": 78, - "endOffset": 21885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 21890, - "endColumn": 80, - "endOffset": 21966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 21971, - "endColumn": 120, - "endOffset": 22087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 22092, - "endColumn": 235, - "endOffset": 22323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 22328, - "endColumn": 126, - "endOffset": 22450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 22455, - "endColumn": 126, - "endOffset": 22577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 22582, - "endColumn": 116, - "endOffset": 22694 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 22699, - "endColumn": 89, - "endOffset": 22784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 22789, - "endColumn": 69, - "endOffset": 22854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 22859, - "endColumn": 66, - "endOffset": 22921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 22926, - "endColumn": 118, - "endOffset": 23040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 23045, - "endColumn": 47, - "endOffset": 23088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 23093, - "endColumn": 88, - "endOffset": 23177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 23182, - "endColumn": 58, - "endOffset": 23236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 23241, - "endColumn": 54, - "endOffset": 23291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 23296, - "endColumn": 52, - "endOffset": 23344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 23349, - "endColumn": 49, - "endOffset": 23394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 23399, - "endColumn": 59, - "endOffset": 23454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 23459, - "endColumn": 45, - "endOffset": 23500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 23505, - "endColumn": 90, - "endOffset": 23591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 23596, - "endColumn": 60, - "endOffset": 23652 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 23657, - "endColumn": 57, - "endOffset": 23710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 23715, - "endColumn": 62, - "endOffset": 23773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 23778, - "endColumn": 102, - "endOffset": 23876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 23881, - "endColumn": 111, - "endOffset": 23988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 23993, - "endColumn": 54, - "endOffset": 24043 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 24048, - "endColumn": 65, - "endOffset": 24109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 24114, - "endColumn": 61, - "endOffset": 24171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 24176, - "endLine": 266, - "endColumn": 59, - "endOffset": 24279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 661, - "startColumn": 93, - "startOffset": 48268, - "endLine": 663, - "endColumn": 63, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 24284, - "endColumn": 46, - "endOffset": 24326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 24331, - "endColumn": 154, - "endOffset": 24481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 24486, - "endColumn": 47, - "endOffset": 24529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 24534, - "endColumn": 53, - "endOffset": 24583 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 24588, - "endColumn": 50, - "endOffset": 24634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 24639, - "endLine": 273, - "endColumn": 75, - "endOffset": 24747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 669, - "startColumn": 93, - "startOffset": 48268, - "endLine": 671, - "endColumn": 83, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 24752, - "endLine": 276, - "endColumn": 11, - "endOffset": 24836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 672, - "startColumn": 0, - "startOffset": 48299, - "endLine": 675, - "endColumn": 11, - "endOffset": 48286 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 24841, - "endColumn": 46, - "endOffset": 24883 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 24888, - "endColumn": 55, - "endOffset": 24939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 24944, - "endColumn": 46, - "endOffset": 24986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 24991, - "endColumn": 166, - "endOffset": 25153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 679, - "startColumn": 93, - "startOffset": 48268, - "endLine": 681, - "endColumn": 178, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 25158, - "endLine": 282, - "endColumn": 115, - "endOffset": 25304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 682, - "startColumn": 0, - "startOffset": 48299, - "endLine": 684, - "endColumn": 127, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 25309, - "endColumn": 85, - "endOffset": 25390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 685, - "startColumn": 0, - "startOffset": 48299, - "endLine": 686, - "endColumn": 89, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 25395, - "endColumn": 191, - "endOffset": 25582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 25587, - "endColumn": 195, - "endOffset": 25778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 25783, - "endColumn": 202, - "endOffset": 25981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 25986, - "endColumn": 72, - "endOffset": 26054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 26059, - "endColumn": 190, - "endOffset": 26245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 26250, - "endColumn": 193, - "endOffset": 26439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 26444, - "endColumn": 193, - "endOffset": 26633 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 26638, - "endColumn": 199, - "endOffset": 26833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 26838, - "endColumn": 201, - "endOffset": 27035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 27040, - "endLine": 294, - "endColumn": 11, - "endOffset": 27144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 689, - "startColumn": 0, - "startOffset": 48299, - "endLine": 690, - "endColumn": 11, - "endOffset": 48223 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 27149, - "endColumn": 211, - "endOffset": 27356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 27361, - "endColumn": 100, - "endOffset": 27457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml" - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 27462, - "endColumn": 126, - "endOffset": 27584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 27589, - "endColumn": 95, - "endOffset": 27680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 27685, - "endColumn": 110, - "endOffset": 27791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 27796, - "endColumn": 124, - "endOffset": 27916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 27921, - "endColumn": 124, - "endOffset": 28041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 28046, - "endColumn": 107, - "endOffset": 28149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 28154, - "endColumn": 129, - "endOffset": 28279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 28284, - "endColumn": 38, - "endOffset": 28318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 28323, - "endColumn": 108, - "endOffset": 28427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 694, - "startColumn": 93, - "startOffset": 48268, - "endLine": 696, - "endColumn": 112, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 28432, - "endColumn": 87, - "endOffset": 28515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 28520, - "endColumn": 67, - "endOffset": 28583 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 28588, - "endColumn": 80, - "endOffset": 28664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 28669, - "endColumn": 112, - "endOffset": 28777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 702, - "startColumn": 0, - "startOffset": 48299, - "endLine": 703, - "endColumn": 116, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 28782, - "endColumn": 99, - "endOffset": 28877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 704, - "startColumn": 0, - "startOffset": 48299, - "endLine": 705, - "endColumn": 103, - "endOffset": 48312 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 28882, - "endColumn": 42, - "endOffset": 28920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 28925, - "endColumn": 59, - "endOffset": 28980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 28985, - "endColumn": 44, - "endOffset": 29025 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 29030, - "endColumn": 63, - "endOffset": 29089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 29094, - "endColumn": 41, - "endOffset": 29131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 29136, - "endColumn": 54, - "endOffset": 29186 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 29191, - "endColumn": 51, - "endOffset": 29238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 29243, - "endColumn": 54, - "endOffset": 29293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 29298, - "endColumn": 43, - "endOffset": 29337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 29342, - "endColumn": 56, - "endOffset": 29394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 29399, - "endColumn": 65, - "endOffset": 29460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 29465, - "endColumn": 45, - "endOffset": 29506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 29511, - "endColumn": 49, - "endOffset": 29556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 29561, - "endLine": 325, - "endColumn": 52, - "endOffset": 29664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 189, - "startColumn": 43, - "startOffset": 20423, - "endLine": 192, - "endColumn": 56, - "endOffset": 20583 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 29669, - "endColumn": 51, - "endOffset": 29716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 29721, - "endColumn": 60, - "endOffset": 29777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 29782, - "endLine": 329, - "endColumn": 84, - "endOffset": 29926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 199, - "startColumn": 4, - "startOffset": 21019, - "endLine": 200, - "endColumn": 92, - "endOffset": 21175 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 29931, - "endLine": 331, - "endColumn": 47, - "endOffset": 30028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml", - "position": { - "startLine": 194, - "startColumn": 4, - "startOffset": 20663, - "endLine": 196, - "endColumn": 51, - "endOffset": 20877 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 30033, - "endColumn": 59, - "endOffset": 30088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 30093, - "endColumn": 39, - "endOffset": 30128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 30133, - "endColumn": 42, - "endOffset": 30171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 30176, - "endColumn": 322, - "endOffset": 30494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 30499, - "endColumn": 49, - "endOffset": 30544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 30549, - "endColumn": 49, - "endOffset": 30594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 30599, - "endColumn": 84, - "endOffset": 30679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 30684, - "endColumn": 44, - "endOffset": 30724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 30729, - "endColumn": 135, - "endOffset": 30860 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 30865, - "endColumn": 65, - "endOffset": 30926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 30931, - "endColumn": 83, - "endOffset": 31010 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 31015, - "endColumn": 543, - "endOffset": 31554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/conduct_text.xml" - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 31559, - "endColumn": 71, - "endOffset": 31626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 31631, - "endColumn": 125, - "endOffset": 31752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 31757, - "endColumn": 126, - "endOffset": 31879 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 31884, - "endColumn": 140, - "endOffset": 32020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 32025, - "endColumn": 119, - "endOffset": 32140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 32145, - "endColumn": 189, - "endOffset": 32330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 32335, - "endColumn": 74, - "endOffset": 32405 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 32410, - "endColumn": 72, - "endOffset": 32478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 32483, - "endColumn": 65, - "endOffset": 32544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 32549, - "endColumn": 82, - "endOffset": 32627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 32632, - "endColumn": 55, - "endOffset": 32683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ja/strings.xml" - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json b/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json deleted file mode 100644 index f194338..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 108, - "endOffset": 209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 108, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 214, - "endColumn": 107, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 107, - "endOffset": 496 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 122, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 122, - "endOffset": 619 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 103, - "endOffset": 544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 624, - "endColumn": 103, - "endOffset": 723 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 549, - "endColumn": 110, - "endOffset": 655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 110, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 660, - "endColumn": 87, - "endOffset": 743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 839, - "endColumn": 87, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 748, - "endColumn": 104, - "endOffset": 848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 104, - "endOffset": 1027 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 853, - "endColumn": 112, - "endOffset": 961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1032, - "endColumn": 112, - "endOffset": 1140 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 966, - "endColumn": 82, - "endOffset": 1044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1145, - "endColumn": 82, - "endOffset": 1223 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 112, - "endOffset": 1157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 112, - "endOffset": 1336 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1162, - "endColumn": 106, - "endOffset": 1264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1341, - "endColumn": 106, - "endOffset": 1443 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1269, - "endColumn": 97, - "endOffset": 1362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 97, - "endOffset": 1541 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1367, - "endColumn": 112, - "endOffset": 1475 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1546, - "endColumn": 112, - "endOffset": 1654 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1480, - "endColumn": 103, - "endOffset": 1579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1659, - "endColumn": 103, - "endOffset": 1758 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1584, - "endColumn": 103, - "endOffset": 1683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1763, - "endColumn": 103, - "endOffset": 1862 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1688, - "endColumn": 121, - "endOffset": 1805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1867, - "endColumn": 121, - "endOffset": 1984 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1810, - "endColumn": 97, - "endOffset": 1903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1989, - "endColumn": 97, - "endOffset": 2082 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1908, - "endColumn": 157, - "endOffset": 2061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 663, - "endColumn": 157, - "endOffset": 816 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2066, - "endColumn": 145, - "endOffset": 2207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2632, - "endColumn": 145, - "endOffset": 2773 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2212, - "endColumn": 116, - "endOffset": 2324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2357, - "endColumn": 116, - "endOffset": 2469 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2329, - "endColumn": 134, - "endOffset": 2459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2090, - "endColumn": 134, - "endOffset": 2220 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2464, - "endColumn": 160, - "endOffset": 2620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1929, - "endColumn": 160, - "endOffset": 2085 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2625, - "endColumn": 132, - "endOffset": 2753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1796, - "endColumn": 132, - "endOffset": 1924 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2758, - "endColumn": 166, - "endOffset": 2920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 983, - "endColumn": 170, - "endOffset": 1149 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2925, - "endColumn": 130, - "endOffset": 3051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1665, - "endColumn": 130, - "endOffset": 1791 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3056, - "endColumn": 190, - "endOffset": 3242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1282, - "endColumn": 190, - "endOffset": 1468 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3247, - "endColumn": 191, - "endOffset": 3434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1473, - "endColumn": 191, - "endOffset": 1660 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3439, - "endColumn": 127, - "endOffset": 3562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 127, - "endOffset": 1277 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3567, - "endColumn": 187, - "endOffset": 3750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3204, - "endColumn": 187, - "endOffset": 3387 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3755, - "endColumn": 126, - "endOffset": 3877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3077, - "endColumn": 126, - "endOffset": 3199 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3882, - "endColumn": 161, - "endOffset": 4039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 821, - "endColumn": 161, - "endOffset": 978 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4044, - "endColumn": 177, - "endOffset": 4217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2899, - "endColumn": 177, - "endOffset": 3072 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4222, - "endColumn": 120, - "endOffset": 4338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2778, - "endColumn": 120, - "endOffset": 2894 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4343, - "endColumn": 180, - "endOffset": 4519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 308, - "endColumn": 180, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4524, - "endColumn": 173, - "endOffset": 4693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 173, - "endOffset": 658 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4698, - "endColumn": 137, - "endOffset": 4831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 137, - "endOffset": 303 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4836, - "endColumn": 172, - "endOffset": 5004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4716, - "endColumn": 172, - "endOffset": 4884 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5009, - "endColumn": 122, - "endOffset": 5127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4593, - "endColumn": 122, - "endOffset": 4711 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5132, - "endColumn": 164, - "endOffset": 5292 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3392, - "endColumn": 164, - "endOffset": 3552 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5297, - "endColumn": 250, - "endOffset": 5543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3683, - "endColumn": 250, - "endOffset": 3929 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5548, - "endColumn": 125, - "endOffset": 5669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3557, - "endColumn": 125, - "endOffset": 3678 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5674, - "endColumn": 109, - "endOffset": 5779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3934, - "endColumn": 109, - "endOffset": 4039 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5784, - "endColumn": 157, - "endOffset": 5937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2474, - "endColumn": 157, - "endOffset": 2627 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5942, - "endColumn": 131, - "endOffset": 6069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2225, - "endColumn": 131, - "endOffset": 2352 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6074, - "endColumn": 94, - "endOffset": 6164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4241, - "endColumn": 94, - "endOffset": 4331 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6169, - "endColumn": 90, - "endOffset": 6255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4044, - "endColumn": 90, - "endOffset": 4130 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6260, - "endColumn": 105, - "endOffset": 6361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4135, - "endColumn": 105, - "endOffset": 4236 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6366, - "endColumn": 256, - "endOffset": 6618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ka-rGE/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4336, - "endColumn": 256, - "endOffset": 4588 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6623, - "endColumn": 100, - "endOffset": 6719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2087, - "endColumn": 100, - "endOffset": 2183 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json b/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json deleted file mode 100644 index f2c8066..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 111, - "endOffset": 212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 111, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 217, - "endColumn": 107, - "endOffset": 320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 107, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 325, - "endColumn": 122, - "endOffset": 443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 122, - "endOffset": 622 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 448, - "endColumn": 102, - "endOffset": 546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 627, - "endColumn": 102, - "endOffset": 725 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 551, - "endColumn": 109, - "endOffset": 656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 730, - "endColumn": 109, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 661, - "endColumn": 84, - "endOffset": 741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 84, - "endOffset": 920 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 746, - "endColumn": 105, - "endOffset": 847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 925, - "endColumn": 105, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 852, - "endColumn": 118, - "endOffset": 966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 118, - "endOffset": 1145 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 971, - "endColumn": 80, - "endOffset": 1047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1150, - "endColumn": 80, - "endOffset": 1226 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1052, - "endColumn": 102, - "endOffset": 1150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1231, - "endColumn": 102, - "endOffset": 1329 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1155, - "endColumn": 104, - "endOffset": 1255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1334, - "endColumn": 104, - "endOffset": 1434 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 97, - "endOffset": 1353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1439, - "endColumn": 97, - "endOffset": 1532 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 106, - "endOffset": 1460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1537, - "endColumn": 106, - "endOffset": 1639 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1465, - "endColumn": 108, - "endOffset": 1569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1644, - "endColumn": 108, - "endOffset": 1748 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1574, - "endColumn": 99, - "endOffset": 1669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1753, - "endColumn": 99, - "endOffset": 1848 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1674, - "endColumn": 114, - "endOffset": 1784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1853, - "endColumn": 114, - "endOffset": 1963 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1789, - "endColumn": 98, - "endOffset": 1883 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1968, - "endColumn": 98, - "endOffset": 2062 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1888, - "endColumn": 164, - "endOffset": 2048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 662, - "endColumn": 164, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2053, - "endColumn": 156, - "endOffset": 2205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2614, - "endColumn": 156, - "endOffset": 2766 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2210, - "endColumn": 123, - "endOffset": 2329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2327, - "endColumn": 123, - "endOffset": 2446 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2334, - "endColumn": 128, - "endOffset": 2458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2067, - "endColumn": 128, - "endOffset": 2191 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2463, - "endColumn": 160, - "endOffset": 2619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1906, - "endColumn": 160, - "endOffset": 2062 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2624, - "endColumn": 126, - "endOffset": 2746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1779, - "endColumn": 126, - "endOffset": 1901 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2751, - "endColumn": 171, - "endOffset": 2918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 987, - "endColumn": 175, - "endOffset": 1158 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2923, - "endColumn": 128, - "endOffset": 3047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1650, - "endColumn": 128, - "endOffset": 1774 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3052, - "endColumn": 179, - "endOffset": 3227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1289, - "endColumn": 179, - "endOffset": 1464 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3232, - "endColumn": 180, - "endOffset": 3408 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1469, - "endColumn": 180, - "endOffset": 1645 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3413, - "endColumn": 125, - "endOffset": 3534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1163, - "endColumn": 125, - "endOffset": 1284 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3539, - "endColumn": 173, - "endOffset": 3708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3191, - "endColumn": 173, - "endOffset": 3360 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3713, - "endColumn": 125, - "endOffset": 3834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3065, - "endColumn": 125, - "endOffset": 3186 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3839, - "endColumn": 159, - "endOffset": 3994 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 827, - "endColumn": 159, - "endOffset": 982 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3999, - "endColumn": 175, - "endOffset": 4170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2889, - "endColumn": 175, - "endOffset": 3060 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4175, - "endColumn": 117, - "endOffset": 4288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2771, - "endColumn": 117, - "endOffset": 2884 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4293, - "endColumn": 178, - "endOffset": 4467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 178, - "endOffset": 483 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4472, - "endColumn": 173, - "endOffset": 4641 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 488, - "endColumn": 173, - "endOffset": 657 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4646, - "endColumn": 138, - "endOffset": 4780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4785, - "endColumn": 186, - "endOffset": 4967 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4641, - "endColumn": 186, - "endOffset": 4823 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4972, - "endColumn": 127, - "endOffset": 5095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4513, - "endColumn": 127, - "endOffset": 4636 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5100, - "endColumn": 142, - "endOffset": 5238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3365, - "endColumn": 142, - "endOffset": 3503 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5243, - "endColumn": 232, - "endOffset": 5471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3635, - "endColumn": 232, - "endOffset": 3863 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5476, - "endColumn": 126, - "endOffset": 5598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3508, - "endColumn": 126, - "endOffset": 3630 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5603, - "endColumn": 107, - "endOffset": 5706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3868, - "endColumn": 107, - "endOffset": 3971 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5711, - "endColumn": 162, - "endOffset": 5869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2451, - "endColumn": 162, - "endOffset": 2609 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5874, - "endColumn": 130, - "endOffset": 6000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2196, - "endColumn": 130, - "endOffset": 2322 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6005, - "endColumn": 91, - "endOffset": 6092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4173, - "endColumn": 91, - "endOffset": 4260 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6097, - "endColumn": 88, - "endOffset": 6181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3976, - "endColumn": 88, - "endOffset": 4060 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6186, - "endColumn": 107, - "endOffset": 6289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4065, - "endColumn": 107, - "endOffset": 4168 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6294, - "endColumn": 247, - "endOffset": 6537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kk-rKZ/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4265, - "endColumn": 247, - "endOffset": 4508 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6542, - "endColumn": 100, - "endOffset": 6638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2067, - "endColumn": 100, - "endOffset": 2163 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json b/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json deleted file mode 100644 index 4a264ea..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 102, - "endOffset": 203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 102, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 208, - "endColumn": 107, - "endOffset": 311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 107, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 122, - "endOffset": 434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 122, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 439, - "endColumn": 99, - "endOffset": 534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 99, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 539, - "endColumn": 111, - "endOffset": 646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 718, - "endColumn": 111, - "endOffset": 825 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 651, - "endColumn": 86, - "endOffset": 733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 830, - "endColumn": 86, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 738, - "endColumn": 103, - "endOffset": 837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 103, - "endOffset": 1016 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 842, - "endColumn": 117, - "endOffset": 955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1021, - "endColumn": 117, - "endOffset": 1134 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 960, - "endColumn": 82, - "endOffset": 1038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1139, - "endColumn": 82, - "endOffset": 1217 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1043, - "endColumn": 103, - "endOffset": 1142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 103, - "endOffset": 1321 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1147, - "endColumn": 104, - "endOffset": 1247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1326, - "endColumn": 104, - "endOffset": 1426 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1252, - "endColumn": 99, - "endOffset": 1347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1431, - "endColumn": 99, - "endOffset": 1526 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 109, - "endOffset": 1457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1531, - "endColumn": 109, - "endOffset": 1636 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1462, - "endColumn": 106, - "endOffset": 1564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1641, - "endColumn": 106, - "endOffset": 1743 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1569, - "endColumn": 107, - "endOffset": 1672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1748, - "endColumn": 107, - "endOffset": 1851 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1677, - "endColumn": 122, - "endOffset": 1795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1856, - "endColumn": 122, - "endOffset": 1974 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1800, - "endColumn": 97, - "endOffset": 1893 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1979, - "endColumn": 97, - "endOffset": 2072 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1898, - "endColumn": 168, - "endOffset": 2062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 668, - "endColumn": 168, - "endOffset": 832 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2067, - "endColumn": 184, - "endOffset": 2247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2752, - "endColumn": 184, - "endOffset": 2932 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2252, - "endColumn": 123, - "endOffset": 2371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2435, - "endColumn": 123, - "endOffset": 2554 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2376, - "endColumn": 128, - "endOffset": 2500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2162, - "endColumn": 128, - "endOffset": 2286 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2505, - "endColumn": 180, - "endOffset": 2681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1981, - "endColumn": 180, - "endOffset": 2157 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2686, - "endColumn": 126, - "endOffset": 2808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1854, - "endColumn": 126, - "endOffset": 1976 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2813, - "endColumn": 168, - "endOffset": 2977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 995, - "endColumn": 172, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2982, - "endColumn": 130, - "endOffset": 3108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1723, - "endColumn": 130, - "endOffset": 1849 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3113, - "endColumn": 207, - "endOffset": 3316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1296, - "endColumn": 207, - "endOffset": 1499 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3321, - "endColumn": 218, - "endOffset": 3535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1504, - "endColumn": 218, - "endOffset": 1718 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3540, - "endColumn": 127, - "endOffset": 3663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 127, - "endOffset": 1291 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3668, - "endColumn": 179, - "endOffset": 3843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3362, - "endColumn": 179, - "endOffset": 3537 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3848, - "endColumn": 127, - "endOffset": 3971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3234, - "endColumn": 127, - "endOffset": 3357 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3976, - "endColumn": 157, - "endOffset": 4129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 837, - "endColumn": 157, - "endOffset": 990 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4134, - "endColumn": 176, - "endOffset": 4306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3057, - "endColumn": 176, - "endOffset": 3229 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4311, - "endColumn": 119, - "endOffset": 4426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2937, - "endColumn": 119, - "endOffset": 3052 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4431, - "endColumn": 176, - "endOffset": 4603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 176, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4608, - "endColumn": 181, - "endOffset": 4785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 486, - "endColumn": 181, - "endOffset": 663 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4790, - "endColumn": 138, - "endOffset": 4924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4929, - "endColumn": 160, - "endOffset": 5085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4847, - "endColumn": 160, - "endOffset": 5003 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5090, - "endColumn": 127, - "endOffset": 5213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4719, - "endColumn": 127, - "endOffset": 4842 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5218, - "endColumn": 149, - "endOffset": 5363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3542, - "endColumn": 149, - "endOffset": 3687 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5368, - "endColumn": 241, - "endOffset": 5605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3822, - "endColumn": 241, - "endOffset": 4059 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5610, - "endColumn": 129, - "endOffset": 5735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3692, - "endColumn": 129, - "endOffset": 3817 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5740, - "endColumn": 119, - "endOffset": 5855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4064, - "endColumn": 119, - "endOffset": 4179 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5860, - "endColumn": 192, - "endOffset": 6048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2559, - "endColumn": 192, - "endOffset": 2747 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6053, - "endColumn": 143, - "endOffset": 6192 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2291, - "endColumn": 143, - "endOffset": 2430 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6197, - "endColumn": 94, - "endOffset": 6287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4382, - "endColumn": 94, - "endOffset": 4472 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6292, - "endColumn": 87, - "endOffset": 6375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4184, - "endColumn": 87, - "endOffset": 4267 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6380, - "endColumn": 109, - "endOffset": 6485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4272, - "endColumn": 109, - "endOffset": 4377 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6490, - "endColumn": 241, - "endOffset": 6727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-km-rKH/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4477, - "endColumn": 241, - "endOffset": 4714 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6732, - "endColumn": 100, - "endOffset": 6828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2077, - "endColumn": 100, - "endOffset": 2173 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json deleted file mode 100644 index 0e2ba1a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 117, - "endOffset": 218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 117, - "endOffset": 397 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 223, - "endColumn": 107, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 402, - "endColumn": 107, - "endOffset": 505 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 122, - "endOffset": 449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 510, - "endColumn": 122, - "endOffset": 628 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 454, - "endColumn": 111, - "endOffset": 561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 633, - "endColumn": 111, - "endOffset": 740 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 566, - "endColumn": 112, - "endOffset": 674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 745, - "endColumn": 112, - "endOffset": 853 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 679, - "endColumn": 87, - "endOffset": 762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 858, - "endColumn": 87, - "endOffset": 941 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 767, - "endColumn": 106, - "endOffset": 869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 946, - "endColumn": 106, - "endOffset": 1048 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 874, - "endColumn": 126, - "endOffset": 996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 126, - "endOffset": 1175 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1001, - "endColumn": 81, - "endOffset": 1078 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1180, - "endColumn": 81, - "endOffset": 1257 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1083, - "endColumn": 115, - "endOffset": 1194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1262, - "endColumn": 115, - "endOffset": 1373 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1199, - "endColumn": 110, - "endOffset": 1305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1378, - "endColumn": 110, - "endOffset": 1484 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1310, - "endColumn": 98, - "endOffset": 1404 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1489, - "endColumn": 98, - "endOffset": 1583 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1409, - "endColumn": 112, - "endOffset": 1517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1588, - "endColumn": 112, - "endOffset": 1696 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1522, - "endColumn": 103, - "endOffset": 1621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1701, - "endColumn": 103, - "endOffset": 1800 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1626, - "endColumn": 113, - "endOffset": 1735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 113, - "endOffset": 1914 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1740, - "endColumn": 125, - "endOffset": 1861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1919, - "endColumn": 125, - "endOffset": 2040 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 99, - "endOffset": 1961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2045, - "endColumn": 99, - "endOffset": 2140 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1966, - "endColumn": 163, - "endOffset": 2125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 652, - "endColumn": 163, - "endOffset": 811 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2130, - "endColumn": 162, - "endOffset": 2288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2679, - "endColumn": 162, - "endOffset": 2837 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2293, - "endColumn": 112, - "endOffset": 2401 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2395, - "endColumn": 112, - "endOffset": 2503 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2406, - "endColumn": 135, - "endOffset": 2537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2128, - "endColumn": 135, - "endOffset": 2259 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2542, - "endColumn": 180, - "endOffset": 2718 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1947, - "endColumn": 180, - "endOffset": 2123 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2723, - "endColumn": 133, - "endOffset": 2852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1813, - "endColumn": 133, - "endOffset": 1942 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2857, - "endColumn": 174, - "endOffset": 3027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 982, - "endColumn": 178, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3032, - "endColumn": 131, - "endOffset": 3159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1681, - "endColumn": 131, - "endOffset": 1808 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3164, - "endColumn": 191, - "endOffset": 3351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1290, - "endColumn": 191, - "endOffset": 1477 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3356, - "endColumn": 198, - "endOffset": 3550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1482, - "endColumn": 198, - "endOffset": 1676 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3555, - "endColumn": 128, - "endOffset": 3679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 128, - "endOffset": 1285 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3684, - "endColumn": 196, - "endOffset": 3876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3251, - "endColumn": 196, - "endOffset": 3443 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3881, - "endColumn": 122, - "endOffset": 3999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3128, - "endColumn": 122, - "endOffset": 3246 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4004, - "endColumn": 165, - "endOffset": 4165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 816, - "endColumn": 165, - "endOffset": 977 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4170, - "endColumn": 164, - "endOffset": 4330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2963, - "endColumn": 164, - "endOffset": 3123 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4335, - "endColumn": 120, - "endOffset": 4451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2842, - "endColumn": 120, - "endOffset": 2958 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4456, - "endColumn": 182, - "endOffset": 4634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 299, - "endColumn": 182, - "endOffset": 477 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4639, - "endColumn": 169, - "endOffset": 4804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 482, - "endColumn": 169, - "endOffset": 647 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4809, - "endColumn": 128, - "endOffset": 4933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 128, - "endOffset": 294 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4938, - "endColumn": 183, - "endOffset": 5117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4730, - "endColumn": 183, - "endOffset": 4909 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5122, - "endColumn": 126, - "endOffset": 5244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4603, - "endColumn": 126, - "endOffset": 4725 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5249, - "endColumn": 136, - "endOffset": 5381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3448, - "endColumn": 136, - "endOffset": 3580 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5386, - "endColumn": 239, - "endOffset": 5621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3709, - "endColumn": 239, - "endOffset": 3944 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5626, - "endColumn": 123, - "endOffset": 5745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3585, - "endColumn": 123, - "endOffset": 3704 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5750, - "endColumn": 108, - "endOffset": 5854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3949, - "endColumn": 108, - "endOffset": 4053 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5859, - "endColumn": 170, - "endOffset": 6025 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2508, - "endColumn": 170, - "endOffset": 2674 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6030, - "endColumn": 130, - "endOffset": 6156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2264, - "endColumn": 130, - "endOffset": 2390 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6161, - "endColumn": 97, - "endOffset": 6254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4271, - "endColumn": 97, - "endOffset": 4364 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6259, - "endColumn": 97, - "endOffset": 6352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4058, - "endColumn": 97, - "endOffset": 4151 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6357, - "endColumn": 114, - "endOffset": 6467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4156, - "endColumn": 114, - "endOffset": 4266 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6472, - "endColumn": 233, - "endOffset": 6701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-kn-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4369, - "endColumn": 233, - "endOffset": 4598 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6706, - "endColumn": 100, - "endOffset": 6802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2145, - "endColumn": 100, - "endOffset": 2241 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ko.json b/android/build/intermediates/blame/res/debug/multi/values-ko.json deleted file mode 100644 index 9ce0ee5..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ko.json +++ /dev/null @@ -1,6329 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ko/values-ko.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 4, - "endColumn": 12, - "endOffset": 247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 229, - "startColumn": 40, - "startOffset": 23198, - "endLine": 231, - "endColumn": 12, - "endOffset": 23353 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 252, - "endLine": 7, - "endColumn": 12, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 234, - "startColumn": 39, - "startOffset": 23752, - "endLine": 236, - "endColumn": 12, - "endOffset": 23968 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 440, - "endLine": 10, - "endColumn": 12, - "endOffset": 548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 239, - "startColumn": 4, - "startOffset": 24221, - "endLine": 241, - "endColumn": 12, - "endOffset": 24376 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 553, - "endLine": 14, - "endColumn": 12, - "endOffset": 742 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 244, - "startColumn": 4, - "startOffset": 24665, - "endLine": 247, - "endColumn": 12, - "endOffset": 24995 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 747, - "endColumn": 94, - "endOffset": 837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 94, - "endOffset": 370 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 842, - "endColumn": 107, - "endOffset": 945 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 375, - "endColumn": 107, - "endOffset": 478 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 950, - "endColumn": 122, - "endOffset": 1068 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 483, - "endColumn": 122, - "endOffset": 601 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1073, - "endColumn": 93, - "endOffset": 1162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 606, - "endColumn": 93, - "endOffset": 695 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1167, - "endColumn": 101, - "endOffset": 1264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 700, - "endColumn": 101, - "endOffset": 797 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1269, - "endColumn": 81, - "endOffset": 1346 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 802, - "endColumn": 81, - "endOffset": 879 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1351, - "endColumn": 97, - "endOffset": 1444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 884, - "endColumn": 97, - "endOffset": 977 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 105, - "endOffset": 1550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 982, - "endColumn": 105, - "endOffset": 1083 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1555, - "endColumn": 79, - "endOffset": 1630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1088, - "endColumn": 79, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1635, - "endColumn": 97, - "endOffset": 1728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 97, - "endOffset": 1261 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1733, - "endColumn": 94, - "endOffset": 1823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1266, - "endColumn": 94, - "endOffset": 1356 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1828, - "endColumn": 94, - "endOffset": 1918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1361, - "endColumn": 94, - "endOffset": 1451 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1923, - "endColumn": 99, - "endOffset": 2018 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1456, - "endColumn": 99, - "endOffset": 1551 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2023, - "endColumn": 95, - "endOffset": 2114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1556, - "endColumn": 95, - "endOffset": 1647 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2119, - "endColumn": 98, - "endOffset": 2213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1652, - "endColumn": 98, - "endOffset": 1746 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2218, - "endColumn": 114, - "endOffset": 2328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1751, - "endColumn": 114, - "endOffset": 1861 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2333, - "endColumn": 93, - "endOffset": 2422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 93, - "endOffset": 1955 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2427, - "endLine": 33, - "endColumn": 167, - "endOffset": 2659 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 249, - "startColumn": 4, - "startOffset": 25146, - "endLine": 251, - "endColumn": 191, - "endOffset": 25487 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2664, - "endColumn": 52, - "endOffset": 2712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 253, - "startColumn": 4, - "startOffset": 25573, - "endLine": 254, - "endColumn": 52, - "endOffset": 25720 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2717, - "endColumn": 52, - "endOffset": 2765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 257, - "startColumn": 4, - "startOffset": 25903, - "endColumn": 52, - "endOffset": 25951 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2770, - "endColumn": 37, - "endOffset": 2803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 260, - "startColumn": 4, - "startOffset": 26186, - "endColumn": 37, - "endOffset": 26218 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2808, - "endColumn": 45, - "endOffset": 2849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 262, - "startColumn": 4, - "startOffset": 26403, - "endLine": 263, - "endColumn": 45, - "endOffset": 26535 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2854, - "endColumn": 50, - "endOffset": 2900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 265, - "startColumn": 4, - "startOffset": 26637, - "endLine": 266, - "endColumn": 50, - "endOffset": 26781 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2905, - "endColumn": 64, - "endOffset": 2965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 269, - "startColumn": 4, - "startOffset": 26883, - "endLine": 270, - "endColumn": 64, - "endOffset": 27037 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2970, - "endColumn": 106, - "endOffset": 3072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 94, - "startColumn": 5, - "startOffset": 10685, - "endColumn": 106, - "endOffset": 10710 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3077, - "endColumn": 46, - "endOffset": 3119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 273, - "startColumn": 4, - "startOffset": 27170, - "endLine": 274, - "endColumn": 46, - "endOffset": 27312 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3124, - "endColumn": 44, - "endOffset": 3164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 279, - "startColumn": 4, - "startOffset": 27598, - "endColumn": 44, - "endOffset": 27638 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3169, - "endColumn": 44, - "endOffset": 3209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 283, - "startColumn": 4, - "startOffset": 27813, - "endLine": 284, - "endColumn": 44, - "endOffset": 27939 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3214, - "endColumn": 43, - "endOffset": 3253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 288, - "startColumn": 4, - "startOffset": 28212, - "endColumn": 43, - "endOffset": 28250 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3258, - "endColumn": 43, - "endOffset": 3297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 291, - "startColumn": 4, - "startOffset": 28384, - "endLine": 292, - "endColumn": 43, - "endOffset": 28491 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3302, - "endColumn": 250, - "endOffset": 3548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 112, - "startColumn": 5, - "startOffset": 12309, - "endColumn": 245, - "endOffset": 12408 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3553, - "endColumn": 212, - "endOffset": 3761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 110, - "startColumn": 5, - "startOffset": 11944, - "endColumn": 207, - "endOffset": 12056 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3766, - "endColumn": 52, - "endOffset": 3814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 295, - "startColumn": 4, - "startOffset": 28626, - "endColumn": 52, - "endOffset": 28673 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3819, - "endColumn": 53, - "endOffset": 3868 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 299, - "startColumn": 4, - "startOffset": 28834, - "endColumn": 53, - "endOffset": 28882 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3873, - "endColumn": 52, - "endOffset": 3921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 303, - "startColumn": 4, - "startOffset": 29055, - "endColumn": 52, - "endOffset": 29103 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3926, - "endColumn": 50, - "endOffset": 3972 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 307, - "startColumn": 4, - "startOffset": 29424, - "endColumn": 50, - "endOffset": 29470 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3977, - "endColumn": 54, - "endOffset": 4027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 311, - "startColumn": 4, - "startOffset": 29651, - "endColumn": 54, - "endOffset": 29700 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4032, - "endColumn": 100, - "endOffset": 4128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 314, - "startColumn": 4, - "startOffset": 29916, - "endColumn": 106, - "endOffset": 30017 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4133, - "endColumn": 104, - "endOffset": 4233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 317, - "startColumn": 4, - "startOffset": 30170, - "endColumn": 110, - "endOffset": 30275 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4238, - "endColumn": 37, - "endOffset": 4271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 324, - "startColumn": 4, - "startOffset": 30886, - "endColumn": 37, - "endOffset": 30919 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4276, - "endColumn": 210, - "endOffset": 4482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 712, - "endColumn": 210, - "endOffset": 918 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4487, - "endColumn": 56, - "endOffset": 4539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 320, - "startColumn": 4, - "startOffset": 30468, - "endColumn": 56, - "endOffset": 30520 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4544, - "endColumn": 150, - "endOffset": 4690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 611, - "endColumn": 150, - "endOffset": 757 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4695, - "endColumn": 125, - "endOffset": 4816 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 125, - "endOffset": 2466 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4821, - "endColumn": 108, - "endOffset": 4925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2102, - "endColumn": 108, - "endOffset": 2206 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4930, - "endColumn": 118, - "endOffset": 5044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1863, - "endColumn": 118, - "endOffset": 1977 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5049, - "endColumn": 137, - "endOffset": 5182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1725, - "endColumn": 137, - "endOffset": 1858 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5187, - "endColumn": 116, - "endOffset": 5299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1608, - "endColumn": 116, - "endOffset": 1720 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5304, - "endColumn": 160, - "endOffset": 5460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 908, - "endColumn": 164, - "endOffset": 1068 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5465, - "endColumn": 119, - "endOffset": 5580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1488, - "endColumn": 119, - "endOffset": 1603 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5585, - "endColumn": 148, - "endOffset": 5729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1190, - "endColumn": 148, - "endOffset": 1334 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5734, - "endColumn": 148, - "endOffset": 5878 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1339, - "endColumn": 148, - "endOffset": 1483 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5883, - "endColumn": 116, - "endOffset": 5995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1073, - "endColumn": 116, - "endOffset": 1185 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6000, - "endColumn": 145, - "endOffset": 6141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2847, - "endColumn": 145, - "endOffset": 2988 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6146, - "endColumn": 118, - "endOffset": 6260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2728, - "endColumn": 118, - "endOffset": 2842 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6265, - "endColumn": 145, - "endOffset": 6406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 762, - "endColumn": 145, - "endOffset": 903 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6411, - "endColumn": 142, - "endOffset": 6549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2585, - "endColumn": 142, - "endOffset": 2723 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6554, - "endColumn": 113, - "endOffset": 6663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2471, - "endColumn": 113, - "endOffset": 2580 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6668, - "endColumn": 159, - "endOffset": 6823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 159, - "endOffset": 450 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6828, - "endColumn": 155, - "endOffset": 6979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 455, - "endColumn": 155, - "endOffset": 606 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6984, - "endColumn": 124, - "endOffset": 7104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 124, - "endOffset": 290 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7109, - "endColumn": 150, - "endOffset": 7255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4111, - "endColumn": 150, - "endOffset": 4257 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7260, - "endColumn": 113, - "endOffset": 7369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3997, - "endColumn": 113, - "endOffset": 4106 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7374, - "endColumn": 135, - "endOffset": 7505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2993, - "endColumn": 135, - "endOffset": 3124 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7510, - "endColumn": 179, - "endOffset": 7685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3249, - "endColumn": 179, - "endOffset": 3424 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7690, - "endColumn": 119, - "endOffset": 7805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3129, - "endColumn": 119, - "endOffset": 3244 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7810, - "endColumn": 104, - "endOffset": 7910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3429, - "endColumn": 104, - "endOffset": 3529 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7915, - "endColumn": 133, - "endOffset": 8044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2211, - "endColumn": 133, - "endOffset": 2340 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 8049, - "endColumn": 119, - "endOffset": 8164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1982, - "endColumn": 119, - "endOffset": 2097 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8169, - "endColumn": 87, - "endOffset": 8252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3727, - "endColumn": 87, - "endOffset": 3810 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 8257, - "endColumn": 87, - "endOffset": 8340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3534, - "endColumn": 87, - "endOffset": 3617 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8345, - "endColumn": 104, - "endOffset": 8445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3622, - "endColumn": 104, - "endOffset": 3722 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 8450, - "endColumn": 181, - "endOffset": 8627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ko/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3815, - "endColumn": 181, - "endOffset": 3992 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8632, - "endColumn": 78, - "endOffset": 8706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 328, - "startColumn": 4, - "startOffset": 31183, - "endColumn": 78, - "endOffset": 31256 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8711, - "endColumn": 114, - "endOffset": 8821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 113, - "startColumn": 5, - "startOffset": 12541, - "endLine": 114, - "endColumn": 109, - "endOffset": 12644 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 8826, - "endColumn": 46, - "endOffset": 8868 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 331, - "startColumn": 4, - "startOffset": 31358, - "endColumn": 46, - "endOffset": 31400 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 8873, - "endColumn": 49, - "endOffset": 8918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 334, - "startColumn": 4, - "startOffset": 31559, - "endColumn": 49, - "endOffset": 31603 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 8923, - "endColumn": 50, - "endOffset": 8969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 336, - "startColumn": 4, - "startOffset": 31724, - "endLine": 337, - "endColumn": 50, - "endOffset": 31850 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 8974, - "endColumn": 38, - "endOffset": 9008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 340, - "startColumn": 4, - "startOffset": 32020, - "endLine": 341, - "endColumn": 38, - "endOffset": 32149 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 9013, - "endColumn": 48, - "endOffset": 9057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 344, - "startColumn": 29, - "startOffset": 32423, - "endColumn": 48, - "endOffset": 32442 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 9062, - "endColumn": 59, - "endOffset": 9117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 345, - "startColumn": 29, - "startOffset": 32659, - "endLine": 347, - "endColumn": 59, - "endOffset": 32689 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 9122, - "endColumn": 58, - "endOffset": 9176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 352, - "startColumn": 4, - "startOffset": 32910, - "endColumn": 58, - "endOffset": 32963 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 9181, - "endColumn": 60, - "endOffset": 9237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 355, - "startColumn": 4, - "startOffset": 33191, - "endColumn": 60, - "endOffset": 33208 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 9242, - "endColumn": 51, - "endOffset": 9289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 358, - "startColumn": 4, - "startOffset": 33503, - "endColumn": 51, - "endOffset": 33550 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 9294, - "endColumn": 63, - "endOffset": 9353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 360, - "startColumn": 4, - "startOffset": 33577, - "endLine": 361, - "endColumn": 63, - "endOffset": 33730 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 9358, - "endColumn": 49, - "endOffset": 9403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 201, - "startColumn": 37, - "startOffset": 20839, - "endColumn": 50, - "endOffset": 20852 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 9408, - "endColumn": 59, - "endOffset": 9463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 364, - "startColumn": 4, - "startOffset": 34033, - "endColumn": 59, - "endOffset": 34058 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 9468, - "endColumn": 46, - "endOffset": 9510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 367, - "startColumn": 4, - "startOffset": 34220, - "endColumn": 46, - "endOffset": 34262 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 9515, - "endColumn": 61, - "endOffset": 9572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 371, - "startColumn": 4, - "startOffset": 34505, - "endColumn": 61, - "endOffset": 34561 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 9577, - "endColumn": 53, - "endOffset": 9626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 375, - "startColumn": 4, - "startOffset": 34795, - "endColumn": 53, - "endOffset": 34844 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 9631, - "endColumn": 63, - "endOffset": 9690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 378, - "startColumn": 4, - "startOffset": 34962, - "endColumn": 63, - "endOffset": 35021 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 9695, - "endColumn": 49, - "endOffset": 9740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 382, - "startColumn": 4, - "startOffset": 35241, - "endColumn": 49, - "endOffset": 35285 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 9745, - "endColumn": 51, - "endOffset": 9792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 385, - "startColumn": 4, - "startOffset": 35562, - "endColumn": 51, - "endOffset": 35609 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 9797, - "endColumn": 149, - "endOffset": 9942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 388, - "startColumn": 4, - "startOffset": 35739, - "endColumn": 149, - "endOffset": 35884 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 9947, - "endColumn": 48, - "endOffset": 9991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 391, - "startColumn": 4, - "startOffset": 36024, - "endLine": 392, - "endColumn": 48, - "endOffset": 36164 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 9996, - "endColumn": 68, - "endOffset": 10060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 397, - "startColumn": 4, - "startOffset": 36514, - "endColumn": 68, - "endOffset": 36578 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 10065, - "endColumn": 52, - "endOffset": 10113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 400, - "startColumn": 4, - "startOffset": 36732, - "endColumn": 52, - "endOffset": 36779 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 10118, - "endColumn": 51, - "endOffset": 10165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 403, - "startColumn": 4, - "startOffset": 36969, - "endColumn": 51, - "endOffset": 37016 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 10170, - "endColumn": 64, - "endOffset": 10230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 407, - "startColumn": 4, - "startOffset": 37155, - "endColumn": 64, - "endOffset": 37214 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 10235, - "endColumn": 64, - "endOffset": 10295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 410, - "startColumn": 39, - "startOffset": 37514, - "endColumn": 64, - "endOffset": 37539 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 10300, - "endColumn": 52, - "endOffset": 10348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 413, - "startColumn": 4, - "startOffset": 37674, - "endColumn": 52, - "endOffset": 37721 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 10353, - "endColumn": 65, - "endOffset": 10414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 417, - "startColumn": 4, - "startOffset": 37959, - "endColumn": 65, - "endOffset": 38020 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 10419, - "endColumn": 76, - "endOffset": 10491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 38232, - "endColumn": 76, - "endOffset": 38303 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 10496, - "endLine": 120, - "endColumn": 22, - "endOffset": 10606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 424, - "startColumn": 4, - "startOffset": 38511, - "endLine": 425, - "endColumn": 22, - "endOffset": 38589 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 10611, - "endColumn": 49, - "endOffset": 10656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 429, - "startColumn": 4, - "startOffset": 38799, - "endColumn": 49, - "endOffset": 38844 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 10661, - "endColumn": 526, - "endOffset": 11183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 526, - "endOffset": 1182 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 11188, - "endColumn": 88, - "endOffset": 11272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 753, - "startColumn": 4, - "startOffset": 47685, - "endLine": 755, - "endColumn": 88, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 11277, - "endColumn": 89, - "endOffset": 11362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 755, - "startColumn": 4, - "startOffset": 47685, - "endLine": 757, - "endColumn": 89, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 11367, - "endColumn": 333, - "endOffset": 11696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 88, - "startColumn": 4, - "startOffset": 9643, - "endColumn": 345, - "endOffset": 9871 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11701, - "endColumn": 68, - "endOffset": 11765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 223, - "startColumn": 4, - "startOffset": 22665, - "endLine": 224, - "endColumn": 69, - "endOffset": 22819 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11770, - "endColumn": 69, - "endOffset": 11835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 221, - "startColumn": 4, - "startOffset": 22493, - "endColumn": 70, - "endOffset": 22558 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 11840, - "endColumn": 339, - "endOffset": 12175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 84, - "startColumn": 4, - "startOffset": 9058, - "endColumn": 207, - "endOffset": 9261 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 12180, - "endColumn": 209, - "endOffset": 12385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 86, - "startColumn": 4, - "startOffset": 9305, - "endColumn": 215, - "endOffset": 9516 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 12390, - "endColumn": 267, - "endOffset": 12653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9883, - "endColumn": 262, - "endOffset": 10141 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 12658, - "endColumn": 420, - "endOffset": 13074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7606, - "endColumn": 390, - "endOffset": 7991 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 13079, - "endColumn": 187, - "endOffset": 13262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 76, - "startColumn": 4, - "startOffset": 8157, - "endColumn": 187, - "endOffset": 8213 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 13267, - "endLine": 135, - "endColumn": 11, - "endOffset": 13576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 78, - "startColumn": 4, - "startOffset": 8386, - "endLine": 80, - "endColumn": 11, - "endOffset": 8731 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 13581, - "endColumn": 43, - "endOffset": 13620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 433, - "startColumn": 4, - "startOffset": 39037, - "endColumn": 43, - "endOffset": 39075 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 13625, - "endColumn": 50, - "endOffset": 13671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 757, - "startColumn": 4, - "startOffset": 47685, - "endLine": 759, - "endColumn": 50, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 13676, - "endColumn": 106, - "endOffset": 13778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 437, - "startColumn": 4, - "startOffset": 39303, - "endColumn": 106, - "endOffset": 39405 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 13783, - "endColumn": 70, - "endOffset": 13849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 441, - "startColumn": 4, - "startOffset": 39595, - "endColumn": 70, - "endOffset": 39660 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 13854, - "endLine": 141, - "endColumn": 11, - "endOffset": 13930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 445, - "startColumn": 4, - "startOffset": 39891, - "endLine": 446, - "endColumn": 11, - "endOffset": 39976 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 13935, - "endColumn": 37, - "endOffset": 13968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 451, - "startColumn": 4, - "startOffset": 40214, - "endColumn": 37, - "endOffset": 40247 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 13973, - "endColumn": 170, - "endOffset": 14139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2763, - "endColumn": 170, - "endOffset": 2929 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 14144, - "endColumn": 149, - "endOffset": 14289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2612, - "endColumn": 149, - "endOffset": 2757 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 14294, - "endColumn": 168, - "endOffset": 14458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2935, - "endColumn": 168, - "endOffset": 3099 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 14463, - "endColumn": 144, - "endOffset": 14603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3105, - "endColumn": 144, - "endOffset": 3245 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 14608, - "endColumn": 52, - "endOffset": 14656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 147, - "startColumn": 4, - "startOffset": 15649, - "endColumn": 53, - "endOffset": 15698 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 14661, - "endColumn": 46, - "endOffset": 14703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 456, - "startColumn": 4, - "startOffset": 40450, - "endColumn": 46, - "endOffset": 40492 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 14708, - "endColumn": 42, - "endOffset": 14746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 462, - "startColumn": 4, - "startOffset": 40770, - "endColumn": 42, - "endOffset": 40808 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 14751, - "endColumn": 43, - "endOffset": 14790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 465, - "startColumn": 4, - "startOffset": 40954, - "endColumn": 43, - "endOffset": 40992 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 14795, - "endColumn": 75, - "endOffset": 14866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 468, - "startColumn": 4, - "startOffset": 41314, - "endColumn": 75, - "endOffset": 41384 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 14871, - "endColumn": 57, - "endOffset": 14924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 473, - "startColumn": 4, - "startOffset": 41589, - "endColumn": 57, - "endOffset": 41642 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 14929, - "endColumn": 90, - "endOffset": 15015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 476, - "startColumn": 4, - "startOffset": 41735, - "endColumn": 90, - "endOffset": 41821 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 15020, - "endColumn": 67, - "endOffset": 15083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 485, - "startColumn": 4, - "startOffset": 42312, - "endColumn": 76, - "endOffset": 42384 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 15088, - "endColumn": 73, - "endOffset": 15157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 490, - "startColumn": 27, - "startOffset": 42568, - "endColumn": 82, - "endOffset": 42623 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 15162, - "endColumn": 66, - "endOffset": 15224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 493, - "startColumn": 4, - "startOffset": 42801, - "endColumn": 66, - "endOffset": 42863 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 15229, - "endColumn": 50, - "endOffset": 15275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 759, - "startColumn": 41, - "startOffset": 47722, - "endLine": 761, - "endColumn": 50, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 15280, - "endColumn": 52, - "endOffset": 15328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 150, - "startColumn": 4, - "startOffset": 15963, - "endColumn": 53, - "endOffset": 16012 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 15333, - "endColumn": 149, - "endOffset": 15478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3251, - "endColumn": 149, - "endOffset": 3396 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 15483, - "endColumn": 49, - "endOffset": 15528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 496, - "startColumn": 4, - "startOffset": 43062, - "endColumn": 49, - "endOffset": 43107 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 15533, - "endLine": 162, - "endColumn": 53, - "endOffset": 15629 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 503, - "startColumn": 4, - "startOffset": 43704, - "endLine": 504, - "endColumn": 57, - "endOffset": 43857 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 15634, - "endColumn": 65, - "endOffset": 15695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 151, - "startColumn": 4, - "startOffset": 16186, - "endLine": 152, - "endColumn": 66, - "endOffset": 16248 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 15700, - "endLine": 165, - "endColumn": 56, - "endOffset": 15798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 499, - "startColumn": 37, - "startOffset": 43386, - "endLine": 500, - "endColumn": 60, - "endOffset": 43478 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 15803, - "endColumn": 64, - "endOffset": 15863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 155, - "startColumn": 4, - "startOffset": 16442, - "endColumn": 65, - "endOffset": 16503 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 15868, - "endColumn": 87, - "endOffset": 15951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 16713, - "endColumn": 88, - "endOffset": 16796 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 15956, - "endColumn": 52, - "endOffset": 16004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 163, - "startColumn": 4, - "startOffset": 17438, - "endLine": 164, - "endColumn": 53, - "endOffset": 17574 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 16009, - "endColumn": 53, - "endOffset": 16058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 507, - "startColumn": 4, - "startOffset": 44003, - "endColumn": 53, - "endOffset": 44052 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 16063, - "endColumn": 69, - "endOffset": 16128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 510, - "startColumn": 4, - "startOffset": 44196, - "endColumn": 69, - "endOffset": 44261 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 16133, - "endColumn": 58, - "endOffset": 16187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 159, - "startColumn": 28, - "startOffset": 17121, - "endLine": 161, - "endColumn": 59, - "endOffset": 17152 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 16192, - "endColumn": 49, - "endOffset": 16237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 513, - "startColumn": 4, - "startOffset": 44396, - "endColumn": 49, - "endOffset": 44440 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 16242, - "endColumn": 59, - "endOffset": 16297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 516, - "startColumn": 4, - "startOffset": 44604, - "endColumn": 59, - "endOffset": 44659 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 16302, - "endColumn": 54, - "endOffset": 16352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 518, - "startColumn": 4, - "startOffset": 44717, - "endLine": 519, - "endColumn": 54, - "endOffset": 44867 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 16357, - "endColumn": 54, - "endOffset": 16407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 522, - "startColumn": 4, - "startOffset": 45076, - "endColumn": 54, - "endOffset": 45125 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 16412, - "endColumn": 52, - "endOffset": 16460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 45269, - "endColumn": 52, - "endOffset": 45316 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 16465, - "endColumn": 66, - "endOffset": 16527 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 160, - "startColumn": 36, - "startOffset": 17264, - "endLine": 162, - "endColumn": 67, - "endOffset": 17295 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 16532, - "endColumn": 75, - "endOffset": 16603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 530, - "startColumn": 4, - "startOffset": 45498, - "endColumn": 75, - "endOffset": 45568 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 16608, - "endColumn": 76, - "endOffset": 16680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 533, - "startColumn": 45, - "startOffset": 45857, - "endLine": 534, - "endColumn": 76, - "endOffset": 45888 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 16685, - "endColumn": 79, - "endOffset": 16760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 17813, - "endColumn": 84, - "endOffset": 17892 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 16765, - "endColumn": 82, - "endOffset": 16843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 538, - "startColumn": 36, - "startOffset": 46052, - "endColumn": 82, - "endOffset": 46098 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 16848, - "endColumn": 63, - "endOffset": 16907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 540, - "startColumn": 28, - "startOffset": 46313, - "endLine": 542, - "endColumn": 63, - "endOffset": 46348 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 16912, - "endColumn": 89, - "endOffset": 16997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 546, - "startColumn": 45, - "startOffset": 46564, - "endColumn": 89, - "endOffset": 46608 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 17002, - "endColumn": 62, - "endOffset": 17060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 549, - "startColumn": 35, - "startOffset": 46875, - "endColumn": 62, - "endOffset": 46902 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 17065, - "endColumn": 49, - "endOffset": 17110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 554, - "startColumn": 4, - "startOffset": 47161, - "endColumn": 49, - "endOffset": 47205 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 17115, - "endColumn": 44, - "endOffset": 17155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 559, - "startColumn": 4, - "startOffset": 47455, - "endColumn": 44, - "endOffset": 47494 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 17160, - "endColumn": 38, - "endOffset": 17194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 561, - "startColumn": 0, - "startOffset": 47732, - "endLine": 562, - "endColumn": 38, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 17199, - "endColumn": 38, - "endOffset": 17233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 562, - "startColumn": 4, - "startOffset": 47685, - "endLine": 564, - "endColumn": 38, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 17238, - "endColumn": 38, - "endOffset": 17272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 564, - "startColumn": 4, - "startOffset": 47685, - "endLine": 566, - "endColumn": 38, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 17277, - "endColumn": 38, - "endOffset": 17311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 566, - "startColumn": 4, - "startOffset": 47685, - "endLine": 568, - "endColumn": 38, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 17316, - "endColumn": 38, - "endOffset": 17350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 568, - "startColumn": 4, - "startOffset": 47685, - "endLine": 570, - "endColumn": 38, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 17355, - "endColumn": 33, - "endOffset": 17384 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 570, - "startColumn": 4, - "startOffset": 47634, - "endLine": 573, - "endColumn": 33, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 17389, - "endColumn": 37, - "endOffset": 17422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 573, - "startColumn": 4, - "startOffset": 47634, - "endLine": 576, - "endColumn": 37, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 17427, - "endColumn": 65, - "endOffset": 17488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 576, - "startColumn": 4, - "startOffset": 47685, - "endLine": 578, - "endColumn": 65, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 17493, - "endColumn": 72, - "endOffset": 17561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 578, - "startColumn": 4, - "startOffset": 47685, - "endLine": 580, - "endColumn": 72, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 17566, - "endColumn": 100, - "endOffset": 17662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 583, - "startColumn": 0, - "startOffset": 47732, - "endLine": 584, - "endColumn": 100, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 17667, - "endColumn": 70, - "endOffset": 17733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 580, - "startColumn": 4, - "startOffset": 47685, - "endLine": 582, - "endColumn": 70, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 17738, - "endColumn": 124, - "endOffset": 17858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 585, - "startColumn": 0, - "startOffset": 47732, - "endLine": 586, - "endColumn": 124, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 17863, - "endColumn": 74, - "endOffset": 17933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 587, - "startColumn": 0, - "startOffset": 47732, - "endLine": 588, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 17938, - "endColumn": 306, - "endOffset": 18240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3402, - "endLine": 49, - "endColumn": 156, - "endOffset": 3717 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 18245, - "endColumn": 81, - "endOffset": 18322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 171, - "startColumn": 4, - "startOffset": 18075, - "endLine": 172, - "endColumn": 82, - "endOffset": 18246 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 18327, - "endColumn": 134, - "endOffset": 18457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 588, - "startColumn": 4, - "startOffset": 47685, - "endLine": 590, - "endColumn": 134, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 18462, - "endColumn": 59, - "endOffset": 18517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 591, - "startColumn": 0, - "startOffset": 47732, - "endLine": 592, - "endColumn": 59, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 18522, - "endColumn": 106, - "endOffset": 18624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 592, - "startColumn": 4, - "startOffset": 47685, - "endLine": 594, - "endColumn": 106, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 18629, - "endColumn": 65, - "endOffset": 18690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 594, - "startColumn": 0, - "startOffset": 47732, - "endLine": 595, - "endColumn": 65, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 18695, - "endColumn": 107, - "endOffset": 18798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 595, - "startColumn": 4, - "startOffset": 47685, - "endLine": 597, - "endColumn": 107, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 18803, - "endColumn": 71, - "endOffset": 18870 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 597, - "startColumn": 0, - "startOffset": 47732, - "endLine": 598, - "endColumn": 71, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 18875, - "endColumn": 106, - "endOffset": 18977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 598, - "startColumn": 4, - "startOffset": 47685, - "endLine": 600, - "endColumn": 106, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 18982, - "endColumn": 69, - "endOffset": 19047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 600, - "startColumn": 0, - "startOffset": 47732, - "endLine": 601, - "endColumn": 69, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 19052, - "endColumn": 95, - "endOffset": 19143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 600, - "startColumn": 41, - "startOffset": 47671, - "endLine": 603, - "endColumn": 95, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 19148, - "endColumn": 89, - "endOffset": 19233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 603, - "startColumn": 0, - "startOffset": 47732, - "endLine": 604, - "endColumn": 89, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 19238, - "endColumn": 341, - "endOffset": 19575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4207, - "endColumn": 330, - "endOffset": 4379 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 19580, - "endColumn": 49, - "endOffset": 19625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 605, - "startColumn": 0, - "startOffset": 47732, - "endLine": 606, - "endColumn": 49, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 19630, - "endColumn": 51, - "endOffset": 19677 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 606, - "startColumn": 4, - "startOffset": 47685, - "endLine": 608, - "endColumn": 51, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 19682, - "endColumn": 74, - "endOffset": 19752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 607, - "startColumn": 41, - "startOffset": 47671, - "endLine": 610, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 19757, - "endColumn": 39, - "endOffset": 19792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 610, - "startColumn": 0, - "startOffset": 47732, - "endLine": 611, - "endColumn": 39, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 19797, - "endColumn": 64, - "endOffset": 19857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 611, - "startColumn": 4, - "startOffset": 47685, - "endLine": 613, - "endColumn": 64, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 19862, - "endLine": 219, - "endColumn": 11, - "endOffset": 19941 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 613, - "startColumn": 4, - "startOffset": 47634, - "endLine": 616, - "endColumn": 11, - "endOffset": 47681 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 19946, - "endLine": 222, - "endColumn": 11, - "endOffset": 20068 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 172, - "startColumn": 35, - "startOffset": 18341, - "endLine": 176, - "endColumn": 11, - "endOffset": 18550 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 20073, - "endColumn": 45, - "endOffset": 20114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 618, - "startColumn": 4, - "startOffset": 47685, - "endLine": 620, - "endColumn": 45, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 20119, - "endColumn": 54, - "endOffset": 20169 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 621, - "startColumn": 0, - "startOffset": 47732, - "endLine": 622, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 20174, - "endColumn": 79, - "endOffset": 20249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 622, - "startColumn": 41, - "startOffset": 47671, - "endLine": 625, - "endColumn": 79, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 20254, - "endColumn": 79, - "endOffset": 20329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 625, - "startColumn": 4, - "startOffset": 47685, - "endLine": 627, - "endColumn": 79, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 20334, - "endColumn": 82, - "endOffset": 20412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 627, - "startColumn": 4, - "startOffset": 47685, - "endLine": 629, - "endColumn": 82, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 20417, - "endColumn": 59, - "endOffset": 20472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 629, - "startColumn": 0, - "startOffset": 47732, - "endLine": 630, - "endColumn": 59, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 20477, - "endColumn": 57, - "endOffset": 20530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 630, - "startColumn": 4, - "startOffset": 47685, - "endLine": 632, - "endColumn": 57, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 20535, - "endColumn": 112, - "endOffset": 20643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 116, - "startColumn": 31, - "startOffset": 12844, - "endColumn": 112, - "endOffset": 12877 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 20648, - "endColumn": 144, - "endOffset": 20788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4746, - "endColumn": 144, - "endOffset": 4886 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 20793, - "endColumn": 132, - "endOffset": 20921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5326, - "endColumn": 132, - "endOffset": 5454 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 20926, - "endColumn": 111, - "endOffset": 21033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 118, - "startColumn": 5, - "startOffset": 12961, - "endColumn": 111, - "endOffset": 13013 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 21038, - "endColumn": 133, - "endOffset": 21167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 57, - "startColumn": 4, - "startOffset": 5084, - "endColumn": 133, - "endOffset": 5213 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 21172, - "endColumn": 117, - "endOffset": 21285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 120, - "startColumn": 5, - "startOffset": 13195, - "endColumn": 117, - "endOffset": 13227 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 21290, - "endColumn": 78, - "endOffset": 21364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 632, - "startColumn": 4, - "startOffset": 47685, - "endLine": 634, - "endColumn": 78, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 21369, - "endColumn": 74, - "endOffset": 21439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 634, - "startColumn": 4, - "startOffset": 47685, - "endLine": 636, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 21444, - "endColumn": 119, - "endOffset": 21559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 122, - "startColumn": 5, - "startOffset": 13349, - "endColumn": 119, - "endOffset": 13369 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 21564, - "endColumn": 240, - "endOffset": 21800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 124, - "startColumn": 4, - "startOffset": 13595, - "endColumn": 240, - "endOffset": 13679 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 21805, - "endColumn": 126, - "endOffset": 21927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 126, - "startColumn": 5, - "startOffset": 13858, - "endColumn": 126, - "endOffset": 13925 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 21932, - "endColumn": 119, - "endOffset": 22047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 128, - "startColumn": 5, - "startOffset": 14129, - "endColumn": 119, - "endOffset": 14150 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 22052, - "endColumn": 112, - "endOffset": 22160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 130, - "startColumn": 5, - "startOffset": 14304, - "endColumn": 112, - "endOffset": 14330 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 22165, - "endColumn": 81, - "endOffset": 22242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 636, - "startColumn": 4, - "startOffset": 47685, - "endLine": 638, - "endColumn": 81, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 22247, - "endColumn": 68, - "endOffset": 22311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 638, - "startColumn": 0, - "startOffset": 47732, - "endLine": 639, - "endColumn": 68, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 22316, - "endColumn": 62, - "endOffset": 22374 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 639, - "startColumn": 0, - "startOffset": 47732, - "endLine": 640, - "endColumn": 62, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 22379, - "endColumn": 118, - "endOffset": 22493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 132, - "startColumn": 47, - "startOffset": 14452, - "endColumn": 118, - "endOffset": 14478 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 22498, - "endColumn": 48, - "endOffset": 22542 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 640, - "startColumn": 0, - "startOffset": 47732, - "endLine": 641, - "endColumn": 48, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 22547, - "endColumn": 87, - "endOffset": 22630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 641, - "startColumn": 41, - "startOffset": 47722, - "endLine": 643, - "endColumn": 87, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 22635, - "endColumn": 58, - "endOffset": 22689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 643, - "startColumn": 0, - "startOffset": 47732, - "endLine": 644, - "endColumn": 58, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 22694, - "endColumn": 54, - "endOffset": 22744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 644, - "startColumn": 4, - "startOffset": 47685, - "endLine": 646, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 22749, - "endColumn": 52, - "endOffset": 22797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 646, - "startColumn": 4, - "startOffset": 47685, - "endLine": 648, - "endColumn": 52, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 22802, - "endColumn": 49, - "endOffset": 22847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 648, - "startColumn": 4, - "startOffset": 47685, - "endLine": 650, - "endColumn": 49, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 22852, - "endColumn": 60, - "endOffset": 22908 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 650, - "startColumn": 4, - "startOffset": 47685, - "endLine": 652, - "endColumn": 60, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 22913, - "endColumn": 46, - "endOffset": 22955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 652, - "startColumn": 0, - "startOffset": 47732, - "endLine": 653, - "endColumn": 46, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 22960, - "endColumn": 94, - "endOffset": 23050 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 652, - "startColumn": 41, - "startOffset": 47671, - "endLine": 655, - "endColumn": 94, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 23055, - "endColumn": 58, - "endOffset": 23109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 135, - "startColumn": 5, - "startOffset": 14675, - "endColumn": 59, - "endOffset": 14727 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 23114, - "endColumn": 57, - "endOffset": 23167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 656, - "startColumn": 0, - "startOffset": 47732, - "endLine": 657, - "endColumn": 57, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 23172, - "endColumn": 58, - "endOffset": 23226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 657, - "startColumn": 41, - "startOffset": 47722, - "endLine": 659, - "endColumn": 58, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 23231, - "endColumn": 99, - "endOffset": 23326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 659, - "startColumn": 4, - "startOffset": 47685, - "endLine": 661, - "endColumn": 99, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 23331, - "endColumn": 105, - "endOffset": 23432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 662, - "startColumn": 0, - "startOffset": 47732, - "endLine": 663, - "endColumn": 105, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 23437, - "endColumn": 54, - "endOffset": 23487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 664, - "startColumn": 0, - "startOffset": 47732, - "endLine": 665, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 23492, - "endColumn": 66, - "endOffset": 23554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 665, - "startColumn": 0, - "startOffset": 47732, - "endLine": 666, - "endColumn": 66, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 23559, - "endColumn": 60, - "endOffset": 23615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 667, - "startColumn": 0, - "startOffset": 47732, - "endLine": 668, - "endColumn": 60, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 23620, - "endLine": 265, - "endColumn": 61, - "endOffset": 23725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 668, - "startColumn": 4, - "startOffset": 47685, - "endLine": 670, - "endColumn": 65, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 23730, - "endColumn": 42, - "endOffset": 23768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 670, - "startColumn": 4, - "startOffset": 47685, - "endLine": 672, - "endColumn": 42, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 23773, - "endColumn": 151, - "endOffset": 23920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 51, - "startColumn": 123, - "startOffset": 4607, - "endLine": 53, - "endColumn": 151, - "endOffset": 4635 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 23925, - "endColumn": 48, - "endOffset": 23969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 144, - "startColumn": 4, - "startOffset": 15380, - "endColumn": 49, - "endOffset": 15425 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 23974, - "endColumn": 54, - "endOffset": 24024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 672, - "startColumn": 4, - "startOffset": 47685, - "endLine": 674, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 24029, - "endColumn": 48, - "endOffset": 24073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 674, - "startColumn": 4, - "startOffset": 47685, - "endLine": 676, - "endColumn": 48, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 24078, - "endLine": 273, - "endColumn": 11, - "endOffset": 24187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 676, - "startColumn": 4, - "startOffset": 47685, - "endLine": 678, - "endColumn": 11, - "endOffset": 47684 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 24192, - "endLine": 276, - "endColumn": 11, - "endOffset": 24276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 680, - "startColumn": 4, - "startOffset": 47685, - "endLine": 682, - "endColumn": 11, - "endOffset": 47719 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 24281, - "endColumn": 44, - "endOffset": 24321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 141, - "startColumn": 5, - "startOffset": 15218, - "endColumn": 45, - "endOffset": 15256 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 24326, - "endColumn": 53, - "endOffset": 24375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 138, - "startColumn": 5, - "startOffset": 14976, - "endColumn": 54, - "endOffset": 15025 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 24380, - "endColumn": 45, - "endOffset": 24421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 684, - "startColumn": 4, - "startOffset": 47685, - "endLine": 686, - "endColumn": 45, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 24426, - "endColumn": 164, - "endOffset": 24586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 686, - "startColumn": 4, - "startOffset": 47685, - "endLine": 688, - "endColumn": 176, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 24591, - "endLine": 282, - "endColumn": 114, - "endOffset": 24736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 690, - "startColumn": 0, - "startOffset": 47732, - "endLine": 692, - "endColumn": 126, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 24741, - "endLine": 284, - "endColumn": 64, - "endOffset": 24834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 693, - "startColumn": 0, - "startOffset": 47732, - "endLine": 694, - "endColumn": 68, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 24839, - "endColumn": 196, - "endOffset": 25031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1864, - "endColumn": 186, - "endOffset": 2046 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 25036, - "endColumn": 196, - "endOffset": 25228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2052, - "endColumn": 186, - "endOffset": 2234 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 25233, - "endColumn": 198, - "endOffset": 25427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 188, - "endOffset": 1668 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 25432, - "endColumn": 74, - "endOffset": 25502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 694, - "startColumn": 0, - "startOffset": 47732, - "endLine": 695, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 25507, - "endColumn": 185, - "endOffset": 25688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 175, - "endOffset": 1301 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 25693, - "endColumn": 185, - "endOffset": 25874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1307, - "endColumn": 175, - "endOffset": 1478 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 25879, - "endColumn": 193, - "endOffset": 26068 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 183, - "endOffset": 2419 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 26073, - "endColumn": 195, - "endOffset": 26264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2425, - "endColumn": 185, - "endOffset": 2606 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 26269, - "endColumn": 198, - "endOffset": 26463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1674, - "endColumn": 188, - "endOffset": 1858 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 26468, - "endLine": 295, - "endColumn": 11, - "endOffset": 26571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 696, - "startColumn": 0, - "startOffset": 47732, - "endLine": 697, - "endColumn": 11, - "endOffset": 47657 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 26576, - "endColumn": 204, - "endOffset": 26776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 924, - "endColumn": 204, - "endOffset": 1124 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 26781, - "endColumn": 100, - "endOffset": 26877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1960, - "endColumn": 100, - "endOffset": 2056 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 26882, - "endColumn": 125, - "endOffset": 27003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 96, - "startColumn": 5, - "startOffset": 10846, - "endColumn": 125, - "endOffset": 10867 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 27008, - "endColumn": 96, - "endOffset": 27100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 100, - "startColumn": 5, - "startOffset": 11050, - "endColumn": 96, - "endOffset": 11141 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 27105, - "endColumn": 109, - "endOffset": 27210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 102, - "startColumn": 5, - "startOffset": 11262, - "endColumn": 109, - "endOffset": 11307 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 27215, - "endColumn": 129, - "endOffset": 27340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 97, - "startColumn": 5, - "startOffset": 10903, - "endLine": 98, - "endColumn": 129, - "endOffset": 11027 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 27345, - "endColumn": 117, - "endOffset": 27458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 106, - "startColumn": 5, - "startOffset": 11582, - "endColumn": 117, - "endOffset": 11625 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 27463, - "endColumn": 107, - "endOffset": 27566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 103, - "startColumn": 5, - "startOffset": 11317, - "endLine": 104, - "endColumn": 107, - "endOffset": 11419 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 27571, - "endColumn": 122, - "endOffset": 27689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 108, - "startColumn": 5, - "startOffset": 11763, - "endColumn": 122, - "endOffset": 11818 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 27694, - "endColumn": 37, - "endOffset": 27727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 700, - "startColumn": 4, - "startOffset": 47685, - "endLine": 702, - "endColumn": 37, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 27732, - "endColumn": 106, - "endOffset": 27834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 702, - "startColumn": 4, - "startOffset": 47685, - "endLine": 704, - "endColumn": 110, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 27839, - "endColumn": 81, - "endOffset": 27916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 705, - "startColumn": 0, - "startOffset": 47732, - "endLine": 706, - "endColumn": 81, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 27921, - "endColumn": 64, - "endOffset": 27981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 707, - "startColumn": 0, - "startOffset": 47732, - "endLine": 708, - "endColumn": 64, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 27986, - "endColumn": 74, - "endOffset": 28056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 708, - "startColumn": 0, - "startOffset": 47732, - "endLine": 709, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 28061, - "endColumn": 107, - "endOffset": 28164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 709, - "startColumn": 4, - "startOffset": 47685, - "endLine": 711, - "endColumn": 111, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 28169, - "endColumn": 97, - "endOffset": 28262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 712, - "startColumn": 0, - "startOffset": 47732, - "endLine": 713, - "endColumn": 101, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 28267, - "endColumn": 42, - "endOffset": 28305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 714, - "startColumn": 0, - "startOffset": 47732, - "endLine": 715, - "endColumn": 42, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 28310, - "endColumn": 56, - "endOffset": 28362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 213, - "startColumn": 4, - "startOffset": 21767, - "endColumn": 57, - "endOffset": 21819 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 28367, - "endColumn": 44, - "endOffset": 28407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 715, - "startColumn": 4, - "startOffset": 47685, - "endLine": 717, - "endColumn": 44, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 28412, - "endColumn": 60, - "endOffset": 28468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 216, - "startColumn": 4, - "startOffset": 22049, - "endColumn": 61, - "endOffset": 22105 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 28473, - "endColumn": 40, - "endOffset": 28509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 717, - "startColumn": 41, - "startOffset": 47722, - "endLine": 719, - "endColumn": 40, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 28514, - "endColumn": 50, - "endOffset": 28560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 719, - "startColumn": 4, - "startOffset": 47685, - "endLine": 721, - "endColumn": 50, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 28565, - "endColumn": 52, - "endOffset": 28613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 721, - "startColumn": 41, - "startOffset": 47722, - "endLine": 723, - "endColumn": 52, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 28618, - "endColumn": 54, - "endOffset": 28668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 723, - "startColumn": 4, - "startOffset": 47685, - "endLine": 725, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 28673, - "endColumn": 43, - "endOffset": 28712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 725, - "startColumn": 4, - "startOffset": 47685, - "endLine": 727, - "endColumn": 43, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 28717, - "endColumn": 54, - "endOffset": 28767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 727, - "startColumn": 4, - "startOffset": 47685, - "endLine": 729, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 28772, - "endColumn": 57, - "endOffset": 28825 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 729, - "startColumn": 0, - "startOffset": 47732, - "endLine": 730, - "endColumn": 57, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 28830, - "endColumn": 45, - "endOffset": 28871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 731, - "startColumn": 0, - "startOffset": 47732, - "endLine": 732, - "endColumn": 45, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 28876, - "endColumn": 43, - "endOffset": 28915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 732, - "startColumn": 41, - "startOffset": 47671, - "endLine": 735, - "endColumn": 43, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 28920, - "endLine": 326, - "endColumn": 51, - "endOffset": 29022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 188, - "startColumn": 45, - "startOffset": 19699, - "endLine": 190, - "endColumn": 55, - "endOffset": 19765 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 29027, - "endColumn": 51, - "endOffset": 29074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 177, - "startColumn": 4, - "startOffset": 18588, - "endColumn": 52, - "endOffset": 18635 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 29079, - "endColumn": 57, - "endOffset": 29132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 21094, - "endColumn": 58, - "endOffset": 21147 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 29137, - "endLine": 330, - "endColumn": 82, - "endOffset": 29279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 20494, - "endLine": 198, - "endColumn": 90, - "endOffset": 20675 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 29284, - "endLine": 332, - "endColumn": 47, - "endOffset": 29381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 193, - "startColumn": 4, - "startOffset": 20108, - "endLine": 194, - "endColumn": 51, - "endOffset": 20261 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 29386, - "endColumn": 57, - "endOffset": 29439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 209, - "startColumn": 4, - "startOffset": 21502, - "endLine": 210, - "endColumn": 58, - "endOffset": 21651 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 29444, - "endColumn": 37, - "endOffset": 29477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 735, - "startColumn": 4, - "startOffset": 47685, - "endLine": 737, - "endColumn": 37, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 29482, - "endColumn": 36, - "endOffset": 29514 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 737, - "startColumn": 4, - "startOffset": 47685, - "endLine": 739, - "endColumn": 36, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 29519, - "endColumn": 319, - "endOffset": 29834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 92, - "startColumn": 4, - "startOffset": 10488, - "endColumn": 314, - "endOffset": 10563 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 29839, - "endColumn": 54, - "endOffset": 29889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 739, - "startColumn": 4, - "startOffset": 47685, - "endLine": 741, - "endColumn": 54, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 29894, - "endColumn": 45, - "endOffset": 29935 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 742, - "startColumn": 0, - "startOffset": 47732, - "endLine": 743, - "endColumn": 45, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 29940, - "endColumn": 86, - "endOffset": 30022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 479, - "startColumn": 4, - "startOffset": 41969, - "endColumn": 86, - "endOffset": 42050 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 30027, - "endColumn": 44, - "endOffset": 30067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 743, - "startColumn": 41, - "startOffset": 47671, - "endLine": 746, - "endColumn": 44, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 30072, - "endColumn": 134, - "endOffset": 30202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 6422, - "endLine": 67, - "endColumn": 124, - "endOffset": 6541 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 30207, - "endColumn": 56, - "endOffset": 30259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 182, - "startColumn": 4, - "startOffset": 19122, - "endLine": 183, - "endColumn": 57, - "endOffset": 19269 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 30264, - "endColumn": 91, - "endOffset": 30351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 184, - "startColumn": 4, - "startOffset": 19345, - "endLine": 186, - "endColumn": 92, - "endOffset": 19528 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 30356, - "endColumn": 563, - "endOffset": 30915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/conduct_text.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 759, - "endColumn": 563, - "endOffset": 1318 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 30920, - "endColumn": 64, - "endOffset": 30980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 18844, - "endColumn": 65, - "endOffset": 18905 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 30985, - "endColumn": 122, - "endOffset": 31103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5459, - "endLine": 61, - "endColumn": 122, - "endOffset": 5636 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 31108, - "endColumn": 126, - "endOffset": 31230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5910, - "endColumn": 126, - "endOffset": 6032 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 31235, - "endColumn": 131, - "endOffset": 31362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6995, - "endColumn": 131, - "endOffset": 7122 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 31367, - "endColumn": 114, - "endOffset": 31477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 6778, - "endColumn": 114, - "endOffset": 6887 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 31482, - "endColumn": 208, - "endOffset": 31686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 65, - "startColumn": 4, - "startOffset": 6099, - "endColumn": 208, - "endOffset": 6303 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 31691, - "endColumn": 74, - "endOffset": 31761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 746, - "startColumn": 41, - "startOffset": 47722, - "endLine": 748, - "endColumn": 74, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 31766, - "endColumn": 69, - "endOffset": 31831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 748, - "startColumn": 0, - "startOffset": 47732, - "endLine": 749, - "endColumn": 69, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 31836, - "endColumn": 66, - "endOffset": 31898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 749, - "startColumn": 4, - "startOffset": 47685, - "endLine": 751, - "endColumn": 66, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 31903, - "endColumn": 77, - "endOffset": 31976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 751, - "startColumn": 4, - "startOffset": 47685, - "endLine": 753, - "endColumn": 77, - "endOffset": 47745 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 31981, - "endColumn": 55, - "endOffset": 32032 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ko/strings.xml", - "position": { - "startLine": 207, - "startColumn": 39, - "startOffset": 21351, - "endColumn": 56, - "endOffset": 21368 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json b/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json deleted file mode 100644 index b542c5f..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 103, - "endOffset": 204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 103, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 209, - "endColumn": 107, - "endOffset": 312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 317, - "endColumn": 122, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 94, - "endOffset": 530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 94, - "endOffset": 709 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 535, - "endColumn": 118, - "endOffset": 649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 118, - "endOffset": 828 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 654, - "endColumn": 83, - "endOffset": 733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 833, - "endColumn": 83, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 738, - "endColumn": 106, - "endOffset": 840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 106, - "endOffset": 1019 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 845, - "endColumn": 116, - "endOffset": 957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 116, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 962, - "endColumn": 80, - "endOffset": 1038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 80, - "endOffset": 1217 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1043, - "endColumn": 109, - "endOffset": 1148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 109, - "endOffset": 1327 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 106, - "endOffset": 1255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1332, - "endColumn": 106, - "endOffset": 1434 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 97, - "endOffset": 1353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1439, - "endColumn": 97, - "endOffset": 1532 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 105, - "endOffset": 1459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1537, - "endColumn": 105, - "endOffset": 1638 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1464, - "endColumn": 106, - "endOffset": 1566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1643, - "endColumn": 106, - "endOffset": 1745 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1571, - "endColumn": 100, - "endOffset": 1667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1750, - "endColumn": 100, - "endOffset": 1846 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1672, - "endColumn": 123, - "endOffset": 1791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1851, - "endColumn": 123, - "endOffset": 1970 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1796, - "endColumn": 102, - "endOffset": 1894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1975, - "endColumn": 102, - "endOffset": 2073 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1899, - "endColumn": 163, - "endOffset": 2058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 680, - "endColumn": 163, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2063, - "endColumn": 155, - "endOffset": 2214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2645, - "endColumn": 155, - "endOffset": 2796 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2219, - "endColumn": 117, - "endOffset": 2332 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2368, - "endColumn": 117, - "endOffset": 2481 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2337, - "endColumn": 131, - "endOffset": 2464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2104, - "endColumn": 131, - "endOffset": 2231 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2469, - "endColumn": 158, - "endOffset": 2623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1945, - "endColumn": 158, - "endOffset": 2099 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2628, - "endColumn": 129, - "endOffset": 2753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1815, - "endColumn": 129, - "endOffset": 1940 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2758, - "endColumn": 167, - "endOffset": 2921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 171, - "endOffset": 1182 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2926, - "endColumn": 129, - "endOffset": 3051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1685, - "endColumn": 129, - "endOffset": 1810 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3056, - "endColumn": 184, - "endOffset": 3236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1314, - "endColumn": 184, - "endOffset": 1494 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3241, - "endColumn": 185, - "endOffset": 3422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1499, - "endColumn": 185, - "endOffset": 1680 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3427, - "endColumn": 126, - "endOffset": 3549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1187, - "endColumn": 126, - "endOffset": 1309 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3554, - "endColumn": 179, - "endOffset": 3729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3239, - "endColumn": 179, - "endOffset": 3414 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3734, - "endColumn": 129, - "endOffset": 3859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3109, - "endColumn": 129, - "endOffset": 3234 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3864, - "endColumn": 170, - "endOffset": 4030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 170, - "endOffset": 1010 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4035, - "endColumn": 187, - "endOffset": 4218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2921, - "endColumn": 187, - "endOffset": 3104 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4223, - "endColumn": 119, - "endOffset": 4338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2801, - "endColumn": 119, - "endOffset": 2916 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4343, - "endColumn": 187, - "endOffset": 4526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 187, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4531, - "endColumn": 182, - "endOffset": 4709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 497, - "endColumn": 182, - "endOffset": 675 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4714, - "endColumn": 138, - "endOffset": 4848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4853, - "endColumn": 175, - "endOffset": 5024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4704, - "endColumn": 175, - "endOffset": 4875 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5029, - "endColumn": 127, - "endOffset": 5152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4576, - "endColumn": 127, - "endOffset": 4699 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5157, - "endColumn": 155, - "endOffset": 5308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3419, - "endColumn": 155, - "endOffset": 3570 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5313, - "endColumn": 234, - "endOffset": 5543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3702, - "endColumn": 234, - "endOffset": 3932 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5548, - "endColumn": 126, - "endOffset": 5670 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3575, - "endColumn": 126, - "endOffset": 3697 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5675, - "endColumn": 108, - "endOffset": 5779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3937, - "endColumn": 108, - "endOffset": 4041 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5784, - "endColumn": 158, - "endOffset": 5938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2486, - "endColumn": 158, - "endOffset": 2640 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5943, - "endColumn": 131, - "endOffset": 6070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2236, - "endColumn": 131, - "endOffset": 2363 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6075, - "endColumn": 92, - "endOffset": 6163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4244, - "endColumn": 92, - "endOffset": 4332 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6168, - "endColumn": 89, - "endOffset": 6253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4046, - "endColumn": 89, - "endOffset": 4131 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6258, - "endColumn": 107, - "endOffset": 6361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4136, - "endColumn": 107, - "endOffset": 4239 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6366, - "endColumn": 238, - "endOffset": 6600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ky-rKG/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4337, - "endColumn": 238, - "endOffset": 4571 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6605, - "endColumn": 100, - "endOffset": 6701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 100, - "endOffset": 2174 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-land.json b/android/build/intermediates/blame/res/debug/multi/values-land.json deleted file mode 100644 index b6b2f6a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-land.json +++ /dev/null @@ -1,275 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-land/values-land.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 61, - "endOffset": 337 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 568, - "endColumn": 71, - "endOffset": 635 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 189, - "endColumn": 69, - "endOffset": 254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 875, - "endColumn": 69, - "endOffset": 940 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 259, - "endColumn": 63, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 63, - "endOffset": 1230 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 323, - "endColumn": 70, - "endOffset": 389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1470, - "endColumn": 70, - "endOffset": 1536 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 394, - "endColumn": 67, - "endOffset": 457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1541, - "endColumn": 67, - "endOffset": 1604 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 462, - "endColumn": 63, - "endOffset": 521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 723, - "endColumn": 63, - "endOffset": 782 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 526, - "endColumn": 62, - "endOffset": 584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 62, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 589, - "endColumn": 53, - "endOffset": 638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/dimens.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 818, - "endColumn": 53, - "endOffset": 867 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 643, - "endColumn": 59, - "endOffset": 698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/dimens.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 900, - "endColumn": 59, - "endOffset": 955 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 703, - "endColumn": 73, - "endOffset": 772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/integers.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 707, - "endColumn": 73, - "endOffset": 776 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 777, - "endColumn": 73, - "endOffset": 846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/integers.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 781, - "endColumn": 73, - "endOffset": 850 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 851, - "endColumn": 45, - "endOffset": 892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-land/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 45, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 897, - "endLine": 18, - "endColumn": 12, - "endOffset": 1074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-land/values-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 275, - "endLine": 7, - "endColumn": 12, - "endOffset": 452 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-large-v4.json b/android/build/intermediates/blame/res/debug/multi/values-large-v4.json deleted file mode 100644 index 683a42f..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-large-v4.json +++ /dev/null @@ -1,216 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 281, - "endColumn": 61, - "endOffset": 338 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 570, - "endColumn": 71, - "endOffset": 637 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 189, - "endColumn": 58, - "endOffset": 243 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 642, - "endColumn": 58, - "endOffset": 696 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 248, - "endColumn": 63, - "endOffset": 307 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 928, - "endColumn": 63, - "endOffset": 987 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 312, - "endColumn": 66, - "endOffset": 374 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 992, - "endColumn": 66, - "endOffset": 1054 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 379, - "endColumn": 66, - "endOffset": 441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1059, - "endColumn": 66, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 446, - "endColumn": 65, - "endOffset": 507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 65, - "endOffset": 1187 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 512, - "endColumn": 65, - "endOffset": 573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1192, - "endColumn": 65, - "endOffset": 1253 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 578, - "endColumn": 54, - "endOffset": 628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1258, - "endColumn": 54, - "endOffset": 1308 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 633, - "endColumn": 103, - "endOffset": 732 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 103, - "endOffset": 1644 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 737, - "endColumn": 115, - "endOffset": 848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1649, - "endColumn": 115, - "endOffset": 1760 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json b/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json deleted file mode 100644 index 8f452c7..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 102, - "endOffset": 203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 102, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 208, - "endColumn": 107, - "endOffset": 311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 107, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 122, - "endOffset": 434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 122, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 439, - "endColumn": 96, - "endOffset": 531 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 96, - "endOffset": 710 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 536, - "endColumn": 106, - "endOffset": 638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 715, - "endColumn": 106, - "endOffset": 817 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 643, - "endColumn": 84, - "endOffset": 723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 822, - "endColumn": 84, - "endOffset": 902 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 104, - "endOffset": 828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 907, - "endColumn": 104, - "endOffset": 1007 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 833, - "endColumn": 111, - "endOffset": 940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1012, - "endColumn": 111, - "endOffset": 1119 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 945, - "endColumn": 79, - "endOffset": 1020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 79, - "endOffset": 1199 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1025, - "endColumn": 106, - "endOffset": 1127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 106, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 96, - "endOffset": 1224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 96, - "endOffset": 1403 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1229, - "endColumn": 97, - "endOffset": 1322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1408, - "endColumn": 97, - "endOffset": 1501 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1327, - "endColumn": 104, - "endOffset": 1427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1506, - "endColumn": 104, - "endOffset": 1606 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1432, - "endColumn": 102, - "endOffset": 1530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1611, - "endColumn": 102, - "endOffset": 1709 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1535, - "endColumn": 103, - "endOffset": 1634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1714, - "endColumn": 103, - "endOffset": 1813 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1639, - "endColumn": 121, - "endOffset": 1756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1818, - "endColumn": 121, - "endOffset": 1935 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1761, - "endColumn": 95, - "endOffset": 1852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1940, - "endColumn": 95, - "endOffset": 2031 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1857, - "endColumn": 164, - "endOffset": 2017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 692, - "endColumn": 164, - "endOffset": 852 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2022, - "endColumn": 166, - "endOffset": 2184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2648, - "endColumn": 166, - "endOffset": 2810 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2189, - "endColumn": 112, - "endOffset": 2297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2370, - "endColumn": 112, - "endOffset": 2478 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2302, - "endColumn": 126, - "endOffset": 2424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2118, - "endColumn": 126, - "endOffset": 2240 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2429, - "endColumn": 165, - "endOffset": 2590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1952, - "endColumn": 165, - "endOffset": 2113 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2595, - "endColumn": 124, - "endOffset": 2715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1827, - "endColumn": 124, - "endOffset": 1947 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2720, - "endColumn": 165, - "endOffset": 2881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1012, - "endColumn": 169, - "endOffset": 1177 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2886, - "endColumn": 127, - "endOffset": 3009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1699, - "endColumn": 127, - "endOffset": 1822 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3014, - "endColumn": 194, - "endOffset": 3204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1307, - "endColumn": 194, - "endOffset": 1497 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3209, - "endColumn": 196, - "endOffset": 3401 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1502, - "endColumn": 196, - "endOffset": 1694 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3406, - "endColumn": 124, - "endOffset": 3526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1182, - "endColumn": 124, - "endOffset": 1302 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3531, - "endColumn": 160, - "endOffset": 3687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3225, - "endColumn": 160, - "endOffset": 3381 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3692, - "endColumn": 123, - "endOffset": 3811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3101, - "endColumn": 123, - "endOffset": 3220 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3816, - "endColumn": 154, - "endOffset": 3966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 857, - "endColumn": 154, - "endOffset": 1007 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3971, - "endColumn": 164, - "endOffset": 4131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2936, - "endColumn": 164, - "endOffset": 3096 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4136, - "endColumn": 120, - "endOffset": 4252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2815, - "endColumn": 120, - "endOffset": 2931 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4257, - "endColumn": 191, - "endOffset": 4444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 191, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4449, - "endColumn": 183, - "endOffset": 4628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 508, - "endColumn": 183, - "endOffset": 687 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4633, - "endColumn": 145, - "endOffset": 4774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 145, - "endOffset": 311 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4779, - "endColumn": 179, - "endOffset": 4954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4698, - "endColumn": 179, - "endOffset": 4873 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4959, - "endColumn": 131, - "endOffset": 5086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4566, - "endColumn": 131, - "endOffset": 4693 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5091, - "endColumn": 141, - "endOffset": 5228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3386, - "endColumn": 141, - "endOffset": 3523 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5233, - "endColumn": 225, - "endOffset": 5454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3652, - "endColumn": 225, - "endOffset": 3873 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5459, - "endColumn": 123, - "endOffset": 5578 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3528, - "endColumn": 123, - "endOffset": 3647 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5583, - "endColumn": 106, - "endOffset": 5685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3878, - "endColumn": 106, - "endOffset": 3980 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5690, - "endColumn": 164, - "endOffset": 5850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2483, - "endColumn": 164, - "endOffset": 2643 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5855, - "endColumn": 124, - "endOffset": 5975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2245, - "endColumn": 124, - "endOffset": 2365 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5980, - "endColumn": 96, - "endOffset": 6072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4197, - "endColumn": 96, - "endOffset": 4289 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6077, - "endColumn": 97, - "endOffset": 6170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3985, - "endColumn": 97, - "endOffset": 4078 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6175, - "endColumn": 113, - "endOffset": 6284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4083, - "endColumn": 113, - "endOffset": 4192 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6289, - "endColumn": 271, - "endOffset": 6556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lo-rLA/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4294, - "endColumn": 271, - "endOffset": 4561 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6561, - "endColumn": 100, - "endOffset": 6657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2036, - "endColumn": 100, - "endOffset": 2132 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lt.json b/android/build/intermediates/blame/res/debug/multi/values-lt.json deleted file mode 100644 index 3840123..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-lt.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-lt/values-lt.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 115, - "endOffset": 216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 115, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 221, - "endColumn": 107, - "endOffset": 324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 107, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 329, - "endColumn": 122, - "endOffset": 447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 122, - "endOffset": 622 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 452, - "endColumn": 100, - "endOffset": 548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 627, - "endColumn": 100, - "endOffset": 723 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 553, - "endColumn": 112, - "endOffset": 661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 112, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 666, - "endColumn": 86, - "endOffset": 748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 841, - "endColumn": 86, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 753, - "endColumn": 108, - "endOffset": 857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 108, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 862, - "endColumn": 120, - "endOffset": 978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 120, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 983, - "endColumn": 84, - "endOffset": 1063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 84, - "endOffset": 1238 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1068, - "endColumn": 108, - "endOffset": 1172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1243, - "endColumn": 108, - "endOffset": 1347 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1177, - "endColumn": 108, - "endOffset": 1281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1352, - "endColumn": 108, - "endOffset": 1456 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1286, - "endColumn": 99, - "endOffset": 1381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1461, - "endColumn": 99, - "endOffset": 1556 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1386, - "endColumn": 109, - "endOffset": 1491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1561, - "endColumn": 109, - "endOffset": 1666 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1496, - "endColumn": 103, - "endOffset": 1595 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1671, - "endColumn": 103, - "endOffset": 1770 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1600, - "endColumn": 112, - "endOffset": 1708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1775, - "endColumn": 112, - "endOffset": 1883 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1713, - "endColumn": 129, - "endOffset": 1838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1888, - "endColumn": 129, - "endOffset": 2013 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1843, - "endColumn": 100, - "endOffset": 1939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2018, - "endColumn": 100, - "endOffset": 2114 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1944, - "endColumn": 164, - "endOffset": 2104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 679, - "endColumn": 164, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2109, - "endColumn": 147, - "endOffset": 2252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2666, - "endColumn": 147, - "endOffset": 2809 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2257, - "endColumn": 118, - "endOffset": 2371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2386, - "endColumn": 118, - "endOffset": 2500 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2376, - "endColumn": 129, - "endOffset": 2501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2122, - "endColumn": 129, - "endOffset": 2247 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2506, - "endColumn": 159, - "endOffset": 2661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1962, - "endColumn": 159, - "endOffset": 2117 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2666, - "endColumn": 130, - "endOffset": 2792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1831, - "endColumn": 130, - "endOffset": 1957 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2797, - "endColumn": 174, - "endOffset": 2967 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1016, - "endColumn": 178, - "endOffset": 1190 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2972, - "endColumn": 129, - "endOffset": 3097 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1701, - "endColumn": 129, - "endOffset": 1826 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3102, - "endColumn": 179, - "endOffset": 3277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1322, - "endColumn": 179, - "endOffset": 1497 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3282, - "endColumn": 198, - "endOffset": 3476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1502, - "endColumn": 198, - "endOffset": 1696 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3481, - "endColumn": 126, - "endOffset": 3603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1195, - "endColumn": 126, - "endOffset": 1317 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3608, - "endColumn": 174, - "endOffset": 3778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3234, - "endColumn": 174, - "endOffset": 3404 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3783, - "endColumn": 125, - "endOffset": 3904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3108, - "endColumn": 125, - "endOffset": 3229 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3909, - "endColumn": 171, - "endOffset": 4076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 171, - "endOffset": 1011 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4081, - "endColumn": 173, - "endOffset": 4250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2934, - "endColumn": 173, - "endOffset": 3103 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4255, - "endColumn": 119, - "endOffset": 4370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2814, - "endColumn": 119, - "endOffset": 2929 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4375, - "endColumn": 187, - "endOffset": 4558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 187, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4563, - "endColumn": 184, - "endOffset": 4743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 494, - "endColumn": 184, - "endOffset": 674 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4748, - "endColumn": 135, - "endOffset": 4879 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4884, - "endColumn": 177, - "endOffset": 5057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4732, - "endColumn": 177, - "endOffset": 4905 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5062, - "endColumn": 127, - "endOffset": 5185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4604, - "endColumn": 127, - "endOffset": 4727 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5190, - "endColumn": 141, - "endOffset": 5327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3409, - "endColumn": 141, - "endOffset": 3546 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5332, - "endColumn": 237, - "endOffset": 5565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3679, - "endColumn": 237, - "endOffset": 3912 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5570, - "endColumn": 127, - "endOffset": 5693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3551, - "endColumn": 127, - "endOffset": 3674 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5698, - "endColumn": 110, - "endOffset": 5804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3917, - "endColumn": 110, - "endOffset": 4023 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5809, - "endColumn": 160, - "endOffset": 5965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2505, - "endColumn": 160, - "endOffset": 2661 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5970, - "endColumn": 133, - "endOffset": 6099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2252, - "endColumn": 133, - "endOffset": 2381 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6104, - "endColumn": 96, - "endOffset": 6196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4232, - "endColumn": 96, - "endOffset": 4324 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6201, - "endColumn": 91, - "endOffset": 6288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4028, - "endColumn": 91, - "endOffset": 4115 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6293, - "endColumn": 111, - "endOffset": 6400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4120, - "endColumn": 111, - "endOffset": 4227 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6405, - "endColumn": 274, - "endOffset": 6675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lt/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4329, - "endColumn": 274, - "endOffset": 4599 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6680, - "endColumn": 100, - "endOffset": 6776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2119, - "endColumn": 100, - "endOffset": 2215 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lv.json b/android/build/intermediates/blame/res/debug/multi/values-lv.json deleted file mode 100644 index cbe10e4..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-lv.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-lv/values-lv.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 119, - "endOffset": 220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 119, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 225, - "endColumn": 107, - "endOffset": 328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 107, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 333, - "endColumn": 122, - "endOffset": 451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 122, - "endOffset": 626 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 456, - "endColumn": 107, - "endOffset": 559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 631, - "endColumn": 107, - "endOffset": 734 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 564, - "endColumn": 108, - "endOffset": 668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 108, - "endOffset": 843 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 673, - "endColumn": 85, - "endOffset": 754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 85, - "endOffset": 929 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 759, - "endColumn": 103, - "endOffset": 858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 934, - "endColumn": 103, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 863, - "endColumn": 121, - "endOffset": 980 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 121, - "endOffset": 1155 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 985, - "endColumn": 84, - "endOffset": 1065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1160, - "endColumn": 84, - "endOffset": 1240 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1070, - "endColumn": 108, - "endOffset": 1174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1245, - "endColumn": 108, - "endOffset": 1349 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1179, - "endColumn": 111, - "endOffset": 1286 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1354, - "endColumn": 111, - "endOffset": 1461 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1291, - "endColumn": 98, - "endOffset": 1385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 98, - "endOffset": 1560 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1390, - "endColumn": 110, - "endOffset": 1496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1565, - "endColumn": 110, - "endOffset": 1671 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1501, - "endColumn": 108, - "endOffset": 1605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1676, - "endColumn": 108, - "endOffset": 1780 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1610, - "endColumn": 104, - "endOffset": 1710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1785, - "endColumn": 104, - "endOffset": 1885 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1715, - "endColumn": 118, - "endOffset": 1829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1890, - "endColumn": 118, - "endOffset": 2004 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1834, - "endColumn": 98, - "endOffset": 1928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2009, - "endColumn": 98, - "endOffset": 2103 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1933, - "endColumn": 192, - "endOffset": 2121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 684, - "endColumn": 192, - "endOffset": 872 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2126, - "endColumn": 156, - "endOffset": 2278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2707, - "endColumn": 156, - "endOffset": 2859 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2283, - "endColumn": 117, - "endOffset": 2396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2428, - "endColumn": 117, - "endOffset": 2541 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2401, - "endColumn": 133, - "endOffset": 2530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2157, - "endColumn": 133, - "endOffset": 2286 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2535, - "endColumn": 161, - "endOffset": 2692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1995, - "endColumn": 161, - "endOffset": 2152 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2697, - "endColumn": 133, - "endOffset": 2826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1861, - "endColumn": 133, - "endOffset": 1990 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2831, - "endColumn": 181, - "endOffset": 3008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1051, - "endColumn": 185, - "endOffset": 1232 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3013, - "endColumn": 131, - "endOffset": 3140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1729, - "endColumn": 131, - "endOffset": 1856 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3145, - "endColumn": 176, - "endOffset": 3317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 176, - "endOffset": 1540 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3322, - "endColumn": 183, - "endOffset": 3501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 183, - "endOffset": 1724 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3506, - "endColumn": 130, - "endOffset": 3632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1237, - "endColumn": 130, - "endOffset": 1363 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3637, - "endColumn": 176, - "endOffset": 3809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3300, - "endColumn": 176, - "endOffset": 3472 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3814, - "endColumn": 122, - "endOffset": 3932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3177, - "endColumn": 122, - "endOffset": 3295 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3937, - "endColumn": 173, - "endOffset": 4106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 877, - "endColumn": 173, - "endOffset": 1046 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4111, - "endColumn": 194, - "endOffset": 4301 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2982, - "endColumn": 194, - "endOffset": 3172 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4306, - "endColumn": 117, - "endOffset": 4419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2864, - "endColumn": 117, - "endOffset": 2977 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4424, - "endColumn": 190, - "endOffset": 4610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 190, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4615, - "endColumn": 186, - "endOffset": 4797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 497, - "endColumn": 186, - "endOffset": 679 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4802, - "endColumn": 135, - "endOffset": 4933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4938, - "endColumn": 181, - "endOffset": 5115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4821, - "endColumn": 181, - "endOffset": 4998 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5120, - "endColumn": 130, - "endOffset": 5246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4690, - "endColumn": 130, - "endOffset": 4816 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5251, - "endColumn": 147, - "endOffset": 5394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3477, - "endColumn": 147, - "endOffset": 3620 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5399, - "endColumn": 262, - "endOffset": 5657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3753, - "endColumn": 262, - "endOffset": 4011 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5662, - "endColumn": 127, - "endOffset": 5785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3625, - "endColumn": 127, - "endOffset": 3748 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5790, - "endColumn": 110, - "endOffset": 5896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4016, - "endColumn": 110, - "endOffset": 4122 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5901, - "endColumn": 160, - "endOffset": 6057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2546, - "endColumn": 160, - "endOffset": 2702 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6062, - "endColumn": 136, - "endOffset": 6194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2291, - "endColumn": 136, - "endOffset": 2423 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6199, - "endColumn": 92, - "endOffset": 6287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4331, - "endColumn": 92, - "endOffset": 4419 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6292, - "endColumn": 93, - "endOffset": 6381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4127, - "endColumn": 93, - "endOffset": 4216 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6386, - "endColumn": 109, - "endOffset": 6491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4221, - "endColumn": 109, - "endOffset": 4326 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6496, - "endColumn": 265, - "endOffset": 6757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-lv/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4424, - "endColumn": 265, - "endOffset": 4685 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6762, - "endColumn": 100, - "endOffset": 6858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2108, - "endColumn": 100, - "endOffset": 2204 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json b/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json deleted file mode 100644 index b469905..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json +++ /dev/null @@ -1,900 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 107, - "endOffset": 208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 107, - "endOffset": 387 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 213, - "endColumn": 122, - "endOffset": 331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 122, - "endOffset": 510 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 336, - "endColumn": 103, - "endOffset": 435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 515, - "endColumn": 103, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 107, - "endOffset": 543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 107, - "endOffset": 722 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 548, - "endColumn": 85, - "endOffset": 629 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 727, - "endColumn": 85, - "endOffset": 808 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 634, - "endColumn": 104, - "endOffset": 734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 813, - "endColumn": 104, - "endOffset": 913 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 118, - "endOffset": 853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 918, - "endColumn": 118, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 858, - "endColumn": 86, - "endOffset": 940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 86, - "endOffset": 1119 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 945, - "endColumn": 105, - "endOffset": 1046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1124, - "endColumn": 105, - "endOffset": 1225 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1051, - "endColumn": 106, - "endOffset": 1153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1230, - "endColumn": 106, - "endOffset": 1332 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 100, - "endOffset": 1254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1337, - "endColumn": 100, - "endOffset": 1433 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1259, - "endColumn": 106, - "endOffset": 1361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1438, - "endColumn": 106, - "endOffset": 1540 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1366, - "endColumn": 110, - "endOffset": 1472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 110, - "endOffset": 1651 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1477, - "endColumn": 103, - "endOffset": 1576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1656, - "endColumn": 103, - "endOffset": 1755 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1581, - "endColumn": 97, - "endOffset": 1674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1760, - "endColumn": 97, - "endOffset": 1853 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 168, - "endOffset": 1843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 672, - "endColumn": 168, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1848, - "endColumn": 164, - "endOffset": 2008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2702, - "endColumn": 164, - "endOffset": 2862 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2013, - "endColumn": 112, - "endOffset": 2121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2419, - "endColumn": 112, - "endOffset": 2527 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2126, - "endColumn": 135, - "endOffset": 2257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2148, - "endColumn": 135, - "endOffset": 2279 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2262, - "endColumn": 171, - "endOffset": 2429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1976, - "endColumn": 171, - "endOffset": 2143 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2434, - "endColumn": 133, - "endOffset": 2563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1842, - "endColumn": 133, - "endOffset": 1971 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2568, - "endColumn": 163, - "endOffset": 2727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1007, - "endColumn": 167, - "endOffset": 1170 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2732, - "endColumn": 135, - "endOffset": 2863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1706, - "endColumn": 135, - "endOffset": 1837 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2868, - "endColumn": 198, - "endOffset": 3062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1308, - "endColumn": 198, - "endOffset": 1502 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3067, - "endColumn": 198, - "endOffset": 3261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1507, - "endColumn": 198, - "endOffset": 1701 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3266, - "endColumn": 132, - "endOffset": 3394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1175, - "endColumn": 132, - "endOffset": 1303 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3399, - "endColumn": 171, - "endOffset": 3566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3294, - "endColumn": 171, - "endOffset": 3461 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3571, - "endColumn": 124, - "endOffset": 3691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3169, - "endColumn": 124, - "endOffset": 3289 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3696, - "endColumn": 165, - "endOffset": 3857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 841, - "endColumn": 165, - "endOffset": 1002 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3862, - "endColumn": 181, - "endOffset": 4039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2987, - "endColumn": 181, - "endOffset": 3164 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4044, - "endColumn": 119, - "endOffset": 4159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2867, - "endColumn": 119, - "endOffset": 2982 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4164, - "endColumn": 184, - "endOffset": 4344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 184, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4349, - "endColumn": 176, - "endOffset": 4521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 495, - "endColumn": 176, - "endOffset": 667 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4526, - "endColumn": 139, - "endOffset": 4661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4666, - "endColumn": 173, - "endOffset": 4835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4754, - "endColumn": 173, - "endOffset": 4923 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4840, - "endColumn": 129, - "endOffset": 4965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4624, - "endColumn": 129, - "endOffset": 4749 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4970, - "endColumn": 144, - "endOffset": 5110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3466, - "endColumn": 144, - "endOffset": 3606 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5115, - "endColumn": 238, - "endOffset": 5349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3737, - "endColumn": 238, - "endOffset": 3971 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5354, - "endColumn": 125, - "endOffset": 5475 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3611, - "endColumn": 125, - "endOffset": 3732 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5480, - "endColumn": 108, - "endOffset": 5584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3976, - "endColumn": 108, - "endOffset": 4080 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5589, - "endColumn": 169, - "endOffset": 5754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2532, - "endColumn": 169, - "endOffset": 2697 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5759, - "endColumn": 134, - "endOffset": 5889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2284, - "endColumn": 134, - "endOffset": 2414 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5894, - "endColumn": 97, - "endOffset": 5987 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4288, - "endColumn": 97, - "endOffset": 4381 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5992, - "endColumn": 93, - "endOffset": 6081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 93, - "endOffset": 4174 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6086, - "endColumn": 108, - "endOffset": 6190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4179, - "endColumn": 108, - "endOffset": 4283 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6195, - "endColumn": 237, - "endOffset": 6428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mk-rMK/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4386, - "endColumn": 237, - "endOffset": 4619 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6433, - "endColumn": 100, - "endOffset": 6529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1858, - "endColumn": 100, - "endOffset": 1954 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json deleted file mode 100644 index 75e5759..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 118, - "endOffset": 219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 118, - "endOffset": 398 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 224, - "endColumn": 107, - "endOffset": 327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 403, - "endColumn": 107, - "endOffset": 506 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 332, - "endColumn": 122, - "endOffset": 450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 511, - "endColumn": 122, - "endOffset": 629 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 455, - "endColumn": 117, - "endOffset": 568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 634, - "endColumn": 117, - "endOffset": 747 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 573, - "endColumn": 115, - "endOffset": 684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 752, - "endColumn": 115, - "endOffset": 863 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 689, - "endColumn": 92, - "endOffset": 777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 868, - "endColumn": 92, - "endOffset": 956 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 782, - "endColumn": 104, - "endOffset": 882 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 961, - "endColumn": 104, - "endOffset": 1061 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 887, - "endColumn": 131, - "endOffset": 1014 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1066, - "endColumn": 131, - "endOffset": 1193 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1019, - "endColumn": 81, - "endOffset": 1096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1198, - "endColumn": 81, - "endOffset": 1275 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1101, - "endColumn": 110, - "endOffset": 1207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1280, - "endColumn": 110, - "endOffset": 1386 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1212, - "endColumn": 105, - "endOffset": 1313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1391, - "endColumn": 105, - "endOffset": 1492 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1318, - "endColumn": 97, - "endOffset": 1411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1497, - "endColumn": 97, - "endOffset": 1590 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1416, - "endColumn": 113, - "endOffset": 1525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1595, - "endColumn": 113, - "endOffset": 1704 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1530, - "endColumn": 100, - "endOffset": 1626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1709, - "endColumn": 100, - "endOffset": 1805 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1631, - "endColumn": 110, - "endOffset": 1737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1810, - "endColumn": 110, - "endOffset": 1916 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1742, - "endColumn": 127, - "endOffset": 1865 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1921, - "endColumn": 127, - "endOffset": 2044 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1870, - "endColumn": 100, - "endOffset": 1966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2049, - "endColumn": 100, - "endOffset": 2145 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1971, - "endColumn": 178, - "endOffset": 2145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 679, - "endColumn": 178, - "endOffset": 853 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2150, - "endColumn": 181, - "endOffset": 2327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2795, - "endColumn": 181, - "endOffset": 2972 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2332, - "endColumn": 121, - "endOffset": 2449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2489, - "endColumn": 121, - "endOffset": 2606 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2454, - "endColumn": 141, - "endOffset": 2591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2209, - "endColumn": 141, - "endOffset": 2346 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2596, - "endColumn": 190, - "endOffset": 2782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2018, - "endColumn": 190, - "endOffset": 2204 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2787, - "endColumn": 139, - "endOffset": 2922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1878, - "endColumn": 139, - "endOffset": 2013 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2927, - "endColumn": 170, - "endOffset": 3093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1033, - "endColumn": 174, - "endOffset": 1203 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3098, - "endColumn": 127, - "endOffset": 3221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1750, - "endColumn": 127, - "endOffset": 1873 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3226, - "endColumn": 203, - "endOffset": 3425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 203, - "endOffset": 1532 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3430, - "endColumn": 212, - "endOffset": 3638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1537, - "endColumn": 212, - "endOffset": 1745 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3643, - "endColumn": 124, - "endOffset": 3763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1208, - "endColumn": 124, - "endOffset": 1328 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3768, - "endColumn": 189, - "endOffset": 3953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3416, - "endColumn": 189, - "endOffset": 3601 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3958, - "endColumn": 127, - "endOffset": 4081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3288, - "endColumn": 127, - "endOffset": 3411 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4086, - "endColumn": 174, - "endOffset": 4256 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 858, - "endColumn": 174, - "endOffset": 1028 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4261, - "endColumn": 184, - "endOffset": 4441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3103, - "endColumn": 184, - "endOffset": 3283 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4446, - "endColumn": 125, - "endOffset": 4567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2977, - "endColumn": 125, - "endOffset": 3098 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4572, - "endColumn": 189, - "endOffset": 4757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 189, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4762, - "endColumn": 182, - "endOffset": 4940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 496, - "endColumn": 182, - "endOffset": 674 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4945, - "endColumn": 135, - "endOffset": 5076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5081, - "endColumn": 189, - "endOffset": 5266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4903, - "endColumn": 189, - "endOffset": 5088 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5271, - "endColumn": 127, - "endOffset": 5394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4775, - "endColumn": 127, - "endOffset": 4898 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5399, - "endColumn": 140, - "endOffset": 5535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3606, - "endColumn": 140, - "endOffset": 3742 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5540, - "endColumn": 246, - "endOffset": 5782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3872, - "endColumn": 246, - "endOffset": 4114 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5787, - "endColumn": 124, - "endOffset": 5907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3747, - "endColumn": 124, - "endOffset": 3867 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5912, - "endColumn": 117, - "endOffset": 6025 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4119, - "endColumn": 117, - "endOffset": 4232 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6030, - "endColumn": 183, - "endOffset": 6209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2611, - "endColumn": 183, - "endOffset": 2790 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6214, - "endColumn": 137, - "endOffset": 6347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2351, - "endColumn": 137, - "endOffset": 2484 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6352, - "endColumn": 92, - "endOffset": 6440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4458, - "endColumn": 92, - "endOffset": 4546 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6445, - "endColumn": 98, - "endOffset": 6539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4237, - "endColumn": 98, - "endOffset": 4331 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6544, - "endColumn": 121, - "endOffset": 6661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4336, - "endColumn": 121, - "endOffset": 4453 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6666, - "endColumn": 223, - "endOffset": 6885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ml-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4551, - "endColumn": 223, - "endOffset": 4770 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6890, - "endColumn": 100, - "endOffset": 6986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2150, - "endColumn": 100, - "endOffset": 2246 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json b/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json deleted file mode 100644 index 2854c69..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 112, - "endOffset": 213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 112, - "endOffset": 392 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 218, - "endColumn": 107, - "endOffset": 321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 397, - "endColumn": 107, - "endOffset": 500 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 326, - "endColumn": 122, - "endOffset": 444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 505, - "endColumn": 122, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 449, - "endColumn": 99, - "endOffset": 544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 628, - "endColumn": 99, - "endOffset": 723 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 549, - "endColumn": 112, - "endOffset": 657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 112, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 662, - "endColumn": 86, - "endOffset": 744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 841, - "endColumn": 86, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 749, - "endColumn": 105, - "endOffset": 850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 105, - "endOffset": 1029 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 855, - "endColumn": 111, - "endOffset": 962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1034, - "endColumn": 111, - "endOffset": 1141 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 967, - "endColumn": 81, - "endOffset": 1044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1146, - "endColumn": 81, - "endOffset": 1223 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 108, - "endOffset": 1153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1228, - "endColumn": 108, - "endOffset": 1332 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 103, - "endOffset": 1257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1337, - "endColumn": 103, - "endOffset": 1436 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1262, - "endColumn": 96, - "endOffset": 1354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1441, - "endColumn": 96, - "endOffset": 1533 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 107, - "endOffset": 1462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 107, - "endOffset": 1641 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1467, - "endColumn": 100, - "endOffset": 1563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1646, - "endColumn": 100, - "endOffset": 1742 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1568, - "endColumn": 102, - "endOffset": 1666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1747, - "endColumn": 102, - "endOffset": 1845 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1671, - "endColumn": 121, - "endOffset": 1788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1850, - "endColumn": 121, - "endOffset": 1967 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1793, - "endColumn": 96, - "endOffset": 1885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1972, - "endColumn": 96, - "endOffset": 2064 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1890, - "endColumn": 170, - "endOffset": 2056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 666, - "endColumn": 170, - "endOffset": 832 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2061, - "endColumn": 148, - "endOffset": 2205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2697, - "endColumn": 148, - "endOffset": 2841 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2210, - "endColumn": 118, - "endOffset": 2324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2412, - "endColumn": 118, - "endOffset": 2526 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2329, - "endColumn": 134, - "endOffset": 2459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2146, - "endColumn": 134, - "endOffset": 2276 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2464, - "endColumn": 171, - "endOffset": 2631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1974, - "endColumn": 171, - "endOffset": 2141 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2636, - "endColumn": 132, - "endOffset": 2764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1841, - "endColumn": 132, - "endOffset": 1969 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2769, - "endColumn": 171, - "endOffset": 2936 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 175, - "endOffset": 1181 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2941, - "endColumn": 127, - "endOffset": 3064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1713, - "endColumn": 127, - "endOffset": 1836 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3069, - "endColumn": 202, - "endOffset": 3267 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1311, - "endColumn": 202, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3272, - "endColumn": 198, - "endOffset": 3466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 198, - "endOffset": 1708 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3471, - "endColumn": 124, - "endOffset": 3591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1186, - "endColumn": 124, - "endOffset": 1306 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3596, - "endColumn": 177, - "endOffset": 3769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3262, - "endColumn": 177, - "endOffset": 3435 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3774, - "endColumn": 120, - "endOffset": 3890 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3141, - "endColumn": 120, - "endOffset": 3257 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3895, - "endColumn": 172, - "endOffset": 4063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 837, - "endColumn": 172, - "endOffset": 1005 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4068, - "endColumn": 172, - "endOffset": 4236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2968, - "endColumn": 172, - "endOffset": 3136 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4241, - "endColumn": 121, - "endOffset": 4358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2846, - "endColumn": 121, - "endOffset": 2963 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4363, - "endColumn": 179, - "endOffset": 4538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 179, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4543, - "endColumn": 175, - "endOffset": 4714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 490, - "endColumn": 175, - "endOffset": 661 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4719, - "endColumn": 139, - "endOffset": 4854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4859, - "endColumn": 156, - "endOffset": 5011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4793, - "endColumn": 156, - "endOffset": 4945 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5016, - "endColumn": 145, - "endOffset": 5157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4647, - "endColumn": 145, - "endOffset": 4788 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5162, - "endColumn": 153, - "endOffset": 5311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3440, - "endColumn": 153, - "endOffset": 3589 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5316, - "endColumn": 251, - "endOffset": 5563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3720, - "endColumn": 251, - "endOffset": 3967 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5568, - "endColumn": 125, - "endOffset": 5689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3594, - "endColumn": 125, - "endOffset": 3715 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5694, - "endColumn": 108, - "endOffset": 5798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3972, - "endColumn": 108, - "endOffset": 4076 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5803, - "endColumn": 165, - "endOffset": 5964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2531, - "endColumn": 165, - "endOffset": 2692 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5969, - "endColumn": 130, - "endOffset": 6095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2281, - "endColumn": 130, - "endOffset": 2407 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6100, - "endColumn": 93, - "endOffset": 6189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4280, - "endColumn": 93, - "endOffset": 4369 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6194, - "endColumn": 91, - "endOffset": 6281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4081, - "endColumn": 91, - "endOffset": 4168 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6286, - "endColumn": 106, - "endOffset": 6388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4173, - "endColumn": 106, - "endOffset": 4275 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6393, - "endColumn": 272, - "endOffset": 6661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mn-rMN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4374, - "endColumn": 272, - "endOffset": 4642 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6666, - "endColumn": 100, - "endOffset": 6762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2069, - "endColumn": 100, - "endOffset": 2165 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json deleted file mode 100644 index 616ffd8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 117, - "endOffset": 218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 117, - "endOffset": 397 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 223, - "endColumn": 107, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 402, - "endColumn": 107, - "endOffset": 505 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 122, - "endOffset": 449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 510, - "endColumn": 122, - "endOffset": 628 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 454, - "endColumn": 105, - "endOffset": 555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 633, - "endColumn": 105, - "endOffset": 734 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 560, - "endColumn": 106, - "endOffset": 662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 739, - "endColumn": 106, - "endOffset": 841 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 667, - "endColumn": 89, - "endOffset": 752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 846, - "endColumn": 89, - "endOffset": 931 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 757, - "endColumn": 100, - "endOffset": 853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 936, - "endColumn": 100, - "endOffset": 1032 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 858, - "endColumn": 114, - "endOffset": 968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 114, - "endOffset": 1147 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 973, - "endColumn": 79, - "endOffset": 1048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1152, - "endColumn": 79, - "endOffset": 1227 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 111, - "endOffset": 1160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1232, - "endColumn": 111, - "endOffset": 1339 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1165, - "endColumn": 101, - "endOffset": 1262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1344, - "endColumn": 101, - "endOffset": 1441 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1267, - "endColumn": 95, - "endOffset": 1358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1446, - "endColumn": 95, - "endOffset": 1537 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1363, - "endColumn": 108, - "endOffset": 1467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1542, - "endColumn": 108, - "endOffset": 1646 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1472, - "endColumn": 100, - "endOffset": 1568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1651, - "endColumn": 100, - "endOffset": 1747 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1573, - "endColumn": 114, - "endOffset": 1683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1752, - "endColumn": 114, - "endOffset": 1862 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1688, - "endColumn": 122, - "endOffset": 1806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1867, - "endColumn": 122, - "endOffset": 1985 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1811, - "endColumn": 104, - "endOffset": 1911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1990, - "endColumn": 104, - "endOffset": 2090 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1916, - "endColumn": 168, - "endOffset": 2080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 651, - "endColumn": 168, - "endOffset": 815 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2085, - "endColumn": 156, - "endOffset": 2237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2604, - "endColumn": 156, - "endOffset": 2756 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2242, - "endColumn": 116, - "endOffset": 2354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2328, - "endColumn": 116, - "endOffset": 2440 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2359, - "endColumn": 126, - "endOffset": 2481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2072, - "endColumn": 126, - "endOffset": 2194 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2486, - "endColumn": 161, - "endOffset": 2643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1910, - "endColumn": 161, - "endOffset": 2067 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2648, - "endColumn": 124, - "endOffset": 2768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1785, - "endColumn": 124, - "endOffset": 1905 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2773, - "endColumn": 174, - "endOffset": 2943 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 991, - "endColumn": 178, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2948, - "endColumn": 123, - "endOffset": 3067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1661, - "endColumn": 123, - "endOffset": 1780 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3072, - "endColumn": 185, - "endOffset": 3253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1291, - "endColumn": 185, - "endOffset": 1472 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3258, - "endColumn": 183, - "endOffset": 3437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1477, - "endColumn": 183, - "endOffset": 1656 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3442, - "endColumn": 120, - "endOffset": 3558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 120, - "endOffset": 1286 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3563, - "endColumn": 186, - "endOffset": 3745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3168, - "endColumn": 186, - "endOffset": 3350 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3750, - "endColumn": 117, - "endOffset": 3863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3050, - "endColumn": 117, - "endOffset": 3163 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3868, - "endColumn": 170, - "endOffset": 4034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 820, - "endColumn": 170, - "endOffset": 986 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4039, - "endColumn": 167, - "endOffset": 4202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2882, - "endColumn": 167, - "endOffset": 3045 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4207, - "endColumn": 120, - "endOffset": 4323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2761, - "endColumn": 120, - "endOffset": 2877 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4328, - "endColumn": 178, - "endOffset": 4502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 300, - "endColumn": 178, - "endOffset": 474 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4507, - "endColumn": 171, - "endOffset": 4674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 479, - "endColumn": 171, - "endOffset": 646 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4679, - "endColumn": 129, - "endOffset": 4804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 129, - "endOffset": 295 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4809, - "endColumn": 173, - "endOffset": 4978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4625, - "endColumn": 173, - "endOffset": 4794 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4983, - "endColumn": 122, - "endOffset": 5101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4502, - "endColumn": 122, - "endOffset": 4620 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5106, - "endColumn": 134, - "endOffset": 5236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3355, - "endColumn": 134, - "endOffset": 3485 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5241, - "endColumn": 245, - "endOffset": 5482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3611, - "endColumn": 245, - "endOffset": 3852 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5487, - "endColumn": 120, - "endOffset": 5603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3490, - "endColumn": 120, - "endOffset": 3606 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5608, - "endColumn": 112, - "endOffset": 5716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3857, - "endColumn": 112, - "endOffset": 3965 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5721, - "endColumn": 158, - "endOffset": 5875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2445, - "endColumn": 158, - "endOffset": 2599 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5880, - "endColumn": 128, - "endOffset": 6004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2199, - "endColumn": 128, - "endOffset": 2323 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6009, - "endColumn": 88, - "endOffset": 6093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4177, - "endColumn": 88, - "endOffset": 4261 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6098, - "endColumn": 95, - "endOffset": 6189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3970, - "endColumn": 95, - "endOffset": 4061 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6194, - "endColumn": 110, - "endOffset": 6300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4066, - "endColumn": 110, - "endOffset": 4172 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6305, - "endColumn": 235, - "endOffset": 6536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-mr-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4266, - "endColumn": 235, - "endOffset": 4497 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6541, - "endColumn": 100, - "endOffset": 6637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2095, - "endColumn": 100, - "endOffset": 2191 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json b/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json deleted file mode 100644 index 6a611b4..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 110, - "endOffset": 211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 110, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 216, - "endColumn": 107, - "endOffset": 319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 107, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 324, - "endColumn": 122, - "endOffset": 442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 122, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 447, - "endColumn": 104, - "endOffset": 547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 104, - "endOffset": 726 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 552, - "endColumn": 107, - "endOffset": 655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 731, - "endColumn": 107, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 660, - "endColumn": 86, - "endOffset": 742 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 839, - "endColumn": 86, - "endOffset": 921 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 747, - "endColumn": 103, - "endOffset": 846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 926, - "endColumn": 103, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 851, - "endColumn": 110, - "endOffset": 957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 110, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 962, - "endColumn": 79, - "endOffset": 1037 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 79, - "endOffset": 1216 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1042, - "endColumn": 111, - "endOffset": 1149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 111, - "endOffset": 1328 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 108, - "endOffset": 1258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 108, - "endOffset": 1437 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 96, - "endOffset": 1355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1442, - "endColumn": 96, - "endOffset": 1534 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 108, - "endOffset": 1464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1539, - "endColumn": 108, - "endOffset": 1643 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1469, - "endColumn": 102, - "endOffset": 1567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1648, - "endColumn": 102, - "endOffset": 1746 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1572, - "endColumn": 106, - "endOffset": 1674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1751, - "endColumn": 106, - "endOffset": 1853 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1679, - "endColumn": 121, - "endOffset": 1796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1858, - "endColumn": 121, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1801, - "endColumn": 100, - "endOffset": 1897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 100, - "endOffset": 2076 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1902, - "endColumn": 158, - "endOffset": 2056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 685, - "endColumn": 158, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2061, - "endColumn": 165, - "endOffset": 2222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2734, - "endColumn": 165, - "endOffset": 2895 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2227, - "endColumn": 114, - "endOffset": 2337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2440, - "endColumn": 114, - "endOffset": 2550 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2342, - "endColumn": 132, - "endOffset": 2470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2172, - "endColumn": 132, - "endOffset": 2300 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2475, - "endColumn": 176, - "endOffset": 2647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1995, - "endColumn": 176, - "endOffset": 2167 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2652, - "endColumn": 130, - "endOffset": 2778 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1864, - "endColumn": 130, - "endOffset": 1990 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2783, - "endColumn": 168, - "endOffset": 2947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1020, - "endColumn": 172, - "endOffset": 1188 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2952, - "endColumn": 134, - "endOffset": 3082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1729, - "endColumn": 134, - "endOffset": 1859 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3087, - "endColumn": 201, - "endOffset": 3284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1325, - "endColumn": 201, - "endOffset": 1522 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3289, - "endColumn": 201, - "endOffset": 3486 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1527, - "endColumn": 201, - "endOffset": 1724 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3491, - "endColumn": 131, - "endOffset": 3618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1193, - "endColumn": 131, - "endOffset": 1320 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3623, - "endColumn": 186, - "endOffset": 3805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3323, - "endColumn": 186, - "endOffset": 3505 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3810, - "endColumn": 123, - "endOffset": 3929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3199, - "endColumn": 123, - "endOffset": 3318 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3934, - "endColumn": 175, - "endOffset": 4105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 175, - "endOffset": 1015 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4110, - "endColumn": 176, - "endOffset": 4282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3022, - "endColumn": 176, - "endOffset": 3194 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4287, - "endColumn": 121, - "endOffset": 4404 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2900, - "endColumn": 121, - "endOffset": 3017 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4409, - "endColumn": 189, - "endOffset": 4594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 307, - "endColumn": 189, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4599, - "endColumn": 187, - "endOffset": 4782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 497, - "endColumn": 187, - "endOffset": 680 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4787, - "endColumn": 136, - "endOffset": 4919 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 136, - "endOffset": 302 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4924, - "endColumn": 180, - "endOffset": 5100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4830, - "endColumn": 180, - "endOffset": 5006 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5105, - "endColumn": 124, - "endOffset": 5225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4705, - "endColumn": 124, - "endOffset": 4825 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5230, - "endColumn": 152, - "endOffset": 5378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3510, - "endColumn": 152, - "endOffset": 3658 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5383, - "endColumn": 245, - "endOffset": 5624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3792, - "endColumn": 245, - "endOffset": 4033 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5629, - "endColumn": 128, - "endOffset": 5753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3663, - "endColumn": 128, - "endOffset": 3787 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5758, - "endColumn": 110, - "endOffset": 5864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4038, - "endColumn": 110, - "endOffset": 4144 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5869, - "endColumn": 178, - "endOffset": 6043 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2555, - "endColumn": 178, - "endOffset": 2729 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6048, - "endColumn": 134, - "endOffset": 6178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2305, - "endColumn": 134, - "endOffset": 2435 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6183, - "endColumn": 95, - "endOffset": 6274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4356, - "endColumn": 95, - "endOffset": 4447 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6279, - "endColumn": 93, - "endOffset": 6368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4149, - "endColumn": 93, - "endOffset": 4238 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6373, - "endColumn": 112, - "endOffset": 6481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4243, - "endColumn": 112, - "endOffset": 4351 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6486, - "endColumn": 252, - "endOffset": 6734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ms-rMY/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4452, - "endColumn": 252, - "endOffset": 4700 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6739, - "endColumn": 100, - "endOffset": 6835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2081, - "endColumn": 100, - "endOffset": 2177 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json b/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json deleted file mode 100644 index cc2f3f0..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 108, - "endOffset": 209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 108, - "endOffset": 388 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 214, - "endColumn": 107, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 393, - "endColumn": 107, - "endOffset": 496 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 124, - "endOffset": 442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 501, - "endColumn": 124, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 447, - "endColumn": 104, - "endOffset": 547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 104, - "endOffset": 726 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 552, - "endColumn": 116, - "endOffset": 664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 731, - "endColumn": 116, - "endOffset": 843 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 669, - "endColumn": 92, - "endOffset": 757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 92, - "endOffset": 936 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 762, - "endColumn": 111, - "endOffset": 869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 941, - "endColumn": 111, - "endOffset": 1048 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 874, - "endColumn": 135, - "endOffset": 1005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 135, - "endOffset": 1184 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1010, - "endColumn": 85, - "endOffset": 1091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1189, - "endColumn": 85, - "endOffset": 1270 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1096, - "endColumn": 124, - "endOffset": 1216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 124, - "endOffset": 1395 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1221, - "endColumn": 111, - "endOffset": 1328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1400, - "endColumn": 111, - "endOffset": 1507 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 101, - "endOffset": 1430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1512, - "endColumn": 101, - "endOffset": 1609 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1435, - "endColumn": 125, - "endOffset": 1556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1614, - "endColumn": 125, - "endOffset": 1735 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1561, - "endColumn": 110, - "endOffset": 1667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1740, - "endColumn": 110, - "endOffset": 1846 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1672, - "endColumn": 109, - "endOffset": 1777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1851, - "endColumn": 109, - "endOffset": 1956 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1782, - "endColumn": 122, - "endOffset": 1900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1961, - "endColumn": 122, - "endOffset": 2079 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1905, - "endColumn": 99, - "endOffset": 2000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2084, - "endColumn": 99, - "endOffset": 2179 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2005, - "endColumn": 187, - "endOffset": 2188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 703, - "endColumn": 187, - "endOffset": 886 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2193, - "endColumn": 168, - "endOffset": 2357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2805, - "endColumn": 168, - "endOffset": 2969 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2362, - "endColumn": 124, - "endOffset": 2482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2502, - "endColumn": 124, - "endOffset": 2622 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2487, - "endColumn": 136, - "endOffset": 2619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2224, - "endColumn": 136, - "endOffset": 2356 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2624, - "endColumn": 170, - "endOffset": 2790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2053, - "endColumn": 170, - "endOffset": 2219 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2795, - "endColumn": 134, - "endOffset": 2925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1918, - "endColumn": 134, - "endOffset": 2048 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2930, - "endColumn": 173, - "endOffset": 3099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1073, - "endColumn": 177, - "endOffset": 1246 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3104, - "endColumn": 138, - "endOffset": 3238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1779, - "endColumn": 138, - "endOffset": 1913 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3243, - "endColumn": 197, - "endOffset": 3436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1387, - "endColumn": 197, - "endOffset": 1580 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3441, - "endColumn": 193, - "endOffset": 3630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 193, - "endOffset": 1774 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3635, - "endColumn": 135, - "endOffset": 3766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1251, - "endColumn": 135, - "endOffset": 1382 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3771, - "endColumn": 178, - "endOffset": 3945 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3396, - "endColumn": 178, - "endOffset": 3570 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3950, - "endColumn": 125, - "endOffset": 4071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3270, - "endColumn": 125, - "endOffset": 3391 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4076, - "endColumn": 181, - "endOffset": 4253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 891, - "endColumn": 181, - "endOffset": 1068 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4258, - "endColumn": 175, - "endOffset": 4429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3094, - "endColumn": 175, - "endOffset": 3265 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4434, - "endColumn": 119, - "endOffset": 4549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2974, - "endColumn": 119, - "endOffset": 3089 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4554, - "endColumn": 200, - "endOffset": 4750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 200, - "endOffset": 506 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4755, - "endColumn": 191, - "endOffset": 4942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 511, - "endColumn": 191, - "endOffset": 698 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4947, - "endColumn": 139, - "endOffset": 5082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5087, - "endColumn": 219, - "endOffset": 5302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4914, - "endColumn": 219, - "endOffset": 5129 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5307, - "endColumn": 144, - "endOffset": 5447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4769, - "endColumn": 144, - "endOffset": 4909 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5452, - "endColumn": 148, - "endOffset": 5596 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3575, - "endColumn": 148, - "endOffset": 3719 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5601, - "endColumn": 252, - "endOffset": 5849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3856, - "endColumn": 252, - "endOffset": 4104 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5854, - "endColumn": 131, - "endOffset": 5981 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3724, - "endColumn": 131, - "endOffset": 3851 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5986, - "endColumn": 110, - "endOffset": 6092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4109, - "endColumn": 110, - "endOffset": 4215 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6097, - "endColumn": 177, - "endOffset": 6270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2627, - "endColumn": 177, - "endOffset": 2800 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6275, - "endColumn": 140, - "endOffset": 6411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2361, - "endColumn": 140, - "endOffset": 2497 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6416, - "endColumn": 94, - "endOffset": 6506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4437, - "endColumn": 94, - "endOffset": 4527 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6511, - "endColumn": 99, - "endOffset": 6606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4220, - "endColumn": 99, - "endOffset": 4315 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6611, - "endColumn": 116, - "endOffset": 6723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4320, - "endColumn": 116, - "endOffset": 4432 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6728, - "endColumn": 236, - "endOffset": 6960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-my-rMM/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4532, - "endColumn": 236, - "endOffset": 4764 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6965, - "endColumn": 100, - "endOffset": 7061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2184, - "endColumn": 100, - "endOffset": 2280 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-nb.json b/android/build/intermediates/blame/res/debug/multi/values-nb.json deleted file mode 100644 index 6bf8bdb..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-nb.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-nb/values-nb.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 107, - "endOffset": 208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 107, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 213, - "endColumn": 108, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 108, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 124, - "endOffset": 442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 124, - "endOffset": 617 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 447, - "endColumn": 94, - "endOffset": 537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 622, - "endColumn": 94, - "endOffset": 712 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 542, - "endColumn": 113, - "endOffset": 651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 717, - "endColumn": 113, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 656, - "endColumn": 85, - "endOffset": 737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 85, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 742, - "endColumn": 99, - "endOffset": 837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 99, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 842, - "endColumn": 112, - "endOffset": 950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 112, - "endOffset": 1125 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 955, - "endColumn": 79, - "endOffset": 1030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 79, - "endOffset": 1205 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 102, - "endOffset": 1133 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1210, - "endColumn": 102, - "endOffset": 1308 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1138, - "endColumn": 98, - "endOffset": 1232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1313, - "endColumn": 98, - "endOffset": 1407 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1237, - "endColumn": 95, - "endOffset": 1328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1412, - "endColumn": 95, - "endOffset": 1503 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1333, - "endColumn": 103, - "endOffset": 1432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1508, - "endColumn": 103, - "endOffset": 1607 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1437, - "endColumn": 97, - "endOffset": 1530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1612, - "endColumn": 97, - "endOffset": 1705 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1535, - "endColumn": 100, - "endOffset": 1631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1710, - "endColumn": 100, - "endOffset": 1806 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1636, - "endColumn": 115, - "endOffset": 1747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1811, - "endColumn": 115, - "endOffset": 1922 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1752, - "endColumn": 96, - "endOffset": 1844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1927, - "endColumn": 96, - "endOffset": 2019 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1849, - "endColumn": 159, - "endOffset": 2004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 649, - "endColumn": 159, - "endOffset": 804 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2009, - "endColumn": 158, - "endOffset": 2163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2651, - "endColumn": 158, - "endOffset": 2805 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2168, - "endColumn": 112, - "endOffset": 2276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2372, - "endColumn": 112, - "endOffset": 2480 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2281, - "endColumn": 129, - "endOffset": 2406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2112, - "endColumn": 129, - "endOffset": 2237 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2411, - "endColumn": 170, - "endOffset": 2577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1941, - "endColumn": 170, - "endOffset": 2107 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2582, - "endColumn": 127, - "endOffset": 2705 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1813, - "endColumn": 127, - "endOffset": 1936 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2710, - "endColumn": 168, - "endOffset": 2874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 969, - "endColumn": 172, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2879, - "endColumn": 132, - "endOffset": 3007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1680, - "endColumn": 132, - "endOffset": 1808 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3012, - "endColumn": 201, - "endOffset": 3209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1272, - "endColumn": 201, - "endOffset": 1469 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3214, - "endColumn": 205, - "endOffset": 3415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1474, - "endColumn": 205, - "endOffset": 1675 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3420, - "endColumn": 129, - "endOffset": 3545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 129, - "endOffset": 1267 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3550, - "endColumn": 171, - "endOffset": 3717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3224, - "endColumn": 171, - "endOffset": 3391 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3722, - "endColumn": 121, - "endOffset": 3839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3102, - "endColumn": 121, - "endOffset": 3219 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3844, - "endColumn": 159, - "endOffset": 3999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 809, - "endColumn": 159, - "endOffset": 964 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4004, - "endColumn": 171, - "endOffset": 4171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2930, - "endColumn": 171, - "endOffset": 3097 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4176, - "endColumn": 119, - "endOffset": 4291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2810, - "endColumn": 119, - "endOffset": 2925 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4296, - "endColumn": 176, - "endOffset": 4468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 303, - "endColumn": 176, - "endOffset": 475 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4473, - "endColumn": 168, - "endOffset": 4637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 480, - "endColumn": 168, - "endOffset": 644 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4642, - "endColumn": 132, - "endOffset": 4770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 132, - "endOffset": 298 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4775, - "endColumn": 184, - "endOffset": 4955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4689, - "endColumn": 184, - "endOffset": 4869 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4960, - "endColumn": 126, - "endOffset": 5082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4562, - "endColumn": 126, - "endOffset": 4684 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5087, - "endColumn": 155, - "endOffset": 5238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3396, - "endColumn": 155, - "endOffset": 3547 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5243, - "endColumn": 229, - "endOffset": 5468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3678, - "endColumn": 229, - "endOffset": 3903 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5473, - "endColumn": 125, - "endOffset": 5594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3552, - "endColumn": 125, - "endOffset": 3673 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5599, - "endColumn": 108, - "endOffset": 5703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3908, - "endColumn": 108, - "endOffset": 4012 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5708, - "endColumn": 165, - "endOffset": 5869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2485, - "endColumn": 165, - "endOffset": 2646 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5874, - "endColumn": 129, - "endOffset": 5999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2242, - "endColumn": 129, - "endOffset": 2367 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6004, - "endColumn": 95, - "endOffset": 6095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4218, - "endColumn": 95, - "endOffset": 4309 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6100, - "endColumn": 91, - "endOffset": 6187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4017, - "endColumn": 91, - "endOffset": 4104 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6192, - "endColumn": 108, - "endOffset": 6296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4109, - "endColumn": 108, - "endOffset": 4213 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6301, - "endColumn": 247, - "endOffset": 6544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nb/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4314, - "endColumn": 247, - "endOffset": 4557 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6549, - "endColumn": 100, - "endOffset": 6645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2024, - "endColumn": 100, - "endOffset": 2120 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json b/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json deleted file mode 100644 index 5388959..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 104, - "endOffset": 205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 104, - "endOffset": 384 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 210, - "endColumn": 107, - "endOffset": 313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 107, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 318, - "endColumn": 122, - "endOffset": 436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 122, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 441, - "endColumn": 103, - "endOffset": 540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 103, - "endOffset": 719 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 545, - "endColumn": 107, - "endOffset": 648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 724, - "endColumn": 107, - "endOffset": 827 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 653, - "endColumn": 90, - "endOffset": 739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 832, - "endColumn": 90, - "endOffset": 918 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 744, - "endColumn": 106, - "endOffset": 846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 106, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 851, - "endColumn": 126, - "endOffset": 973 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 126, - "endOffset": 1152 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 978, - "endColumn": 87, - "endOffset": 1061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1157, - "endColumn": 87, - "endOffset": 1240 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1066, - "endColumn": 109, - "endOffset": 1171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1245, - "endColumn": 109, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1176, - "endColumn": 115, - "endOffset": 1287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 115, - "endOffset": 1466 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1292, - "endColumn": 102, - "endOffset": 1390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1471, - "endColumn": 102, - "endOffset": 1569 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1395, - "endColumn": 114, - "endOffset": 1505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1574, - "endColumn": 114, - "endOffset": 1684 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1510, - "endColumn": 101, - "endOffset": 1607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1689, - "endColumn": 101, - "endOffset": 1786 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1612, - "endColumn": 114, - "endOffset": 1722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1791, - "endColumn": 114, - "endOffset": 1901 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1727, - "endColumn": 130, - "endOffset": 1853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1906, - "endColumn": 130, - "endOffset": 2032 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1858, - "endColumn": 111, - "endOffset": 1965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2037, - "endColumn": 111, - "endOffset": 2144 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1970, - "endColumn": 175, - "endOffset": 2141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 663, - "endColumn": 175, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2146, - "endColumn": 164, - "endOffset": 2306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2688, - "endColumn": 164, - "endOffset": 2848 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2311, - "endColumn": 124, - "endOffset": 2431 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2395, - "endColumn": 124, - "endOffset": 2515 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2436, - "endColumn": 136, - "endOffset": 2568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2119, - "endColumn": 136, - "endOffset": 2251 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2573, - "endColumn": 171, - "endOffset": 2740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1947, - "endColumn": 171, - "endOffset": 2114 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2745, - "endColumn": 134, - "endOffset": 2875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1812, - "endColumn": 134, - "endOffset": 1942 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2880, - "endColumn": 175, - "endOffset": 3051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1004, - "endColumn": 179, - "endOffset": 1179 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3056, - "endColumn": 138, - "endOffset": 3190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1673, - "endColumn": 138, - "endOffset": 1807 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3195, - "endColumn": 172, - "endOffset": 3363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1320, - "endColumn": 172, - "endOffset": 1488 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3368, - "endColumn": 179, - "endOffset": 3543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1493, - "endColumn": 179, - "endOffset": 1668 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3548, - "endColumn": 135, - "endOffset": 3679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1184, - "endColumn": 135, - "endOffset": 1315 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3684, - "endColumn": 172, - "endOffset": 3852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3259, - "endColumn": 172, - "endOffset": 3427 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3857, - "endColumn": 119, - "endOffset": 3972 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3139, - "endColumn": 119, - "endOffset": 3254 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3977, - "endColumn": 164, - "endOffset": 4137 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 839, - "endColumn": 164, - "endOffset": 999 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4142, - "endColumn": 164, - "endOffset": 4302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2974, - "endColumn": 164, - "endOffset": 3134 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4307, - "endColumn": 120, - "endOffset": 4423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2853, - "endColumn": 120, - "endOffset": 2969 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4428, - "endColumn": 180, - "endOffset": 4604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 180, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4609, - "endColumn": 176, - "endOffset": 4781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 486, - "endColumn": 176, - "endOffset": 658 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4786, - "endColumn": 134, - "endOffset": 4916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4921, - "endColumn": 175, - "endOffset": 5092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4726, - "endColumn": 175, - "endOffset": 4897 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5097, - "endColumn": 123, - "endOffset": 5216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4602, - "endColumn": 123, - "endOffset": 4721 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5221, - "endColumn": 133, - "endOffset": 5350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3432, - "endColumn": 133, - "endOffset": 3561 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5355, - "endColumn": 241, - "endOffset": 5592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3690, - "endColumn": 241, - "endOffset": 3927 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5597, - "endColumn": 123, - "endOffset": 5716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3566, - "endColumn": 123, - "endOffset": 3685 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5721, - "endColumn": 119, - "endOffset": 5836 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3932, - "endColumn": 119, - "endOffset": 4047 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5841, - "endColumn": 167, - "endOffset": 6004 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2520, - "endColumn": 167, - "endOffset": 2683 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6009, - "endColumn": 138, - "endOffset": 6143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2256, - "endColumn": 138, - "endOffset": 2390 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6148, - "endColumn": 94, - "endOffset": 6238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4272, - "endColumn": 94, - "endOffset": 4362 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6243, - "endColumn": 101, - "endOffset": 6340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4052, - "endColumn": 101, - "endOffset": 4149 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6345, - "endColumn": 117, - "endOffset": 6458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4154, - "endColumn": 117, - "endOffset": 4267 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6463, - "endColumn": 234, - "endOffset": 6693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ne-rNP/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4367, - "endColumn": 234, - "endOffset": 4597 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6698, - "endColumn": 100, - "endOffset": 6794 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2149, - "endColumn": 100, - "endOffset": 2245 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-nl.json b/android/build/intermediates/blame/res/debug/multi/values-nl.json deleted file mode 100644 index 138578e..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-nl.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-nl/values-nl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 117, - "endOffset": 218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 117, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 223, - "endColumn": 107, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 331, - "endColumn": 122, - "endOffset": 449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 454, - "endColumn": 104, - "endOffset": 554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 104, - "endOffset": 729 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 559, - "endColumn": 106, - "endOffset": 661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 734, - "endColumn": 106, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 666, - "endColumn": 85, - "endOffset": 747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 841, - "endColumn": 85, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 752, - "endColumn": 107, - "endOffset": 855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 107, - "endOffset": 1030 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 860, - "endColumn": 119, - "endOffset": 975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1035, - "endColumn": 119, - "endOffset": 1150 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 980, - "endColumn": 81, - "endOffset": 1057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1155, - "endColumn": 81, - "endOffset": 1232 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1062, - "endColumn": 110, - "endOffset": 1168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1237, - "endColumn": 110, - "endOffset": 1343 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1173, - "endColumn": 103, - "endOffset": 1272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 103, - "endOffset": 1447 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1277, - "endColumn": 98, - "endOffset": 1371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1452, - "endColumn": 98, - "endOffset": 1546 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1376, - "endColumn": 114, - "endOffset": 1486 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1551, - "endColumn": 114, - "endOffset": 1661 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1491, - "endColumn": 112, - "endOffset": 1599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1666, - "endColumn": 112, - "endOffset": 1774 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1604, - "endColumn": 102, - "endOffset": 1702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1779, - "endColumn": 102, - "endOffset": 1877 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1707, - "endColumn": 117, - "endOffset": 1820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1882, - "endColumn": 117, - "endOffset": 1995 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1825, - "endColumn": 102, - "endOffset": 1923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2000, - "endColumn": 102, - "endOffset": 2098 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1928, - "endColumn": 179, - "endOffset": 2103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 664, - "endColumn": 179, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2108, - "endColumn": 159, - "endOffset": 2263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2675, - "endColumn": 159, - "endOffset": 2830 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2268, - "endColumn": 111, - "endOffset": 2375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2390, - "endColumn": 111, - "endOffset": 2497 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2380, - "endColumn": 129, - "endOffset": 2505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2132, - "endColumn": 129, - "endOffset": 2257 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2510, - "endColumn": 160, - "endOffset": 2666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1971, - "endColumn": 160, - "endOffset": 2127 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2671, - "endColumn": 130, - "endOffset": 2797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1840, - "endColumn": 130, - "endOffset": 1966 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2802, - "endColumn": 172, - "endOffset": 2970 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1009, - "endColumn": 176, - "endOffset": 1181 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2975, - "endColumn": 129, - "endOffset": 3100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1710, - "endColumn": 129, - "endOffset": 1835 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3105, - "endColumn": 198, - "endOffset": 3299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1313, - "endColumn": 198, - "endOffset": 1507 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3304, - "endColumn": 197, - "endOffset": 3497 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1512, - "endColumn": 197, - "endOffset": 1705 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3502, - "endColumn": 126, - "endOffset": 3624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1186, - "endColumn": 126, - "endOffset": 1308 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3629, - "endColumn": 188, - "endOffset": 3813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3274, - "endColumn": 188, - "endOffset": 3458 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3818, - "endColumn": 124, - "endOffset": 3938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3149, - "endColumn": 124, - "endOffset": 3269 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3943, - "endColumn": 164, - "endOffset": 4103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 844, - "endColumn": 164, - "endOffset": 1004 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4108, - "endColumn": 195, - "endOffset": 4299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2953, - "endColumn": 195, - "endOffset": 3144 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4304, - "endColumn": 117, - "endOffset": 4417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2835, - "endColumn": 117, - "endOffset": 2948 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4422, - "endColumn": 182, - "endOffset": 4600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 182, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4605, - "endColumn": 174, - "endOffset": 4775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 174, - "endOffset": 659 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4780, - "endColumn": 135, - "endOffset": 4911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4916, - "endColumn": 173, - "endOffset": 5085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4794, - "endColumn": 173, - "endOffset": 4963 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5090, - "endColumn": 123, - "endOffset": 5209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4670, - "endColumn": 123, - "endOffset": 4789 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5214, - "endColumn": 143, - "endOffset": 5353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3463, - "endColumn": 143, - "endOffset": 3602 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5358, - "endColumn": 269, - "endOffset": 5623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3732, - "endColumn": 269, - "endOffset": 3997 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5628, - "endColumn": 124, - "endOffset": 5748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3607, - "endColumn": 124, - "endOffset": 3727 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5753, - "endColumn": 107, - "endOffset": 5856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4002, - "endColumn": 107, - "endOffset": 4105 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5861, - "endColumn": 172, - "endOffset": 6029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2502, - "endColumn": 172, - "endOffset": 2670 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6034, - "endColumn": 127, - "endOffset": 6157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2262, - "endColumn": 127, - "endOffset": 2385 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6162, - "endColumn": 96, - "endOffset": 6254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4312, - "endColumn": 96, - "endOffset": 4404 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6259, - "endColumn": 92, - "endOffset": 6347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4110, - "endColumn": 92, - "endOffset": 4198 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6352, - "endColumn": 108, - "endOffset": 6456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4203, - "endColumn": 108, - "endOffset": 4307 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6461, - "endColumn": 260, - "endOffset": 6717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-nl/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4409, - "endColumn": 260, - "endOffset": 4665 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6722, - "endColumn": 100, - "endOffset": 6818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2103, - "endColumn": 100, - "endOffset": 2199 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json deleted file mode 100644 index fe38465..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json +++ /dev/null @@ -1,349 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 105, - "endOffset": 156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 105, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 161, - "endColumn": 107, - "endOffset": 264 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 107, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 269, - "endColumn": 122, - "endOffset": 387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 498, - "endColumn": 122, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 392, - "endColumn": 104, - "endOffset": 492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 104, - "endOffset": 721 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 104, - "endOffset": 597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 726, - "endColumn": 104, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 602, - "endColumn": 85, - "endOffset": 683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 85, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 688, - "endColumn": 99, - "endOffset": 783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 99, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 788, - "endColumn": 112, - "endOffset": 896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 112, - "endOffset": 1125 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 901, - "endColumn": 78, - "endOffset": 975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 78, - "endOffset": 1204 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 980, - "endColumn": 100, - "endOffset": 1076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1209, - "endColumn": 100, - "endOffset": 1305 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1081, - "endColumn": 100, - "endOffset": 1177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1310, - "endColumn": 100, - "endOffset": 1406 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1182, - "endColumn": 96, - "endOffset": 1274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1411, - "endColumn": 96, - "endOffset": 1503 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1279, - "endColumn": 108, - "endOffset": 1383 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1508, - "endColumn": 108, - "endOffset": 1612 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1388, - "endColumn": 98, - "endOffset": 1482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1617, - "endColumn": 98, - "endOffset": 1711 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1487, - "endColumn": 109, - "endOffset": 1592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1716, - "endColumn": 109, - "endOffset": 1821 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1597, - "endColumn": 121, - "endOffset": 1714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 121, - "endOffset": 1943 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1719, - "endColumn": 99, - "endOffset": 1814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1948, - "endColumn": 99, - "endOffset": 2043 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1819, - "endColumn": 100, - "endOffset": 1915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2048, - "endColumn": 100, - "endOffset": 2144 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pl.json b/android/build/intermediates/blame/res/debug/multi/values-pl.json deleted file mode 100644 index 16d7c61..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-pl.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-pl/values-pl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 115, - "endOffset": 216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 115, - "endOffset": 391 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 221, - "endColumn": 107, - "endOffset": 324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 396, - "endColumn": 107, - "endOffset": 499 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 329, - "endColumn": 122, - "endOffset": 447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 504, - "endColumn": 122, - "endOffset": 622 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 452, - "endColumn": 101, - "endOffset": 549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 627, - "endColumn": 101, - "endOffset": 724 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 554, - "endColumn": 107, - "endOffset": 657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 729, - "endColumn": 107, - "endOffset": 832 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 662, - "endColumn": 85, - "endOffset": 743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 837, - "endColumn": 85, - "endOffset": 918 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 748, - "endColumn": 108, - "endOffset": 852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 923, - "endColumn": 108, - "endOffset": 1027 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 857, - "endColumn": 118, - "endOffset": 971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1032, - "endColumn": 118, - "endOffset": 1146 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 976, - "endColumn": 81, - "endOffset": 1053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1151, - "endColumn": 81, - "endOffset": 1228 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1058, - "endColumn": 108, - "endOffset": 1162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1233, - "endColumn": 108, - "endOffset": 1337 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1167, - "endColumn": 108, - "endOffset": 1271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1342, - "endColumn": 108, - "endOffset": 1446 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1276, - "endColumn": 98, - "endOffset": 1370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 98, - "endOffset": 1545 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1375, - "endColumn": 108, - "endOffset": 1479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1550, - "endColumn": 108, - "endOffset": 1654 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 110, - "endOffset": 1590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1659, - "endColumn": 110, - "endOffset": 1765 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1595, - "endColumn": 107, - "endOffset": 1698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1770, - "endColumn": 107, - "endOffset": 1873 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1703, - "endColumn": 122, - "endOffset": 1821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1878, - "endColumn": 122, - "endOffset": 1996 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1826, - "endColumn": 95, - "endOffset": 1917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2001, - "endColumn": 95, - "endOffset": 2092 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1922, - "endColumn": 154, - "endOffset": 2072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 644, - "endColumn": 154, - "endOffset": 794 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2077, - "endColumn": 170, - "endOffset": 2243 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2603, - "endColumn": 170, - "endOffset": 2769 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2248, - "endColumn": 115, - "endOffset": 2359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2313, - "endColumn": 115, - "endOffset": 2424 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2364, - "endColumn": 124, - "endOffset": 2484 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2059, - "endColumn": 124, - "endOffset": 2179 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2489, - "endColumn": 168, - "endOffset": 2653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1890, - "endColumn": 168, - "endOffset": 2054 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2658, - "endColumn": 122, - "endOffset": 2776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1767, - "endColumn": 122, - "endOffset": 1885 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2781, - "endColumn": 175, - "endOffset": 2952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 952, - "endColumn": 179, - "endOffset": 1127 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2957, - "endColumn": 127, - "endOffset": 3080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1639, - "endColumn": 127, - "endOffset": 1762 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3085, - "endColumn": 190, - "endOffset": 3271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1257, - "endColumn": 190, - "endOffset": 1443 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3276, - "endColumn": 190, - "endOffset": 3462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 190, - "endOffset": 1634 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3467, - "endColumn": 124, - "endOffset": 3587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 124, - "endOffset": 1252 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3592, - "endColumn": 167, - "endOffset": 3755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3188, - "endColumn": 167, - "endOffset": 3351 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3760, - "endColumn": 127, - "endOffset": 3883 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3060, - "endColumn": 127, - "endOffset": 3183 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3888, - "endColumn": 152, - "endOffset": 4036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 799, - "endColumn": 152, - "endOffset": 947 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4041, - "endColumn": 168, - "endOffset": 4205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2891, - "endColumn": 168, - "endOffset": 3055 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4210, - "endColumn": 116, - "endOffset": 4322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2774, - "endColumn": 116, - "endOffset": 2886 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4327, - "endColumn": 174, - "endOffset": 4497 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 299, - "endColumn": 174, - "endOffset": 469 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4502, - "endColumn": 169, - "endOffset": 4667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 474, - "endColumn": 169, - "endOffset": 639 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4672, - "endColumn": 128, - "endOffset": 4796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 128, - "endOffset": 294 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4801, - "endColumn": 162, - "endOffset": 4959 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4669, - "endColumn": 162, - "endOffset": 4827 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4964, - "endColumn": 121, - "endOffset": 5081 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4547, - "endColumn": 121, - "endOffset": 4664 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5086, - "endColumn": 140, - "endOffset": 5222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3356, - "endColumn": 140, - "endOffset": 3492 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5227, - "endColumn": 260, - "endOffset": 5483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3620, - "endColumn": 260, - "endOffset": 3876 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5488, - "endColumn": 122, - "endOffset": 5606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3497, - "endColumn": 122, - "endOffset": 3615 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5611, - "endColumn": 110, - "endOffset": 5717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3881, - "endColumn": 110, - "endOffset": 3987 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5722, - "endColumn": 173, - "endOffset": 5891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2429, - "endColumn": 173, - "endOffset": 2598 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5896, - "endColumn": 128, - "endOffset": 6020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2184, - "endColumn": 128, - "endOffset": 2308 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6025, - "endColumn": 97, - "endOffset": 6118 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4202, - "endColumn": 97, - "endOffset": 4295 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6123, - "endColumn": 95, - "endOffset": 6214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3992, - "endColumn": 95, - "endOffset": 4083 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6219, - "endColumn": 113, - "endOffset": 6328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4088, - "endColumn": 113, - "endOffset": 4197 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6333, - "endColumn": 246, - "endOffset": 6575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pl/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4300, - "endColumn": 246, - "endOffset": 4542 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6580, - "endColumn": 100, - "endOffset": 6676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2097, - "endColumn": 100, - "endOffset": 2193 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-port.json b/android/build/intermediates/blame/res/debug/multi/values-port.json deleted file mode 100644 index bb5d3dc..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-port.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-port/values-port.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 55, - "endOffset": 106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 55, - "endOffset": 331 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pt-rBR.json b/android/build/intermediates/blame/res/debug/multi/values-pt-rBR.json deleted file mode 100644 index 42719c8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-pt-rBR.json +++ /dev/null @@ -1,596 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 157, - "endOffset": 258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 652, - "endColumn": 157, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 263, - "endColumn": 157, - "endOffset": 416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2621, - "endColumn": 157, - "endOffset": 2774 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 421, - "endColumn": 115, - "endOffset": 532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2336, - "endColumn": 115, - "endOffset": 2447 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 537, - "endColumn": 129, - "endOffset": 662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2075, - "endColumn": 129, - "endOffset": 2200 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 667, - "endColumn": 154, - "endOffset": 817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1920, - "endColumn": 154, - "endOffset": 2070 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 822, - "endColumn": 126, - "endOffset": 944 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1793, - "endColumn": 126, - "endOffset": 1915 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 949, - "endColumn": 170, - "endOffset": 1115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 967, - "endColumn": 174, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1120, - "endColumn": 132, - "endOffset": 1248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1660, - "endColumn": 132, - "endOffset": 1788 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 194, - "endOffset": 1443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 194, - "endOffset": 1461 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1448, - "endColumn": 193, - "endOffset": 1637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 193, - "endOffset": 1655 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1642, - "endColumn": 128, - "endOffset": 1766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 128, - "endOffset": 1266 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1771, - "endColumn": 175, - "endOffset": 1942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3199, - "endColumn": 175, - "endOffset": 3370 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1947, - "endColumn": 122, - "endOffset": 2065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3076, - "endColumn": 122, - "endOffset": 3194 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2070, - "endColumn": 156, - "endOffset": 2222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 810, - "endColumn": 156, - "endOffset": 962 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2227, - "endColumn": 177, - "endOffset": 2400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2898, - "endColumn": 177, - "endOffset": 3071 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2405, - "endColumn": 118, - "endOffset": 2519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2779, - "endColumn": 118, - "endOffset": 2893 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2524, - "endColumn": 175, - "endOffset": 2695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 175, - "endOffset": 476 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2700, - "endColumn": 170, - "endOffset": 2866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 481, - "endColumn": 170, - "endOffset": 647 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2871, - "endColumn": 134, - "endOffset": 3001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3006, - "endColumn": 169, - "endOffset": 3171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4693, - "endColumn": 169, - "endOffset": 4858 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3176, - "endColumn": 121, - "endOffset": 3293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4571, - "endColumn": 121, - "endOffset": 4688 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3298, - "endColumn": 149, - "endOffset": 3443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3375, - "endColumn": 149, - "endOffset": 3520 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3448, - "endColumn": 255, - "endOffset": 3699 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3643, - "endColumn": 255, - "endOffset": 3894 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3704, - "endColumn": 117, - "endOffset": 3817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3525, - "endColumn": 117, - "endOffset": 3638 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3822, - "endColumn": 109, - "endOffset": 3927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3899, - "endColumn": 109, - "endOffset": 4004 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3932, - "endColumn": 168, - "endOffset": 4096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2452, - "endColumn": 168, - "endOffset": 2616 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4101, - "endColumn": 130, - "endOffset": 4227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2205, - "endColumn": 130, - "endOffset": 2331 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4232, - "endColumn": 97, - "endOffset": 4325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4213, - "endColumn": 97, - "endOffset": 4306 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4330, - "endColumn": 89, - "endOffset": 4415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4009, - "endColumn": 89, - "endOffset": 4094 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4420, - "endColumn": 113, - "endOffset": 4529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4099, - "endColumn": 113, - "endOffset": 4208 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4534, - "endColumn": 259, - "endOffset": 4789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rBR/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4311, - "endColumn": 259, - "endOffset": 4566 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json b/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json deleted file mode 100644 index d89f511..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 119, - "endOffset": 220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 119, - "endOffset": 399 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 225, - "endColumn": 107, - "endOffset": 328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 404, - "endColumn": 107, - "endOffset": 507 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 333, - "endColumn": 122, - "endOffset": 451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 512, - "endColumn": 122, - "endOffset": 630 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 456, - "endColumn": 105, - "endOffset": 557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 635, - "endColumn": 105, - "endOffset": 736 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 562, - "endColumn": 106, - "endOffset": 664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 106, - "endOffset": 843 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 669, - "endColumn": 88, - "endOffset": 753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 88, - "endOffset": 932 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 758, - "endColumn": 100, - "endOffset": 854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 937, - "endColumn": 100, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 859, - "endColumn": 123, - "endOffset": 978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 123, - "endOffset": 1157 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 983, - "endColumn": 86, - "endOffset": 1065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1162, - "endColumn": 86, - "endOffset": 1244 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1070, - "endColumn": 106, - "endOffset": 1172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 106, - "endOffset": 1351 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1177, - "endColumn": 111, - "endOffset": 1284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1356, - "endColumn": 111, - "endOffset": 1463 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1289, - "endColumn": 101, - "endOffset": 1386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1468, - "endColumn": 101, - "endOffset": 1565 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1391, - "endColumn": 107, - "endOffset": 1494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1570, - "endColumn": 107, - "endOffset": 1673 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1499, - "endColumn": 106, - "endOffset": 1601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1678, - "endColumn": 106, - "endOffset": 1780 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1606, - "endColumn": 106, - "endOffset": 1708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1785, - "endColumn": 106, - "endOffset": 1887 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1713, - "endColumn": 121, - "endOffset": 1830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1892, - "endColumn": 121, - "endOffset": 2009 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1835, - "endColumn": 98, - "endOffset": 1929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2014, - "endColumn": 98, - "endOffset": 2108 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1934, - "endColumn": 171, - "endOffset": 2101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 686, - "endColumn": 171, - "endOffset": 853 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2106, - "endColumn": 172, - "endOffset": 2274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2739, - "endColumn": 172, - "endOffset": 2907 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2279, - "endColumn": 113, - "endOffset": 2388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2443, - "endColumn": 113, - "endOffset": 2552 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2393, - "endColumn": 130, - "endOffset": 2519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2179, - "endColumn": 130, - "endOffset": 2305 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2524, - "endColumn": 175, - "endOffset": 2695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2003, - "endColumn": 175, - "endOffset": 2174 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2700, - "endColumn": 128, - "endOffset": 2824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1874, - "endColumn": 128, - "endOffset": 1998 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2829, - "endColumn": 166, - "endOffset": 2991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 170, - "endOffset": 1196 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2996, - "endColumn": 130, - "endOffset": 3122 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1743, - "endColumn": 130, - "endOffset": 1869 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3127, - "endColumn": 207, - "endOffset": 3330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1329, - "endColumn": 207, - "endOffset": 1532 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3335, - "endColumn": 205, - "endOffset": 3536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1537, - "endColumn": 205, - "endOffset": 1738 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3541, - "endColumn": 127, - "endOffset": 3664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1201, - "endColumn": 127, - "endOffset": 1324 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3669, - "endColumn": 186, - "endOffset": 3851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3336, - "endColumn": 186, - "endOffset": 3518 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3856, - "endColumn": 122, - "endOffset": 3974 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3213, - "endColumn": 122, - "endOffset": 3331 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3979, - "endColumn": 171, - "endOffset": 4146 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 858, - "endColumn": 171, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4151, - "endColumn": 181, - "endOffset": 4328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3031, - "endColumn": 181, - "endOffset": 3208 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4333, - "endColumn": 118, - "endOffset": 4447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2912, - "endColumn": 118, - "endOffset": 3026 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4452, - "endColumn": 190, - "endOffset": 4638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 190, - "endOffset": 495 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4643, - "endColumn": 185, - "endOffset": 4824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 500, - "endColumn": 185, - "endOffset": 681 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4829, - "endColumn": 138, - "endOffset": 4963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4968, - "endColumn": 180, - "endOffset": 5144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4872, - "endColumn": 180, - "endOffset": 5048 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5149, - "endColumn": 130, - "endOffset": 5275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4741, - "endColumn": 130, - "endOffset": 4867 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5280, - "endColumn": 150, - "endOffset": 5426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3523, - "endColumn": 150, - "endOffset": 3669 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5431, - "endColumn": 265, - "endOffset": 5692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3802, - "endColumn": 265, - "endOffset": 4063 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5697, - "endColumn": 127, - "endOffset": 5820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3674, - "endColumn": 127, - "endOffset": 3797 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5825, - "endColumn": 109, - "endOffset": 5930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4068, - "endColumn": 109, - "endOffset": 4173 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5935, - "endColumn": 181, - "endOffset": 6112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2557, - "endColumn": 181, - "endOffset": 2734 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6117, - "endColumn": 132, - "endOffset": 6245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2310, - "endColumn": 132, - "endOffset": 2438 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6250, - "endColumn": 96, - "endOffset": 6342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4388, - "endColumn": 96, - "endOffset": 4480 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6347, - "endColumn": 94, - "endOffset": 6437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4178, - "endColumn": 94, - "endOffset": 4268 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6442, - "endColumn": 114, - "endOffset": 6552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4273, - "endColumn": 114, - "endOffset": 4383 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6557, - "endColumn": 255, - "endOffset": 6808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt-rPT/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4485, - "endColumn": 255, - "endOffset": 4736 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6813, - "endColumn": 100, - "endOffset": 6909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2113, - "endColumn": 100, - "endOffset": 2209 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pt.json b/android/build/intermediates/blame/res/debug/multi/values-pt.json deleted file mode 100644 index 326950d..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-pt.json +++ /dev/null @@ -1,5492 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-pt/values-pt.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 7, - "endColumn": 12, - "endOffset": 364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 176, - "startColumn": 4, - "startOffset": 9921, - "endLine": 181, - "endColumn": 12, - "endOffset": 10188 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 369, - "endLine": 11, - "endColumn": 12, - "endOffset": 664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 184, - "startColumn": 4, - "startOffset": 10311, - "endLine": 187, - "endColumn": 12, - "endOffset": 10618 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 669, - "endLine": 15, - "endColumn": 12, - "endOffset": 862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 190, - "startColumn": 4, - "startOffset": 10741, - "endLine": 193, - "endColumn": 12, - "endOffset": 10934 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 867, - "endLine": 20, - "endColumn": 12, - "endOffset": 1167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 196, - "startColumn": 4, - "startOffset": 11049, - "endLine": 200, - "endColumn": 12, - "endOffset": 11361 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1172, - "endColumn": 119, - "endOffset": 1287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 119, - "endOffset": 395 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1292, - "endColumn": 107, - "endOffset": 1395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 107, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1400, - "endColumn": 122, - "endOffset": 1518 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 508, - "endColumn": 122, - "endOffset": 626 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1523, - "endColumn": 105, - "endOffset": 1624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 631, - "endColumn": 105, - "endOffset": 732 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1629, - "endColumn": 106, - "endOffset": 1731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 737, - "endColumn": 106, - "endOffset": 839 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1736, - "endColumn": 88, - "endOffset": 1820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 844, - "endColumn": 88, - "endOffset": 928 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1825, - "endColumn": 100, - "endOffset": 1921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 933, - "endColumn": 100, - "endOffset": 1029 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1926, - "endColumn": 117, - "endOffset": 2039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1034, - "endColumn": 117, - "endOffset": 1147 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2044, - "endColumn": 86, - "endOffset": 2126 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1152, - "endColumn": 86, - "endOffset": 1234 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2131, - "endColumn": 106, - "endOffset": 2233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1239, - "endColumn": 106, - "endOffset": 1341 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2238, - "endColumn": 111, - "endOffset": 2345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1346, - "endColumn": 111, - "endOffset": 1453 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2350, - "endColumn": 101, - "endOffset": 2447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1458, - "endColumn": 101, - "endOffset": 1555 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2452, - "endColumn": 107, - "endOffset": 2555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1560, - "endColumn": 107, - "endOffset": 1663 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2560, - "endColumn": 106, - "endOffset": 2662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1668, - "endColumn": 106, - "endOffset": 1770 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2667, - "endColumn": 109, - "endOffset": 2772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1775, - "endColumn": 109, - "endOffset": 1880 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2777, - "endColumn": 124, - "endOffset": 2897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1885, - "endColumn": 124, - "endOffset": 2005 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2902, - "endColumn": 99, - "endOffset": 2997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2010, - "endColumn": 99, - "endOffset": 2105 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3002, - "endLine": 39, - "endColumn": 223, - "endOffset": 3297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 203, - "startColumn": 4, - "startOffset": 11420, - "endLine": 204, - "endColumn": 247, - "endOffset": 11748 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3302, - "endColumn": 75, - "endOffset": 3373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 207, - "startColumn": 4, - "startOffset": 11847, - "endColumn": 75, - "endOffset": 11918 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3378, - "endColumn": 68, - "endOffset": 3442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 210, - "startColumn": 4, - "startOffset": 12024, - "endColumn": 68, - "endOffset": 12088 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3447, - "endColumn": 42, - "endOffset": 3485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 213, - "startColumn": 4, - "startOffset": 12177, - "endColumn": 42, - "endOffset": 12215 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3490, - "endColumn": 55, - "endOffset": 3541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 216, - "startColumn": 4, - "startOffset": 12317, - "endColumn": 55, - "endOffset": 12368 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3546, - "endColumn": 62, - "endOffset": 3604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 219, - "startColumn": 4, - "startOffset": 12481, - "endColumn": 62, - "endOffset": 12539 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3609, - "endColumn": 89, - "endOffset": 3694 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 223, - "startColumn": 4, - "startOffset": 12683, - "endColumn": 89, - "endOffset": 12768 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3699, - "endColumn": 37, - "endOffset": 3732 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 145, - "startColumn": 2, - "startOffset": 8118, - "endColumn": 35, - "endOffset": 8151 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3737, - "endColumn": 57, - "endOffset": 3790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 227, - "startColumn": 4, - "startOffset": 12898, - "endColumn": 57, - "endOffset": 12951 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3795, - "endColumn": 53, - "endOffset": 3844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 232, - "startColumn": 4, - "startOffset": 13173, - "endColumn": 53, - "endOffset": 13222 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3849, - "endColumn": 55, - "endOffset": 3900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 237, - "startColumn": 4, - "startOffset": 13463, - "endColumn": 55, - "endOffset": 13514 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3905, - "endColumn": 52, - "endOffset": 3953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 241, - "startColumn": 4, - "startOffset": 13707, - "endColumn": 52, - "endOffset": 13755 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3958, - "endColumn": 51, - "endOffset": 4005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 245, - "startColumn": 4, - "startOffset": 13896, - "endColumn": 51, - "endOffset": 13943 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4010, - "endColumn": 143, - "endOffset": 4149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 173, - "startColumn": 2, - "startOffset": 9667, - "endColumn": 141, - "endOffset": 9806 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4154, - "endColumn": 93, - "endOffset": 4243 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 170, - "startColumn": 2, - "startOffset": 9428, - "endColumn": 91, - "endOffset": 9517 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4248, - "endColumn": 52, - "endOffset": 4296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 14025, - "endColumn": 52, - "endOffset": 14073 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4301, - "endColumn": 60, - "endOffset": 4357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 252, - "startColumn": 4, - "startOffset": 14248, - "endColumn": 60, - "endOffset": 14304 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4362, - "endColumn": 58, - "endOffset": 4416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 256, - "startColumn": 4, - "startOffset": 14479, - "endColumn": 58, - "endOffset": 14533 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4421, - "endColumn": 66, - "endOffset": 4483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 260, - "startColumn": 4, - "startOffset": 14676, - "endColumn": 66, - "endOffset": 14738 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4488, - "endColumn": 61, - "endOffset": 4545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 264, - "startColumn": 4, - "startOffset": 14868, - "endColumn": 61, - "endOffset": 14925 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4550, - "endColumn": 121, - "endOffset": 4667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 267, - "startColumn": 4, - "startOffset": 15018, - "endColumn": 127, - "endOffset": 15141 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4672, - "endColumn": 133, - "endOffset": 4801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 270, - "startColumn": 4, - "startOffset": 15234, - "endColumn": 139, - "endOffset": 15369 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4806, - "endColumn": 43, - "endOffset": 4845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 277, - "startColumn": 4, - "startOffset": 15737, - "endColumn": 43, - "endOffset": 15776 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4850, - "endColumn": 71, - "endOffset": 4917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 273, - "startColumn": 4, - "startOffset": 15481, - "endColumn": 71, - "endOffset": 15548 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4922, - "endColumn": 157, - "endOffset": 5075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 652, - "endColumn": 157, - "endOffset": 805 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5080, - "endColumn": 157, - "endOffset": 5233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2621, - "endColumn": 157, - "endOffset": 2774 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5238, - "endColumn": 115, - "endOffset": 5349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2336, - "endColumn": 115, - "endOffset": 2447 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5354, - "endColumn": 129, - "endOffset": 5479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2075, - "endColumn": 129, - "endOffset": 2200 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5484, - "endColumn": 154, - "endOffset": 5634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1920, - "endColumn": 154, - "endOffset": 2070 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5639, - "endColumn": 126, - "endOffset": 5761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1793, - "endColumn": 126, - "endOffset": 1915 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5766, - "endColumn": 170, - "endOffset": 5932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 967, - "endColumn": 174, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5937, - "endColumn": 132, - "endOffset": 6065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1660, - "endColumn": 132, - "endOffset": 1788 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6070, - "endColumn": 194, - "endOffset": 6260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1271, - "endColumn": 194, - "endOffset": 1461 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6265, - "endColumn": 193, - "endOffset": 6454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 193, - "endOffset": 1655 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6459, - "endColumn": 128, - "endOffset": 6583 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 128, - "endOffset": 1266 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6588, - "endColumn": 175, - "endOffset": 6759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3199, - "endColumn": 175, - "endOffset": 3370 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6764, - "endColumn": 122, - "endOffset": 6882 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3076, - "endColumn": 122, - "endOffset": 3194 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6887, - "endColumn": 156, - "endOffset": 7039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 810, - "endColumn": 156, - "endOffset": 962 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7044, - "endColumn": 177, - "endOffset": 7217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2898, - "endColumn": 177, - "endOffset": 3071 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7222, - "endColumn": 118, - "endOffset": 7336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2779, - "endColumn": 118, - "endOffset": 2893 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7341, - "endColumn": 175, - "endOffset": 7512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 175, - "endOffset": 476 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7517, - "endColumn": 170, - "endOffset": 7683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 481, - "endColumn": 170, - "endOffset": 647 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7688, - "endColumn": 134, - "endOffset": 7818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7823, - "endColumn": 169, - "endOffset": 7988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4693, - "endColumn": 169, - "endOffset": 4858 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7993, - "endColumn": 121, - "endOffset": 8110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4571, - "endColumn": 121, - "endOffset": 4688 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 8115, - "endColumn": 149, - "endOffset": 8260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3375, - "endColumn": 149, - "endOffset": 3520 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 8265, - "endColumn": 255, - "endOffset": 8516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3643, - "endColumn": 255, - "endOffset": 3894 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 8521, - "endColumn": 117, - "endOffset": 8634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3525, - "endColumn": 117, - "endOffset": 3638 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8639, - "endColumn": 109, - "endOffset": 8744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3899, - "endColumn": 109, - "endOffset": 4004 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 8749, - "endColumn": 168, - "endOffset": 8913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2452, - "endColumn": 168, - "endOffset": 2616 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8918, - "endColumn": 130, - "endOffset": 9044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2205, - "endColumn": 130, - "endOffset": 2331 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 9049, - "endColumn": 97, - "endOffset": 9142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4213, - "endColumn": 97, - "endOffset": 4306 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 9147, - "endColumn": 89, - "endOffset": 9232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4009, - "endColumn": 89, - "endOffset": 4094 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 9237, - "endColumn": 113, - "endOffset": 9346 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4099, - "endColumn": 113, - "endOffset": 4208 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 9351, - "endColumn": 259, - "endOffset": 9606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-pt/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4311, - "endColumn": 259, - "endOffset": 4566 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 9611, - "endColumn": 83, - "endOffset": 9690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 281, - "startColumn": 4, - "startOffset": 15949, - "endColumn": 83, - "endOffset": 16028 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 9695, - "endColumn": 40, - "endOffset": 9731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 23, - "startColumn": 2, - "startOffset": 1274, - "endColumn": 38, - "endOffset": 1310 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 9736, - "endColumn": 48, - "endOffset": 9780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 284, - "startColumn": 4, - "startOffset": 16099, - "endColumn": 48, - "endOffset": 16143 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 9785, - "endColumn": 53, - "endOffset": 9834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 287, - "startColumn": 4, - "startOffset": 16217, - "endColumn": 53, - "endOffset": 16266 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 9839, - "endColumn": 53, - "endOffset": 9888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 290, - "startColumn": 4, - "startOffset": 16341, - "endColumn": 53, - "endOffset": 16390 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 9893, - "endColumn": 43, - "endOffset": 9932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 294, - "startColumn": 4, - "startOffset": 16509, - "endColumn": 43, - "endOffset": 16548 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 9937, - "endColumn": 51, - "endOffset": 9984 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 297, - "startColumn": 4, - "startOffset": 16623, - "endColumn": 51, - "endOffset": 16670 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 9989, - "endColumn": 71, - "endOffset": 10056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 300, - "startColumn": 4, - "startOffset": 16751, - "endColumn": 71, - "endOffset": 16818 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 10061, - "endColumn": 75, - "endOffset": 10132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 305, - "startColumn": 4, - "startOffset": 17029, - "endColumn": 75, - "endOffset": 17100 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10137, - "endColumn": 65, - "endOffset": 10198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 308, - "startColumn": 4, - "startOffset": 17199, - "endColumn": 65, - "endOffset": 17260 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 10203, - "endColumn": 57, - "endOffset": 10256 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 311, - "startColumn": 4, - "startOffset": 17340, - "endColumn": 57, - "endOffset": 17393 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 10261, - "endColumn": 71, - "endOffset": 10328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 314, - "startColumn": 4, - "startOffset": 17489, - "endColumn": 71, - "endOffset": 17556 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 10333, - "endColumn": 53, - "endOffset": 10382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 133, - "startColumn": 2, - "startOffset": 7657, - "endColumn": 51, - "endOffset": 7706 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 10387, - "endColumn": 65, - "endOffset": 10448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 317, - "startColumn": 4, - "startOffset": 17664, - "endColumn": 65, - "endOffset": 17725 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 10453, - "endColumn": 48, - "endOffset": 10497 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 320, - "startColumn": 4, - "startOffset": 17809, - "endColumn": 48, - "endOffset": 17853 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 10502, - "endColumn": 66, - "endOffset": 10564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 324, - "startColumn": 4, - "startOffset": 17968, - "endColumn": 66, - "endOffset": 18030 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 10569, - "endColumn": 57, - "endOffset": 10622 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 328, - "startColumn": 4, - "startOffset": 18178, - "endColumn": 57, - "endOffset": 18231 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 10627, - "endColumn": 73, - "endOffset": 10696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 331, - "startColumn": 4, - "startOffset": 18334, - "endColumn": 73, - "endOffset": 18403 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 10701, - "endColumn": 53, - "endOffset": 10750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 335, - "startColumn": 4, - "startOffset": 18547, - "endColumn": 53, - "endOffset": 18596 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 10755, - "endColumn": 62, - "endOffset": 10813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 338, - "startColumn": 4, - "startOffset": 18682, - "endColumn": 62, - "endOffset": 18740 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 10818, - "endColumn": 254, - "endOffset": 11068 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 341, - "startColumn": 4, - "startOffset": 18828, - "endColumn": 254, - "endOffset": 19078 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 11073, - "endColumn": 58, - "endOffset": 11127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 345, - "startColumn": 4, - "startOffset": 19222, - "endColumn": 58, - "endOffset": 19276 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 11132, - "endColumn": 73, - "endOffset": 11201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 350, - "startColumn": 4, - "startOffset": 19517, - "endColumn": 73, - "endOffset": 19586 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 11206, - "endColumn": 68, - "endOffset": 11270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 353, - "startColumn": 4, - "startOffset": 19687, - "endColumn": 68, - "endOffset": 19751 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 11275, - "endColumn": 66, - "endOffset": 11337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 356, - "startColumn": 4, - "startOffset": 19852, - "endColumn": 66, - "endOffset": 19914 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 11342, - "endColumn": 85, - "endOffset": 11423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 360, - "startColumn": 4, - "startOffset": 20047, - "endColumn": 85, - "endOffset": 20128 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 11428, - "endColumn": 87, - "endOffset": 11511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 363, - "startColumn": 4, - "startOffset": 20237, - "endColumn": 87, - "endOffset": 20320 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 11516, - "endColumn": 68, - "endOffset": 11580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 366, - "startColumn": 4, - "startOffset": 20431, - "endColumn": 68, - "endOffset": 20495 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 11585, - "endColumn": 78, - "endOffset": 11659 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 370, - "startColumn": 4, - "startOffset": 20690, - "endColumn": 78, - "endOffset": 20764 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 11664, - "endColumn": 92, - "endOffset": 11752 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 374, - "startColumn": 4, - "startOffset": 20924, - "endColumn": 92, - "endOffset": 21012 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 11757, - "endLine": 125, - "endColumn": 53, - "endOffset": 11903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 377, - "startColumn": 4, - "startOffset": 21097, - "endLine": 378, - "endColumn": 53, - "endOffset": 21243 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11908, - "endColumn": 61, - "endOffset": 11965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 382, - "startColumn": 4, - "startOffset": 21382, - "endColumn": 61, - "endOffset": 21439 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11970, - "endColumn": 842, - "endOffset": 12808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 842, - "endOffset": 1498 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 12813, - "endColumn": 139, - "endOffset": 12948 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 838, - "startColumn": 4, - "startOffset": 46066, - "endColumn": 139, - "endOffset": 46201 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 12953, - "endColumn": 137, - "endOffset": 13086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 839, - "startColumn": 4, - "startOffset": 46206, - "endColumn": 137, - "endOffset": 46339 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 13091, - "endLine": 134, - "endColumn": 13, - "endOffset": 13637 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 74, - "startColumn": 93, - "startOffset": 4066, - "endLine": 78, - "endColumn": 13, - "endOffset": 4376 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 13642, - "endColumn": 72, - "endOffset": 13710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 164, - "startColumn": 2, - "startOffset": 9186, - "endColumn": 70, - "endOffset": 9254 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 13715, - "endColumn": 63, - "endOffset": 13774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 161, - "startColumn": 2, - "startOffset": 9029, - "endColumn": 61, - "endOffset": 9088 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 13779, - "endLine": 139, - "endColumn": 185, - "endOffset": 14244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 156, - "startColumn": 85, - "startOffset": 8679, - "endLine": 158, - "endColumn": 188, - "endOffset": 8930 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 14249, - "endLine": 145, - "endColumn": 13, - "endOffset": 14724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 65, - "startColumn": 29, - "startOffset": 3507, - "endLine": 70, - "endColumn": 13, - "endOffset": 3816 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 14729, - "endLine": 156, - "endColumn": 13, - "endOffset": 15562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 82, - "startColumn": 92, - "startOffset": 4628, - "endLine": 92, - "endColumn": 13, - "endOffset": 5181 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 15567, - "endColumn": 420, - "endOffset": 15983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 19, - "startColumn": 2, - "startOffset": 756, - "endLine": 20, - "endColumn": 390, - "endOffset": 1201 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 15988, - "endColumn": 45, - "endOffset": 16029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 386, - "startColumn": 4, - "startOffset": 21591, - "endColumn": 45, - "endOffset": 21632 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 16034, - "endColumn": 64, - "endOffset": 16094 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 840, - "startColumn": 4, - "startOffset": 46344, - "endColumn": 64, - "endOffset": 46404 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 16099, - "endColumn": 152, - "endOffset": 16247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 390, - "startColumn": 4, - "startOffset": 21768, - "endColumn": 152, - "endOffset": 21916 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 16252, - "endColumn": 87, - "endOffset": 16335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 394, - "startColumn": 4, - "startOffset": 22067, - "endColumn": 87, - "endOffset": 22150 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 16340, - "endLine": 163, - "endColumn": 11, - "endOffset": 16416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 398, - "startColumn": 4, - "startOffset": 22304, - "endLine": 399, - "endColumn": 11, - "endOffset": 22384 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 16421, - "endColumn": 42, - "endOffset": 16459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 404, - "startColumn": 4, - "startOffset": 22597, - "endColumn": 42, - "endOffset": 22635 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 16464, - "endColumn": 57, - "endOffset": 16517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 38, - "startColumn": 2, - "startOffset": 1965, - "endColumn": 55, - "endOffset": 2018 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 16522, - "endColumn": 52, - "endOffset": 16570 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 409, - "startColumn": 4, - "startOffset": 22880, - "endColumn": 52, - "endOffset": 22928 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 16575, - "endColumn": 46, - "endOffset": 16617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 415, - "startColumn": 4, - "startOffset": 23249, - "endColumn": 46, - "endOffset": 23291 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 16622, - "endColumn": 49, - "endOffset": 16667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 418, - "startColumn": 4, - "startOffset": 23366, - "endColumn": 49, - "endOffset": 23411 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 16672, - "endColumn": 108, - "endOffset": 16776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 23510, - "endColumn": 108, - "endOffset": 23614 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 16781, - "endColumn": 68, - "endOffset": 16845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 426, - "startColumn": 4, - "startOffset": 23799, - "endColumn": 68, - "endOffset": 23863 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 16850, - "endColumn": 133, - "endOffset": 16979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 429, - "startColumn": 4, - "startOffset": 23938, - "endColumn": 133, - "endOffset": 24067 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 16984, - "endColumn": 68, - "endOffset": 17048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 438, - "startColumn": 4, - "startOffset": 24435, - "endColumn": 77, - "endOffset": 24508 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 17053, - "endColumn": 82, - "endOffset": 17131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 443, - "startColumn": 4, - "startOffset": 24638, - "endColumn": 91, - "endOffset": 24725 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 17136, - "endColumn": 78, - "endOffset": 17210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 446, - "startColumn": 4, - "startOffset": 24809, - "endColumn": 78, - "endOffset": 24883 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 17215, - "endColumn": 61, - "endOffset": 17272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 841, - "startColumn": 4, - "startOffset": 46409, - "endColumn": 61, - "endOffset": 46466 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 17277, - "endColumn": 50, - "endOffset": 17323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 41, - "startColumn": 2, - "startOffset": 2108, - "endColumn": 48, - "endOffset": 2154 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 17328, - "endColumn": 54, - "endOffset": 17378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 449, - "startColumn": 4, - "startOffset": 24964, - "endColumn": 54, - "endOffset": 25014 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 17383, - "endLine": 179, - "endColumn": 11, - "endOffset": 17490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 455, - "startColumn": 4, - "startOffset": 25352, - "endLine": 456, - "endColumn": 11, - "endOffset": 25463 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 17495, - "endColumn": 76, - "endOffset": 17567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 43, - "startColumn": 2, - "startOffset": 2207, - "endColumn": 74, - "endOffset": 2279 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 17572, - "endColumn": 116, - "endOffset": 17684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 452, - "startColumn": 4, - "startOffset": 25119, - "endColumn": 120, - "endOffset": 25235 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 17689, - "endColumn": 72, - "endOffset": 17757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 46, - "startColumn": 2, - "startOffset": 2333, - "endColumn": 70, - "endOffset": 2401 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 17762, - "endColumn": 135, - "endOffset": 17893 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 48, - "startColumn": 2, - "startOffset": 2463, - "endColumn": 133, - "endOffset": 2594 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 17898, - "endColumn": 54, - "endOffset": 17948 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 55, - "startColumn": 2, - "startOffset": 2988, - "endColumn": 52, - "endOffset": 3038 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 17953, - "endColumn": 59, - "endOffset": 18008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 459, - "startColumn": 4, - "startOffset": 25535, - "endColumn": 59, - "endOffset": 25590 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 18013, - "endColumn": 75, - "endOffset": 18084 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 462, - "startColumn": 4, - "startOffset": 25677, - "endColumn": 75, - "endOffset": 25748 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 18089, - "endColumn": 64, - "endOffset": 18149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 52, - "startColumn": 2, - "startOffset": 2778, - "endColumn": 62, - "endOffset": 2838 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 18154, - "endColumn": 51, - "endOffset": 18201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 465, - "startColumn": 4, - "startOffset": 25816, - "endColumn": 51, - "endOffset": 25863 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 18206, - "endColumn": 67, - "endOffset": 18269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 468, - "startColumn": 4, - "startOffset": 25939, - "endColumn": 67, - "endOffset": 26002 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 18274, - "endColumn": 65, - "endOffset": 18335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 471, - "startColumn": 4, - "startOffset": 26075, - "endColumn": 65, - "endOffset": 26136 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 18340, - "endColumn": 64, - "endOffset": 18400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 474, - "startColumn": 4, - "startOffset": 26207, - "endColumn": 64, - "endOffset": 26267 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 18405, - "endColumn": 56, - "endOffset": 18457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 478, - "startColumn": 4, - "startOffset": 26450, - "endColumn": 56, - "endOffset": 26502 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 18462, - "endColumn": 66, - "endOffset": 18524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 53, - "startColumn": 2, - "startOffset": 2841, - "endColumn": 64, - "endOffset": 2903 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 18529, - "endColumn": 95, - "endOffset": 18620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 482, - "startColumn": 4, - "startOffset": 26651, - "endColumn": 95, - "endOffset": 26742 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 18625, - "endColumn": 93, - "endOffset": 18714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 486, - "startColumn": 4, - "startOffset": 26892, - "endColumn": 93, - "endOffset": 26981 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 18719, - "endLine": 197, - "endColumn": 11, - "endOffset": 18800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 59, - "startColumn": 5, - "startOffset": 3185, - "endLine": 60, - "endColumn": 11, - "endOffset": 3270 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 18805, - "endColumn": 115, - "endOffset": 18916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 490, - "startColumn": 4, - "startOffset": 27122, - "endColumn": 115, - "endOffset": 27233 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 18921, - "endColumn": 78, - "endOffset": 18995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 494, - "startColumn": 4, - "startOffset": 27349, - "endColumn": 78, - "endOffset": 27423 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 19000, - "endColumn": 102, - "endOffset": 19098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 498, - "startColumn": 4, - "startOffset": 27539, - "endColumn": 102, - "endOffset": 27637 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 19103, - "endColumn": 75, - "endOffset": 19174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 501, - "startColumn": 4, - "startOffset": 27744, - "endColumn": 75, - "endOffset": 27815 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 19179, - "endColumn": 55, - "endOffset": 19230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 506, - "startColumn": 4, - "startOffset": 28066, - "endColumn": 55, - "endOffset": 28117 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 19235, - "endColumn": 45, - "endOffset": 19276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 511, - "startColumn": 4, - "startOffset": 28377, - "endColumn": 45, - "endOffset": 28418 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 19281, - "endColumn": 38, - "endOffset": 19315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 514, - "startColumn": 4, - "startOffset": 28502, - "endColumn": 38, - "endOffset": 28536 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 19320, - "endColumn": 38, - "endOffset": 19354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 517, - "startColumn": 4, - "startOffset": 28620, - "endColumn": 38, - "endOffset": 28654 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 19359, - "endColumn": 38, - "endOffset": 19393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 520, - "startColumn": 4, - "startOffset": 28738, - "endColumn": 38, - "endOffset": 28772 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 19398, - "endColumn": 38, - "endOffset": 19432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 28856, - "endColumn": 38, - "endOffset": 28890 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 19437, - "endColumn": 38, - "endOffset": 19471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 28974, - "endColumn": 38, - "endOffset": 29008 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 19476, - "endColumn": 33, - "endOffset": 19505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 529, - "startColumn": 4, - "startOffset": 29114, - "endColumn": 33, - "endOffset": 29143 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 19510, - "endColumn": 41, - "endOffset": 19547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 532, - "startColumn": 4, - "startOffset": 29256, - "endColumn": 41, - "endOffset": 29293 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 19552, - "endColumn": 81, - "endOffset": 19629 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 536, - "startColumn": 4, - "startOffset": 29461, - "endColumn": 81, - "endOffset": 29538 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 19634, - "endColumn": 72, - "endOffset": 19702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 539, - "startColumn": 4, - "startOffset": 29627, - "endColumn": 72, - "endOffset": 29695 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 19707, - "endColumn": 137, - "endOffset": 19840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 546, - "startColumn": 4, - "startOffset": 30045, - "endColumn": 137, - "endOffset": 30178 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 19845, - "endColumn": 92, - "endOffset": 19933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 542, - "startColumn": 4, - "startOffset": 29821, - "endColumn": 92, - "endOffset": 29909 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 19938, - "endColumn": 210, - "endOffset": 20144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 549, - "startColumn": 4, - "startOffset": 30269, - "endColumn": 210, - "endOffset": 30475 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 20149, - "endColumn": 82, - "endOffset": 20227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 552, - "startColumn": 4, - "startOffset": 30564, - "endColumn": 82, - "endOffset": 30642 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 20232, - "endLine": 218, - "endColumn": 17, - "endOffset": 20666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 98, - "startColumn": 4, - "startOffset": 5433, - "endLine": 101, - "endColumn": 17, - "endOffset": 5879 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 20671, - "endColumn": 106, - "endOffset": 20773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 96, - "startColumn": 2, - "startOffset": 5325, - "endColumn": 104, - "endOffset": 5427 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 20778, - "endColumn": 226, - "endOffset": 21000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 555, - "startColumn": 4, - "startOffset": 30726, - "endColumn": 226, - "endOffset": 30948 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 21005, - "endColumn": 77, - "endOffset": 21078 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 558, - "startColumn": 4, - "startOffset": 31030, - "endColumn": 77, - "endOffset": 31103 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 21083, - "endColumn": 157, - "endOffset": 21236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 561, - "startColumn": 4, - "startOffset": 31215, - "endColumn": 157, - "endOffset": 31368 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 21241, - "endColumn": 84, - "endOffset": 21321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 564, - "startColumn": 4, - "startOffset": 31478, - "endColumn": 84, - "endOffset": 31558 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 21326, - "endColumn": 190, - "endOffset": 21512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 567, - "startColumn": 4, - "startOffset": 31671, - "endColumn": 190, - "endOffset": 31857 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 21517, - "endColumn": 105, - "endOffset": 21618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 570, - "startColumn": 4, - "startOffset": 31968, - "endColumn": 105, - "endOffset": 32069 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 21623, - "endColumn": 182, - "endOffset": 21801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 573, - "startColumn": 4, - "startOffset": 32179, - "endColumn": 182, - "endOffset": 32357 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 21806, - "endColumn": 89, - "endOffset": 21891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 576, - "startColumn": 4, - "startOffset": 32469, - "endColumn": 89, - "endOffset": 32554 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 21896, - "endColumn": 137, - "endOffset": 22029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 580, - "startColumn": 4, - "startOffset": 32760, - "endColumn": 137, - "endOffset": 32893 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 22034, - "endColumn": 125, - "endOffset": 22155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 584, - "startColumn": 4, - "startOffset": 33092, - "endColumn": 125, - "endOffset": 33213 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 22160, - "endColumn": 137, - "endOffset": 22293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 105, - "startColumn": 2, - "startOffset": 6071, - "endColumn": 135, - "endOffset": 6204 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 22298, - "endColumn": 62, - "endOffset": 22356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 587, - "startColumn": 4, - "startOffset": 33295, - "endColumn": 62, - "endOffset": 33353 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 22361, - "endColumn": 58, - "endOffset": 22415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 590, - "startColumn": 4, - "startOffset": 33433, - "endColumn": 58, - "endOffset": 33487 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 22420, - "endColumn": 94, - "endOffset": 22510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 593, - "startColumn": 4, - "startOffset": 33603, - "endColumn": 94, - "endOffset": 33693 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 22515, - "endColumn": 50, - "endOffset": 22561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 596, - "startColumn": 4, - "startOffset": 33768, - "endColumn": 50, - "endOffset": 33814 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 22566, - "endColumn": 70, - "endOffset": 22632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 599, - "startColumn": 4, - "startOffset": 33930, - "endColumn": 70, - "endOffset": 33996 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 22637, - "endLine": 237, - "endColumn": 11, - "endOffset": 22718 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 602, - "startColumn": 4, - "startOffset": 34150, - "endLine": 603, - "endColumn": 11, - "endOffset": 34235 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 22723, - "endLine": 240, - "endColumn": 11, - "endOffset": 22845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 106, - "startColumn": 5, - "startOffset": 6210, - "endLine": 108, - "endColumn": 11, - "endOffset": 6340 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 22850, - "endColumn": 54, - "endOffset": 22900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 606, - "startColumn": 4, - "startOffset": 34300, - "endColumn": 54, - "endOffset": 34350 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 22905, - "endColumn": 59, - "endOffset": 22960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 610, - "startColumn": 4, - "startOffset": 34473, - "endColumn": 59, - "endOffset": 34528 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 22965, - "endColumn": 99, - "endOffset": 23060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 613, - "startColumn": 4, - "startOffset": 34646, - "endColumn": 99, - "endOffset": 34741 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 23065, - "endColumn": 93, - "endOffset": 23154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 616, - "startColumn": 4, - "startOffset": 34858, - "endColumn": 93, - "endOffset": 34947 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 23159, - "endColumn": 94, - "endOffset": 23249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 619, - "startColumn": 4, - "startOffset": 35069, - "endColumn": 94, - "endOffset": 35159 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 23254, - "endColumn": 68, - "endOffset": 23318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 622, - "startColumn": 4, - "startOffset": 35244, - "endColumn": 68, - "endOffset": 35308 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 23323, - "endColumn": 63, - "endOffset": 23382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 625, - "startColumn": 4, - "startOffset": 35390, - "endColumn": 63, - "endOffset": 35449 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 23387, - "endColumn": 56, - "endOffset": 23439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 628, - "startColumn": 4, - "startOffset": 35511, - "endColumn": 56, - "endOffset": 35563 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 23444, - "endColumn": 67, - "endOffset": 23507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 631, - "startColumn": 4, - "startOffset": 35625, - "endColumn": 67, - "endOffset": 35688 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 23512, - "endColumn": 88, - "endOffset": 23596 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 634, - "startColumn": 4, - "startOffset": 35786, - "endColumn": 88, - "endOffset": 35870 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 23601, - "endColumn": 90, - "endOffset": 23687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 637, - "startColumn": 4, - "startOffset": 35958, - "endColumn": 90, - "endOffset": 36044 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 23692, - "endColumn": 166, - "endOffset": 23854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 640, - "startColumn": 4, - "startOffset": 36185, - "endColumn": 166, - "endOffset": 36347 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 23859, - "endColumn": 68, - "endOffset": 23923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 643, - "startColumn": 4, - "startOffset": 36417, - "endColumn": 68, - "endOffset": 36481 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 23928, - "endColumn": 55, - "endOffset": 23979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 646, - "startColumn": 4, - "startOffset": 36551, - "endColumn": 55, - "endOffset": 36602 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 23984, - "endColumn": 108, - "endOffset": 24088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 649, - "startColumn": 4, - "startOffset": 36712, - "endColumn": 108, - "endOffset": 36816 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 24093, - "endColumn": 86, - "endOffset": 24175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 652, - "startColumn": 4, - "startOffset": 36901, - "endColumn": 86, - "endOffset": 36983 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 24180, - "endColumn": 71, - "endOffset": 24247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 655, - "startColumn": 4, - "startOffset": 37046, - "endColumn": 71, - "endOffset": 37113 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 24252, - "endColumn": 54, - "endOffset": 24302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 658, - "startColumn": 4, - "startOffset": 37170, - "endColumn": 54, - "endOffset": 37220 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 24307, - "endColumn": 108, - "endOffset": 24411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 661, - "startColumn": 4, - "startOffset": 37293, - "endColumn": 108, - "endOffset": 37397 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 24416, - "endColumn": 70, - "endOffset": 24482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 664, - "startColumn": 4, - "startOffset": 37483, - "endColumn": 70, - "endOffset": 37549 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 24487, - "endColumn": 60, - "endOffset": 24543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 667, - "startColumn": 4, - "startOffset": 37633, - "endColumn": 60, - "endOffset": 37689 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 24548, - "endColumn": 67, - "endOffset": 24611 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 670, - "startColumn": 4, - "startOffset": 37762, - "endColumn": 67, - "endOffset": 37825 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 24616, - "endColumn": 51, - "endOffset": 24663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 673, - "startColumn": 4, - "startOffset": 37899, - "endColumn": 51, - "endOffset": 37946 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 24668, - "endColumn": 65, - "endOffset": 24729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 676, - "startColumn": 4, - "startOffset": 38021, - "endColumn": 65, - "endOffset": 38082 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 24734, - "endColumn": 46, - "endOffset": 24776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 679, - "startColumn": 4, - "startOffset": 38142, - "endColumn": 46, - "endOffset": 38184 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 24781, - "endColumn": 119, - "endOffset": 24896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 682, - "startColumn": 4, - "startOffset": 38297, - "endColumn": 119, - "endOffset": 38412 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 24901, - "endColumn": 67, - "endOffset": 24964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 26, - "startColumn": 2, - "startOffset": 1387, - "endColumn": 65, - "endOffset": 1450 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 24969, - "endColumn": 63, - "endOffset": 25028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 685, - "startColumn": 4, - "startOffset": 38487, - "endColumn": 63, - "endOffset": 38546 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 25033, - "endColumn": 64, - "endOffset": 25093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 688, - "startColumn": 4, - "startOffset": 38617, - "endColumn": 64, - "endOffset": 38677 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 25098, - "endColumn": 135, - "endOffset": 25229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 691, - "startColumn": 4, - "startOffset": 38760, - "endColumn": 135, - "endOffset": 38891 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 25234, - "endColumn": 163, - "endOffset": 25393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 694, - "startColumn": 4, - "startOffset": 38972, - "endColumn": 163, - "endOffset": 39131 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 25398, - "endColumn": 62, - "endOffset": 25456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 697, - "startColumn": 4, - "startOffset": 39198, - "endColumn": 62, - "endOffset": 39256 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 25461, - "endColumn": 77, - "endOffset": 25534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 700, - "startColumn": 4, - "startOffset": 39310, - "endColumn": 77, - "endOffset": 39383 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 25539, - "endColumn": 66, - "endOffset": 25601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 703, - "startColumn": 4, - "startOffset": 39431, - "endColumn": 66, - "endOffset": 39493 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 25606, - "endColumn": 113, - "endOffset": 25715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 706, - "startColumn": 4, - "startOffset": 39583, - "endColumn": 117, - "endOffset": 39696 - } - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 25720, - "endColumn": 45, - "endOffset": 25761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 709, - "startColumn": 4, - "startOffset": 39777, - "endColumn": 45, - "endOffset": 39818 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 25766, - "endColumn": 50, - "endOffset": 25812 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 35, - "startColumn": 2, - "startOffset": 1861, - "endColumn": 48, - "endOffset": 1907 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 25817, - "endColumn": 59, - "endOffset": 25872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 712, - "startColumn": 4, - "startOffset": 39906, - "endColumn": 59, - "endOffset": 39961 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 25877, - "endColumn": 57, - "endOffset": 25930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 715, - "startColumn": 4, - "startOffset": 40046, - "endColumn": 57, - "endOffset": 40099 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 25935, - "endLine": 282, - "endColumn": 11, - "endOffset": 26046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 718, - "startColumn": 4, - "startOffset": 40181, - "endLine": 720, - "endColumn": 11, - "endOffset": 40300 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 26051, - "endLine": 285, - "endColumn": 11, - "endOffset": 26135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 723, - "startColumn": 4, - "startOffset": 40373, - "endLine": 725, - "endColumn": 11, - "endOffset": 40461 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 26140, - "endColumn": 50, - "endOffset": 26186 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 32, - "startColumn": 2, - "startOffset": 1711, - "endColumn": 48, - "endOffset": 1757 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 26191, - "endColumn": 65, - "endOffset": 26252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 29, - "startColumn": 2, - "startOffset": 1550, - "endColumn": 63, - "endOffset": 1611 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 26257, - "endColumn": 47, - "endOffset": 26300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 728, - "startColumn": 4, - "startOffset": 40548, - "endColumn": 47, - "endOffset": 40591 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 26305, - "endLine": 291, - "endColumn": 11, - "endOffset": 26488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 731, - "startColumn": 4, - "startOffset": 40674, - "endLine": 733, - "endColumn": 11, - "endOffset": 40869 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 26493, - "endLine": 294, - "endColumn": 11, - "endOffset": 26650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 736, - "startColumn": 4, - "startOffset": 40958, - "endLine": 738, - "endColumn": 11, - "endOffset": 41127 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 26655, - "endColumn": 108, - "endOffset": 26759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 741, - "startColumn": 4, - "startOffset": 41228, - "endColumn": 112, - "endOffset": 41336 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 26764, - "endColumn": 100, - "endOffset": 26860 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 745, - "startColumn": 4, - "startOffset": 41500, - "endColumn": 100, - "endOffset": 41596 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 26865, - "endLine": 298, - "endColumn": 11, - "endOffset": 26971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 748, - "startColumn": 4, - "startOffset": 41649, - "endLine": 749, - "endColumn": 11, - "endOffset": 41759 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 26976, - "endColumn": 100, - "endOffset": 27072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2110, - "endColumn": 100, - "endOffset": 2206 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 27077, - "endColumn": 40, - "endOffset": 27113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 752, - "startColumn": 4, - "startOffset": 41827, - "endColumn": 40, - "endOffset": 41863 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 27118, - "endColumn": 118, - "endOffset": 27232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 755, - "startColumn": 4, - "startOffset": 41954, - "endColumn": 122, - "endOffset": 42072 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 27237, - "endColumn": 119, - "endOffset": 27352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 758, - "startColumn": 4, - "startOffset": 42159, - "endColumn": 119, - "endOffset": 42274 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 27357, - "endColumn": 73, - "endOffset": 27426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 761, - "startColumn": 4, - "startOffset": 42331, - "endColumn": 73, - "endOffset": 42400 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 27431, - "endColumn": 106, - "endOffset": 27533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 764, - "startColumn": 4, - "startOffset": 42460, - "endColumn": 106, - "endOffset": 42562 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 27538, - "endColumn": 136, - "endOffset": 27670 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 767, - "startColumn": 4, - "startOffset": 42646, - "endColumn": 140, - "endOffset": 42782 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 27675, - "endLine": 307, - "endColumn": 11, - "endOffset": 27784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 771, - "startColumn": 4, - "startOffset": 42936, - "endLine": 772, - "endColumn": 11, - "endOffset": 43049 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 27789, - "endColumn": 45, - "endOffset": 27830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 775, - "startColumn": 4, - "startOffset": 43119, - "endColumn": 45, - "endOffset": 43160 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 27835, - "endColumn": 60, - "endOffset": 27891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 148, - "startColumn": 2, - "startOffset": 8192, - "endColumn": 58, - "endOffset": 8248 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 27896, - "endColumn": 50, - "endOffset": 27942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 778, - "startColumn": 4, - "startOffset": 43226, - "endColumn": 50, - "endOffset": 43272 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 27947, - "endColumn": 65, - "endOffset": 28008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 151, - "startColumn": 2, - "startOffset": 8331, - "endColumn": 63, - "endOffset": 8392 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 28013, - "endColumn": 42, - "endOffset": 28051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 781, - "startColumn": 4, - "startOffset": 43323, - "endColumn": 42, - "endOffset": 43361 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 28056, - "endColumn": 58, - "endOffset": 28110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 784, - "startColumn": 4, - "startOffset": 43432, - "endColumn": 58, - "endOffset": 43486 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 28115, - "endColumn": 71, - "endOffset": 28182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 787, - "startColumn": 4, - "startOffset": 43550, - "endColumn": 71, - "endOffset": 43617 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 28187, - "endColumn": 71, - "endOffset": 28254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 790, - "startColumn": 4, - "startOffset": 43696, - "endColumn": 71, - "endOffset": 43763 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 28259, - "endColumn": 46, - "endOffset": 28301 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 793, - "startColumn": 4, - "startOffset": 43849, - "endColumn": 46, - "endOffset": 43891 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 28306, - "endColumn": 69, - "endOffset": 28371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 796, - "startColumn": 4, - "startOffset": 43961, - "endColumn": 69, - "endOffset": 44026 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 28376, - "endColumn": 70, - "endOffset": 28442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 799, - "startColumn": 4, - "startOffset": 44080, - "endColumn": 70, - "endOffset": 44146 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 28447, - "endColumn": 56, - "endOffset": 28499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 802, - "startColumn": 4, - "startOffset": 44193, - "endColumn": 56, - "endOffset": 44245 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 28504, - "endColumn": 59, - "endOffset": 28559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 805, - "startColumn": 4, - "startOffset": 44356, - "endColumn": 59, - "endOffset": 44411 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 28564, - "endLine": 322, - "endColumn": 11, - "endOffset": 28669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 121, - "startColumn": 5, - "startOffset": 7029, - "endLine": 122, - "endColumn": 11, - "endOffset": 7138 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 28674, - "endColumn": 54, - "endOffset": 28724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 109, - "startColumn": 2, - "startOffset": 6343, - "endColumn": 52, - "endOffset": 6393 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 28729, - "endColumn": 62, - "endOffset": 28787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 136, - "startColumn": 2, - "startOffset": 7786, - "endColumn": 60, - "endOffset": 7844 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 28792, - "endLine": 326, - "endColumn": 11, - "endOffset": 28939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 129, - "startColumn": 5, - "startOffset": 7458, - "endLine": 130, - "endColumn": 11, - "endOffset": 7613 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 28944, - "endLine": 328, - "endColumn": 11, - "endOffset": 29044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 125, - "startColumn": 5, - "startOffset": 7237, - "endLine": 126, - "endColumn": 11, - "endOffset": 7341 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 29049, - "endColumn": 59, - "endOffset": 29104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 142, - "startColumn": 2, - "startOffset": 7990, - "endColumn": 57, - "endOffset": 8045 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 29109, - "endColumn": 42, - "endOffset": 29147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 808, - "startColumn": 4, - "startOffset": 44489, - "endColumn": 42, - "endOffset": 44527 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 29152, - "endColumn": 39, - "endOffset": 29187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 811, - "startColumn": 4, - "startOffset": 44604, - "endColumn": 39, - "endOffset": 44639 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 29192, - "endColumn": 64, - "endOffset": 29252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 814, - "startColumn": 4, - "startOffset": 44731, - "endColumn": 64, - "endOffset": 44791 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 29257, - "endColumn": 59, - "endOffset": 29312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 818, - "startColumn": 4, - "startOffset": 44913, - "endColumn": 59, - "endOffset": 44968 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 29317, - "endColumn": 112, - "endOffset": 29425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 432, - "startColumn": 4, - "startOffset": 24157, - "endColumn": 112, - "endOffset": 24265 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 29430, - "endColumn": 53, - "endOffset": 29479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 821, - "startColumn": 4, - "startOffset": 45076, - "endColumn": 53, - "endOffset": 45125 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 29484, - "endColumn": 74, - "endOffset": 29554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 115, - "startColumn": 2, - "startOffset": 6642, - "endColumn": 72, - "endOffset": 6712 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 29559, - "endColumn": 126, - "endOffset": 29681 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 118, - "startColumn": 2, - "startOffset": 6807, - "endColumn": 124, - "endOffset": 6929 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 29686, - "endColumn": 1107, - "endOffset": 30789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/conduct_text.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 153, - "endColumn": 1107, - "endOffset": 1256 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 30794, - "endColumn": 85, - "endOffset": 30875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 112, - "startColumn": 2, - "startOffset": 6482, - "endColumn": 83, - "endOffset": 6563 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 30880, - "endColumn": 177, - "endOffset": 31053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 824, - "startColumn": 4, - "startOffset": 45233, - "endColumn": 177, - "endOffset": 45406 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 31058, - "endColumn": 89, - "endOffset": 31143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 827, - "startColumn": 4, - "startOffset": 45474, - "endColumn": 89, - "endOffset": 45559 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 31148, - "endColumn": 77, - "endOffset": 31221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 830, - "startColumn": 4, - "startOffset": 45627, - "endColumn": 77, - "endOffset": 45700 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 31226, - "endColumn": 89, - "endOffset": 31311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 833, - "startColumn": 4, - "startOffset": 45779, - "endColumn": 89, - "endOffset": 45864 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 31316, - "endColumn": 120, - "endOffset": 31432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 836, - "startColumn": 4, - "startOffset": 45944, - "endColumn": 120, - "endOffset": 46060 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 31437, - "endColumn": 57, - "endOffset": 31490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-pt/strings.xml", - "position": { - "startLine": 139, - "startColumn": 2, - "startOffset": 7890, - "endColumn": 55, - "endOffset": 7943 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ro.json b/android/build/intermediates/blame/res/debug/multi/values-ro.json deleted file mode 100644 index 0f5637a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ro.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ro/values-ro.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 120, - "endOffset": 221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 120, - "endOffset": 396 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 226, - "endColumn": 107, - "endOffset": 329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 401, - "endColumn": 107, - "endOffset": 504 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 334, - "endColumn": 122, - "endOffset": 452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 509, - "endColumn": 122, - "endOffset": 627 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 457, - "endColumn": 103, - "endOffset": 556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 632, - "endColumn": 103, - "endOffset": 731 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 561, - "endColumn": 112, - "endOffset": 669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 736, - "endColumn": 112, - "endOffset": 844 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 674, - "endColumn": 87, - "endOffset": 757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 849, - "endColumn": 87, - "endOffset": 932 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 762, - "endColumn": 111, - "endOffset": 869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 937, - "endColumn": 111, - "endOffset": 1044 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 874, - "endColumn": 120, - "endOffset": 990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 120, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 995, - "endColumn": 82, - "endOffset": 1073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 82, - "endOffset": 1248 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1078, - "endColumn": 111, - "endOffset": 1185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 111, - "endOffset": 1360 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1190, - "endColumn": 112, - "endOffset": 1298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1365, - "endColumn": 112, - "endOffset": 1473 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1303, - "endColumn": 99, - "endOffset": 1398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1478, - "endColumn": 99, - "endOffset": 1573 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1403, - "endColumn": 113, - "endOffset": 1512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1578, - "endColumn": 113, - "endOffset": 1687 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1517, - "endColumn": 104, - "endOffset": 1617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1692, - "endColumn": 104, - "endOffset": 1792 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1622, - "endColumn": 105, - "endOffset": 1723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1797, - "endColumn": 105, - "endOffset": 1898 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1728, - "endColumn": 120, - "endOffset": 1844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1903, - "endColumn": 120, - "endOffset": 2019 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1849, - "endColumn": 102, - "endOffset": 1947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2024, - "endColumn": 102, - "endOffset": 2122 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1952, - "endColumn": 166, - "endOffset": 2114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 674, - "endColumn": 166, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2119, - "endColumn": 162, - "endOffset": 2277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2678, - "endColumn": 162, - "endOffset": 2836 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2282, - "endColumn": 115, - "endOffset": 2393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2388, - "endColumn": 115, - "endOffset": 2499 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2398, - "endColumn": 129, - "endOffset": 2523 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2126, - "endColumn": 129, - "endOffset": 2251 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2528, - "endColumn": 173, - "endOffset": 2697 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1952, - "endColumn": 173, - "endOffset": 2121 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2702, - "endColumn": 127, - "endOffset": 2825 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1824, - "endColumn": 127, - "endOffset": 1947 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2830, - "endColumn": 169, - "endOffset": 2995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1004, - "endColumn": 173, - "endOffset": 1173 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3000, - "endColumn": 130, - "endOffset": 3126 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1693, - "endColumn": 130, - "endOffset": 1819 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3131, - "endColumn": 191, - "endOffset": 3318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1308, - "endColumn": 191, - "endOffset": 1495 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3323, - "endColumn": 192, - "endOffset": 3511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1500, - "endColumn": 192, - "endOffset": 1688 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3516, - "endColumn": 129, - "endOffset": 3641 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1178, - "endColumn": 129, - "endOffset": 1303 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3646, - "endColumn": 172, - "endOffset": 3814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3270, - "endColumn": 172, - "endOffset": 3438 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3819, - "endColumn": 120, - "endOffset": 3935 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3149, - "endColumn": 120, - "endOffset": 3265 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3940, - "endColumn": 162, - "endOffset": 4098 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 841, - "endColumn": 162, - "endOffset": 999 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4103, - "endColumn": 185, - "endOffset": 4284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2963, - "endColumn": 185, - "endOffset": 3144 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4289, - "endColumn": 121, - "endOffset": 4406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2841, - "endColumn": 121, - "endOffset": 2958 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4411, - "endColumn": 180, - "endOffset": 4587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 309, - "endColumn": 180, - "endOffset": 485 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4592, - "endColumn": 183, - "endOffset": 4771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 490, - "endColumn": 183, - "endOffset": 669 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4776, - "endColumn": 138, - "endOffset": 4910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 138, - "endOffset": 304 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4915, - "endColumn": 166, - "endOffset": 5077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4776, - "endColumn": 166, - "endOffset": 4938 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5082, - "endColumn": 129, - "endOffset": 5207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4646, - "endColumn": 129, - "endOffset": 4771 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5212, - "endColumn": 150, - "endOffset": 5358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3443, - "endColumn": 150, - "endOffset": 3589 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5363, - "endColumn": 243, - "endOffset": 5602 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3719, - "endColumn": 243, - "endOffset": 3958 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5607, - "endColumn": 124, - "endOffset": 5727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3594, - "endColumn": 124, - "endOffset": 3714 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5732, - "endColumn": 111, - "endOffset": 5839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3963, - "endColumn": 111, - "endOffset": 4070 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5844, - "endColumn": 173, - "endOffset": 6013 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2504, - "endColumn": 173, - "endOffset": 2673 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6018, - "endColumn": 131, - "endOffset": 6145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2256, - "endColumn": 131, - "endOffset": 2383 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6150, - "endColumn": 99, - "endOffset": 6245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4281, - "endColumn": 99, - "endOffset": 4376 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6250, - "endColumn": 93, - "endOffset": 6339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4075, - "endColumn": 93, - "endOffset": 4164 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6344, - "endColumn": 111, - "endOffset": 6451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4169, - "endColumn": 111, - "endOffset": 4276 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6456, - "endColumn": 264, - "endOffset": 6716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ro/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4381, - "endColumn": 264, - "endOffset": 4641 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6721, - "endColumn": 100, - "endOffset": 6817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2127, - "endColumn": 100, - "endOffset": 2223 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ru.json b/android/build/intermediates/blame/res/debug/multi/values-ru.json deleted file mode 100644 index a4b954f..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ru.json +++ /dev/null @@ -1,6192 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ru/values-ru.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 11, - "endColumn": 14, - "endOffset": 563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 850, - "startColumn": 4, - "startOffset": 49469, - "endLine": 859, - "endColumn": 14, - "endOffset": 49943 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 568, - "endLine": 17, - "endColumn": 14, - "endOffset": 1152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 862, - "startColumn": 4, - "startOffset": 50066, - "endLine": 867, - "endColumn": 14, - "endOffset": 50678 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1157, - "endLine": 23, - "endColumn": 14, - "endOffset": 1473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 870, - "startColumn": 4, - "startOffset": 50801, - "endLine": 875, - "endColumn": 14, - "endOffset": 51117 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1478, - "endLine": 32, - "endColumn": 14, - "endOffset": 2080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 878, - "startColumn": 4, - "startOffset": 51232, - "endLine": 886, - "endColumn": 14, - "endOffset": 51862 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2085, - "endColumn": 114, - "endOffset": 2195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 114, - "endOffset": 390 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2200, - "endColumn": 107, - "endOffset": 2303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 395, - "endColumn": 107, - "endOffset": 498 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2308, - "endColumn": 122, - "endOffset": 2426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 503, - "endColumn": 122, - "endOffset": 621 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2431, - "endColumn": 101, - "endOffset": 2528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 626, - "endColumn": 101, - "endOffset": 723 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2533, - "endColumn": 111, - "endOffset": 2640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 728, - "endColumn": 111, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2645, - "endColumn": 85, - "endOffset": 2726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 85, - "endOffset": 921 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2731, - "endColumn": 104, - "endOffset": 2831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 926, - "endColumn": 104, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2836, - "endColumn": 119, - "endOffset": 2951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 119, - "endOffset": 1146 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2956, - "endColumn": 79, - "endOffset": 3031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1151, - "endColumn": 79, - "endOffset": 1226 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3036, - "endColumn": 105, - "endOffset": 3137 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1231, - "endColumn": 105, - "endOffset": 1332 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3142, - "endColumn": 107, - "endOffset": 3245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1337, - "endColumn": 107, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3250, - "endColumn": 97, - "endOffset": 3343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 97, - "endOffset": 1538 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3348, - "endColumn": 108, - "endOffset": 3452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1543, - "endColumn": 108, - "endOffset": 1647 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3457, - "endColumn": 105, - "endOffset": 3558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1652, - "endColumn": 105, - "endOffset": 1753 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3563, - "endColumn": 107, - "endOffset": 3666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1758, - "endColumn": 107, - "endOffset": 1861 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3671, - "endColumn": 135, - "endOffset": 3802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 135, - "endOffset": 1997 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3807, - "endColumn": 99, - "endOffset": 3902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2002, - "endColumn": 99, - "endOffset": 2097 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3907, - "endColumn": 274, - "endOffset": 4177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 889, - "startColumn": 4, - "startOffset": 51921, - "endColumn": 307, - "endOffset": 52224 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4182, - "endColumn": 85, - "endOffset": 4263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 892, - "startColumn": 4, - "startOffset": 52323, - "endColumn": 85, - "endOffset": 52404 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4268, - "endColumn": 77, - "endOffset": 4341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 895, - "startColumn": 4, - "startOffset": 52510, - "endColumn": 77, - "endOffset": 52583 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4346, - "endColumn": 43, - "endOffset": 4385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 898, - "startColumn": 4, - "startOffset": 52672, - "endColumn": 43, - "endOffset": 52711 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4390, - "endColumn": 63, - "endOffset": 4449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 94, - "startColumn": 2, - "startOffset": 4905, - "endColumn": 61, - "endOffset": 4964 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4454, - "endColumn": 65, - "endOffset": 4515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 211, - "startColumn": 4, - "startOffset": 15031, - "endColumn": 65, - "endOffset": 15092 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4520, - "endColumn": 85, - "endOffset": 4601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 31, - "startColumn": 2, - "startOffset": 1630, - "endColumn": 83, - "endOffset": 1711 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4606, - "endLine": 58, - "endColumn": 11, - "endOffset": 4712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 26, - "startColumn": 2, - "startOffset": 1387, - "endLine": 27, - "endColumn": 11, - "endOffset": 1493 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4717, - "endColumn": 52, - "endOffset": 4765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 215, - "startColumn": 4, - "startOffset": 15222, - "endColumn": 52, - "endOffset": 15270 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4770, - "endColumn": 52, - "endOffset": 4818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 220, - "startColumn": 4, - "startOffset": 15492, - "endColumn": 52, - "endOffset": 15540 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4823, - "endColumn": 47, - "endOffset": 4866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 225, - "startColumn": 4, - "startOffset": 15781, - "endColumn": 47, - "endOffset": 15824 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4871, - "endColumn": 49, - "endOffset": 4916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 229, - "startColumn": 4, - "startOffset": 16017, - "endColumn": 49, - "endOffset": 16062 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4921, - "endColumn": 46, - "endOffset": 4963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 233, - "startColumn": 4, - "startOffset": 16203, - "endColumn": 46, - "endOffset": 16245 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4968, - "endColumn": 302, - "endOffset": 5266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 186, - "startColumn": 4, - "startOffset": 13203, - "endLine": 187, - "endColumn": 297, - "endOffset": 13508 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5271, - "endColumn": 223, - "endOffset": 5490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 183, - "startColumn": 4, - "startOffset": 12971, - "endLine": 184, - "endColumn": 218, - "endOffset": 13197 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5495, - "endColumn": 52, - "endOffset": 5543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 16327, - "endColumn": 52, - "endOffset": 16375 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5548, - "endColumn": 53, - "endOffset": 5597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 240, - "startColumn": 4, - "startOffset": 16550, - "endColumn": 53, - "endOffset": 16599 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5602, - "endColumn": 59, - "endOffset": 5657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 244, - "startColumn": 4, - "startOffset": 16774, - "endColumn": 59, - "endOffset": 16829 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5662, - "endColumn": 65, - "endOffset": 5723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 35, - "startColumn": 2, - "startOffset": 1848, - "endColumn": 63, - "endOffset": 1909 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5728, - "endColumn": 66, - "endOffset": 5790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 16959, - "endColumn": 66, - "endOffset": 17021 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 5795, - "endColumn": 120, - "endOffset": 5911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 251, - "startColumn": 4, - "startOffset": 17114, - "endColumn": 126, - "endOffset": 17236 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 5916, - "endColumn": 127, - "endOffset": 6039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 254, - "startColumn": 4, - "startOffset": 17329, - "endColumn": 133, - "endOffset": 17458 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6044, - "endColumn": 43, - "endOffset": 6083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 39, - "startColumn": 2, - "startOffset": 2092, - "endColumn": 41, - "endOffset": 2131 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6088, - "endColumn": 210, - "endOffset": 6294 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 96, - "startColumn": 4, - "startOffset": 4970, - "endColumn": 210, - "endOffset": 5176 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6299, - "endColumn": 68, - "endOffset": 6363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 257, - "startColumn": 4, - "startOffset": 17570, - "endColumn": 68, - "endOffset": 17634 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6368, - "endColumn": 151, - "endOffset": 6515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 670, - "endColumn": 151, - "endOffset": 817 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6520, - "endColumn": 150, - "endOffset": 6666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2568, - "endColumn": 150, - "endOffset": 2714 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 6671, - "endColumn": 112, - "endOffset": 6779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2290, - "endColumn": 112, - "endOffset": 2398 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 6784, - "endColumn": 108, - "endOffset": 6888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2053, - "endColumn": 108, - "endOffset": 2157 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 6893, - "endColumn": 165, - "endOffset": 7054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1887, - "endColumn": 165, - "endOffset": 2048 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7059, - "endColumn": 126, - "endOffset": 7181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1760, - "endColumn": 126, - "endOffset": 1882 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7186, - "endColumn": 173, - "endOffset": 7355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 990, - "endColumn": 177, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7360, - "endColumn": 111, - "endOffset": 7467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1648, - "endColumn": 111, - "endOffset": 1755 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 7472, - "endColumn": 174, - "endOffset": 7642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1297, - "endColumn": 174, - "endOffset": 1467 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 7647, - "endColumn": 175, - "endOffset": 7818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1472, - "endColumn": 175, - "endOffset": 1643 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 7823, - "endColumn": 128, - "endOffset": 7947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 128, - "endOffset": 1292 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 7952, - "endColumn": 157, - "endOffset": 8105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3130, - "endColumn": 157, - "endOffset": 3283 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 8110, - "endColumn": 132, - "endOffset": 8238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2997, - "endColumn": 132, - "endOffset": 3125 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8243, - "endColumn": 167, - "endOffset": 8406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 822, - "endColumn": 167, - "endOffset": 985 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8411, - "endColumn": 159, - "endOffset": 8566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2837, - "endColumn": 159, - "endOffset": 2992 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 8571, - "endColumn": 117, - "endOffset": 8684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2719, - "endColumn": 117, - "endOffset": 2832 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 8689, - "endColumn": 186, - "endOffset": 8871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 186, - "endOffset": 486 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 8876, - "endColumn": 178, - "endOffset": 9050 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 491, - "endColumn": 178, - "endOffset": 665 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 9055, - "endColumn": 133, - "endOffset": 9184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 9189, - "endColumn": 178, - "endOffset": 9363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4542, - "endColumn": 178, - "endOffset": 4716 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 9368, - "endColumn": 119, - "endOffset": 9483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4422, - "endColumn": 119, - "endOffset": 4537 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 9488, - "endColumn": 143, - "endOffset": 9627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3288, - "endColumn": 143, - "endOffset": 3427 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 9632, - "endColumn": 235, - "endOffset": 9863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3556, - "endColumn": 235, - "endOffset": 3787 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 9868, - "endColumn": 123, - "endOffset": 9987 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3432, - "endColumn": 123, - "endOffset": 3551 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 9992, - "endColumn": 108, - "endOffset": 10096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3792, - "endColumn": 108, - "endOffset": 3896 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 10101, - "endColumn": 164, - "endOffset": 10261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2403, - "endColumn": 164, - "endOffset": 2563 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 10266, - "endColumn": 127, - "endOffset": 10389 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2162, - "endColumn": 127, - "endOffset": 2285 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 10394, - "endColumn": 97, - "endOffset": 10487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4103, - "endColumn": 97, - "endOffset": 4196 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 10492, - "endColumn": 89, - "endOffset": 10577 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3901, - "endColumn": 89, - "endOffset": 3986 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 10582, - "endColumn": 111, - "endOffset": 10689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3991, - "endColumn": 111, - "endOffset": 4098 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 10694, - "endColumn": 220, - "endOffset": 10910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ru/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4201, - "endColumn": 220, - "endOffset": 4417 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 10915, - "endColumn": 84, - "endOffset": 10995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 261, - "startColumn": 4, - "startOffset": 17807, - "endColumn": 84, - "endOffset": 17887 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 11000, - "endColumn": 116, - "endOffset": 11112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 189, - "startColumn": 4, - "startOffset": 13514, - "endColumn": 111, - "endOffset": 13621 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 11117, - "endColumn": 51, - "endOffset": 11164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 264, - "startColumn": 4, - "startOffset": 17958, - "endColumn": 51, - "endOffset": 18005 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 11169, - "endColumn": 53, - "endOffset": 11218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 267, - "startColumn": 4, - "startOffset": 18079, - "endColumn": 53, - "endOffset": 18128 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 11223, - "endColumn": 53, - "endOffset": 11272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 270, - "startColumn": 4, - "startOffset": 18203, - "endColumn": 53, - "endOffset": 18252 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 11277, - "endColumn": 47, - "endOffset": 11320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 274, - "startColumn": 4, - "startOffset": 18371, - "endColumn": 47, - "endOffset": 18414 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 11325, - "endColumn": 58, - "endOffset": 11379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 277, - "startColumn": 4, - "startOffset": 18489, - "endColumn": 58, - "endOffset": 18543 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 11384, - "endColumn": 74, - "endOffset": 11454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 280, - "startColumn": 4, - "startOffset": 18624, - "endColumn": 74, - "endOffset": 18694 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 11459, - "endColumn": 71, - "endOffset": 11526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 285, - "startColumn": 4, - "startOffset": 18905, - "endColumn": 71, - "endOffset": 18972 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 11531, - "endColumn": 72, - "endOffset": 11599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 288, - "startColumn": 4, - "startOffset": 19071, - "endColumn": 72, - "endOffset": 19139 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 11604, - "endColumn": 57, - "endOffset": 11657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 291, - "startColumn": 4, - "startOffset": 19219, - "endColumn": 57, - "endOffset": 19272 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 11662, - "endColumn": 70, - "endOffset": 11728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 294, - "startColumn": 4, - "startOffset": 19368, - "endColumn": 70, - "endOffset": 19434 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 11733, - "endColumn": 53, - "endOffset": 11782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 823, - "startColumn": 4, - "startOffset": 48250, - "endColumn": 53, - "endOffset": 48299 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 11787, - "endColumn": 75, - "endOffset": 11858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 42, - "startColumn": 2, - "startOffset": 2235, - "endColumn": 73, - "endOffset": 2306 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 11863, - "endColumn": 49, - "endOffset": 11908 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 297, - "startColumn": 4, - "startOffset": 19518, - "endColumn": 49, - "endOffset": 19563 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 11913, - "endColumn": 67, - "endOffset": 11976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 301, - "startColumn": 4, - "startOffset": 19678, - "endColumn": 67, - "endOffset": 19741 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 11981, - "endColumn": 56, - "endOffset": 12033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 305, - "startColumn": 4, - "startOffset": 19889, - "endColumn": 56, - "endOffset": 19941 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 12038, - "endColumn": 77, - "endOffset": 12111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 308, - "startColumn": 4, - "startOffset": 20044, - "endColumn": 77, - "endOffset": 20117 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 12116, - "endColumn": 52, - "endOffset": 12164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 312, - "startColumn": 4, - "startOffset": 20261, - "endColumn": 52, - "endOffset": 20309 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 12169, - "endColumn": 58, - "endOffset": 12223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 315, - "startColumn": 4, - "startOffset": 20395, - "endColumn": 58, - "endOffset": 20449 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 12228, - "endColumn": 250, - "endOffset": 12474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 318, - "startColumn": 4, - "startOffset": 20537, - "endColumn": 250, - "endOffset": 20783 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 12479, - "endColumn": 56, - "endOffset": 12531 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 322, - "startColumn": 4, - "startOffset": 20927, - "endColumn": 56, - "endOffset": 20979 - } - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 12536, - "endColumn": 76, - "endOffset": 12608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 327, - "startColumn": 4, - "startOffset": 21220, - "endColumn": 76, - "endOffset": 21292 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 12613, - "endColumn": 65, - "endOffset": 12674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 330, - "startColumn": 4, - "startOffset": 21393, - "endColumn": 65, - "endOffset": 21454 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 12679, - "endColumn": 64, - "endOffset": 12739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 333, - "startColumn": 4, - "startOffset": 21555, - "endColumn": 64, - "endOffset": 21615 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 12744, - "endColumn": 75, - "endOffset": 12815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 337, - "startColumn": 4, - "startOffset": 21748, - "endColumn": 75, - "endOffset": 21819 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 12820, - "endColumn": 71, - "endOffset": 12887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 340, - "startColumn": 4, - "startOffset": 21928, - "endColumn": 71, - "endOffset": 21995 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 12892, - "endColumn": 55, - "endOffset": 12943 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 343, - "startColumn": 4, - "startOffset": 22106, - "endColumn": 55, - "endOffset": 22157 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 12948, - "endColumn": 67, - "endOffset": 13011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 347, - "startColumn": 4, - "startOffset": 22352, - "endColumn": 67, - "endOffset": 22415 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 13016, - "endColumn": 105, - "endOffset": 13117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 351, - "startColumn": 4, - "startOffset": 22575, - "endColumn": 105, - "endOffset": 22676 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 13122, - "endColumn": 159, - "endOffset": 13277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 354, - "startColumn": 4, - "startOffset": 22761, - "endColumn": 159, - "endOffset": 22916 - } - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 13282, - "endColumn": 60, - "endOffset": 13338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 358, - "startColumn": 4, - "startOffset": 23055, - "endColumn": 60, - "endOffset": 23111 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 13343, - "endColumn": 758, - "endOffset": 14097 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 758, - "endOffset": 1414 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 14102, - "endColumn": 118, - "endOffset": 14216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 759, - "startColumn": 4, - "startOffset": 44778, - "endColumn": 118, - "endOffset": 44892 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 14221, - "endColumn": 120, - "endOffset": 14337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 760, - "startColumn": 4, - "startOffset": 44897, - "endColumn": 120, - "endOffset": 45013 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 14342, - "endColumn": 424, - "endOffset": 14762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 128, - "startColumn": 2, - "startOffset": 8158, - "endColumn": 434, - "endOffset": 8590 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 14767, - "endColumn": 71, - "endOffset": 14834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 845, - "startColumn": 4, - "startOffset": 49230, - "endColumn": 71, - "endOffset": 49297 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 14839, - "endColumn": 76, - "endOffset": 14911 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 842, - "startColumn": 4, - "startOffset": 49056, - "endColumn": 76, - "endOffset": 49128 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 14916, - "endLine": 147, - "endColumn": 217, - "endOffset": 15402 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 19, - "startColumn": 85, - "startOffset": 937, - "endLine": 21, - "endColumn": 220, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 15407, - "endColumn": 318, - "endOffset": 15721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 126, - "startColumn": 2, - "startOffset": 7831, - "endColumn": 325, - "endOffset": 8154 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 15726, - "endColumn": 287, - "endOffset": 16009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 163, - "startColumn": 4, - "startOffset": 11499, - "endLine": 164, - "endColumn": 282, - "endOffset": 11789 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 16014, - "endColumn": 420, - "endOffset": 16430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 152, - "startColumn": 4, - "startOffset": 10528, - "endLine": 153, - "endColumn": 390, - "endOffset": 10973 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 16435, - "endColumn": 180, - "endOffset": 16611 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 155, - "startColumn": 4, - "startOffset": 10979, - "endLine": 156, - "endColumn": 180, - "endOffset": 11167 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 16616, - "endLine": 154, - "endColumn": 11, - "endOffset": 16916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 158, - "startColumn": 4, - "startOffset": 11173, - "endLine": 161, - "endColumn": 11, - "endOffset": 11493 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 16921, - "endColumn": 44, - "endOffset": 16961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 362, - "startColumn": 4, - "startOffset": 23263, - "endColumn": 44, - "endOffset": 23303 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 16966, - "endColumn": 60, - "endOffset": 17022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 761, - "startColumn": 4, - "startOffset": 45018, - "endColumn": 60, - "endOffset": 45074 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 17027, - "endColumn": 163, - "endOffset": 17186 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 46, - "startColumn": 2, - "startOffset": 2436, - "endColumn": 161, - "endOffset": 2595 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 17191, - "endColumn": 98, - "endOffset": 17285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 366, - "startColumn": 4, - "startOffset": 23454, - "endColumn": 98, - "endOffset": 23548 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 17290, - "endLine": 160, - "endColumn": 11, - "endOffset": 17378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 370, - "startColumn": 4, - "startOffset": 23702, - "endLine": 371, - "endColumn": 11, - "endOffset": 23794 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 17383, - "endColumn": 42, - "endOffset": 17421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 376, - "startColumn": 4, - "startOffset": 24007, - "endColumn": 42, - "endOffset": 24045 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 17426, - "endColumn": 182, - "endOffset": 17604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 118, - "startColumn": 4, - "startOffset": 7143, - "endColumn": 182, - "endOffset": 7321 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 17609, - "endColumn": 155, - "endOffset": 17760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 116, - "startColumn": 4, - "startOffset": 6986, - "endColumn": 155, - "endOffset": 7137 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 17765, - "endColumn": 179, - "endOffset": 17940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 120, - "startColumn": 4, - "startOffset": 7327, - "endColumn": 179, - "endOffset": 7502 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 17945, - "endColumn": 150, - "endOffset": 18091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 122, - "startColumn": 4, - "startOffset": 7508, - "endColumn": 150, - "endOffset": 7654 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 18096, - "endColumn": 62, - "endOffset": 18154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 774, - "startColumn": 4, - "startOffset": 45654, - "endColumn": 62, - "endOffset": 45712 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 18159, - "endColumn": 47, - "endOffset": 18202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 381, - "startColumn": 4, - "startOffset": 24290, - "endColumn": 47, - "endOffset": 24333 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 18207, - "endColumn": 45, - "endOffset": 18248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 387, - "startColumn": 4, - "startOffset": 24654, - "endColumn": 45, - "endOffset": 24695 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 18253, - "endColumn": 47, - "endOffset": 18296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 390, - "startColumn": 4, - "startOffset": 24770, - "endColumn": 47, - "endOffset": 24813 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 18301, - "endColumn": 95, - "endOffset": 18392 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 393, - "startColumn": 4, - "startOffset": 24912, - "endColumn": 95, - "endOffset": 25003 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 18397, - "endColumn": 69, - "endOffset": 18462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 398, - "startColumn": 4, - "startOffset": 25188, - "endColumn": 69, - "endOffset": 25253 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 18467, - "endColumn": 147, - "endOffset": 18610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 401, - "startColumn": 4, - "startOffset": 25328, - "endColumn": 147, - "endOffset": 25471 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 18615, - "endColumn": 66, - "endOffset": 18677 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 410, - "startColumn": 4, - "startOffset": 25842, - "endColumn": 75, - "endOffset": 25913 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 18682, - "endColumn": 91, - "endOffset": 18769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 415, - "startColumn": 4, - "startOffset": 26043, - "endColumn": 100, - "endOffset": 26139 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 18774, - "endColumn": 87, - "endOffset": 18857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 418, - "startColumn": 4, - "startOffset": 26223, - "endColumn": 87, - "endOffset": 26306 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 18862, - "endColumn": 68, - "endOffset": 18926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 762, - "startColumn": 4, - "startOffset": 45079, - "endColumn": 68, - "endOffset": 45143 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 18931, - "endColumn": 49, - "endOffset": 18976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 777, - "startColumn": 4, - "startOffset": 45806, - "endColumn": 49, - "endOffset": 45851 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 18981, - "endColumn": 171, - "endOffset": 19148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 124, - "startColumn": 4, - "startOffset": 7660, - "endColumn": 171, - "endOffset": 7827 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 19153, - "endColumn": 68, - "endOffset": 19217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 26387, - "endColumn": 68, - "endOffset": 26451 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 19222, - "endColumn": 103, - "endOffset": 19321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 427, - "startColumn": 4, - "startOffset": 26798, - "endColumn": 107, - "endOffset": 26901 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 19326, - "endColumn": 76, - "endOffset": 19398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 87, - "startColumn": 2, - "startOffset": 4576, - "endColumn": 74, - "endOffset": 4648 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 19403, - "endColumn": 125, - "endOffset": 19524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 424, - "startColumn": 4, - "startOffset": 26556, - "endColumn": 129, - "endOffset": 26681 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 19529, - "endColumn": 66, - "endOffset": 19591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 780, - "startColumn": 4, - "startOffset": 45909, - "endColumn": 66, - "endOffset": 45971 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 19596, - "endColumn": 138, - "endOffset": 19730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 782, - "startColumn": 4, - "startOffset": 46037, - "endColumn": 138, - "endOffset": 46171 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 19735, - "endColumn": 56, - "endOffset": 19787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 787, - "startColumn": 4, - "startOffset": 46417, - "endColumn": 56, - "endOffset": 46469 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 19792, - "endColumn": 63, - "endOffset": 19851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 430, - "startColumn": 4, - "startOffset": 26973, - "endColumn": 63, - "endOffset": 27032 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 19856, - "endColumn": 81, - "endOffset": 19933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 433, - "startColumn": 4, - "startOffset": 27119, - "endColumn": 81, - "endOffset": 27196 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 19938, - "endColumn": 65, - "endOffset": 19999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 91, - "startColumn": 2, - "startOffset": 4746, - "endColumn": 63, - "endOffset": 4807 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 20004, - "endColumn": 52, - "endOffset": 20052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 436, - "startColumn": 4, - "startOffset": 27264, - "endColumn": 52, - "endOffset": 27312 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 20057, - "endColumn": 69, - "endOffset": 20122 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 439, - "startColumn": 4, - "startOffset": 27388, - "endColumn": 69, - "endOffset": 27453 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 20127, - "endColumn": 61, - "endOffset": 20184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 442, - "startColumn": 4, - "startOffset": 27526, - "endColumn": 61, - "endOffset": 27583 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 20189, - "endColumn": 56, - "endOffset": 20241 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 445, - "startColumn": 4, - "startOffset": 27654, - "endColumn": 56, - "endOffset": 27706 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 20246, - "endColumn": 60, - "endOffset": 20302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 449, - "startColumn": 4, - "startOffset": 27889, - "endColumn": 60, - "endOffset": 27945 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 20307, - "endColumn": 66, - "endOffset": 20369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 785, - "startColumn": 4, - "startOffset": 46266, - "endColumn": 66, - "endOffset": 46328 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 20374, - "endColumn": 90, - "endOffset": 20460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 453, - "startColumn": 4, - "startOffset": 28094, - "endColumn": 90, - "endOffset": 28180 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 20465, - "endColumn": 89, - "endOffset": 20550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 457, - "startColumn": 4, - "startOffset": 28330, - "endColumn": 89, - "endOffset": 28415 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 20555, - "endLine": 198, - "endColumn": 13, - "endOffset": 20638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 791, - "startColumn": 5, - "startOffset": 46620, - "endLine": 792, - "endColumn": 13, - "endOffset": 46707 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 20643, - "endColumn": 101, - "endOffset": 20740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 461, - "startColumn": 4, - "startOffset": 28556, - "endColumn": 101, - "endOffset": 28653 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 20745, - "endColumn": 72, - "endOffset": 20813 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 465, - "startColumn": 4, - "startOffset": 28769, - "endColumn": 72, - "endOffset": 28837 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 20818, - "endColumn": 108, - "endOffset": 20922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 469, - "startColumn": 4, - "startOffset": 28953, - "endColumn": 108, - "endOffset": 29057 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 20927, - "endColumn": 68, - "endOffset": 20991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 472, - "startColumn": 4, - "startOffset": 29164, - "endColumn": 68, - "endOffset": 29228 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 20996, - "endColumn": 50, - "endOffset": 21042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 477, - "startColumn": 4, - "startOffset": 29479, - "endColumn": 50, - "endOffset": 29525 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 21047, - "endColumn": 45, - "endOffset": 21088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 482, - "startColumn": 4, - "startOffset": 29785, - "endColumn": 45, - "endOffset": 29826 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 21093, - "endColumn": 38, - "endOffset": 21127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 485, - "startColumn": 4, - "startOffset": 29910, - "endColumn": 38, - "endOffset": 29944 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 21132, - "endColumn": 38, - "endOffset": 21166 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 488, - "startColumn": 4, - "startOffset": 30028, - "endColumn": 38, - "endOffset": 30062 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 21171, - "endColumn": 38, - "endOffset": 21205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 491, - "startColumn": 4, - "startOffset": 30146, - "endColumn": 38, - "endOffset": 30180 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 21210, - "endColumn": 38, - "endOffset": 21244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 494, - "startColumn": 4, - "startOffset": 30264, - "endColumn": 38, - "endOffset": 30298 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 21249, - "endColumn": 38, - "endOffset": 21283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 497, - "startColumn": 4, - "startOffset": 30382, - "endColumn": 38, - "endOffset": 30416 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 21288, - "endColumn": 35, - "endOffset": 21319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 500, - "startColumn": 4, - "startOffset": 30522, - "endColumn": 35, - "endOffset": 30553 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 21324, - "endColumn": 41, - "endOffset": 21361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 503, - "startColumn": 4, - "startOffset": 30666, - "endColumn": 41, - "endOffset": 30703 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 21366, - "endColumn": 82, - "endOffset": 21444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 507, - "startColumn": 4, - "startOffset": 30871, - "endColumn": 82, - "endOffset": 30949 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 21449, - "endColumn": 95, - "endOffset": 21540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 49, - "startColumn": 2, - "startOffset": 2680, - "endColumn": 93, - "endOffset": 2771 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 21545, - "endColumn": 167, - "endOffset": 21708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 511, - "startColumn": 4, - "startOffset": 31085, - "endColumn": 167, - "endOffset": 31248 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 21713, - "endColumn": 101, - "endOffset": 21810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 54, - "startColumn": 2, - "startOffset": 3023, - "endColumn": 99, - "endOffset": 3120 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 21815, - "endColumn": 227, - "endOffset": 22038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 514, - "startColumn": 4, - "startOffset": 31339, - "endColumn": 227, - "endOffset": 31562 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 22043, - "endColumn": 77, - "endOffset": 22116 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 517, - "startColumn": 4, - "startOffset": 31651, - "endColumn": 77, - "endOffset": 31724 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 22121, - "endColumn": 98, - "endOffset": 22215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 796, - "startColumn": 4, - "startOffset": 46857, - "endColumn": 98, - "endOffset": 46951 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 22220, - "endColumn": 271, - "endOffset": 22487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 520, - "startColumn": 4, - "startOffset": 31808, - "endColumn": 271, - "endOffset": 32075 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 22492, - "endColumn": 73, - "endOffset": 22561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 57, - "startColumn": 2, - "startOffset": 3198, - "endColumn": 71, - "endOffset": 3267 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 22566, - "endColumn": 178, - "endOffset": 22740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 32187, - "endColumn": 178, - "endOffset": 32361 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 22745, - "endColumn": 91, - "endOffset": 22832 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 526, - "startColumn": 4, - "startOffset": 32471, - "endColumn": 91, - "endOffset": 32558 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 22837, - "endColumn": 163, - "endOffset": 22996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 529, - "startColumn": 4, - "startOffset": 32671, - "endColumn": 163, - "endOffset": 32830 - } - } - }, - { - "to": { - "startLine": 224, - "startColumn": 4, - "startOffset": 23001, - "endColumn": 87, - "endOffset": 23084 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 60, - "startColumn": 2, - "startOffset": 3374, - "endColumn": 85, - "endOffset": 3457 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 23089, - "endColumn": 176, - "endOffset": 23261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 532, - "startColumn": 4, - "startOffset": 32940, - "endColumn": 176, - "endOffset": 33112 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 23266, - "endColumn": 94, - "endOffset": 23356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 535, - "startColumn": 4, - "startOffset": 33224, - "endColumn": 94, - "endOffset": 33314 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 23361, - "endColumn": 139, - "endOffset": 23496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 539, - "startColumn": 4, - "startOffset": 33520, - "endColumn": 139, - "endOffset": 33655 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 23501, - "endColumn": 128, - "endOffset": 23625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 543, - "startColumn": 4, - "startOffset": 33854, - "endColumn": 128, - "endOffset": 33978 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 23630, - "endColumn": 379, - "endOffset": 24005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 130, - "startColumn": 4, - "startOffset": 8596, - "endColumn": 368, - "endOffset": 8960 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 24010, - "endColumn": 56, - "endOffset": 24062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 546, - "startColumn": 4, - "startOffset": 34060, - "endColumn": 56, - "endOffset": 34112 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 24067, - "endColumn": 61, - "endOffset": 24124 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 549, - "startColumn": 4, - "startOffset": 34192, - "endColumn": 61, - "endOffset": 34249 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 24129, - "endColumn": 92, - "endOffset": 24217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 552, - "startColumn": 4, - "startOffset": 34365, - "endColumn": 92, - "endOffset": 34453 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 24222, - "endColumn": 51, - "endOffset": 24269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 555, - "startColumn": 4, - "startOffset": 34528, - "endColumn": 51, - "endOffset": 34575 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 24274, - "endColumn": 70, - "endOffset": 24340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 558, - "startColumn": 4, - "startOffset": 34691, - "endColumn": 70, - "endOffset": 34757 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 24345, - "endLine": 236, - "endColumn": 11, - "endOffset": 24425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 561, - "startColumn": 4, - "startOffset": 34911, - "endLine": 562, - "endColumn": 11, - "endOffset": 34995 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 24430, - "endLine": 239, - "endColumn": 13, - "endOffset": 24562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 798, - "startColumn": 4, - "startOffset": 46957, - "endLine": 800, - "endColumn": 13, - "endOffset": 47097 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 24567, - "endColumn": 53, - "endOffset": 24616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 565, - "startColumn": 4, - "startOffset": 35060, - "endColumn": 53, - "endOffset": 35109 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 24621, - "endColumn": 59, - "endOffset": 24676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 569, - "startColumn": 4, - "startOffset": 35232, - "endColumn": 59, - "endOffset": 35287 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 24681, - "endColumn": 98, - "endOffset": 24775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 572, - "startColumn": 4, - "startOffset": 35405, - "endColumn": 98, - "endOffset": 35499 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 24780, - "endColumn": 98, - "endOffset": 24874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 575, - "startColumn": 4, - "startOffset": 35616, - "endColumn": 98, - "endOffset": 35710 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 24879, - "endColumn": 101, - "endOffset": 24976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 578, - "startColumn": 4, - "startOffset": 35832, - "endColumn": 101, - "endOffset": 35929 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 24981, - "endColumn": 77, - "endOffset": 25054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 581, - "startColumn": 4, - "startOffset": 36014, - "endColumn": 77, - "endOffset": 36087 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 25059, - "endColumn": 74, - "endOffset": 25129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 584, - "startColumn": 4, - "startOffset": 36169, - "endColumn": 74, - "endOffset": 36239 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 25134, - "endColumn": 114, - "endOffset": 25244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 13627, - "endColumn": 114, - "endOffset": 13737 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 25249, - "endColumn": 161, - "endOffset": 25406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 134, - "startColumn": 4, - "startOffset": 9127, - "endColumn": 161, - "endOffset": 9284 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 25411, - "endColumn": 132, - "endOffset": 25539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 138, - "startColumn": 4, - "startOffset": 9429, - "endColumn": 132, - "endOffset": 9557 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 25544, - "endColumn": 116, - "endOffset": 25656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 193, - "startColumn": 4, - "startOffset": 13743, - "endColumn": 116, - "endOffset": 13855 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 25661, - "endColumn": 137, - "endOffset": 25794 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 136, - "startColumn": 4, - "startOffset": 9290, - "endColumn": 137, - "endOffset": 9423 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 25799, - "endColumn": 132, - "endOffset": 25927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 195, - "startColumn": 4, - "startOffset": 13861, - "endColumn": 132, - "endOffset": 13989 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 25932, - "endColumn": 84, - "endOffset": 26012 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 587, - "startColumn": 4, - "startOffset": 36337, - "endColumn": 84, - "endOffset": 36417 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 26017, - "endColumn": 89, - "endOffset": 26102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 590, - "startColumn": 4, - "startOffset": 36505, - "endColumn": 89, - "endOffset": 36590 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 26107, - "endColumn": 123, - "endOffset": 26226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 13995, - "endColumn": 123, - "endOffset": 14114 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 26231, - "endColumn": 301, - "endOffset": 26528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 199, - "startColumn": 4, - "startOffset": 14120, - "endColumn": 301, - "endOffset": 14417 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 26533, - "endColumn": 132, - "endOffset": 26661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 201, - "startColumn": 4, - "startOffset": 14423, - "endColumn": 132, - "endOffset": 14551 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 26666, - "endColumn": 121, - "endOffset": 26783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 203, - "startColumn": 4, - "startOffset": 14557, - "endColumn": 121, - "endOffset": 14674 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 26788, - "endColumn": 118, - "endOffset": 26902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 205, - "startColumn": 4, - "startOffset": 14680, - "endColumn": 118, - "endOffset": 14794 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 26907, - "endColumn": 108, - "endOffset": 27011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 63, - "startColumn": 2, - "startOffset": 3563, - "endColumn": 106, - "endOffset": 3667 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 27016, - "endColumn": 79, - "endOffset": 27091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 593, - "startColumn": 4, - "startOffset": 36675, - "endColumn": 79, - "endOffset": 36750 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 27096, - "endColumn": 71, - "endOffset": 27163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 596, - "startColumn": 4, - "startOffset": 36813, - "endColumn": 71, - "endOffset": 36880 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 27168, - "endColumn": 121, - "endOffset": 27285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 207, - "startColumn": 4, - "startOffset": 14800, - "endColumn": 121, - "endOffset": 14917 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 27290, - "endColumn": 54, - "endOffset": 27340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 599, - "startColumn": 4, - "startOffset": 36937, - "endColumn": 54, - "endOffset": 36987 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 27345, - "endColumn": 113, - "endOffset": 27454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 602, - "startColumn": 4, - "startOffset": 37060, - "endColumn": 113, - "endOffset": 37169 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 27459, - "endColumn": 71, - "endOffset": 27526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 605, - "startColumn": 4, - "startOffset": 37255, - "endColumn": 71, - "endOffset": 37322 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 27531, - "endColumn": 60, - "endOffset": 27587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 608, - "startColumn": 4, - "startOffset": 37406, - "endColumn": 60, - "endOffset": 37462 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 27592, - "endColumn": 69, - "endOffset": 27657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 611, - "startColumn": 4, - "startOffset": 37535, - "endColumn": 69, - "endOffset": 37600 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 27662, - "endColumn": 51, - "endOffset": 27709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 614, - "startColumn": 4, - "startOffset": 37674, - "endColumn": 51, - "endOffset": 37721 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 27714, - "endColumn": 65, - "endOffset": 27775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 617, - "startColumn": 4, - "startOffset": 37796, - "endColumn": 65, - "endOffset": 37857 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 27780, - "endColumn": 58, - "endOffset": 27834 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 66, - "startColumn": 2, - "startOffset": 3723, - "endColumn": 56, - "endOffset": 3777 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 27839, - "endColumn": 142, - "endOffset": 27977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 620, - "startColumn": 4, - "startOffset": 37970, - "endColumn": 142, - "endOffset": 38108 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 27982, - "endColumn": 67, - "endOffset": 28045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 765, - "startColumn": 4, - "startOffset": 45224, - "endColumn": 67, - "endOffset": 45287 - } - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 28050, - "endColumn": 64, - "endOffset": 28110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 70, - "startColumn": 2, - "startOffset": 3849, - "endColumn": 62, - "endOffset": 3909 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 28115, - "endColumn": 64, - "endOffset": 28175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 623, - "startColumn": 4, - "startOffset": 38179, - "endColumn": 64, - "endOffset": 38239 - } - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 28180, - "endColumn": 128, - "endOffset": 28304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 626, - "startColumn": 4, - "startOffset": 38322, - "endColumn": 128, - "endOffset": 38446 - } - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 28309, - "endColumn": 136, - "endOffset": 28441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 629, - "startColumn": 4, - "startOffset": 38527, - "endColumn": 136, - "endOffset": 38659 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 28446, - "endColumn": 62, - "endOffset": 28504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 632, - "startColumn": 4, - "startOffset": 38726, - "endColumn": 62, - "endOffset": 38784 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 28509, - "endColumn": 71, - "endOffset": 28576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 635, - "startColumn": 4, - "startOffset": 38838, - "endColumn": 71, - "endOffset": 38905 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 28581, - "endColumn": 78, - "endOffset": 28655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 73, - "startColumn": 2, - "startOffset": 3953, - "endColumn": 76, - "endOffset": 4027 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 28660, - "endColumn": 115, - "endOffset": 28771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 638, - "startColumn": 4, - "startOffset": 38995, - "endColumn": 119, - "endOffset": 39110 - } - } - }, - { - "to": { - "startLine": 282, - "startColumn": 4, - "startOffset": 28776, - "endColumn": 46, - "endOffset": 28818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 641, - "startColumn": 4, - "startOffset": 39191, - "endColumn": 46, - "endOffset": 39233 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 28823, - "endColumn": 159, - "endOffset": 28978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 132, - "startColumn": 4, - "startOffset": 8966, - "endColumn": 159, - "endOffset": 9121 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 28983, - "endColumn": 51, - "endOffset": 29030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 771, - "startColumn": 4, - "startOffset": 45545, - "endColumn": 51, - "endOffset": 45592 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 29035, - "endColumn": 59, - "endOffset": 29090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 644, - "startColumn": 4, - "startOffset": 39321, - "endColumn": 59, - "endOffset": 39376 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 29095, - "endColumn": 56, - "endOffset": 29147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 76, - "startColumn": 2, - "startOffset": 4108, - "endColumn": 54, - "endOffset": 4160 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 29152, - "endLine": 289, - "endColumn": 11, - "endOffset": 29262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 647, - "startColumn": 4, - "startOffset": 39458, - "endLine": 649, - "endColumn": 11, - "endOffset": 39576 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 29267, - "endLine": 292, - "endColumn": 11, - "endOffset": 29351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 652, - "startColumn": 4, - "startOffset": 39649, - "endLine": 654, - "endColumn": 11, - "endOffset": 39737 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 29356, - "endColumn": 50, - "endOffset": 29402 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 768, - "startColumn": 4, - "startOffset": 45391, - "endColumn": 50, - "endOffset": 45437 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 29407, - "endColumn": 81, - "endOffset": 29484 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 83, - "startColumn": 2, - "startOffset": 4444, - "endColumn": 79, - "endOffset": 4521 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 29489, - "endColumn": 46, - "endOffset": 29531 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 657, - "startColumn": 4, - "startOffset": 39824, - "endColumn": 46, - "endOffset": 39866 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 29536, - "endLine": 297, - "endColumn": 11, - "endOffset": 29715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 660, - "startColumn": 4, - "startOffset": 39949, - "endLine": 661, - "endColumn": 11, - "endOffset": 40140 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 29720, - "endLine": 299, - "endColumn": 11, - "endOffset": 29869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 664, - "startColumn": 4, - "startOffset": 40229, - "endLine": 665, - "endColumn": 11, - "endOffset": 40390 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 29874, - "endColumn": 99, - "endOffset": 29969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 668, - "startColumn": 4, - "startOffset": 40491, - "endColumn": 103, - "endOffset": 40590 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 29974, - "endColumn": 213, - "endOffset": 30183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 108, - "startColumn": 4, - "startOffset": 6172, - "endColumn": 203, - "endOffset": 6371 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 30188, - "endColumn": 213, - "endOffset": 30397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 110, - "startColumn": 4, - "startOffset": 6377, - "endColumn": 203, - "endOffset": 6576 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 30402, - "endColumn": 206, - "endOffset": 30604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 104, - "startColumn": 4, - "startOffset": 5776, - "endColumn": 196, - "endOffset": 5968 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 30609, - "endColumn": 117, - "endOffset": 30722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 672, - "startColumn": 4, - "startOffset": 40754, - "endColumn": 117, - "endOffset": 40867 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 30727, - "endColumn": 196, - "endOffset": 30919 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 100, - "startColumn": 4, - "startOffset": 5400, - "endColumn": 186, - "endOffset": 5582 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 30924, - "endColumn": 196, - "endOffset": 31116 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 102, - "startColumn": 4, - "startOffset": 5588, - "endColumn": 186, - "endOffset": 5770 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 31121, - "endColumn": 209, - "endOffset": 31326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 112, - "startColumn": 4, - "startOffset": 6582, - "endColumn": 199, - "endOffset": 6777 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 31331, - "endColumn": 211, - "endOffset": 31538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 114, - "startColumn": 4, - "startOffset": 6783, - "endColumn": 201, - "endOffset": 6980 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 31543, - "endColumn": 206, - "endOffset": 31745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 106, - "startColumn": 4, - "startOffset": 5974, - "endColumn": 196, - "endOffset": 6166 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 31750, - "endLine": 311, - "endColumn": 11, - "endOffset": 31857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 675, - "startColumn": 4, - "startOffset": 40920, - "endLine": 676, - "endColumn": 11, - "endOffset": 41031 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 31862, - "endColumn": 216, - "endOffset": 32074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 98, - "startColumn": 4, - "startOffset": 5182, - "endColumn": 216, - "endOffset": 5394 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 32079, - "endColumn": 100, - "endOffset": 32175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2102, - "endColumn": 100, - "endOffset": 2198 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 32180, - "endColumn": 129, - "endOffset": 32305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 169, - "startColumn": 4, - "startOffset": 12120, - "endColumn": 129, - "endOffset": 12245 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 32310, - "endColumn": 104, - "endOffset": 32410 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 173, - "startColumn": 4, - "startOffset": 12380, - "endColumn": 104, - "endOffset": 12480 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 32415, - "endColumn": 113, - "endOffset": 32524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 175, - "startColumn": 4, - "startOffset": 12486, - "endColumn": 113, - "endOffset": 12595 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 32529, - "endColumn": 127, - "endOffset": 32652 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 171, - "startColumn": 4, - "startOffset": 12251, - "endColumn": 127, - "endOffset": 12374 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 32657, - "endColumn": 123, - "endOffset": 32776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 179, - "startColumn": 4, - "startOffset": 12714, - "endColumn": 123, - "endOffset": 12833 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 32781, - "endColumn": 111, - "endOffset": 32888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 177, - "startColumn": 4, - "startOffset": 12601, - "endColumn": 111, - "endOffset": 12708 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 32893, - "endColumn": 130, - "endOffset": 33019 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 181, - "startColumn": 4, - "startOffset": 12839, - "endColumn": 130, - "endOffset": 12965 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 33024, - "endColumn": 44, - "endOffset": 33064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 679, - "startColumn": 4, - "startOffset": 41099, - "endColumn": 44, - "endOffset": 41139 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 33069, - "endColumn": 117, - "endOffset": 33182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 682, - "startColumn": 4, - "startOffset": 41230, - "endColumn": 121, - "endOffset": 41347 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 33187, - "endColumn": 104, - "endOffset": 33287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 80, - "startColumn": 2, - "startOffset": 4244, - "endColumn": 102, - "endOffset": 4344 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 33292, - "endColumn": 70, - "endOffset": 33358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 685, - "startColumn": 4, - "startOffset": 41404, - "endColumn": 70, - "endOffset": 41470 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 33363, - "endColumn": 93, - "endOffset": 33452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 688, - "startColumn": 4, - "startOffset": 41530, - "endColumn": 93, - "endOffset": 41619 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 33457, - "endColumn": 121, - "endOffset": 33574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 691, - "startColumn": 4, - "startOffset": 41703, - "endColumn": 125, - "endOffset": 41824 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 33579, - "endLine": 328, - "endColumn": 11, - "endOffset": 33674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 695, - "startColumn": 4, - "startOffset": 41978, - "endLine": 696, - "endColumn": 11, - "endOffset": 42077 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 33679, - "endColumn": 52, - "endOffset": 33727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 699, - "startColumn": 4, - "startOffset": 42147, - "endColumn": 52, - "endOffset": 42195 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 33732, - "endColumn": 62, - "endOffset": 33790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 835, - "startColumn": 4, - "startOffset": 48694, - "endColumn": 62, - "endOffset": 48752 - } - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 33795, - "endColumn": 54, - "endOffset": 33845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 702, - "startColumn": 4, - "startOffset": 42261, - "endColumn": 54, - "endOffset": 42311 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 33850, - "endColumn": 64, - "endOffset": 33910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 838, - "startColumn": 4, - "startOffset": 48839, - "endColumn": 64, - "endOffset": 48899 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 33915, - "endColumn": 43, - "endOffset": 33954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 705, - "startColumn": 4, - "startOffset": 42362, - "endColumn": 43, - "endOffset": 42401 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 33959, - "endColumn": 60, - "endOffset": 34015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 708, - "startColumn": 4, - "startOffset": 42472, - "endColumn": 60, - "endOffset": 42528 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 34020, - "endColumn": 58, - "endOffset": 34074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 711, - "startColumn": 4, - "startOffset": 42592, - "endColumn": 58, - "endOffset": 42646 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 34079, - "endColumn": 70, - "endOffset": 34145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 714, - "startColumn": 4, - "startOffset": 42725, - "endColumn": 70, - "endOffset": 42791 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 34150, - "endColumn": 46, - "endOffset": 34192 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 717, - "startColumn": 4, - "startOffset": 42877, - "endColumn": 46, - "endOffset": 42919 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 34197, - "endColumn": 69, - "endOffset": 34262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 720, - "startColumn": 4, - "startOffset": 42989, - "endColumn": 69, - "endOffset": 43054 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 34267, - "endColumn": 66, - "endOffset": 34329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 723, - "startColumn": 4, - "startOffset": 43108, - "endColumn": 66, - "endOffset": 43170 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 34334, - "endColumn": 52, - "endOffset": 34382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 726, - "startColumn": 4, - "startOffset": 43217, - "endColumn": 52, - "endOffset": 43265 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 34387, - "endColumn": 56, - "endOffset": 34439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 729, - "startColumn": 4, - "startOffset": 43376, - "endColumn": 56, - "endOffset": 43428 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 34444, - "endLine": 343, - "endColumn": 13, - "endOffset": 34551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 810, - "startColumn": 5, - "startOffset": 47607, - "endLine": 811, - "endColumn": 13, - "endOffset": 47718 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 34556, - "endColumn": 53, - "endOffset": 34605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 801, - "startColumn": 4, - "startOffset": 47102, - "endColumn": 53, - "endOffset": 47151 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 34610, - "endColumn": 61, - "endOffset": 34667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 826, - "startColumn": 4, - "startOffset": 48383, - "endColumn": 61, - "endOffset": 48440 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 34672, - "endLine": 348, - "endColumn": 13, - "endOffset": 34822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 818, - "startColumn": 5, - "startOffset": 48044, - "endLine": 820, - "endColumn": 13, - "endOffset": 48202 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 34827, - "endLine": 350, - "endColumn": 52, - "endOffset": 34929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 814, - "startColumn": 5, - "startOffset": 47819, - "endLine": 815, - "endColumn": 56, - "endOffset": 47925 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 34934, - "endColumn": 59, - "endOffset": 34989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 832, - "startColumn": 4, - "startOffset": 48594, - "endColumn": 59, - "endOffset": 48649 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 34994, - "endColumn": 39, - "endOffset": 35029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 732, - "startColumn": 4, - "startOffset": 43506, - "endColumn": 39, - "endOffset": 43541 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 35034, - "endColumn": 41, - "endOffset": 35071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 735, - "startColumn": 4, - "startOffset": 43618, - "endColumn": 41, - "endOffset": 43655 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 35076, - "endColumn": 316, - "endOffset": 35388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 166, - "startColumn": 4, - "startOffset": 11795, - "endLine": 167, - "endColumn": 311, - "endOffset": 12114 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 35393, - "endColumn": 63, - "endOffset": 35452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 738, - "startColumn": 4, - "startOffset": 43747, - "endColumn": 63, - "endOffset": 43806 - } - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 35457, - "endColumn": 58, - "endOffset": 35511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 742, - "startColumn": 4, - "startOffset": 43928, - "endColumn": 58, - "endOffset": 43982 - } - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 35516, - "endColumn": 115, - "endOffset": 35627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 404, - "startColumn": 4, - "startOffset": 25561, - "endColumn": 115, - "endOffset": 25672 - } - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 35632, - "endColumn": 54, - "endOffset": 35682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 745, - "startColumn": 4, - "startOffset": 44090, - "endColumn": 54, - "endOffset": 44140 - } - } - }, - { - "to": { - "startLine": 359, - "startColumn": 4, - "startOffset": 35687, - "endColumn": 141, - "endOffset": 35824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 146, - "startColumn": 4, - "startOffset": 10115, - "endColumn": 131, - "endOffset": 10242 - } - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 35829, - "endColumn": 66, - "endOffset": 35891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 804, - "startColumn": 4, - "startOffset": 47234, - "endColumn": 66, - "endOffset": 47296 - } - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 35896, - "endColumn": 114, - "endOffset": 36006 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 807, - "startColumn": 4, - "startOffset": 47395, - "endColumn": 114, - "endOffset": 47505 - } - } - }, - { - "to": { - "startLine": 362, - "startColumn": 4, - "startOffset": 36011, - "endColumn": 1161, - "endOffset": 37168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/conduct_text.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 759, - "endColumn": 1161, - "endOffset": 1916 - } - } - }, - { - "to": { - "startLine": 363, - "startColumn": 4, - "startOffset": 37173, - "endLine": 364, - "endColumn": 23, - "endOffset": 37259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 24, - "startColumn": 2, - "startOffset": 1298, - "endLine": 25, - "endColumn": 23, - "endOffset": 1384 - } - } - }, - { - "to": { - "startLine": 365, - "startColumn": 4, - "startOffset": 37264, - "endColumn": 127, - "endOffset": 37387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 140, - "startColumn": 4, - "startOffset": 9563, - "endColumn": 127, - "endOffset": 9686 - } - } - }, - { - "to": { - "startLine": 366, - "startColumn": 4, - "startOffset": 37392, - "endColumn": 134, - "endOffset": 37522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 142, - "startColumn": 4, - "startOffset": 9692, - "endColumn": 134, - "endOffset": 9822 - } - } - }, - { - "to": { - "startLine": 367, - "startColumn": 4, - "startOffset": 37527, - "endColumn": 151, - "endOffset": 37674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 150, - "startColumn": 4, - "startOffset": 10375, - "endColumn": 151, - "endOffset": 10522 - } - } - }, - { - "to": { - "startLine": 368, - "startColumn": 4, - "startOffset": 37679, - "endColumn": 125, - "endOffset": 37800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 148, - "startColumn": 4, - "startOffset": 10248, - "endColumn": 125, - "endOffset": 10369 - } - } - }, - { - "to": { - "startLine": 369, - "startColumn": 4, - "startOffset": 37805, - "endColumn": 285, - "endOffset": 38086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 144, - "startColumn": 4, - "startOffset": 9828, - "endColumn": 285, - "endOffset": 10109 - } - } - }, - { - "to": { - "startLine": 370, - "startColumn": 4, - "startOffset": 38091, - "endColumn": 95, - "endOffset": 38182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 748, - "startColumn": 4, - "startOffset": 44208, - "endColumn": 95, - "endOffset": 44299 - } - } - }, - { - "to": { - "startLine": 371, - "startColumn": 4, - "startOffset": 38187, - "endColumn": 76, - "endOffset": 38259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 751, - "startColumn": 4, - "startOffset": 44367, - "endColumn": 76, - "endOffset": 44439 - } - } - }, - { - "to": { - "startLine": 372, - "startColumn": 4, - "startOffset": 38264, - "endColumn": 79, - "endOffset": 38339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 754, - "startColumn": 4, - "startOffset": 44518, - "endColumn": 79, - "endOffset": 44593 - } - } - }, - { - "to": { - "startLine": 373, - "startColumn": 4, - "startOffset": 38344, - "endColumn": 103, - "endOffset": 38443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 757, - "startColumn": 4, - "startOffset": 44673, - "endColumn": 103, - "endOffset": 44772 - } - } - }, - { - "to": { - "startLine": 374, - "startColumn": 4, - "startOffset": 38448, - "endColumn": 57, - "endOffset": 38501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-ru/strings.xml", - "position": { - "startLine": 829, - "startColumn": 4, - "startOffset": 48490, - "endColumn": 57, - "endOffset": 48543 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json b/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json deleted file mode 100644 index 61e698a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 109, - "endOffset": 210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 109, - "endOffset": 389 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 215, - "endColumn": 107, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 394, - "endColumn": 107, - "endOffset": 497 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 323, - "endColumn": 122, - "endOffset": 441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 502, - "endColumn": 122, - "endOffset": 620 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 446, - "endColumn": 106, - "endOffset": 548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 625, - "endColumn": 106, - "endOffset": 727 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 553, - "endColumn": 106, - "endOffset": 655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 732, - "endColumn": 106, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 660, - "endColumn": 87, - "endOffset": 743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 839, - "endColumn": 87, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 748, - "endColumn": 104, - "endOffset": 848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 104, - "endOffset": 1027 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 853, - "endColumn": 115, - "endOffset": 964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1032, - "endColumn": 115, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 969, - "endColumn": 83, - "endOffset": 1048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 83, - "endOffset": 1227 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1053, - "endColumn": 108, - "endOffset": 1157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1232, - "endColumn": 108, - "endOffset": 1336 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1162, - "endColumn": 104, - "endOffset": 1262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1341, - "endColumn": 104, - "endOffset": 1441 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1267, - "endColumn": 97, - "endOffset": 1360 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1446, - "endColumn": 97, - "endOffset": 1539 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1365, - "endColumn": 109, - "endOffset": 1470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1544, - "endColumn": 109, - "endOffset": 1649 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1475, - "endColumn": 98, - "endOffset": 1569 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1654, - "endColumn": 98, - "endOffset": 1748 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1574, - "endColumn": 105, - "endOffset": 1675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1753, - "endColumn": 105, - "endOffset": 1854 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1680, - "endColumn": 120, - "endOffset": 1796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1859, - "endColumn": 120, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1801, - "endColumn": 98, - "endOffset": 1895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 98, - "endOffset": 2074 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1900, - "endColumn": 161, - "endOffset": 2057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 640, - "endColumn": 161, - "endOffset": 797 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2062, - "endColumn": 161, - "endOffset": 2219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2610, - "endColumn": 161, - "endOffset": 2767 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2224, - "endColumn": 120, - "endOffset": 2340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2324, - "endColumn": 120, - "endOffset": 2440 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 129, - "endOffset": 2470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2058, - "endColumn": 129, - "endOffset": 2183 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2475, - "endColumn": 164, - "endOffset": 2635 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1893, - "endColumn": 164, - "endOffset": 2053 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2640, - "endColumn": 127, - "endOffset": 2763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1765, - "endColumn": 127, - "endOffset": 1888 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2768, - "endColumn": 171, - "endOffset": 2935 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 957, - "endColumn": 175, - "endOffset": 1128 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2940, - "endColumn": 129, - "endOffset": 3065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1635, - "endColumn": 129, - "endOffset": 1760 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3070, - "endColumn": 188, - "endOffset": 3254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 188, - "endOffset": 1444 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3259, - "endColumn": 185, - "endOffset": 3440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1449, - "endColumn": 185, - "endOffset": 1630 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3445, - "endColumn": 126, - "endOffset": 3567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1133, - "endColumn": 126, - "endOffset": 1255 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3572, - "endColumn": 179, - "endOffset": 3747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3172, - "endColumn": 179, - "endOffset": 3347 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3752, - "endColumn": 124, - "endOffset": 3872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3047, - "endColumn": 124, - "endOffset": 3167 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3877, - "endColumn": 154, - "endOffset": 4027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 802, - "endColumn": 154, - "endOffset": 952 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4032, - "endColumn": 159, - "endOffset": 4187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2887, - "endColumn": 159, - "endOffset": 3042 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4192, - "endColumn": 114, - "endOffset": 4302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2772, - "endColumn": 114, - "endOffset": 2882 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4307, - "endColumn": 167, - "endOffset": 4470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 298, - "endColumn": 167, - "endOffset": 461 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4475, - "endColumn": 173, - "endOffset": 4644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 466, - "endColumn": 173, - "endOffset": 635 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4649, - "endColumn": 127, - "endOffset": 4772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 127, - "endOffset": 293 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4777, - "endColumn": 172, - "endOffset": 4945 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4609, - "endColumn": 172, - "endOffset": 4777 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4950, - "endColumn": 128, - "endOffset": 5074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4480, - "endColumn": 128, - "endOffset": 4604 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5079, - "endColumn": 141, - "endOffset": 5216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3352, - "endColumn": 141, - "endOffset": 3489 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5221, - "endColumn": 219, - "endOffset": 5436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3615, - "endColumn": 219, - "endOffset": 3830 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5441, - "endColumn": 120, - "endOffset": 5557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3494, - "endColumn": 120, - "endOffset": 3610 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5562, - "endColumn": 116, - "endOffset": 5674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3835, - "endColumn": 116, - "endOffset": 3947 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5679, - "endColumn": 164, - "endOffset": 5839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2445, - "endColumn": 164, - "endOffset": 2605 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5844, - "endColumn": 135, - "endOffset": 5975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2188, - "endColumn": 135, - "endOffset": 2319 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5980, - "endColumn": 101, - "endOffset": 6077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4160, - "endColumn": 101, - "endOffset": 4257 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6082, - "endColumn": 93, - "endOffset": 6171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3952, - "endColumn": 93, - "endOffset": 4041 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6176, - "endColumn": 113, - "endOffset": 6285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4046, - "endColumn": 113, - "endOffset": 4155 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6290, - "endColumn": 217, - "endOffset": 6503 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-si-rLK/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4262, - "endColumn": 217, - "endOffset": 4475 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6508, - "endColumn": 100, - "endOffset": 6604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2079, - "endColumn": 100, - "endOffset": 2175 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sk.json b/android/build/intermediates/blame/res/debug/multi/values-sk.json deleted file mode 100644 index 6ebc79c..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sk.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sk/values-sk.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 106, - "endOffset": 207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 106, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 212, - "endColumn": 107, - "endOffset": 315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 107, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 320, - "endColumn": 122, - "endOffset": 438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 122, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 443, - "endColumn": 99, - "endOffset": 538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 99, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 543, - "endColumn": 110, - "endOffset": 649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 718, - "endColumn": 110, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 654, - "endColumn": 85, - "endOffset": 735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 85, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 107, - "endOffset": 843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 915, - "endColumn": 107, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 117, - "endOffset": 961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 117, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 966, - "endColumn": 83, - "endOffset": 1045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 83, - "endOffset": 1220 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 104, - "endOffset": 1150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 104, - "endOffset": 1325 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1155, - "endColumn": 108, - "endOffset": 1259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1330, - "endColumn": 108, - "endOffset": 1434 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1264, - "endColumn": 98, - "endOffset": 1358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1439, - "endColumn": 98, - "endOffset": 1533 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1363, - "endColumn": 105, - "endOffset": 1464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 105, - "endOffset": 1639 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1469, - "endColumn": 110, - "endOffset": 1575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1644, - "endColumn": 110, - "endOffset": 1750 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1580, - "endColumn": 108, - "endOffset": 1684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1755, - "endColumn": 108, - "endOffset": 1859 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1689, - "endColumn": 123, - "endOffset": 1808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1864, - "endColumn": 123, - "endOffset": 1983 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1813, - "endColumn": 97, - "endOffset": 1906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1988, - "endColumn": 97, - "endOffset": 2081 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1911, - "endColumn": 172, - "endOffset": 2079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 648, - "endColumn": 172, - "endOffset": 816 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2084, - "endColumn": 161, - "endOffset": 2241 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2644, - "endColumn": 161, - "endOffset": 2801 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2246, - "endColumn": 126, - "endOffset": 2368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2346, - "endColumn": 126, - "endOffset": 2468 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2373, - "endColumn": 126, - "endOffset": 2495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2088, - "endColumn": 126, - "endOffset": 2210 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2500, - "endColumn": 162, - "endOffset": 2658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1925, - "endColumn": 162, - "endOffset": 2083 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2663, - "endColumn": 124, - "endOffset": 2783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1800, - "endColumn": 124, - "endOffset": 1920 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2788, - "endColumn": 176, - "endOffset": 2960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 978, - "endColumn": 180, - "endOffset": 1154 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2965, - "endColumn": 130, - "endOffset": 3091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1669, - "endColumn": 130, - "endOffset": 1795 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3096, - "endColumn": 190, - "endOffset": 3282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1287, - "endColumn": 190, - "endOffset": 1473 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3287, - "endColumn": 190, - "endOffset": 3473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1478, - "endColumn": 190, - "endOffset": 1664 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3478, - "endColumn": 127, - "endOffset": 3601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 127, - "endOffset": 1282 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3606, - "endColumn": 166, - "endOffset": 3768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3215, - "endColumn": 166, - "endOffset": 3377 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3773, - "endColumn": 121, - "endOffset": 3890 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3093, - "endColumn": 121, - "endOffset": 3210 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3895, - "endColumn": 156, - "endOffset": 4047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 821, - "endColumn": 156, - "endOffset": 973 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4052, - "endColumn": 168, - "endOffset": 4216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2924, - "endColumn": 168, - "endOffset": 3088 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4221, - "endColumn": 117, - "endOffset": 4334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2806, - "endColumn": 117, - "endOffset": 2919 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4339, - "endColumn": 174, - "endOffset": 4509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 174, - "endOffset": 472 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4514, - "endColumn": 170, - "endOffset": 4680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 477, - "endColumn": 170, - "endOffset": 643 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4685, - "endColumn": 131, - "endOffset": 4812 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4817, - "endColumn": 175, - "endOffset": 4988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4694, - "endColumn": 175, - "endOffset": 4865 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4993, - "endColumn": 126, - "endOffset": 5115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4567, - "endColumn": 126, - "endOffset": 4689 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5120, - "endColumn": 140, - "endOffset": 5256 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3382, - "endColumn": 140, - "endOffset": 3518 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5261, - "endColumn": 243, - "endOffset": 5500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3646, - "endColumn": 243, - "endOffset": 3885 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5505, - "endColumn": 122, - "endOffset": 5623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3523, - "endColumn": 122, - "endOffset": 3641 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5628, - "endColumn": 112, - "endOffset": 5736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3890, - "endColumn": 112, - "endOffset": 3998 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5741, - "endColumn": 170, - "endOffset": 5907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2473, - "endColumn": 170, - "endOffset": 2639 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5912, - "endColumn": 130, - "endOffset": 6038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2215, - "endColumn": 130, - "endOffset": 2341 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6043, - "endColumn": 97, - "endOffset": 6136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4217, - "endColumn": 97, - "endOffset": 4310 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6141, - "endColumn": 96, - "endOffset": 6233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4003, - "endColumn": 96, - "endOffset": 4095 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6238, - "endColumn": 116, - "endOffset": 6350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4100, - "endColumn": 116, - "endOffset": 4212 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6355, - "endColumn": 251, - "endOffset": 6602 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sk/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4315, - "endColumn": 251, - "endOffset": 4562 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6607, - "endColumn": 100, - "endOffset": 6703 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2086, - "endColumn": 100, - "endOffset": 2182 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sl.json b/android/build/intermediates/blame/res/debug/multi/values-sl.json deleted file mode 100644 index c777ba2..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sl.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sl/values-sl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 106, - "endOffset": 207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 106, - "endOffset": 382 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 212, - "endColumn": 107, - "endOffset": 315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 387, - "endColumn": 107, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 320, - "endColumn": 122, - "endOffset": 438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 495, - "endColumn": 122, - "endOffset": 613 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 443, - "endColumn": 106, - "endOffset": 545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 618, - "endColumn": 106, - "endOffset": 720 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 550, - "endColumn": 107, - "endOffset": 653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 725, - "endColumn": 107, - "endOffset": 828 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 658, - "endColumn": 86, - "endOffset": 740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 833, - "endColumn": 86, - "endOffset": 915 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 745, - "endColumn": 102, - "endOffset": 843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 920, - "endColumn": 102, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 118, - "endOffset": 962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 118, - "endOffset": 1137 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 967, - "endColumn": 83, - "endOffset": 1046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 83, - "endOffset": 1221 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1051, - "endColumn": 107, - "endOffset": 1154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1226, - "endColumn": 107, - "endOffset": 1329 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1159, - "endColumn": 108, - "endOffset": 1263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1334, - "endColumn": 108, - "endOffset": 1438 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1268, - "endColumn": 99, - "endOffset": 1363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1443, - "endColumn": 99, - "endOffset": 1538 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1368, - "endColumn": 112, - "endOffset": 1476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1543, - "endColumn": 112, - "endOffset": 1651 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1481, - "endColumn": 106, - "endOffset": 1583 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1656, - "endColumn": 106, - "endOffset": 1758 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1588, - "endColumn": 103, - "endOffset": 1687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1763, - "endColumn": 103, - "endOffset": 1862 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1692, - "endColumn": 116, - "endOffset": 1804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1867, - "endColumn": 116, - "endOffset": 1979 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1809, - "endColumn": 96, - "endOffset": 1901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1984, - "endColumn": 96, - "endOffset": 2076 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1906, - "endColumn": 163, - "endOffset": 2065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 673, - "endColumn": 163, - "endOffset": 832 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2070, - "endColumn": 156, - "endOffset": 2222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2659, - "endColumn": 156, - "endOffset": 2811 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2227, - "endColumn": 126, - "endOffset": 2349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2371, - "endColumn": 126, - "endOffset": 2493 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2354, - "endColumn": 130, - "endOffset": 2480 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2109, - "endColumn": 130, - "endOffset": 2235 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2485, - "endColumn": 162, - "endOffset": 2643 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1946, - "endColumn": 162, - "endOffset": 2104 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2648, - "endColumn": 128, - "endOffset": 2772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1817, - "endColumn": 128, - "endOffset": 1941 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2777, - "endColumn": 174, - "endOffset": 2947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1007, - "endColumn": 178, - "endOffset": 1181 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2952, - "endColumn": 131, - "endOffset": 3079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1685, - "endColumn": 131, - "endOffset": 1812 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3084, - "endColumn": 177, - "endOffset": 3257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 177, - "endOffset": 1488 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3262, - "endColumn": 191, - "endOffset": 3449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1493, - "endColumn": 191, - "endOffset": 1680 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3454, - "endColumn": 128, - "endOffset": 3578 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1186, - "endColumn": 128, - "endOffset": 1310 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3583, - "endColumn": 165, - "endOffset": 3744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3237, - "endColumn": 165, - "endOffset": 3398 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3749, - "endColumn": 124, - "endOffset": 3869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3112, - "endColumn": 124, - "endOffset": 3232 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3874, - "endColumn": 169, - "endOffset": 4039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 837, - "endColumn": 169, - "endOffset": 1002 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4044, - "endColumn": 174, - "endOffset": 4214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2937, - "endColumn": 174, - "endOffset": 3107 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4219, - "endColumn": 120, - "endOffset": 4335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2816, - "endColumn": 120, - "endOffset": 2932 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4340, - "endColumn": 186, - "endOffset": 4522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 186, - "endOffset": 486 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4527, - "endColumn": 181, - "endOffset": 4704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 491, - "endColumn": 181, - "endOffset": 668 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4709, - "endColumn": 133, - "endOffset": 4838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4843, - "endColumn": 161, - "endOffset": 5000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4667, - "endColumn": 161, - "endOffset": 4824 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5005, - "endColumn": 124, - "endOffset": 5125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4542, - "endColumn": 124, - "endOffset": 4662 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5130, - "endColumn": 140, - "endOffset": 5266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3403, - "endColumn": 140, - "endOffset": 3539 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5271, - "endColumn": 232, - "endOffset": 5499 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3669, - "endColumn": 232, - "endOffset": 3897 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5504, - "endColumn": 124, - "endOffset": 5624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3544, - "endColumn": 124, - "endOffset": 3664 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5629, - "endColumn": 108, - "endOffset": 5733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3902, - "endColumn": 108, - "endOffset": 4006 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5738, - "endColumn": 160, - "endOffset": 5894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2498, - "endColumn": 160, - "endOffset": 2654 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5899, - "endColumn": 130, - "endOffset": 6025 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 130, - "endOffset": 2366 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6030, - "endColumn": 98, - "endOffset": 6124 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4214, - "endColumn": 98, - "endOffset": 4308 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6129, - "endColumn": 91, - "endOffset": 6216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4011, - "endColumn": 91, - "endOffset": 4098 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6221, - "endColumn": 110, - "endOffset": 6327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4103, - "endColumn": 110, - "endOffset": 4209 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6332, - "endColumn": 228, - "endOffset": 6556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sl/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4313, - "endColumn": 228, - "endOffset": 4537 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6561, - "endColumn": 100, - "endOffset": 6657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2081, - "endColumn": 100, - "endOffset": 2177 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json b/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json deleted file mode 100644 index 13a57fb..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json +++ /dev/null @@ -1,349 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 113, - "endOffset": 164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 113, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 169, - "endColumn": 107, - "endOffset": 272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 277, - "endColumn": 122, - "endOffset": 395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 400, - "endColumn": 99, - "endOffset": 495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 99, - "endOffset": 724 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 500, - "endColumn": 111, - "endOffset": 607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 729, - "endColumn": 111, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 612, - "endColumn": 86, - "endOffset": 694 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 841, - "endColumn": 86, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 699, - "endColumn": 109, - "endOffset": 804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 109, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 809, - "endColumn": 122, - "endOffset": 927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 122, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 932, - "endColumn": 82, - "endOffset": 1010 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 82, - "endOffset": 1239 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 105, - "endOffset": 1116 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 105, - "endOffset": 1345 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1121, - "endColumn": 104, - "endOffset": 1221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1350, - "endColumn": 104, - "endOffset": 1450 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1226, - "endColumn": 97, - "endOffset": 1319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1455, - "endColumn": 97, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1324, - "endColumn": 105, - "endOffset": 1425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 105, - "endOffset": 1654 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1430, - "endColumn": 102, - "endOffset": 1528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1659, - "endColumn": 102, - "endOffset": 1757 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1533, - "endColumn": 115, - "endOffset": 1644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1762, - "endColumn": 115, - "endOffset": 1873 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1649, - "endColumn": 130, - "endOffset": 1775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1878, - "endColumn": 130, - "endOffset": 2004 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1780, - "endColumn": 98, - "endOffset": 1874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2009, - "endColumn": 98, - "endOffset": 2103 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1879, - "endColumn": 100, - "endOffset": 1975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2108, - "endColumn": 100, - "endOffset": 2204 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sr.json b/android/build/intermediates/blame/res/debug/multi/values-sr.json deleted file mode 100644 index 829c6c0..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sr.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sr/values-sr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 108, - "endOffset": 209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 108, - "endOffset": 384 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 214, - "endColumn": 107, - "endOffset": 317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 107, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 322, - "endColumn": 122, - "endOffset": 440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 122, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 445, - "endColumn": 102, - "endOffset": 543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 102, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 548, - "endColumn": 105, - "endOffset": 649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 723, - "endColumn": 105, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 654, - "endColumn": 85, - "endOffset": 735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 85, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 103, - "endOffset": 839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 915, - "endColumn": 103, - "endOffset": 1014 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 844, - "endColumn": 117, - "endOffset": 957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1019, - "endColumn": 117, - "endOffset": 1132 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 962, - "endColumn": 87, - "endOffset": 1045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1137, - "endColumn": 87, - "endOffset": 1220 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 104, - "endOffset": 1150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1225, - "endColumn": 104, - "endOffset": 1325 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1155, - "endColumn": 107, - "endOffset": 1258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1330, - "endColumn": 107, - "endOffset": 1433 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 100, - "endOffset": 1359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1438, - "endColumn": 100, - "endOffset": 1534 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1364, - "endColumn": 103, - "endOffset": 1463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1539, - "endColumn": 103, - "endOffset": 1638 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1468, - "endColumn": 107, - "endOffset": 1571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1643, - "endColumn": 107, - "endOffset": 1746 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1576, - "endColumn": 100, - "endOffset": 1672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1751, - "endColumn": 100, - "endOffset": 1847 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1677, - "endColumn": 127, - "endOffset": 1800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1852, - "endColumn": 127, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 96, - "endOffset": 1897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 96, - "endOffset": 2072 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1902, - "endColumn": 161, - "endOffset": 2059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 644, - "endColumn": 161, - "endOffset": 801 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2064, - "endColumn": 168, - "endOffset": 2228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2621, - "endColumn": 168, - "endOffset": 2785 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2233, - "endColumn": 114, - "endOffset": 2343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2335, - "endColumn": 114, - "endOffset": 2445 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2348, - "endColumn": 126, - "endOffset": 2470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2080, - "endColumn": 126, - "endOffset": 2202 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2475, - "endColumn": 168, - "endOffset": 2639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1911, - "endColumn": 168, - "endOffset": 2075 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2644, - "endColumn": 128, - "endOffset": 2768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1782, - "endColumn": 128, - "endOffset": 1906 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2773, - "endColumn": 163, - "endOffset": 2932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 970, - "endColumn": 167, - "endOffset": 1133 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2937, - "endColumn": 127, - "endOffset": 3060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1654, - "endColumn": 127, - "endOffset": 1777 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3065, - "endColumn": 193, - "endOffset": 3254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1266, - "endColumn": 193, - "endOffset": 1455 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3259, - "endColumn": 193, - "endOffset": 3448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1460, - "endColumn": 193, - "endOffset": 1649 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3453, - "endColumn": 127, - "endOffset": 3576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1138, - "endColumn": 127, - "endOffset": 1261 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3581, - "endColumn": 172, - "endOffset": 3749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3215, - "endColumn": 172, - "endOffset": 3383 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3754, - "endColumn": 122, - "endOffset": 3872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3092, - "endColumn": 122, - "endOffset": 3210 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3877, - "endColumn": 163, - "endOffset": 4036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 806, - "endColumn": 163, - "endOffset": 965 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4041, - "endColumn": 179, - "endOffset": 4216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2912, - "endColumn": 179, - "endOffset": 3087 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4221, - "endColumn": 121, - "endOffset": 4338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2790, - "endColumn": 121, - "endOffset": 2907 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4343, - "endColumn": 174, - "endOffset": 4513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 302, - "endColumn": 174, - "endOffset": 472 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4518, - "endColumn": 166, - "endOffset": 4680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 477, - "endColumn": 166, - "endOffset": 639 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4685, - "endColumn": 131, - "endOffset": 4812 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 131, - "endOffset": 297 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4817, - "endColumn": 183, - "endOffset": 4996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4696, - "endColumn": 183, - "endOffset": 4875 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5001, - "endColumn": 131, - "endOffset": 5128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4564, - "endColumn": 131, - "endOffset": 4691 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5133, - "endColumn": 141, - "endOffset": 5270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3388, - "endColumn": 141, - "endOffset": 3525 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5275, - "endColumn": 252, - "endOffset": 5523 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3653, - "endColumn": 252, - "endOffset": 3901 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5528, - "endColumn": 122, - "endOffset": 5646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3530, - "endColumn": 122, - "endOffset": 3648 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5651, - "endColumn": 108, - "endOffset": 5755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3906, - "endColumn": 108, - "endOffset": 4010 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5760, - "endColumn": 170, - "endOffset": 5926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2450, - "endColumn": 170, - "endOffset": 2616 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5931, - "endColumn": 127, - "endOffset": 6054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2207, - "endColumn": 127, - "endOffset": 2330 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6059, - "endColumn": 96, - "endOffset": 6151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4225, - "endColumn": 96, - "endOffset": 4317 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6156, - "endColumn": 94, - "endOffset": 6246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4015, - "endColumn": 94, - "endOffset": 4105 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6251, - "endColumn": 114, - "endOffset": 6361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4110, - "endColumn": 114, - "endOffset": 4220 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6366, - "endColumn": 241, - "endOffset": 6603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sr/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4322, - "endColumn": 241, - "endOffset": 4559 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6608, - "endColumn": 100, - "endOffset": 6704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2077, - "endColumn": 100, - "endOffset": 2173 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sv.json b/android/build/intermediates/blame/res/debug/multi/values-sv.json deleted file mode 100644 index 88ecd3b..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sv.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sv/values-sv.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 105, - "endOffset": 206 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 105, - "endOffset": 381 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 211, - "endColumn": 107, - "endOffset": 314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 386, - "endColumn": 107, - "endOffset": 489 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 319, - "endColumn": 122, - "endOffset": 437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 494, - "endColumn": 122, - "endOffset": 612 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 442, - "endColumn": 102, - "endOffset": 540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 617, - "endColumn": 102, - "endOffset": 715 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 545, - "endColumn": 110, - "endOffset": 651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 720, - "endColumn": 110, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 656, - "endColumn": 84, - "endOffset": 736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 831, - "endColumn": 84, - "endOffset": 911 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 741, - "endColumn": 101, - "endOffset": 838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 916, - "endColumn": 101, - "endOffset": 1013 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 843, - "endColumn": 112, - "endOffset": 951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1018, - "endColumn": 112, - "endOffset": 1126 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 956, - "endColumn": 79, - "endOffset": 1031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1131, - "endColumn": 79, - "endOffset": 1206 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1036, - "endColumn": 105, - "endOffset": 1137 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1211, - "endColumn": 105, - "endOffset": 1312 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1142, - "endColumn": 99, - "endOffset": 1237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1317, - "endColumn": 99, - "endOffset": 1412 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1242, - "endColumn": 95, - "endOffset": 1333 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1417, - "endColumn": 95, - "endOffset": 1508 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1338, - "endColumn": 104, - "endOffset": 1438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1513, - "endColumn": 104, - "endOffset": 1613 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1443, - "endColumn": 101, - "endOffset": 1540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1618, - "endColumn": 101, - "endOffset": 1715 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1545, - "endColumn": 101, - "endOffset": 1642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1720, - "endColumn": 101, - "endOffset": 1817 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1647, - "endColumn": 116, - "endOffset": 1759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1822, - "endColumn": 116, - "endOffset": 1934 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1764, - "endColumn": 101, - "endOffset": 1861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1939, - "endColumn": 101, - "endOffset": 2036 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1866, - "endColumn": 156, - "endOffset": 2018 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 675, - "endColumn": 156, - "endOffset": 827 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2023, - "endColumn": 160, - "endOffset": 2179 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2646, - "endColumn": 160, - "endOffset": 2802 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2184, - "endColumn": 113, - "endOffset": 2293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2362, - "endColumn": 113, - "endOffset": 2471 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2298, - "endColumn": 129, - "endOffset": 2423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2102, - "endColumn": 129, - "endOffset": 2227 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2428, - "endColumn": 171, - "endOffset": 2595 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1930, - "endColumn": 171, - "endOffset": 2097 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2600, - "endColumn": 127, - "endOffset": 2723 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1802, - "endColumn": 127, - "endOffset": 1925 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2728, - "endColumn": 167, - "endOffset": 2891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1004, - "endColumn": 171, - "endOffset": 1171 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2896, - "endColumn": 127, - "endOffset": 3019 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1674, - "endColumn": 127, - "endOffset": 1797 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3024, - "endColumn": 183, - "endOffset": 3203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1301, - "endColumn": 183, - "endOffset": 1480 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3208, - "endColumn": 188, - "endOffset": 3392 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1485, - "endColumn": 188, - "endOffset": 1669 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3397, - "endColumn": 124, - "endOffset": 3517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1176, - "endColumn": 124, - "endOffset": 1296 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3522, - "endColumn": 178, - "endOffset": 3696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3221, - "endColumn": 178, - "endOffset": 3395 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3701, - "endColumn": 122, - "endOffset": 3819 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3098, - "endColumn": 122, - "endOffset": 3216 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3824, - "endColumn": 171, - "endOffset": 3991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 832, - "endColumn": 171, - "endOffset": 999 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3996, - "endColumn": 172, - "endOffset": 4164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2925, - "endColumn": 172, - "endOffset": 3093 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4169, - "endColumn": 117, - "endOffset": 4282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2807, - "endColumn": 117, - "endOffset": 2920 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4287, - "endColumn": 190, - "endOffset": 4473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 190, - "endOffset": 490 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4478, - "endColumn": 179, - "endOffset": 4653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 495, - "endColumn": 179, - "endOffset": 670 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4658, - "endColumn": 133, - "endOffset": 4787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4792, - "endColumn": 179, - "endOffset": 4967 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4670, - "endColumn": 179, - "endOffset": 4845 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4972, - "endColumn": 133, - "endOffset": 5101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4536, - "endColumn": 133, - "endOffset": 4665 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5106, - "endColumn": 138, - "endOffset": 5240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3400, - "endColumn": 138, - "endOffset": 3534 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5245, - "endColumn": 224, - "endOffset": 5465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3664, - "endColumn": 224, - "endOffset": 3884 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5470, - "endColumn": 124, - "endOffset": 5590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3539, - "endColumn": 124, - "endOffset": 3659 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5595, - "endColumn": 109, - "endOffset": 5700 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3889, - "endColumn": 109, - "endOffset": 3994 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5705, - "endColumn": 169, - "endOffset": 5870 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2476, - "endColumn": 169, - "endOffset": 2641 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5875, - "endColumn": 129, - "endOffset": 6000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2232, - "endColumn": 129, - "endOffset": 2357 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6005, - "endColumn": 94, - "endOffset": 6095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4201, - "endColumn": 94, - "endOffset": 4291 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6100, - "endColumn": 92, - "endOffset": 6188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3999, - "endColumn": 92, - "endOffset": 4087 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6193, - "endColumn": 108, - "endOffset": 6297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4092, - "endColumn": 108, - "endOffset": 4196 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6302, - "endColumn": 239, - "endOffset": 6537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sv/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4296, - "endColumn": 239, - "endOffset": 4531 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6542, - "endColumn": 100, - "endOffset": 6638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2041, - "endColumn": 100, - "endOffset": 2137 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw.json b/android/build/intermediates/blame/res/debug/multi/values-sw.json deleted file mode 100644 index b548312..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw/values-sw.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 102, - "endOffset": 203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 102, - "endOffset": 378 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 208, - "endColumn": 107, - "endOffset": 311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 383, - "endColumn": 107, - "endOffset": 486 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 316, - "endColumn": 122, - "endOffset": 434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 491, - "endColumn": 122, - "endOffset": 609 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 439, - "endColumn": 97, - "endOffset": 532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 614, - "endColumn": 97, - "endOffset": 707 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 537, - "endColumn": 107, - "endOffset": 640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 712, - "endColumn": 107, - "endOffset": 815 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 645, - "endColumn": 89, - "endOffset": 730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 820, - "endColumn": 89, - "endOffset": 905 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 735, - "endColumn": 104, - "endOffset": 835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 104, - "endOffset": 1010 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 116, - "endOffset": 952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 116, - "endOffset": 1127 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 957, - "endColumn": 81, - "endOffset": 1034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1132, - "endColumn": 81, - "endOffset": 1209 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1039, - "endColumn": 100, - "endOffset": 1135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1214, - "endColumn": 100, - "endOffset": 1310 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1140, - "endColumn": 108, - "endOffset": 1244 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1315, - "endColumn": 108, - "endOffset": 1419 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1249, - "endColumn": 98, - "endOffset": 1343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1424, - "endColumn": 98, - "endOffset": 1518 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 106, - "endOffset": 1450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1523, - "endColumn": 106, - "endOffset": 1625 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1455, - "endColumn": 108, - "endOffset": 1559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1630, - "endColumn": 108, - "endOffset": 1734 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 104, - "endOffset": 1664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1739, - "endColumn": 104, - "endOffset": 1839 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1669, - "endColumn": 118, - "endOffset": 1783 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1844, - "endColumn": 118, - "endOffset": 1958 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1788, - "endColumn": 96, - "endOffset": 1880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1963, - "endColumn": 96, - "endOffset": 2055 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1885, - "endColumn": 164, - "endOffset": 2045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 671, - "endColumn": 164, - "endOffset": 831 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2050, - "endColumn": 155, - "endOffset": 2201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2678, - "endColumn": 155, - "endOffset": 2829 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2206, - "endColumn": 111, - "endOffset": 2313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2393, - "endColumn": 111, - "endOffset": 2500 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2318, - "endColumn": 129, - "endOffset": 2443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2134, - "endColumn": 129, - "endOffset": 2259 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2448, - "endColumn": 170, - "endOffset": 2614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1963, - "endColumn": 170, - "endOffset": 2129 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2619, - "endColumn": 127, - "endOffset": 2742 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1835, - "endColumn": 127, - "endOffset": 1958 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2747, - "endColumn": 167, - "endOffset": 2910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 997, - "endColumn": 171, - "endOffset": 1164 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2915, - "endColumn": 127, - "endOffset": 3038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1707, - "endColumn": 127, - "endOffset": 1830 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3043, - "endColumn": 196, - "endOffset": 3235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1294, - "endColumn": 196, - "endOffset": 1486 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3240, - "endColumn": 215, - "endOffset": 3451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1491, - "endColumn": 215, - "endOffset": 1702 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3456, - "endColumn": 124, - "endOffset": 3576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1169, - "endColumn": 124, - "endOffset": 1289 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3581, - "endColumn": 188, - "endOffset": 3765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3266, - "endColumn": 188, - "endOffset": 3450 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3770, - "endColumn": 122, - "endOffset": 3888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3143, - "endColumn": 122, - "endOffset": 3261 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3893, - "endColumn": 160, - "endOffset": 4049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 836, - "endColumn": 160, - "endOffset": 992 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4054, - "endColumn": 182, - "endOffset": 4232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2960, - "endColumn": 182, - "endOffset": 3138 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4237, - "endColumn": 125, - "endOffset": 4358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2834, - "endColumn": 125, - "endOffset": 2955 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4363, - "endColumn": 181, - "endOffset": 4540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 314, - "endColumn": 181, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4545, - "endColumn": 174, - "endOffset": 4715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 496, - "endColumn": 174, - "endOffset": 666 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4720, - "endColumn": 143, - "endOffset": 4859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 143, - "endOffset": 309 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4864, - "endColumn": 197, - "endOffset": 5057 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4775, - "endColumn": 197, - "endOffset": 4968 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5062, - "endColumn": 140, - "endOffset": 5198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4634, - "endColumn": 140, - "endOffset": 4770 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5203, - "endColumn": 146, - "endOffset": 5345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3455, - "endColumn": 146, - "endOffset": 3597 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5350, - "endColumn": 248, - "endOffset": 5594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3728, - "endColumn": 248, - "endOffset": 3972 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5599, - "endColumn": 125, - "endOffset": 5720 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3602, - "endColumn": 125, - "endOffset": 3723 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5725, - "endColumn": 107, - "endOffset": 5828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3977, - "endColumn": 107, - "endOffset": 4080 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5833, - "endColumn": 172, - "endOffset": 6001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2505, - "endColumn": 172, - "endOffset": 2673 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6006, - "endColumn": 128, - "endOffset": 6130 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2264, - "endColumn": 128, - "endOffset": 2388 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6135, - "endColumn": 96, - "endOffset": 6227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4286, - "endColumn": 96, - "endOffset": 4378 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6232, - "endColumn": 89, - "endOffset": 6317 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 89, - "endOffset": 4170 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6322, - "endColumn": 110, - "endOffset": 6428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4175, - "endColumn": 110, - "endOffset": 4281 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6433, - "endColumn": 250, - "endOffset": 6679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-sw/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4383, - "endColumn": 250, - "endOffset": 4629 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6684, - "endColumn": 100, - "endOffset": 6780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2060, - "endColumn": 100, - "endOffset": 2156 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw360dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw360dp-v13.json deleted file mode 100644 index 79977a7..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw360dp-v13.json +++ /dev/null @@ -1,140 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw360dp-v13/values-sw360dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 56, - "endOffset": 107 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 686, - "endColumn": 56, - "endOffset": 738 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 112, - "endColumn": 63, - "endOffset": 171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/dimens.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 767, - "endColumn": 63, - "endOffset": 826 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 176, - "endColumn": 59, - "endOffset": 231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/dimens.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 879, - "endColumn": 59, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 236, - "endColumn": 47, - "endOffset": 279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/dimens.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 831, - "endColumn": 47, - "endOffset": 874 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 284, - "endColumn": 61, - "endOffset": 341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/navview_values.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 61, - "endOffset": 717 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 346, - "endColumn": 57, - "endOffset": 399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/navview_values.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 768, - "endColumn": 57, - "endOffset": 821 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 404, - "endColumn": 45, - "endOffset": 445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw360dp/navview_values.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 722, - "endColumn": 45, - "endOffset": 763 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-land-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw600dp-land-v13.json deleted file mode 100644 index 83a86a0..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-land-v13.json +++ /dev/null @@ -1,197 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw600dp-land-v13/values-sw600dp-land-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 47, - "endOffset": 98 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/dimens.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 739, - "endColumn": 47, - "endOffset": 782 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 103, - "endColumn": 52, - "endOffset": 151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 686, - "endColumn": 52, - "endOffset": 734 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 156, - "endColumn": 73, - "endOffset": 225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 727, - "endColumn": 73, - "endOffset": 796 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 230, - "endColumn": 73, - "endOffset": 299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1008, - "endColumn": 73, - "endOffset": 1077 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 304, - "endColumn": 74, - "endOffset": 374 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 933, - "endColumn": 74, - "endOffset": 1003 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 379, - "endColumn": 45, - "endOffset": 420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 680, - "endColumn": 45, - "endOffset": 721 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 425, - "endColumn": 57, - "endOffset": 478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 622, - "endColumn": 57, - "endOffset": 675 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 483, - "endColumn": 53, - "endOffset": 532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/integers.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1083, - "endColumn": 53, - "endOffset": 1132 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 537, - "endColumn": 92, - "endOffset": 625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/layouts.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 92, - "endOffset": 748 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 630, - "endColumn": 96, - "endOffset": 722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-land/layouts.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 753, - "endColumn": 96, - "endOffset": 845 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json deleted file mode 100644 index 1520210..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json +++ /dev/null @@ -1,1113 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 68, - "endOffset": 119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 68, - "endOffset": 348 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 124, - "endColumn": 69, - "endOffset": 189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 353, - "endColumn": 69, - "endOffset": 418 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 194, - "endColumn": 73, - "endOffset": 263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 423, - "endColumn": 73, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 268, - "endColumn": 75, - "endOffset": 339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 497, - "endColumn": 75, - "endOffset": 568 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 344, - "endColumn": 58, - "endOffset": 398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 802, - "endColumn": 58, - "endOffset": 856 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 403, - "endColumn": 70, - "endOffset": 469 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1090, - "endColumn": 70, - "endOffset": 1156 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 474, - "endColumn": 67, - "endOffset": 537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 67, - "endOffset": 1224 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 542, - "endColumn": 54, - "endOffset": 592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 909, - "endColumn": 54, - "endOffset": 959 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 597, - "endColumn": 60, - "endOffset": 653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 964, - "endColumn": 60, - "endOffset": 1020 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 658, - "endColumn": 71, - "endOffset": 725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1052, - "endColumn": 71, - "endOffset": 1119 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 730, - "endColumn": 69, - "endOffset": 795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 278, - "endColumn": 69, - "endOffset": 343 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 800, - "endColumn": 70, - "endOffset": 866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 348, - "endColumn": 70, - "endOffset": 414 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 871, - "endColumn": 71, - "endOffset": 938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 419, - "endColumn": 71, - "endOffset": 486 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 943, - "endColumn": 57, - "endOffset": 996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 491, - "endColumn": 57, - "endOffset": 544 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1001, - "endColumn": 57, - "endOffset": 1054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 549, - "endColumn": 57, - "endOffset": 602 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1059, - "endColumn": 105, - "endOffset": 1160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 607, - "endColumn": 105, - "endOffset": 708 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1165, - "endColumn": 52, - "endOffset": 1213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 713, - "endColumn": 52, - "endOffset": 761 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1218, - "endColumn": 55, - "endOffset": 1269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 853, - "endColumn": 55, - "endOffset": 904 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1274, - "endColumn": 56, - "endOffset": 1326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 1475, - "endColumn": 56, - "endOffset": 1527 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1331, - "endColumn": 56, - "endOffset": 1383 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 64, - "startColumn": 4, - "startOffset": 2545, - "endColumn": 56, - "endOffset": 2597 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1388, - "endColumn": 52, - "endOffset": 1436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1125, - "endColumn": 52, - "endOffset": 1173 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1441, - "endColumn": 53, - "endOffset": 1490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 1302, - "endColumn": 53, - "endOffset": 1351 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1495, - "endColumn": 48, - "endOffset": 1539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 48, - "endOffset": 1297 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1544, - "endColumn": 40, - "endOffset": 1580 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 55, - "startColumn": 4, - "startOffset": 2185, - "endColumn": 40, - "endOffset": 2221 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1585, - "endColumn": 50, - "endOffset": 1631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 2226, - "endColumn": 50, - "endOffset": 2272 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1636, - "endColumn": 40, - "endOffset": 1672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 57, - "startColumn": 4, - "startOffset": 2277, - "endColumn": 40, - "endOffset": 2313 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1677, - "endColumn": 51, - "endOffset": 1724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 2318, - "endColumn": 51, - "endOffset": 2365 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1729, - "endColumn": 56, - "endOffset": 1781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 59, - "startColumn": 4, - "startOffset": 2370, - "endColumn": 56, - "endOffset": 2422 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1786, - "endColumn": 62, - "endOffset": 1844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 1681, - "endColumn": 62, - "endOffset": 1739 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 1849, - "endColumn": 62, - "endOffset": 1907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 1618, - "endColumn": 62, - "endOffset": 1676 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 1912, - "endColumn": 60, - "endOffset": 1968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 1861, - "endColumn": 60, - "endOffset": 1917 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 1973, - "endColumn": 67, - "endOffset": 2036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 1988, - "endColumn": 67, - "endOffset": 2051 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2041, - "endColumn": 65, - "endOffset": 2102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 1922, - "endColumn": 65, - "endOffset": 1983 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2107, - "endColumn": 59, - "endOffset": 2162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 1801, - "endColumn": 59, - "endOffset": 1856 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2167, - "endColumn": 56, - "endOffset": 2219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 1744, - "endColumn": 56, - "endOffset": 1796 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2224, - "endColumn": 66, - "endOffset": 2286 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 53, - "startColumn": 4, - "startOffset": 2082, - "endColumn": 66, - "endOffset": 2144 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2291, - "endColumn": 55, - "endOffset": 2342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 1357, - "endColumn": 55, - "endOffset": 1408 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2347, - "endColumn": 60, - "endOffset": 2403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 1413, - "endColumn": 60, - "endOffset": 1469 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2408, - "endColumn": 45, - "endOffset": 2449 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 781, - "endColumn": 45, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2454, - "endColumn": 58, - "endOffset": 2508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 1533, - "endColumn": 58, - "endOffset": 1587 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2513, - "endColumn": 65, - "endOffset": 2574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 61, - "startColumn": 4, - "startOffset": 2428, - "endColumn": 65, - "endOffset": 2489 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 2579, - "endColumn": 43, - "endOffset": 2618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 737, - "endColumn": 43, - "endOffset": 776 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 2623, - "endColumn": 45, - "endOffset": 2664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 691, - "endColumn": 45, - "endOffset": 732 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2669, - "endColumn": 53, - "endOffset": 2718 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 2634, - "endColumn": 53, - "endOffset": 2683 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 2723, - "endColumn": 54, - "endOffset": 2773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 70, - "startColumn": 4, - "startOffset": 2804, - "endColumn": 54, - "endOffset": 2854 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 2778, - "endColumn": 59, - "endOffset": 2833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 69, - "startColumn": 4, - "startOffset": 2716, - "endColumn": 59, - "endOffset": 2771 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 2838, - "endColumn": 49, - "endOffset": 2883 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 2859, - "endColumn": 49, - "endOffset": 2904 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 2888, - "endColumn": 54, - "endOffset": 2938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1229, - "endColumn": 54, - "endOffset": 1279 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 2943, - "endColumn": 73, - "endOffset": 3012 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/integers.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 765, - "endColumn": 73, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3017, - "endColumn": 73, - "endOffset": 3086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/integers.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 73, - "endOffset": 1115 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3091, - "endColumn": 74, - "endOffset": 3161 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/integers.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 971, - "endColumn": 74, - "endOffset": 1041 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3166, - "endColumn": 62, - "endOffset": 3224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 989, - "endColumn": 62, - "endOffset": 1047 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3229, - "endColumn": 53, - "endOffset": 3278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/dimens.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1178, - "endColumn": 53, - "endOffset": 1227 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3283, - "endColumn": 45, - "endOffset": 3324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/integers.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 718, - "endColumn": 45, - "endOffset": 759 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 3329, - "endColumn": 57, - "endOffset": 3382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 57, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 3387, - "endColumn": 91, - "endOffset": 3474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/styles.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1326, - "endColumn": 92, - "endOffset": 1414 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 3479, - "endLine": 67, - "endColumn": 12, - "endOffset": 4058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp/styles.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 741, - "endLine": 28, - "endColumn": 12, - "endOffset": 1320 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 4063, - "endLine": 71, - "endColumn": 12, - "endOffset": 4240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-sw600dp/values-sw600dp.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1275, - "endLine": 19, - "endColumn": 12, - "endOffset": 1452 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v21.json b/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v21.json deleted file mode 100644 index 05f8ca3..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v21.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw600dp-v21/values-sw600dp-v21.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 7, - "endColumn": 12, - "endOffset": 344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw600dp-v21/styles.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 661, - "endLine": 23, - "endColumn": 12, - "endOffset": 950 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json deleted file mode 100644 index 5f78e2c..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json +++ /dev/null @@ -1,178 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 63, - "endOffset": 114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 723, - "endColumn": 63, - "endOffset": 782 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 119, - "endColumn": 62, - "endOffset": 177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 62, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 182, - "endColumn": 69, - "endOffset": 247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 787, - "endColumn": 69, - "endOffset": 852 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 252, - "endColumn": 73, - "endOffset": 321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 765, - "endColumn": 73, - "endOffset": 834 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 326, - "endColumn": 73, - "endOffset": 395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1046, - "endColumn": 73, - "endOffset": 1115 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 400, - "endColumn": 74, - "endOffset": 470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 971, - "endColumn": 74, - "endOffset": 1041 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 475, - "endColumn": 45, - "endOffset": 516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 718, - "endColumn": 45, - "endOffset": 759 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 521, - "endColumn": 57, - "endOffset": 574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 57, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 579, - "endColumn": 53, - "endOffset": 628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp-land/integers.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1121, - "endColumn": 53, - "endOffset": 1170 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw720dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw720dp-v13.json deleted file mode 100644 index 2259a54..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-sw720dp-v13.json +++ /dev/null @@ -1,159 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-sw720dp-v13/values-sw720dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 53, - "endOffset": 104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 712, - "endColumn": 53, - "endOffset": 761 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 109, - "endColumn": 48, - "endOffset": 153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/dimens.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 766, - "endColumn": 48, - "endOffset": 810 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 158, - "endColumn": 63, - "endOffset": 217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/dimens.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 879, - "endColumn": 63, - "endOffset": 938 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 222, - "endColumn": 62, - "endOffset": 280 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/dimens.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 816, - "endColumn": 62, - "endOffset": 874 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 285, - "endColumn": 50, - "endOffset": 331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 50, - "endOffset": 706 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 336, - "endColumn": 45, - "endOffset": 377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 45, - "endOffset": 701 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 382, - "endColumn": 53, - "endOffset": 431 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/integers.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 706, - "endColumn": 53, - "endOffset": 755 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 436, - "endColumn": 96, - "endOffset": 528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-sw720dp/layouts.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 96, - "endOffset": 752 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json deleted file mode 100644 index 3ca26bf..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 113, - "endOffset": 214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 113, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 219, - "endColumn": 107, - "endOffset": 322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 327, - "endColumn": 122, - "endOffset": 445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 450, - "endColumn": 104, - "endOffset": 550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 104, - "endOffset": 729 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 555, - "endColumn": 114, - "endOffset": 665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 734, - "endColumn": 114, - "endOffset": 844 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 670, - "endColumn": 88, - "endOffset": 754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 849, - "endColumn": 88, - "endOffset": 933 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 759, - "endColumn": 106, - "endOffset": 861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 938, - "endColumn": 106, - "endOffset": 1040 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 866, - "endColumn": 125, - "endOffset": 987 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1045, - "endColumn": 125, - "endOffset": 1166 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 992, - "endColumn": 81, - "endOffset": 1069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1171, - "endColumn": 81, - "endOffset": 1248 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1074, - "endColumn": 101, - "endOffset": 1171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 101, - "endOffset": 1350 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1176, - "endColumn": 103, - "endOffset": 1275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 103, - "endOffset": 1454 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1280, - "endColumn": 96, - "endOffset": 1372 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1459, - "endColumn": 96, - "endOffset": 1551 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1377, - "endColumn": 109, - "endOffset": 1482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1556, - "endColumn": 109, - "endOffset": 1661 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1487, - "endColumn": 101, - "endOffset": 1584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1666, - "endColumn": 101, - "endOffset": 1763 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1589, - "endColumn": 106, - "endOffset": 1691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1768, - "endColumn": 106, - "endOffset": 1870 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1696, - "endColumn": 118, - "endOffset": 1810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1875, - "endColumn": 118, - "endOffset": 1989 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1815, - "endColumn": 99, - "endOffset": 1910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1994, - "endColumn": 99, - "endOffset": 2089 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1915, - "endColumn": 162, - "endOffset": 2073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 655, - "endColumn": 162, - "endOffset": 813 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 150, - "endOffset": 2224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2620, - "endColumn": 150, - "endOffset": 2766 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2229, - "endColumn": 115, - "endOffset": 2340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2333, - "endColumn": 115, - "endOffset": 2444 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 126, - "endOffset": 2467 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2076, - "endColumn": 126, - "endOffset": 2198 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2472, - "endColumn": 168, - "endOffset": 2636 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1907, - "endColumn": 168, - "endOffset": 2071 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2641, - "endColumn": 124, - "endOffset": 2761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1782, - "endColumn": 124, - "endOffset": 1902 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2766, - "endColumn": 171, - "endOffset": 2933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 976, - "endColumn": 175, - "endOffset": 1147 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2938, - "endColumn": 128, - "endOffset": 3062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1653, - "endColumn": 128, - "endOffset": 1777 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3067, - "endColumn": 186, - "endOffset": 3249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1278, - "endColumn": 186, - "endOffset": 1460 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3254, - "endColumn": 187, - "endOffset": 3437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1465, - "endColumn": 187, - "endOffset": 1648 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3442, - "endColumn": 125, - "endOffset": 3563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1152, - "endColumn": 125, - "endOffset": 1273 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3568, - "endColumn": 186, - "endOffset": 3750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3162, - "endColumn": 186, - "endOffset": 3344 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3755, - "endColumn": 120, - "endOffset": 3871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3041, - "endColumn": 120, - "endOffset": 3157 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3876, - "endColumn": 157, - "endOffset": 4029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 818, - "endColumn": 157, - "endOffset": 971 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4034, - "endColumn": 152, - "endOffset": 4182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2888, - "endColumn": 152, - "endOffset": 3036 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4187, - "endColumn": 116, - "endOffset": 4299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2771, - "endColumn": 116, - "endOffset": 2883 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4304, - "endColumn": 172, - "endOffset": 4472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 301, - "endColumn": 172, - "endOffset": 469 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4477, - "endColumn": 180, - "endOffset": 4653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 474, - "endColumn": 180, - "endOffset": 650 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4658, - "endColumn": 130, - "endOffset": 4784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 130, - "endOffset": 296 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4789, - "endColumn": 178, - "endOffset": 4963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4622, - "endColumn": 178, - "endOffset": 4796 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4968, - "endColumn": 123, - "endOffset": 5087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4498, - "endColumn": 123, - "endOffset": 4617 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5092, - "endColumn": 148, - "endOffset": 5236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3349, - "endColumn": 148, - "endOffset": 3493 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5241, - "endColumn": 231, - "endOffset": 5468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3622, - "endColumn": 231, - "endOffset": 3849 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5473, - "endColumn": 123, - "endOffset": 5592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3498, - "endColumn": 123, - "endOffset": 3617 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5597, - "endColumn": 108, - "endOffset": 5701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3854, - "endColumn": 108, - "endOffset": 3958 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5706, - "endColumn": 170, - "endOffset": 5872 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2449, - "endColumn": 170, - "endOffset": 2615 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5877, - "endColumn": 129, - "endOffset": 6002 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2203, - "endColumn": 129, - "endOffset": 2328 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6007, - "endColumn": 89, - "endOffset": 6092 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4166, - "endColumn": 89, - "endOffset": 4251 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6097, - "endColumn": 92, - "endOffset": 6185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3963, - "endColumn": 92, - "endOffset": 4051 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6190, - "endColumn": 109, - "endOffset": 6295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4056, - "endColumn": 109, - "endOffset": 4161 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6300, - "endColumn": 241, - "endOffset": 6537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ta-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4256, - "endColumn": 241, - "endOffset": 4493 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6542, - "endColumn": 100, - "endOffset": 6638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2094, - "endColumn": 100, - "endOffset": 2190 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json deleted file mode 100644 index b2cade1..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 113, - "endOffset": 214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 113, - "endOffset": 393 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 219, - "endColumn": 107, - "endOffset": 322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 398, - "endColumn": 107, - "endOffset": 501 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 327, - "endColumn": 122, - "endOffset": 445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 506, - "endColumn": 122, - "endOffset": 624 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 450, - "endColumn": 108, - "endOffset": 554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 629, - "endColumn": 108, - "endOffset": 733 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 559, - "endColumn": 110, - "endOffset": 665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 738, - "endColumn": 110, - "endOffset": 844 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 670, - "endColumn": 89, - "endOffset": 755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 849, - "endColumn": 89, - "endOffset": 934 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 760, - "endColumn": 104, - "endOffset": 860 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 939, - "endColumn": 104, - "endOffset": 1039 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 865, - "endColumn": 124, - "endOffset": 985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1044, - "endColumn": 124, - "endOffset": 1164 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 990, - "endColumn": 84, - "endOffset": 1070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1169, - "endColumn": 84, - "endOffset": 1249 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1075, - "endColumn": 112, - "endOffset": 1183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 112, - "endOffset": 1362 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1188, - "endColumn": 107, - "endOffset": 1291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1367, - "endColumn": 107, - "endOffset": 1470 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1296, - "endColumn": 99, - "endOffset": 1391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1475, - "endColumn": 99, - "endOffset": 1570 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1396, - "endColumn": 110, - "endOffset": 1502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1575, - "endColumn": 110, - "endOffset": 1681 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1507, - "endColumn": 101, - "endOffset": 1604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1686, - "endColumn": 101, - "endOffset": 1783 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1609, - "endColumn": 116, - "endOffset": 1721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1788, - "endColumn": 116, - "endOffset": 1900 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1726, - "endColumn": 126, - "endOffset": 1848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1905, - "endColumn": 126, - "endOffset": 2027 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1853, - "endColumn": 100, - "endOffset": 1949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2032, - "endColumn": 100, - "endOffset": 2128 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1954, - "endColumn": 169, - "endOffset": 2119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 656, - "endColumn": 169, - "endOffset": 821 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2124, - "endColumn": 158, - "endOffset": 2278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2618, - "endColumn": 158, - "endOffset": 2772 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2283, - "endColumn": 117, - "endOffset": 2396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2339, - "endColumn": 117, - "endOffset": 2452 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2401, - "endColumn": 130, - "endOffset": 2527 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2078, - "endColumn": 130, - "endOffset": 2204 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2532, - "endColumn": 163, - "endOffset": 2691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1914, - "endColumn": 163, - "endOffset": 2073 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2696, - "endColumn": 128, - "endOffset": 2820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1785, - "endColumn": 128, - "endOffset": 1909 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2825, - "endColumn": 179, - "endOffset": 3000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 985, - "endColumn": 183, - "endOffset": 1164 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3005, - "endColumn": 127, - "endOffset": 3128 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1657, - "endColumn": 127, - "endOffset": 1780 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3133, - "endColumn": 178, - "endOffset": 3307 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1294, - "endColumn": 178, - "endOffset": 1468 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3312, - "endColumn": 183, - "endOffset": 3491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1473, - "endColumn": 183, - "endOffset": 1652 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3496, - "endColumn": 124, - "endOffset": 3616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1169, - "endColumn": 124, - "endOffset": 1289 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3621, - "endColumn": 169, - "endOffset": 3786 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3183, - "endColumn": 169, - "endOffset": 3348 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3791, - "endColumn": 120, - "endOffset": 3907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3062, - "endColumn": 120, - "endOffset": 3178 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3912, - "endColumn": 158, - "endOffset": 4066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 826, - "endColumn": 158, - "endOffset": 980 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4071, - "endColumn": 162, - "endOffset": 4229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2899, - "endColumn": 162, - "endOffset": 3057 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4234, - "endColumn": 121, - "endOffset": 4351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2777, - "endColumn": 121, - "endOffset": 2894 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4356, - "endColumn": 184, - "endOffset": 4536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 298, - "endColumn": 184, - "endOffset": 478 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4541, - "endColumn": 172, - "endOffset": 4709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 483, - "endColumn": 172, - "endOffset": 651 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4714, - "endColumn": 127, - "endOffset": 4837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 127, - "endOffset": 293 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4842, - "endColumn": 175, - "endOffset": 5013 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4615, - "endColumn": 175, - "endOffset": 4786 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5018, - "endColumn": 125, - "endOffset": 5139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4489, - "endColumn": 125, - "endOffset": 4610 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5144, - "endColumn": 133, - "endOffset": 5273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3353, - "endColumn": 133, - "endOffset": 3482 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5278, - "endColumn": 222, - "endOffset": 5496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3609, - "endColumn": 222, - "endOffset": 3827 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5501, - "endColumn": 121, - "endOffset": 5618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3487, - "endColumn": 121, - "endOffset": 3604 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5623, - "endColumn": 109, - "endOffset": 5728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3832, - "endColumn": 109, - "endOffset": 3937 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5733, - "endColumn": 160, - "endOffset": 5889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2457, - "endColumn": 160, - "endOffset": 2613 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5894, - "endColumn": 129, - "endOffset": 6019 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2209, - "endColumn": 129, - "endOffset": 2334 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6024, - "endColumn": 93, - "endOffset": 6113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4152, - "endColumn": 93, - "endOffset": 4241 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6118, - "endColumn": 97, - "endOffset": 6211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3942, - "endColumn": 97, - "endOffset": 4035 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6216, - "endColumn": 111, - "endOffset": 6323 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4040, - "endColumn": 111, - "endOffset": 4147 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6328, - "endColumn": 242, - "endOffset": 6566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-te-rIN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4246, - "endColumn": 242, - "endOffset": 4484 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6571, - "endColumn": 100, - "endOffset": 6667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2133, - "endColumn": 100, - "endOffset": 2229 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-th.json b/android/build/intermediates/blame/res/debug/multi/values-th.json deleted file mode 100644 index 794be3d..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-th.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-th/values-th.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 104, - "endOffset": 205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 104, - "endOffset": 380 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 210, - "endColumn": 107, - "endOffset": 313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 107, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 318, - "endColumn": 122, - "endOffset": 436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 122, - "endOffset": 611 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 441, - "endColumn": 97, - "endOffset": 534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 616, - "endColumn": 97, - "endOffset": 709 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 539, - "endColumn": 107, - "endOffset": 642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 714, - "endColumn": 107, - "endOffset": 817 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 647, - "endColumn": 88, - "endOffset": 731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 822, - "endColumn": 88, - "endOffset": 906 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 736, - "endColumn": 101, - "endOffset": 833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 911, - "endColumn": 101, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 838, - "endColumn": 109, - "endOffset": 943 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 109, - "endOffset": 1118 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 948, - "endColumn": 80, - "endOffset": 1024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1123, - "endColumn": 80, - "endOffset": 1199 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 107, - "endOffset": 1132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1204, - "endColumn": 107, - "endOffset": 1307 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1137, - "endColumn": 103, - "endOffset": 1236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1312, - "endColumn": 103, - "endOffset": 1411 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1241, - "endColumn": 97, - "endOffset": 1334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1416, - "endColumn": 97, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1339, - "endColumn": 107, - "endOffset": 1442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 107, - "endOffset": 1617 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1447, - "endColumn": 104, - "endOffset": 1547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1622, - "endColumn": 104, - "endOffset": 1722 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1552, - "endColumn": 100, - "endOffset": 1648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1727, - "endColumn": 100, - "endOffset": 1823 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1653, - "endColumn": 115, - "endOffset": 1764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1828, - "endColumn": 115, - "endOffset": 1939 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1769, - "endColumn": 94, - "endOffset": 1859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1944, - "endColumn": 94, - "endOffset": 2034 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1864, - "endColumn": 162, - "endOffset": 2022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 669, - "endColumn": 162, - "endOffset": 827 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2027, - "endColumn": 139, - "endOffset": 2162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2586, - "endColumn": 139, - "endOffset": 2721 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2167, - "endColumn": 110, - "endOffset": 2273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2318, - "endColumn": 110, - "endOffset": 2424 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2278, - "endColumn": 128, - "endOffset": 2402 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2065, - "endColumn": 128, - "endOffset": 2189 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2407, - "endColumn": 161, - "endOffset": 2564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1903, - "endColumn": 161, - "endOffset": 2060 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2569, - "endColumn": 126, - "endOffset": 2691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1776, - "endColumn": 126, - "endOffset": 1898 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2696, - "endColumn": 161, - "endOffset": 2853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1002, - "endColumn": 165, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2858, - "endColumn": 122, - "endOffset": 2976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1653, - "endColumn": 122, - "endOffset": 1771 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2981, - "endColumn": 181, - "endOffset": 3158 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1288, - "endColumn": 181, - "endOffset": 1465 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3163, - "endColumn": 182, - "endOffset": 3341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1470, - "endColumn": 182, - "endOffset": 1648 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3346, - "endColumn": 119, - "endOffset": 3461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 119, - "endOffset": 1283 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3466, - "endColumn": 159, - "endOffset": 3621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3144, - "endColumn": 159, - "endOffset": 3299 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3626, - "endColumn": 123, - "endOffset": 3745 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3020, - "endColumn": 123, - "endOffset": 3139 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3750, - "endColumn": 169, - "endOffset": 3915 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 832, - "endColumn": 169, - "endOffset": 997 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3920, - "endColumn": 164, - "endOffset": 4080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2855, - "endColumn": 164, - "endOffset": 3015 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4085, - "endColumn": 128, - "endOffset": 4209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2726, - "endColumn": 128, - "endOffset": 2850 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4214, - "endColumn": 180, - "endOffset": 4390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 308, - "endColumn": 180, - "endOffset": 484 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4395, - "endColumn": 179, - "endOffset": 4570 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 489, - "endColumn": 179, - "endOffset": 664 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4575, - "endColumn": 137, - "endOffset": 4708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 137, - "endOffset": 303 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4713, - "endColumn": 169, - "endOffset": 4878 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4568, - "endColumn": 169, - "endOffset": 4733 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4883, - "endColumn": 130, - "endOffset": 5009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4437, - "endColumn": 130, - "endOffset": 4563 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5014, - "endColumn": 138, - "endOffset": 5148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3304, - "endColumn": 138, - "endOffset": 3438 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5153, - "endColumn": 226, - "endOffset": 5375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3566, - "endColumn": 226, - "endOffset": 3788 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5380, - "endColumn": 122, - "endOffset": 5498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3443, - "endColumn": 122, - "endOffset": 3561 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5503, - "endColumn": 106, - "endOffset": 5605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3793, - "endColumn": 106, - "endOffset": 3895 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5610, - "endColumn": 156, - "endOffset": 5762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2429, - "endColumn": 156, - "endOffset": 2581 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5767, - "endColumn": 123, - "endOffset": 5886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2194, - "endColumn": 123, - "endOffset": 2313 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5891, - "endColumn": 92, - "endOffset": 5979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4108, - "endColumn": 92, - "endOffset": 4196 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 5984, - "endColumn": 93, - "endOffset": 6073 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3900, - "endColumn": 93, - "endOffset": 3989 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6078, - "endColumn": 113, - "endOffset": 6187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3994, - "endColumn": 113, - "endOffset": 4103 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6192, - "endColumn": 235, - "endOffset": 6423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-th/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4201, - "endColumn": 235, - "endOffset": 4432 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6428, - "endColumn": 100, - "endOffset": 6524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2039, - "endColumn": 100, - "endOffset": 2135 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-tl.json b/android/build/intermediates/blame/res/debug/multi/values-tl.json deleted file mode 100644 index ce6c20a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-tl.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-tl/values-tl.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 118, - "endOffset": 219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 118, - "endOffset": 394 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 224, - "endColumn": 107, - "endOffset": 327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 399, - "endColumn": 107, - "endOffset": 502 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 332, - "endColumn": 122, - "endOffset": 450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 507, - "endColumn": 122, - "endOffset": 625 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 455, - "endColumn": 107, - "endOffset": 558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 630, - "endColumn": 107, - "endOffset": 733 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 563, - "endColumn": 116, - "endOffset": 675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 738, - "endColumn": 116, - "endOffset": 850 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 680, - "endColumn": 87, - "endOffset": 763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 855, - "endColumn": 87, - "endOffset": 938 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 768, - "endColumn": 105, - "endOffset": 869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 943, - "endColumn": 105, - "endOffset": 1044 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 874, - "endColumn": 120, - "endOffset": 990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1049, - "endColumn": 120, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 995, - "endColumn": 83, - "endOffset": 1074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 83, - "endOffset": 1249 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1079, - "endColumn": 108, - "endOffset": 1183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 108, - "endOffset": 1358 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1188, - "endColumn": 110, - "endOffset": 1294 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1363, - "endColumn": 110, - "endOffset": 1469 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1299, - "endColumn": 100, - "endOffset": 1395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1474, - "endColumn": 100, - "endOffset": 1570 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1400, - "endColumn": 109, - "endOffset": 1505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1575, - "endColumn": 109, - "endOffset": 1680 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1510, - "endColumn": 116, - "endOffset": 1622 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1685, - "endColumn": 116, - "endOffset": 1797 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1627, - "endColumn": 107, - "endOffset": 1730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1802, - "endColumn": 107, - "endOffset": 1905 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1735, - "endColumn": 122, - "endOffset": 1853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1910, - "endColumn": 122, - "endOffset": 2028 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1858, - "endColumn": 101, - "endOffset": 1955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2033, - "endColumn": 101, - "endOffset": 2130 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1960, - "endColumn": 179, - "endOffset": 2135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 693, - "endColumn": 179, - "endOffset": 868 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2140, - "endColumn": 163, - "endOffset": 2299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2787, - "endColumn": 163, - "endOffset": 2946 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2304, - "endColumn": 116, - "endOffset": 2416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2485, - "endColumn": 116, - "endOffset": 2597 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2421, - "endColumn": 127, - "endOffset": 2544 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2217, - "endColumn": 127, - "endOffset": 2340 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2549, - "endColumn": 186, - "endOffset": 2731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2030, - "endColumn": 186, - "endOffset": 2212 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2736, - "endColumn": 132, - "endOffset": 2864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1897, - "endColumn": 132, - "endOffset": 2025 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2869, - "endColumn": 167, - "endOffset": 3032 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1051, - "endColumn": 171, - "endOffset": 1218 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3037, - "endColumn": 131, - "endOffset": 3164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1765, - "endColumn": 131, - "endOffset": 1892 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3169, - "endColumn": 203, - "endOffset": 3368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 203, - "endOffset": 1558 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3373, - "endColumn": 201, - "endOffset": 3570 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1563, - "endColumn": 201, - "endOffset": 1760 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3575, - "endColumn": 135, - "endOffset": 3706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1223, - "endColumn": 135, - "endOffset": 1354 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3711, - "endColumn": 197, - "endOffset": 3904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3393, - "endColumn": 197, - "endOffset": 3586 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3909, - "endColumn": 128, - "endOffset": 4033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3264, - "endColumn": 128, - "endOffset": 3388 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4038, - "endColumn": 177, - "endOffset": 4211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 873, - "endColumn": 177, - "endOffset": 1046 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4216, - "endColumn": 185, - "endOffset": 4397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3078, - "endColumn": 185, - "endOffset": 3259 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4402, - "endColumn": 126, - "endOffset": 4524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2951, - "endColumn": 126, - "endOffset": 3073 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4529, - "endColumn": 194, - "endOffset": 4719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 313, - "endColumn": 194, - "endOffset": 503 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4724, - "endColumn": 184, - "endOffset": 4904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 508, - "endColumn": 184, - "endOffset": 688 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4909, - "endColumn": 142, - "endOffset": 5047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 142, - "endOffset": 308 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5052, - "endColumn": 178, - "endOffset": 5226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4983, - "endColumn": 178, - "endOffset": 5157 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5231, - "endColumn": 128, - "endOffset": 5355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4854, - "endColumn": 128, - "endOffset": 4978 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5360, - "endColumn": 154, - "endOffset": 5510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3591, - "endColumn": 154, - "endOffset": 3741 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5515, - "endColumn": 290, - "endOffset": 5801 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3878, - "endColumn": 290, - "endOffset": 4164 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5806, - "endColumn": 131, - "endOffset": 5933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3746, - "endColumn": 131, - "endOffset": 3873 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5938, - "endColumn": 108, - "endOffset": 6042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4169, - "endColumn": 108, - "endOffset": 4273 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6047, - "endColumn": 184, - "endOffset": 6227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2602, - "endColumn": 184, - "endOffset": 2782 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6232, - "endColumn": 139, - "endOffset": 6367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2345, - "endColumn": 139, - "endOffset": 2480 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6372, - "endColumn": 96, - "endOffset": 6464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4481, - "endColumn": 96, - "endOffset": 4573 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6469, - "endColumn": 91, - "endOffset": 6556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4278, - "endColumn": 91, - "endOffset": 4365 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6561, - "endColumn": 110, - "endOffset": 6667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4370, - "endColumn": 110, - "endOffset": 4476 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6672, - "endColumn": 275, - "endOffset": 6943 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tl/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4578, - "endColumn": 275, - "endOffset": 4849 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6948, - "endColumn": 100, - "endOffset": 7044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2135, - "endColumn": 100, - "endOffset": 2231 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-tr.json b/android/build/intermediates/blame/res/debug/multi/values-tr.json deleted file mode 100644 index f21c5ca..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-tr.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-tr/values-tr.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 104, - "endOffset": 205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 104, - "endOffset": 380 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 210, - "endColumn": 107, - "endOffset": 313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 385, - "endColumn": 107, - "endOffset": 488 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 318, - "endColumn": 122, - "endOffset": 436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 493, - "endColumn": 122, - "endOffset": 611 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 441, - "endColumn": 98, - "endOffset": 535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 616, - "endColumn": 98, - "endOffset": 710 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 540, - "endColumn": 111, - "endOffset": 647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 715, - "endColumn": 111, - "endOffset": 822 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 652, - "endColumn": 89, - "endOffset": 737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 827, - "endColumn": 89, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 742, - "endColumn": 105, - "endOffset": 843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 917, - "endColumn": 105, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 119, - "endOffset": 963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 119, - "endOffset": 1138 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 968, - "endColumn": 78, - "endOffset": 1042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1143, - "endColumn": 78, - "endOffset": 1217 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 106, - "endOffset": 1149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 106, - "endOffset": 1324 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 104, - "endOffset": 1254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1329, - "endColumn": 104, - "endOffset": 1429 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1259, - "endColumn": 95, - "endOffset": 1350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1434, - "endColumn": 95, - "endOffset": 1525 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1355, - "endColumn": 106, - "endOffset": 1457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1530, - "endColumn": 106, - "endOffset": 1632 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1462, - "endColumn": 101, - "endOffset": 1559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1637, - "endColumn": 101, - "endOffset": 1734 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 107, - "endOffset": 1667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1739, - "endColumn": 107, - "endOffset": 1842 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1672, - "endColumn": 118, - "endOffset": 1786 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1847, - "endColumn": 118, - "endOffset": 1961 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1791, - "endColumn": 97, - "endOffset": 1884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1966, - "endColumn": 97, - "endOffset": 2059 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1889, - "endColumn": 185, - "endOffset": 2070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 686, - "endColumn": 185, - "endOffset": 867 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2075, - "endColumn": 161, - "endOffset": 2232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2732, - "endColumn": 161, - "endOffset": 2889 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2237, - "endColumn": 115, - "endOffset": 2348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2459, - "endColumn": 115, - "endOffset": 2570 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2353, - "endColumn": 136, - "endOffset": 2485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2189, - "endColumn": 136, - "endOffset": 2321 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2490, - "endColumn": 161, - "endOffset": 2647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2027, - "endColumn": 161, - "endOffset": 2184 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2652, - "endColumn": 134, - "endOffset": 2782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1892, - "endColumn": 134, - "endOffset": 2022 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2787, - "endColumn": 172, - "endOffset": 2955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 176, - "endOffset": 1222 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2960, - "endColumn": 130, - "endOffset": 3086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1761, - "endColumn": 130, - "endOffset": 1887 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3091, - "endColumn": 201, - "endOffset": 3288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1357, - "endColumn": 201, - "endOffset": 1554 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3293, - "endColumn": 201, - "endOffset": 3490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1559, - "endColumn": 201, - "endOffset": 1756 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3495, - "endColumn": 129, - "endOffset": 3620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1227, - "endColumn": 129, - "endOffset": 1352 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3625, - "endColumn": 179, - "endOffset": 3800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3309, - "endColumn": 179, - "endOffset": 3484 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3805, - "endColumn": 122, - "endOffset": 3923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3186, - "endColumn": 122, - "endOffset": 3304 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3928, - "endColumn": 177, - "endOffset": 4101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 872, - "endColumn": 177, - "endOffset": 1045 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4106, - "endColumn": 175, - "endOffset": 4277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3010, - "endColumn": 175, - "endOffset": 3181 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4282, - "endColumn": 115, - "endOffset": 4393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2894, - "endColumn": 115, - "endOffset": 3005 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4398, - "endColumn": 190, - "endOffset": 4584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 190, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4589, - "endColumn": 188, - "endOffset": 4773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 497, - "endColumn": 188, - "endOffset": 681 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4778, - "endColumn": 135, - "endOffset": 4909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4914, - "endColumn": 185, - "endOffset": 5095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4788, - "endColumn": 185, - "endOffset": 4969 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5100, - "endColumn": 123, - "endOffset": 5219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4664, - "endColumn": 123, - "endOffset": 4783 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5224, - "endColumn": 150, - "endOffset": 5370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3489, - "endColumn": 150, - "endOffset": 3635 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5375, - "endColumn": 245, - "endOffset": 5616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3767, - "endColumn": 245, - "endOffset": 4008 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5621, - "endColumn": 126, - "endOffset": 5743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3640, - "endColumn": 126, - "endOffset": 3762 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5748, - "endColumn": 108, - "endOffset": 5852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4013, - "endColumn": 108, - "endOffset": 4117 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5857, - "endColumn": 156, - "endOffset": 6009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2575, - "endColumn": 156, - "endOffset": 2727 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6014, - "endColumn": 132, - "endOffset": 6142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2326, - "endColumn": 132, - "endOffset": 2454 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6147, - "endColumn": 90, - "endOffset": 6233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4326, - "endColumn": 90, - "endOffset": 4412 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6238, - "endColumn": 93, - "endOffset": 6327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4122, - "endColumn": 93, - "endOffset": 4211 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6332, - "endColumn": 109, - "endOffset": 6437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4216, - "endColumn": 109, - "endOffset": 4321 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6442, - "endColumn": 246, - "endOffset": 6684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-tr/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4417, - "endColumn": 246, - "endOffset": 4659 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6689, - "endColumn": 100, - "endOffset": 6785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2064, - "endColumn": 100, - "endOffset": 2160 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-uk.json b/android/build/intermediates/blame/res/debug/multi/values-uk.json deleted file mode 100644 index 245e786..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-uk.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-uk/values-uk.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 109, - "endOffset": 210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 109, - "endOffset": 385 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 215, - "endColumn": 107, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 390, - "endColumn": 107, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 323, - "endColumn": 122, - "endOffset": 441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 498, - "endColumn": 122, - "endOffset": 616 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 446, - "endColumn": 101, - "endOffset": 543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 621, - "endColumn": 101, - "endOffset": 718 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 548, - "endColumn": 105, - "endOffset": 649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 723, - "endColumn": 105, - "endOffset": 824 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 654, - "endColumn": 85, - "endOffset": 735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 829, - "endColumn": 85, - "endOffset": 910 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 740, - "endColumn": 107, - "endOffset": 843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 915, - "endColumn": 107, - "endOffset": 1018 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 848, - "endColumn": 117, - "endOffset": 961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1023, - "endColumn": 117, - "endOffset": 1136 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 966, - "endColumn": 80, - "endOffset": 1042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1141, - "endColumn": 80, - "endOffset": 1217 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1047, - "endColumn": 105, - "endOffset": 1148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1222, - "endColumn": 105, - "endOffset": 1323 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 106, - "endOffset": 1255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1328, - "endColumn": 106, - "endOffset": 1430 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1260, - "endColumn": 97, - "endOffset": 1353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1435, - "endColumn": 97, - "endOffset": 1528 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1358, - "endColumn": 107, - "endOffset": 1461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1533, - "endColumn": 107, - "endOffset": 1636 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1466, - "endColumn": 105, - "endOffset": 1567 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1641, - "endColumn": 105, - "endOffset": 1742 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1572, - "endColumn": 108, - "endOffset": 1676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1747, - "endColumn": 108, - "endOffset": 1851 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1681, - "endColumn": 123, - "endOffset": 1800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1856, - "endColumn": 123, - "endOffset": 1975 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1805, - "endColumn": 99, - "endOffset": 1900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1980, - "endColumn": 99, - "endOffset": 2075 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1905, - "endColumn": 157, - "endOffset": 2058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 670, - "endColumn": 157, - "endOffset": 823 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2063, - "endColumn": 149, - "endOffset": 2208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2646, - "endColumn": 149, - "endOffset": 2791 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2213, - "endColumn": 111, - "endOffset": 2320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2369, - "endColumn": 111, - "endOffset": 2476 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2325, - "endColumn": 129, - "endOffset": 2450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2112, - "endColumn": 129, - "endOffset": 2237 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2455, - "endColumn": 167, - "endOffset": 2618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1944, - "endColumn": 167, - "endOffset": 2107 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2623, - "endColumn": 127, - "endOffset": 2746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1816, - "endColumn": 127, - "endOffset": 1939 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2751, - "endColumn": 173, - "endOffset": 2920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 997, - "endColumn": 177, - "endOffset": 1170 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2925, - "endColumn": 131, - "endOffset": 3052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1684, - "endColumn": 131, - "endOffset": 1811 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3057, - "endColumn": 185, - "endOffset": 3238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1304, - "endColumn": 185, - "endOffset": 1485 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3243, - "endColumn": 193, - "endOffset": 3432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1490, - "endColumn": 193, - "endOffset": 1679 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3437, - "endColumn": 128, - "endOffset": 3561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1175, - "endColumn": 128, - "endOffset": 1299 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3566, - "endColumn": 191, - "endOffset": 3753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3226, - "endColumn": 191, - "endOffset": 3413 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3758, - "endColumn": 133, - "endOffset": 3887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3092, - "endColumn": 133, - "endOffset": 3221 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3892, - "endColumn": 168, - "endOffset": 4056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 828, - "endColumn": 168, - "endOffset": 992 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4061, - "endColumn": 174, - "endOffset": 4231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2917, - "endColumn": 174, - "endOffset": 3087 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4236, - "endColumn": 120, - "endOffset": 4352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2796, - "endColumn": 120, - "endOffset": 2912 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4357, - "endColumn": 186, - "endOffset": 4539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 305, - "endColumn": 186, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4544, - "endColumn": 177, - "endOffset": 4717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 492, - "endColumn": 177, - "endOffset": 665 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4722, - "endColumn": 134, - "endOffset": 4852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 134, - "endOffset": 300 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4857, - "endColumn": 167, - "endOffset": 5020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4689, - "endColumn": 167, - "endOffset": 4852 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5025, - "endColumn": 128, - "endOffset": 5149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4560, - "endColumn": 128, - "endOffset": 4684 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5154, - "endColumn": 143, - "endOffset": 5293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3418, - "endColumn": 143, - "endOffset": 3557 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5298, - "endColumn": 227, - "endOffset": 5521 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3686, - "endColumn": 227, - "endOffset": 3909 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5526, - "endColumn": 123, - "endOffset": 5645 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3562, - "endColumn": 123, - "endOffset": 3681 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5650, - "endColumn": 107, - "endOffset": 5753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3914, - "endColumn": 107, - "endOffset": 4017 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5758, - "endColumn": 164, - "endOffset": 5918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2481, - "endColumn": 164, - "endOffset": 2641 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5923, - "endColumn": 126, - "endOffset": 6045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2242, - "endColumn": 126, - "endOffset": 2364 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6050, - "endColumn": 98, - "endOffset": 6144 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4228, - "endColumn": 98, - "endOffset": 4322 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6149, - "endColumn": 90, - "endOffset": 6235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4022, - "endColumn": 90, - "endOffset": 4108 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6240, - "endColumn": 114, - "endOffset": 6350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4113, - "endColumn": 114, - "endOffset": 4223 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6355, - "endColumn": 232, - "endOffset": 6583 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uk/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4327, - "endColumn": 232, - "endOffset": 4555 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6588, - "endColumn": 100, - "endOffset": 6684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2080, - "endColumn": 100, - "endOffset": 2176 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json b/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json deleted file mode 100644 index abed1e4..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 109, - "endOffset": 210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 109, - "endOffset": 389 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 215, - "endColumn": 107, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 394, - "endColumn": 107, - "endOffset": 497 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 323, - "endColumn": 122, - "endOffset": 441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 502, - "endColumn": 122, - "endOffset": 620 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 446, - "endColumn": 105, - "endOffset": 547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 625, - "endColumn": 105, - "endOffset": 726 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 552, - "endColumn": 108, - "endOffset": 656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 731, - "endColumn": 108, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 661, - "endColumn": 85, - "endOffset": 742 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 85, - "endOffset": 921 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 747, - "endColumn": 103, - "endOffset": 846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 926, - "endColumn": 103, - "endOffset": 1025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 851, - "endColumn": 119, - "endOffset": 966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1030, - "endColumn": 119, - "endOffset": 1145 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 971, - "endColumn": 84, - "endOffset": 1051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1150, - "endColumn": 84, - "endOffset": 1230 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1056, - "endColumn": 107, - "endOffset": 1159 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1235, - "endColumn": 107, - "endOffset": 1338 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1164, - "endColumn": 108, - "endOffset": 1268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1343, - "endColumn": 108, - "endOffset": 1447 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1273, - "endColumn": 101, - "endOffset": 1370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1452, - "endColumn": 101, - "endOffset": 1549 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1375, - "endColumn": 110, - "endOffset": 1481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1554, - "endColumn": 110, - "endOffset": 1660 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1486, - "endColumn": 99, - "endOffset": 1581 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1665, - "endColumn": 99, - "endOffset": 1760 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1586, - "endColumn": 107, - "endOffset": 1689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1765, - "endColumn": 107, - "endOffset": 1868 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1694, - "endColumn": 128, - "endOffset": 1818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1873, - "endColumn": 128, - "endOffset": 1997 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1823, - "endColumn": 97, - "endOffset": 1916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2002, - "endColumn": 97, - "endOffset": 2095 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1921, - "endColumn": 169, - "endOffset": 2086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 676, - "endColumn": 169, - "endOffset": 841 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2091, - "endColumn": 159, - "endOffset": 2246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2679, - "endColumn": 159, - "endOffset": 2834 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2251, - "endColumn": 119, - "endOffset": 2366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2381, - "endColumn": 119, - "endOffset": 2496 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2371, - "endColumn": 128, - "endOffset": 2495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2122, - "endColumn": 128, - "endOffset": 2246 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2500, - "endColumn": 180, - "endOffset": 2676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1941, - "endColumn": 180, - "endOffset": 2117 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2681, - "endColumn": 126, - "endOffset": 2803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1814, - "endColumn": 126, - "endOffset": 1936 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2808, - "endColumn": 179, - "endOffset": 2983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1015, - "endColumn": 183, - "endOffset": 1194 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2988, - "endColumn": 129, - "endOffset": 3113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1684, - "endColumn": 129, - "endOffset": 1809 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3118, - "endColumn": 176, - "endOffset": 3290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1326, - "endColumn": 176, - "endOffset": 1498 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3295, - "endColumn": 180, - "endOffset": 3471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1503, - "endColumn": 180, - "endOffset": 1679 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3476, - "endColumn": 126, - "endOffset": 3598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1199, - "endColumn": 126, - "endOffset": 1321 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3603, - "endColumn": 182, - "endOffset": 3781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3254, - "endColumn": 182, - "endOffset": 3432 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3786, - "endColumn": 118, - "endOffset": 3900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3135, - "endColumn": 118, - "endOffset": 3249 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3905, - "endColumn": 168, - "endOffset": 4069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 846, - "endColumn": 168, - "endOffset": 1010 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4074, - "endColumn": 171, - "endOffset": 4241 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2963, - "endColumn": 171, - "endOffset": 3130 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4246, - "endColumn": 123, - "endOffset": 4365 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2839, - "endColumn": 123, - "endOffset": 2958 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4370, - "endColumn": 187, - "endOffset": 4553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 187, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4558, - "endColumn": 183, - "endOffset": 4737 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 492, - "endColumn": 183, - "endOffset": 671 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4742, - "endColumn": 133, - "endOffset": 4871 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4876, - "endColumn": 190, - "endOffset": 5062 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4735, - "endColumn": 190, - "endOffset": 4921 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5067, - "endColumn": 131, - "endOffset": 5194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4603, - "endColumn": 131, - "endOffset": 4730 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5199, - "endColumn": 141, - "endOffset": 5336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3437, - "endColumn": 141, - "endOffset": 3574 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5341, - "endColumn": 251, - "endOffset": 5588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3702, - "endColumn": 251, - "endOffset": 3949 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5593, - "endColumn": 122, - "endOffset": 5711 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3579, - "endColumn": 122, - "endOffset": 3697 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5716, - "endColumn": 111, - "endOffset": 5823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3954, - "endColumn": 111, - "endOffset": 4061 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5828, - "endColumn": 177, - "endOffset": 6001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2501, - "endColumn": 177, - "endOffset": 2674 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6006, - "endColumn": 129, - "endOffset": 6131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2251, - "endColumn": 129, - "endOffset": 2376 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6136, - "endColumn": 91, - "endOffset": 6223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4281, - "endColumn": 91, - "endOffset": 4368 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6228, - "endColumn": 96, - "endOffset": 6320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4066, - "endColumn": 96, - "endOffset": 4158 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6325, - "endColumn": 117, - "endOffset": 6438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4163, - "endColumn": 117, - "endOffset": 4276 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6443, - "endColumn": 229, - "endOffset": 6668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-ur-rPK/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4373, - "endColumn": 229, - "endOffset": 4598 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6673, - "endColumn": 102, - "endOffset": 6771 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2100, - "endColumn": 102, - "endOffset": 2198 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json b/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json deleted file mode 100644 index 49d627e..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json +++ /dev/null @@ -1,919 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 104, - "endOffset": 205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 104, - "endOffset": 384 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 210, - "endColumn": 107, - "endOffset": 313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 389, - "endColumn": 107, - "endOffset": 492 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 318, - "endColumn": 122, - "endOffset": 436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 497, - "endColumn": 122, - "endOffset": 615 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 441, - "endColumn": 103, - "endOffset": 540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 620, - "endColumn": 103, - "endOffset": 719 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 545, - "endColumn": 116, - "endOffset": 657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 724, - "endColumn": 116, - "endOffset": 836 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 662, - "endColumn": 85, - "endOffset": 743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 841, - "endColumn": 85, - "endOffset": 922 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 748, - "endColumn": 110, - "endOffset": 854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 927, - "endColumn": 110, - "endOffset": 1033 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 859, - "endColumn": 115, - "endOffset": 970 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1038, - "endColumn": 115, - "endOffset": 1149 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 975, - "endColumn": 83, - "endOffset": 1054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 83, - "endOffset": 1233 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1059, - "endColumn": 108, - "endOffset": 1163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1238, - "endColumn": 108, - "endOffset": 1342 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 106, - "endOffset": 1270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1347, - "endColumn": 106, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 98, - "endOffset": 1369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1454, - "endColumn": 98, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1374, - "endColumn": 107, - "endOffset": 1477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 107, - "endOffset": 1656 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1482, - "endColumn": 104, - "endOffset": 1582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1661, - "endColumn": 104, - "endOffset": 1761 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1587, - "endColumn": 104, - "endOffset": 1687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1766, - "endColumn": 104, - "endOffset": 1866 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1692, - "endColumn": 98, - "endOffset": 1786 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1871, - "endColumn": 98, - "endOffset": 1965 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1791, - "endColumn": 174, - "endOffset": 1961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 672, - "endColumn": 174, - "endOffset": 842 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1966, - "endColumn": 151, - "endOffset": 2113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2684, - "endColumn": 151, - "endOffset": 2831 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2118, - "endColumn": 123, - "endOffset": 2237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2399, - "endColumn": 123, - "endOffset": 2518 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2242, - "endColumn": 131, - "endOffset": 2369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2133, - "endColumn": 131, - "endOffset": 2260 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2374, - "endColumn": 158, - "endOffset": 2528 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1974, - "endColumn": 158, - "endOffset": 2128 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2533, - "endColumn": 129, - "endOffset": 2658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1844, - "endColumn": 129, - "endOffset": 1969 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2663, - "endColumn": 171, - "endOffset": 2830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1013, - "endColumn": 175, - "endOffset": 1184 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2835, - "endColumn": 138, - "endOffset": 2969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1705, - "endColumn": 138, - "endOffset": 1839 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2974, - "endColumn": 188, - "endOffset": 3158 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1325, - "endColumn": 188, - "endOffset": 1509 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3163, - "endColumn": 190, - "endOffset": 3349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1514, - "endColumn": 190, - "endOffset": 1700 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3354, - "endColumn": 135, - "endOffset": 3485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1189, - "endColumn": 135, - "endOffset": 1320 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3490, - "endColumn": 178, - "endOffset": 3664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3243, - "endColumn": 178, - "endOffset": 3417 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3669, - "endColumn": 126, - "endOffset": 3791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3116, - "endColumn": 126, - "endOffset": 3238 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3796, - "endColumn": 165, - "endOffset": 3957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 847, - "endColumn": 165, - "endOffset": 1008 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3962, - "endColumn": 159, - "endOffset": 4117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2956, - "endColumn": 159, - "endOffset": 3111 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4122, - "endColumn": 119, - "endOffset": 4237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2836, - "endColumn": 119, - "endOffset": 2951 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4242, - "endColumn": 185, - "endOffset": 4423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 306, - "endColumn": 185, - "endOffset": 487 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4428, - "endColumn": 179, - "endOffset": 4603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 492, - "endColumn": 179, - "endOffset": 667 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4608, - "endColumn": 135, - "endOffset": 4739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 135, - "endOffset": 301 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4744, - "endColumn": 176, - "endOffset": 4916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4785, - "endColumn": 176, - "endOffset": 4957 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4921, - "endColumn": 128, - "endOffset": 5045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4656, - "endColumn": 128, - "endOffset": 4780 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5050, - "endColumn": 163, - "endOffset": 5209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3422, - "endColumn": 163, - "endOffset": 3581 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5214, - "endColumn": 272, - "endOffset": 5482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3713, - "endColumn": 272, - "endOffset": 3981 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5487, - "endColumn": 126, - "endOffset": 5609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3586, - "endColumn": 126, - "endOffset": 3708 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5614, - "endColumn": 109, - "endOffset": 5719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3986, - "endColumn": 109, - "endOffset": 4091 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5724, - "endColumn": 160, - "endOffset": 5880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2523, - "endColumn": 160, - "endOffset": 2679 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5885, - "endColumn": 133, - "endOffset": 6014 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2265, - "endColumn": 133, - "endOffset": 2394 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6019, - "endColumn": 94, - "endOffset": 6109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4297, - "endColumn": 94, - "endOffset": 4387 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6114, - "endColumn": 90, - "endOffset": 6200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4096, - "endColumn": 90, - "endOffset": 4182 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6205, - "endColumn": 109, - "endOffset": 6310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4187, - "endColumn": 109, - "endOffset": 4292 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6315, - "endColumn": 263, - "endOffset": 6574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-uz-rUZ/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4392, - "endColumn": 263, - "endOffset": 4651 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6579, - "endColumn": 100, - "endOffset": 6675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1970, - "endColumn": 100, - "endOffset": 2066 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v11.json b/android/build/intermediates/blame/res/debug/multi/values-v11.json deleted file mode 100644 index 233eafb..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v11.json +++ /dev/null @@ -1,354 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v11/values-v11.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 7, - "endColumn": 12, - "endOffset": 469 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 290, - "endLine": 9, - "endColumn": 12, - "endOffset": 704 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 474, - "endLine": 13, - "endColumn": 12, - "endOffset": 894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 709, - "endLine": 15, - "endColumn": 12, - "endOffset": 1129 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 899, - "endLine": 19, - "endColumn": 12, - "endOffset": 1322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1134, - "endLine": 21, - "endColumn": 12, - "endOffset": 1557 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1327, - "endLine": 25, - "endColumn": 12, - "endOffset": 1748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1562, - "endLine": 27, - "endColumn": 12, - "endOffset": 1983 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1753, - "endLine": 31, - "endColumn": 12, - "endOffset": 2175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1988, - "endLine": 33, - "endColumn": 12, - "endOffset": 2410 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2180, - "endLine": 37, - "endColumn": 12, - "endOffset": 2600 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2415, - "endLine": 39, - "endColumn": 12, - "endOffset": 2835 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2605, - "endColumn": 88, - "endOffset": 2689 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3070, - "endColumn": 88, - "endOffset": 3154 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2694, - "endColumn": 100, - "endOffset": 2790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3159, - "endColumn": 100, - "endOffset": 3255 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2795, - "endLine": 44, - "endColumn": 12, - "endOffset": 3198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3260, - "endLine": 48, - "endColumn": 12, - "endOffset": 3663 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3203, - "endLine": 49, - "endColumn": 12, - "endOffset": 3618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3668, - "endLine": 53, - "endColumn": 12, - "endOffset": 4083 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3623, - "endLine": 51, - "endColumn": 12, - "endOffset": 3725 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4318, - "endLine": 57, - "endColumn": 12, - "endOffset": 4420 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3730, - "endLine": 53, - "endColumn": 12, - "endOffset": 3854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4425, - "endLine": 59, - "endColumn": 12, - "endOffset": 4549 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3859, - "endColumn": 70, - "endOffset": 3925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4784, - "endColumn": 70, - "endOffset": 4850 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3930, - "endColumn": 82, - "endOffset": 4008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4855, - "endColumn": 82, - "endOffset": 4933 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4013, - "endLine": 106, - "endColumn": 12, - "endOffset": 7716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4938, - "endLine": 114, - "endColumn": 12, - "endOffset": 8641 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 7721, - "endLine": 158, - "endColumn": 12, - "endOffset": 11564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 115, - "startColumn": 4, - "startOffset": 8646, - "endLine": 166, - "endColumn": 12, - "endOffset": 12489 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 11569, - "endColumn": 90, - "endOffset": 11655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", - "position": { - "startLine": 169, - "startColumn": 4, - "startOffset": 12724, - "endColumn": 90, - "endOffset": 12810 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v12.json b/android/build/intermediates/blame/res/debug/multi/values-v12.json deleted file mode 100644 index 8751dea..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v12.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v12/values-v12.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 4, - "endColumn": 12, - "endOffset": 274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 285, - "endLine": 6, - "endColumn": 12, - "endOffset": 504 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 279, - "endLine": 7, - "endColumn": 12, - "endOffset": 474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 509, - "endLine": 9, - "endColumn": 12, - "endOffset": 704 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 479, - "endColumn": 118, - "endOffset": 593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 709, - "endColumn": 118, - "endOffset": 823 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 598, - "endColumn": 94, - "endOffset": 688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 828, - "endColumn": 94, - "endOffset": 918 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v14.json b/android/build/intermediates/blame/res/debug/multi/values-v14.json deleted file mode 100644 index 96401c8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v14.json +++ /dev/null @@ -1,205 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v14/values-v14.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 6, - "endColumn": 12, - "endOffset": 326 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 290, - "endLine": 8, - "endColumn": 12, - "endOffset": 561 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 331, - "endColumn": 70, - "endOffset": 397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 796, - "endColumn": 70, - "endOffset": 862 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 402, - "endColumn": 82, - "endOffset": 480 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 867, - "endColumn": 82, - "endOffset": 945 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 485, - "endLine": 14, - "endColumn": 12, - "endOffset": 890 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 950, - "endLine": 18, - "endColumn": 12, - "endOffset": 1355 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 895, - "endLine": 20, - "endColumn": 12, - "endOffset": 1312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1360, - "endLine": 24, - "endColumn": 12, - "endOffset": 1777 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1317, - "endColumn": 119, - "endOffset": 1432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2007, - "endColumn": 119, - "endOffset": 2122 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1437, - "endColumn": 62, - "endOffset": 1495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2127, - "endColumn": 62, - "endOffset": 2185 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1500, - "endLine": 25, - "endColumn": 12, - "endOffset": 1649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2190, - "endLine": 31, - "endColumn": 12, - "endOffset": 2339 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1654, - "endColumn": 62, - "endOffset": 1712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2344, - "endColumn": 62, - "endOffset": 2402 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1717, - "endColumn": 131, - "endOffset": 1844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2407, - "endColumn": 131, - "endOffset": 2534 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v17.json b/android/build/intermediates/blame/res/debug/multi/values-v17.json deleted file mode 100644 index b6d4963..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v17.json +++ /dev/null @@ -1,301 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v17/values-v17.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endLine": 13, - "endColumn": 12, - "endOffset": 978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v17/styles.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 779, - "endLine": 31, - "endColumn": 12, - "endOffset": 1702 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 983, - "endLine": 16, - "endColumn": 12, - "endOffset": 1151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endLine": 6, - "endColumn": 12, - "endOffset": 452 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1156, - "endLine": 20, - "endColumn": 12, - "endOffset": 1379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 457, - "endLine": 10, - "endColumn": 12, - "endOffset": 680 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1384, - "endLine": 24, - "endColumn": 12, - "endOffset": 1716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 685, - "endLine": 14, - "endColumn": 12, - "endOffset": 1017 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1721, - "endLine": 27, - "endColumn": 12, - "endOffset": 1874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1022, - "endLine": 17, - "endColumn": 12, - "endOffset": 1175 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1879, - "endLine": 30, - "endColumn": 12, - "endOffset": 2024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1180, - "endLine": 20, - "endColumn": 12, - "endOffset": 1325 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2029, - "endLine": 33, - "endColumn": 12, - "endOffset": 2196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1330, - "endLine": 23, - "endColumn": 12, - "endOffset": 1497 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2201, - "endLine": 37, - "endColumn": 12, - "endOffset": 2424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1502, - "endLine": 27, - "endColumn": 12, - "endOffset": 1725 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2429, - "endLine": 41, - "endColumn": 12, - "endOffset": 2666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1730, - "endLine": 31, - "endColumn": 12, - "endOffset": 1967 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2671, - "endLine": 44, - "endColumn": 12, - "endOffset": 2837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 1972, - "endLine": 34, - "endColumn": 12, - "endOffset": 2138 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2842, - "endLine": 47, - "endColumn": 12, - "endOffset": 3011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2143, - "endLine": 37, - "endColumn": 12, - "endOffset": 2312 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3016, - "endLine": 50, - "endColumn": 12, - "endOffset": 3180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2317, - "endLine": 40, - "endColumn": 12, - "endOffset": 2481 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3185, - "endLine": 54, - "endColumn": 12, - "endOffset": 3453 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2486, - "endLine": 44, - "endColumn": 12, - "endOffset": 2754 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3458, - "endLine": 57, - "endColumn": 12, - "endOffset": 3653 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2759, - "endLine": 47, - "endColumn": 12, - "endOffset": 2954 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v18.json b/android/build/intermediates/blame/res/debug/multi/values-v18.json deleted file mode 100644 index d9a3d23..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v18.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v18/values-v18.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 48, - "endOffset": 99 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 48, - "endOffset": 324 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v21.json b/android/build/intermediates/blame/res/debug/multi/values-v21.json deleted file mode 100644 index 43a5dd7..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v21.json +++ /dev/null @@ -1,1898 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v21/values-v21.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 68, - "endOffset": 119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 274, - "endColumn": 68, - "endOffset": 338 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 124, - "endColumn": 62, - "endOffset": 182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 751, - "endColumn": 62, - "endOffset": 809 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 187, - "endColumn": 59, - "endOffset": 242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/refs.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 622, - "endColumn": 59, - "endOffset": 677 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 247, - "endColumn": 75, - "endOffset": 318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/floats.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 736, - "endColumn": 75, - "endOffset": 807 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 323, - "endColumn": 53, - "endOffset": 372 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/fonts.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 622, - "endColumn": 53, - "endOffset": 671 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 377, - "endColumn": 89, - "endOffset": 462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/fonts.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 692, - "endColumn": 89, - "endOffset": 777 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 467, - "endColumn": 90, - "endOffset": 553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 290, - "endColumn": 90, - "endOffset": 376 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 558, - "endColumn": 102, - "endOffset": 656 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 381, - "endColumn": 102, - "endOffset": 479 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 661, - "endColumn": 102, - "endOffset": 759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 484, - "endColumn": 102, - "endOffset": 582 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 764, - "endColumn": 104, - "endOffset": 864 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 587, - "endColumn": 104, - "endOffset": 687 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 869, - "endColumn": 106, - "endOffset": 971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 692, - "endColumn": 106, - "endOffset": 794 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 976, - "endColumn": 108, - "endOffset": 1080 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 799, - "endColumn": 108, - "endOffset": 903 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1085, - "endColumn": 108, - "endOffset": 1189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 908, - "endColumn": 108, - "endOffset": 1012 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1194, - "endColumn": 108, - "endOffset": 1298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1017, - "endColumn": 108, - "endOffset": 1121 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1303, - "endColumn": 108, - "endOffset": 1407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1126, - "endColumn": 108, - "endOffset": 1230 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1412, - "endColumn": 108, - "endOffset": 1516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1235, - "endColumn": 108, - "endOffset": 1339 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1521, - "endColumn": 106, - "endOffset": 1623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1344, - "endColumn": 106, - "endOffset": 1446 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1628, - "endColumn": 102, - "endOffset": 1726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1451, - "endColumn": 102, - "endOffset": 1549 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1731, - "endColumn": 118, - "endOffset": 1845 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1554, - "endColumn": 118, - "endOffset": 1668 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1850, - "endLine": 22, - "endColumn": 12, - "endOffset": 2000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1903, - "endLine": 20, - "endColumn": 12, - "endOffset": 2053 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2005, - "endLine": 24, - "endColumn": 12, - "endOffset": 2155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2058, - "endLine": 22, - "endColumn": 12, - "endOffset": 2208 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2160, - "endColumn": 104, - "endOffset": 2260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2448, - "endColumn": 104, - "endOffset": 2548 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2265, - "endColumn": 120, - "endOffset": 2381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2553, - "endColumn": 120, - "endOffset": 2669 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2386, - "endColumn": 100, - "endOffset": 2482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2674, - "endColumn": 100, - "endOffset": 2770 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2487, - "endLine": 29, - "endColumn": 12, - "endOffset": 2629 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3005, - "endLine": 31, - "endColumn": 12, - "endOffset": 3147 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2634, - "endLine": 31, - "endColumn": 12, - "endOffset": 2770 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3152, - "endLine": 33, - "endColumn": 12, - "endOffset": 3288 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2775, - "endColumn": 102, - "endOffset": 2873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 3528, - "endColumn": 102, - "endOffset": 3626 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2878, - "endColumn": 118, - "endOffset": 2992 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 3631, - "endColumn": 118, - "endOffset": 3745 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2997, - "endColumn": 106, - "endOffset": 3099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3750, - "endColumn": 106, - "endOffset": 3852 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 3104, - "endColumn": 102, - "endOffset": 3202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 3857, - "endColumn": 102, - "endOffset": 3955 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 3207, - "endLine": 37, - "endColumn": 12, - "endOffset": 3349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 4190, - "endLine": 43, - "endColumn": 12, - "endOffset": 4332 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 3354, - "endLine": 39, - "endColumn": 12, - "endOffset": 3504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 4337, - "endLine": 45, - "endColumn": 12, - "endOffset": 4487 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 3509, - "endLine": 41, - "endColumn": 12, - "endOffset": 3675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 4492, - "endLine": 47, - "endColumn": 12, - "endOffset": 4658 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3680, - "endLine": 43, - "endColumn": 12, - "endOffset": 3824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 48, - "startColumn": 4, - "startOffset": 4663, - "endLine": 49, - "endColumn": 12, - "endOffset": 4807 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3829, - "endLine": 45, - "endColumn": 12, - "endOffset": 3989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4812, - "endLine": 51, - "endColumn": 12, - "endOffset": 4972 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3994, - "endLine": 47, - "endColumn": 12, - "endOffset": 4146 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4977, - "endLine": 53, - "endColumn": 12, - "endOffset": 5129 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 4151, - "endLine": 49, - "endColumn": 12, - "endOffset": 4297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 5134, - "endLine": 55, - "endColumn": 12, - "endOffset": 5280 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4302, - "endColumn": 118, - "endOffset": 4416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 58, - "startColumn": 4, - "startOffset": 5520, - "endColumn": 118, - "endOffset": 5634 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4421, - "endLine": 52, - "endColumn": 12, - "endOffset": 4565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5869, - "endLine": 62, - "endColumn": 12, - "endOffset": 6013 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4570, - "endLine": 54, - "endColumn": 12, - "endOffset": 4714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 63, - "startColumn": 4, - "startOffset": 6018, - "endLine": 64, - "endColumn": 12, - "endOffset": 6162 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4719, - "endColumn": 111, - "endOffset": 4826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 67, - "startColumn": 4, - "startOffset": 6402, - "endColumn": 111, - "endOffset": 6509 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4831, - "endColumn": 146, - "endOffset": 4973 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6744, - "endColumn": 146, - "endOffset": 6886 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4978, - "endLine": 58, - "endColumn": 12, - "endOffset": 5126 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6891, - "endLine": 72, - "endColumn": 12, - "endOffset": 7039 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 5131, - "endLine": 60, - "endColumn": 12, - "endOffset": 5273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 73, - "startColumn": 4, - "startOffset": 7044, - "endLine": 74, - "endColumn": 12, - "endOffset": 7186 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5278, - "endColumn": 74, - "endOffset": 5348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7421, - "endColumn": 74, - "endOffset": 7491 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5353, - "endColumn": 88, - "endOffset": 5437 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7496, - "endColumn": 88, - "endOffset": 7580 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5442, - "endColumn": 86, - "endOffset": 5524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7585, - "endColumn": 86, - "endOffset": 7667 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5529, - "endColumn": 100, - "endOffset": 5625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7672, - "endColumn": 100, - "endOffset": 7768 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5630, - "endLine": 112, - "endColumn": 12, - "endOffset": 9031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7773, - "endLine": 128, - "endColumn": 12, - "endOffset": 11174 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 9036, - "endLine": 115, - "endColumn": 12, - "endOffset": 9217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 129, - "startColumn": 4, - "startOffset": 11179, - "endLine": 131, - "endColumn": 12, - "endOffset": 11360 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 9222, - "endLine": 163, - "endColumn": 12, - "endOffset": 12635 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 132, - "startColumn": 4, - "startOffset": 11365, - "endLine": 179, - "endColumn": 12, - "endOffset": 14778 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 12640, - "endLine": 166, - "endColumn": 12, - "endOffset": 12833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 14783, - "endLine": 182, - "endColumn": 12, - "endOffset": 14976 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 12838, - "endLine": 168, - "endColumn": 12, - "endOffset": 12956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 185, - "startColumn": 4, - "startOffset": 15211, - "endLine": 186, - "endColumn": 12, - "endOffset": 15329 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 12961, - "endLine": 170, - "endColumn": 12, - "endOffset": 13079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 187, - "startColumn": 4, - "startOffset": 15334, - "endLine": 188, - "endColumn": 12, - "endOffset": 15452 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 13084, - "endLine": 172, - "endColumn": 12, - "endOffset": 13192 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 189, - "startColumn": 4, - "startOffset": 15457, - "endLine": 190, - "endColumn": 12, - "endOffset": 15565 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 13197, - "endLine": 175, - "endColumn": 12, - "endOffset": 13375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 15570, - "endLine": 193, - "endColumn": 12, - "endOffset": 15748 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 13380, - "endLine": 177, - "endColumn": 12, - "endOffset": 13506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 194, - "startColumn": 4, - "startOffset": 15753, - "endLine": 195, - "endColumn": 12, - "endOffset": 15879 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 13511, - "endColumn": 116, - "endOffset": 13623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 196, - "startColumn": 4, - "startOffset": 15884, - "endColumn": 116, - "endOffset": 15996 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 13628, - "endColumn": 88, - "endOffset": 13712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 16001, - "endColumn": 88, - "endOffset": 16085 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 13717, - "endColumn": 110, - "endOffset": 13823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 198, - "startColumn": 4, - "startOffset": 16090, - "endColumn": 110, - "endOffset": 16196 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 13828, - "endColumn": 126, - "endOffset": 13950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 199, - "startColumn": 4, - "startOffset": 16201, - "endColumn": 126, - "endOffset": 16323 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 13955, - "endColumn": 100, - "endOffset": 14051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 200, - "startColumn": 4, - "startOffset": 16328, - "endColumn": 100, - "endOffset": 16424 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 14056, - "endColumn": 94, - "endOffset": 14146 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 201, - "startColumn": 4, - "startOffset": 16429, - "endColumn": 94, - "endOffset": 16519 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 14151, - "endColumn": 122, - "endOffset": 14269 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 202, - "startColumn": 4, - "startOffset": 16524, - "endColumn": 122, - "endOffset": 16642 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 14274, - "endColumn": 128, - "endOffset": 14398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 203, - "startColumn": 4, - "startOffset": 16647, - "endColumn": 128, - "endOffset": 16771 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 14403, - "endColumn": 116, - "endOffset": 14515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 16776, - "endColumn": 116, - "endOffset": 16888 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 14520, - "endColumn": 92, - "endOffset": 14608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 205, - "startColumn": 4, - "startOffset": 16893, - "endColumn": 92, - "endOffset": 16981 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 14613, - "endLine": 189, - "endColumn": 12, - "endOffset": 14743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 206, - "startColumn": 4, - "startOffset": 16986, - "endLine": 207, - "endColumn": 12, - "endOffset": 17116 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 14748, - "endLine": 191, - "endColumn": 12, - "endOffset": 14886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 208, - "startColumn": 4, - "startOffset": 17121, - "endLine": 209, - "endColumn": 12, - "endOffset": 17259 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 14891, - "endLine": 193, - "endColumn": 12, - "endOffset": 15021 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 210, - "startColumn": 4, - "startOffset": 17264, - "endLine": 211, - "endColumn": 12, - "endOffset": 17394 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 15026, - "endLine": 195, - "endColumn": 12, - "endOffset": 15140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 212, - "startColumn": 4, - "startOffset": 17399, - "endLine": 213, - "endColumn": 12, - "endOffset": 17513 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 15145, - "endLine": 199, - "endColumn": 12, - "endOffset": 15341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 214, - "startColumn": 4, - "startOffset": 17518, - "endLine": 217, - "endColumn": 12, - "endOffset": 17714 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 15346, - "endLine": 201, - "endColumn": 12, - "endOffset": 15460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 218, - "startColumn": 4, - "startOffset": 17719, - "endLine": 219, - "endColumn": 12, - "endOffset": 17833 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 15465, - "endColumn": 92, - "endOffset": 15553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 220, - "startColumn": 4, - "startOffset": 17838, - "endColumn": 92, - "endOffset": 17926 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 15558, - "endColumn": 110, - "endOffset": 15664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 221, - "startColumn": 4, - "startOffset": 17931, - "endColumn": 110, - "endOffset": 18037 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 15669, - "endColumn": 55, - "endOffset": 15720 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 222, - "startColumn": 4, - "startOffset": 18042, - "endColumn": 55, - "endOffset": 18093 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 15725, - "endLine": 206, - "endColumn": 12, - "endOffset": 15827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 223, - "startColumn": 4, - "startOffset": 18098, - "endLine": 224, - "endColumn": 12, - "endOffset": 18200 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 15832, - "endLine": 210, - "endColumn": 12, - "endOffset": 16022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 225, - "startColumn": 4, - "startOffset": 18205, - "endLine": 228, - "endColumn": 12, - "endOffset": 18395 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 16027, - "endLine": 212, - "endColumn": 12, - "endOffset": 16133 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 229, - "startColumn": 4, - "startOffset": 18400, - "endLine": 230, - "endColumn": 12, - "endOffset": 18506 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 16138, - "endLine": 214, - "endColumn": 12, - "endOffset": 16266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 231, - "startColumn": 4, - "startOffset": 18511, - "endLine": 232, - "endColumn": 12, - "endOffset": 18639 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 16271, - "endColumn": 94, - "endOffset": 16361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 233, - "startColumn": 4, - "startOffset": 18644, - "endColumn": 94, - "endOffset": 18734 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 16366, - "endColumn": 90, - "endOffset": 16452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 234, - "startColumn": 4, - "startOffset": 18739, - "endColumn": 90, - "endOffset": 18825 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 16457, - "endColumn": 112, - "endOffset": 16565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 235, - "startColumn": 4, - "startOffset": 18830, - "endColumn": 112, - "endOffset": 18938 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 16570, - "endColumn": 116, - "endOffset": 16682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 18943, - "endColumn": 116, - "endOffset": 19055 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 16687, - "endLine": 220, - "endColumn": 12, - "endOffset": 16821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 237, - "startColumn": 4, - "startOffset": 19060, - "endLine": 238, - "endColumn": 12, - "endOffset": 19194 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 16826, - "endLine": 227, - "endColumn": 12, - "endOffset": 17174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 241, - "startColumn": 4, - "startOffset": 19429, - "endLine": 247, - "endColumn": 12, - "endOffset": 19777 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 17179, - "endLine": 234, - "endColumn": 12, - "endOffset": 17539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 19782, - "endLine": 254, - "endColumn": 12, - "endOffset": 20142 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 17544, - "endLine": 244, - "endColumn": 12, - "endOffset": 18219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 255, - "startColumn": 4, - "startOffset": 20147, - "endLine": 264, - "endColumn": 12, - "endOffset": 20822 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 18224, - "endColumn": 56, - "endOffset": 18276 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 265, - "startColumn": 4, - "startOffset": 20827, - "endColumn": 56, - "endOffset": 20879 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 18281, - "endColumn": 57, - "endOffset": 18334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", - "position": { - "startLine": 266, - "startColumn": 4, - "startOffset": 20884, - "endColumn": 57, - "endOffset": 20937 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 18339, - "endLine": 249, - "endColumn": 12, - "endOffset": 18450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/styles.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 1982, - "endLine": 43, - "endColumn": 12, - "endOffset": 2093 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 18455, - "endLine": 257, - "endColumn": 12, - "endOffset": 19023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/styles.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endLine": 24, - "endColumn": 12, - "endOffset": 1228 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 19028, - "endLine": 262, - "endColumn": 12, - "endOffset": 19351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/styles.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 1469, - "endLine": 35, - "endColumn": 12, - "endOffset": 1792 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 19356, - "endLine": 266, - "endColumn": 12, - "endOffset": 19585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/styles.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1234, - "endLine": 29, - "endColumn": 12, - "endOffset": 1463 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 19590, - "endLine": 269, - "endColumn": 12, - "endOffset": 19768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-v21/styles.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 1798, - "endLine": 39, - "endColumn": 12, - "endOffset": 1976 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v22.json b/android/build/intermediates/blame/res/debug/multi/values-v22.json deleted file mode 100644 index a56a414..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v22.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v22/values-v22.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 74, - "endOffset": 125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 285, - "endColumn": 74, - "endOffset": 355 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 130, - "endColumn": 86, - "endOffset": 212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 360, - "endColumn": 86, - "endOffset": 442 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 217, - "endLine": 6, - "endColumn": 12, - "endOffset": 393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 447, - "endLine": 8, - "endColumn": 12, - "endOffset": 623 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 398, - "endLine": 9, - "endColumn": 12, - "endOffset": 586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 628, - "endLine": 11, - "endColumn": 12, - "endOffset": 816 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v23.json b/android/build/intermediates/blame/res/debug/multi/values-v23.json deleted file mode 100644 index 525019b..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-v23.json +++ /dev/null @@ -1,125 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-v23/values-v23.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 134, - "endOffset": 185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 290, - "endColumn": 134, - "endOffset": 420 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 190, - "endColumn": 74, - "endOffset": 260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 655, - "endColumn": 74, - "endOffset": 725 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 265, - "endColumn": 86, - "endOffset": 347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 730, - "endColumn": 86, - "endOffset": 812 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 352, - "endLine": 10, - "endColumn": 12, - "endOffset": 675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 817, - "endLine": 14, - "endColumn": 12, - "endOffset": 1140 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 680, - "endLine": 16, - "endColumn": 12, - "endOffset": 1015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1145, - "endLine": 20, - "endColumn": 12, - "endOffset": 1480 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1020, - "endColumn": 104, - "endOffset": 1120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1715, - "endColumn": 104, - "endOffset": 1815 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-vi.json b/android/build/intermediates/blame/res/debug/multi/values-vi.json deleted file mode 100644 index 950096c..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-vi.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-vi/values-vi.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 113, - "endOffset": 214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 113, - "endOffset": 389 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 219, - "endColumn": 107, - "endOffset": 322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 394, - "endColumn": 107, - "endOffset": 497 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 327, - "endColumn": 122, - "endOffset": 445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 502, - "endColumn": 122, - "endOffset": 620 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 450, - "endColumn": 107, - "endOffset": 553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 625, - "endColumn": 107, - "endOffset": 728 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 558, - "endColumn": 108, - "endOffset": 662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 733, - "endColumn": 108, - "endOffset": 837 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 667, - "endColumn": 83, - "endOffset": 746 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 842, - "endColumn": 83, - "endOffset": 921 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 751, - "endColumn": 102, - "endOffset": 849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 926, - "endColumn": 102, - "endOffset": 1024 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 854, - "endColumn": 118, - "endOffset": 968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1029, - "endColumn": 118, - "endOffset": 1143 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 973, - "endColumn": 83, - "endOffset": 1052 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1148, - "endColumn": 83, - "endOffset": 1227 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1057, - "endColumn": 103, - "endOffset": 1156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1232, - "endColumn": 103, - "endOffset": 1331 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1161, - "endColumn": 108, - "endOffset": 1265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1336, - "endColumn": 108, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1270, - "endColumn": 100, - "endOffset": 1366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 100, - "endOffset": 1541 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1371, - "endColumn": 104, - "endOffset": 1471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1546, - "endColumn": 104, - "endOffset": 1646 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1476, - "endColumn": 113, - "endOffset": 1585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1651, - "endColumn": 113, - "endOffset": 1760 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1590, - "endColumn": 104, - "endOffset": 1690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1765, - "endColumn": 104, - "endOffset": 1865 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1695, - "endColumn": 119, - "endOffset": 1810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1870, - "endColumn": 119, - "endOffset": 1985 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1815, - "endColumn": 98, - "endOffset": 1909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1990, - "endColumn": 98, - "endOffset": 2084 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1914, - "endColumn": 160, - "endOffset": 2070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 671, - "endColumn": 160, - "endOffset": 827 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2075, - "endColumn": 151, - "endOffset": 2222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2699, - "endColumn": 151, - "endOffset": 2846 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2227, - "endColumn": 112, - "endOffset": 2335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2416, - "endColumn": 112, - "endOffset": 2524 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2340, - "endColumn": 127, - "endOffset": 2463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2156, - "endColumn": 127, - "endOffset": 2279 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2468, - "endColumn": 170, - "endOffset": 2634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1985, - "endColumn": 170, - "endOffset": 2151 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2639, - "endColumn": 125, - "endOffset": 2760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1859, - "endColumn": 125, - "endOffset": 1980 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2765, - "endColumn": 172, - "endOffset": 2933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 993, - "endColumn": 176, - "endOffset": 1165 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2938, - "endColumn": 132, - "endOffset": 3066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1726, - "endColumn": 132, - "endOffset": 1854 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3071, - "endColumn": 210, - "endOffset": 3277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1300, - "endColumn": 210, - "endOffset": 1506 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3282, - "endColumn": 214, - "endOffset": 3492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1511, - "endColumn": 214, - "endOffset": 1721 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3497, - "endColumn": 129, - "endOffset": 3622 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1170, - "endColumn": 129, - "endOffset": 1295 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3627, - "endColumn": 195, - "endOffset": 3818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3269, - "endColumn": 195, - "endOffset": 3460 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3823, - "endColumn": 130, - "endOffset": 3949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3138, - "endColumn": 130, - "endOffset": 3264 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3954, - "endColumn": 160, - "endOffset": 4110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 832, - "endColumn": 160, - "endOffset": 988 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4115, - "endColumn": 171, - "endOffset": 4282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2966, - "endColumn": 171, - "endOffset": 3133 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4287, - "endColumn": 114, - "endOffset": 4397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2851, - "endColumn": 114, - "endOffset": 2961 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4402, - "endColumn": 181, - "endOffset": 4579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 304, - "endColumn": 181, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4584, - "endColumn": 184, - "endOffset": 4764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 486, - "endColumn": 184, - "endOffset": 666 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4769, - "endColumn": 133, - "endOffset": 4898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 133, - "endOffset": 299 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4903, - "endColumn": 186, - "endOffset": 5085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4779, - "endColumn": 186, - "endOffset": 4961 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5090, - "endColumn": 133, - "endOffset": 5219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4645, - "endColumn": 133, - "endOffset": 4774 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5224, - "endColumn": 149, - "endOffset": 5369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3465, - "endColumn": 149, - "endOffset": 3610 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5374, - "endColumn": 251, - "endOffset": 5621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3743, - "endColumn": 251, - "endOffset": 3990 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5626, - "endColumn": 127, - "endOffset": 5749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3615, - "endColumn": 127, - "endOffset": 3738 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5754, - "endColumn": 108, - "endOffset": 5858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3995, - "endColumn": 108, - "endOffset": 4099 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 5863, - "endColumn": 169, - "endOffset": 6028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2529, - "endColumn": 169, - "endOffset": 2694 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6033, - "endColumn": 131, - "endOffset": 6160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2284, - "endColumn": 131, - "endOffset": 2411 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6165, - "endColumn": 96, - "endOffset": 6257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4309, - "endColumn": 96, - "endOffset": 4401 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6262, - "endColumn": 93, - "endOffset": 6351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4104, - "endColumn": 93, - "endOffset": 4193 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6356, - "endColumn": 110, - "endOffset": 6462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4198, - "endColumn": 110, - "endOffset": 4304 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6467, - "endColumn": 238, - "endOffset": 6701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-vi/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4406, - "endColumn": 238, - "endOffset": 4640 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6706, - "endColumn": 100, - "endOffset": 6802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2089, - "endColumn": 100, - "endOffset": 2185 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w360dp-port-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w360dp-port-v13.json deleted file mode 100644 index 81bb379..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w360dp-port-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w360dp-port-v13/values-w360dp-port-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 49, - "endOffset": 100 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w360dp-port/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 679, - "endColumn": 49, - "endOffset": 724 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json deleted file mode 100644 index 17902f8..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w360dp-v13/values-w360dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 54, - "endOffset": 105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 283, - "endColumn": 54, - "endOffset": 333 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w376dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w376dp-v13.json deleted file mode 100644 index 92634fb..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w376dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w376dp-v13/values-w376dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 44, - "endOffset": 95 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w376dp/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 719, - "endColumn": 44, - "endOffset": 759 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w400dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w400dp-v13.json deleted file mode 100644 index 16428be..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w400dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w400dp-v13/values-w400dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 51, - "endOffset": 102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w400dp/integers.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 51, - "endOffset": 707 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json deleted file mode 100644 index 41a3ba2..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w480dp-v13/values-w480dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 61, - "endOffset": 112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 282, - "endColumn": 61, - "endOffset": 339 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 117, - "endColumn": 71, - "endOffset": 184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 572, - "endColumn": 71, - "endOffset": 639 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json deleted file mode 100644 index 800a1f0..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w500dp-v13/values-w500dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 54, - "endOffset": 105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 283, - "endColumn": 54, - "endOffset": 333 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w560dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w560dp-v13.json deleted file mode 100644 index 0e11004..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w560dp-v13.json +++ /dev/null @@ -1,140 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w560dp-v13/values-w560dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 70, - "endOffset": 121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 70, - "endOffset": 726 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 126, - "endColumn": 69, - "endOffset": 191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/dimens.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 798, - "endColumn": 69, - "endOffset": 863 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 196, - "endColumn": 66, - "endOffset": 258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/dimens.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 937, - "endColumn": 66, - "endOffset": 999 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 263, - "endColumn": 68, - "endOffset": 327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/dimens.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 868, - "endColumn": 68, - "endOffset": 932 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 332, - "endColumn": 66, - "endOffset": 394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 731, - "endColumn": 66, - "endOffset": 793 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 399, - "endColumn": 65, - "endOffset": 460 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/integers.xml", - "position": { - "startLine": 19, - "startColumn": 2, - "startOffset": 731, - "endColumn": 63, - "endOffset": 792 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 465, - "endColumn": 73, - "endOffset": 534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w560dp/integers.xml", - "position": { - "startLine": 18, - "startColumn": 2, - "startOffset": 659, - "endColumn": 71, - "endOffset": 728 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json deleted file mode 100644 index 62efc09..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json +++ /dev/null @@ -1,45 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w600dp-v13/values-w600dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 63, - "endOffset": 114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 283, - "endColumn": 63, - "endOffset": 342 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 119, - "endColumn": 54, - "endOffset": 169 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 347, - "endColumn": 54, - "endOffset": 397 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w680dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w680dp-v13.json deleted file mode 100644 index eacf624..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w680dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w680dp-v13/values-w680dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 53, - "endOffset": 104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w680dp/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 661, - "endColumn": 53, - "endOffset": 710 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w720dp-land-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w720dp-land-v13.json deleted file mode 100644 index 5cd0ddb..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w720dp-land-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w720dp-land-v13/values-w720dp-land-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 48, - "endOffset": 99 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w720dp-land/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 48, - "endOffset": 704 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json deleted file mode 100644 index 2192608..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json +++ /dev/null @@ -1,83 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w720dp-v13/values-w720dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 76, - "endOffset": 127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 282, - "endColumn": 76, - "endOffset": 354 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 132, - "endColumn": 48, - "endOffset": 176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w720dp/bools.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 48, - "endOffset": 704 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 181, - "endColumn": 48, - "endOffset": 225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w720dp/dimens.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 707, - "endColumn": 48, - "endOffset": 751 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 230, - "endColumn": 46, - "endOffset": 272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w720dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 46, - "endOffset": 702 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w840dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w840dp-v13.json deleted file mode 100644 index 754a0d3..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-w840dp-v13.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-w840dp-v13/values-w840dp-v13.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 74, - "endOffset": 125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-w840dp/dimens.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 74, - "endOffset": 730 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json b/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json deleted file mode 100644 index 61dd5dc..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 63, - "endOffset": 114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 288, - "endColumn": 63, - "endOffset": 347 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json b/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json deleted file mode 100644 index f3d9599..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json +++ /dev/null @@ -1,140 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 55, - "endColumn": 76, - "endOffset": 127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 282, - "endColumn": 76, - "endOffset": 354 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 132, - "endColumn": 63, - "endOffset": 191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 587, - "endColumn": 63, - "endOffset": 646 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 196, - "endColumn": 66, - "endOffset": 258 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 651, - "endColumn": 66, - "endOffset": 713 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 263, - "endColumn": 66, - "endOffset": 325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 718, - "endColumn": 66, - "endOffset": 780 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 330, - "endColumn": 65, - "endOffset": 391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 785, - "endColumn": 65, - "endOffset": 846 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 396, - "endColumn": 65, - "endOffset": 457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 851, - "endColumn": 65, - "endOffset": 912 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 462, - "endColumn": 54, - "endOffset": 512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 917, - "endColumn": 54, - "endOffset": 967 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json deleted file mode 100644 index 0641ab2..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json +++ /dev/null @@ -1,6323 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 5, - "endColumn": 12, - "endOffset": 250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 232, - "startColumn": 40, - "startOffset": 22543, - "endLine": 235, - "endColumn": 12, - "endOffset": 22781 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 255, - "endLine": 8, - "endColumn": 12, - "endOffset": 433 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 238, - "startColumn": 39, - "startOffset": 23066, - "endLine": 240, - "endColumn": 12, - "endOffset": 23282 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 438, - "endLine": 11, - "endColumn": 12, - "endOffset": 539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 243, - "startColumn": 4, - "startOffset": 23530, - "endLine": 245, - "endColumn": 12, - "endOffset": 23681 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 544, - "endLine": 15, - "endColumn": 12, - "endOffset": 727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 23959, - "endLine": 251, - "endColumn": 12, - "endOffset": 24281 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 732, - "endColumn": 95, - "endOffset": 823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 95, - "endOffset": 375 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 828, - "endColumn": 106, - "endOffset": 930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 380, - "endColumn": 106, - "endOffset": 482 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 935, - "endColumn": 122, - "endOffset": 1053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 487, - "endColumn": 122, - "endOffset": 605 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1058, - "endColumn": 94, - "endOffset": 1148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 610, - "endColumn": 94, - "endOffset": 700 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1153, - "endColumn": 99, - "endOffset": 1248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 705, - "endColumn": 99, - "endOffset": 800 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1253, - "endColumn": 81, - "endOffset": 1330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 805, - "endColumn": 81, - "endOffset": 882 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1335, - "endColumn": 96, - "endOffset": 1427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 887, - "endColumn": 96, - "endOffset": 979 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1432, - "endColumn": 105, - "endOffset": 1533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 984, - "endColumn": 105, - "endOffset": 1085 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 77, - "endOffset": 1611 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1090, - "endColumn": 77, - "endOffset": 1163 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1616, - "endColumn": 95, - "endOffset": 1707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1168, - "endColumn": 95, - "endOffset": 1259 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1712, - "endColumn": 95, - "endOffset": 1803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1264, - "endColumn": 95, - "endOffset": 1355 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1808, - "endColumn": 94, - "endOffset": 1898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1360, - "endColumn": 94, - "endOffset": 1450 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1903, - "endColumn": 96, - "endOffset": 1995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1455, - "endColumn": 96, - "endOffset": 1547 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2000, - "endColumn": 94, - "endOffset": 2090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1552, - "endColumn": 94, - "endOffset": 1642 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2095, - "endColumn": 97, - "endOffset": 2188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1647, - "endColumn": 97, - "endOffset": 1740 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2193, - "endColumn": 111, - "endOffset": 2300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1745, - "endColumn": 111, - "endOffset": 1852 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2305, - "endColumn": 93, - "endOffset": 2394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1857, - "endColumn": 93, - "endOffset": 1946 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2399, - "endLine": 34, - "endColumn": 143, - "endOffset": 2625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 253, - "startColumn": 4, - "startOffset": 24425, - "endLine": 255, - "endColumn": 161, - "endOffset": 24736 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2630, - "endColumn": 47, - "endOffset": 2673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 257, - "startColumn": 4, - "startOffset": 24817, - "endLine": 258, - "endColumn": 47, - "endOffset": 24959 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2678, - "endColumn": 48, - "endOffset": 2722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 261, - "startColumn": 4, - "startOffset": 25145, - "endColumn": 48, - "endOffset": 25189 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2727, - "endColumn": 37, - "endOffset": 2760 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 264, - "startColumn": 4, - "startOffset": 25412, - "endColumn": 37, - "endOffset": 25444 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2765, - "endColumn": 44, - "endOffset": 2805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 266, - "startColumn": 4, - "startOffset": 25627, - "endLine": 267, - "endColumn": 44, - "endOffset": 25758 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2810, - "endColumn": 50, - "endOffset": 2856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 269, - "startColumn": 4, - "startOffset": 25861, - "endLine": 270, - "endColumn": 50, - "endOffset": 26005 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2861, - "endColumn": 64, - "endOffset": 2921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 273, - "startColumn": 4, - "startOffset": 26108, - "endLine": 274, - "endColumn": 64, - "endOffset": 26262 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2926, - "endColumn": 106, - "endOffset": 3028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 96, - "startColumn": 4, - "startOffset": 9666, - "endColumn": 106, - "endOffset": 9768 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3033, - "endColumn": 45, - "endOffset": 3074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 277, - "startColumn": 4, - "startOffset": 26396, - "endLine": 278, - "endColumn": 45, - "endOffset": 26537 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3079, - "endColumn": 43, - "endOffset": 3118 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 283, - "startColumn": 4, - "startOffset": 26824, - "endColumn": 43, - "endOffset": 26863 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3123, - "endColumn": 43, - "endOffset": 3162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 287, - "startColumn": 4, - "startOffset": 27031, - "endLine": 288, - "endColumn": 43, - "endOffset": 27156 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3167, - "endColumn": 42, - "endOffset": 3205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 292, - "startColumn": 4, - "startOffset": 27410, - "endColumn": 42, - "endOffset": 27447 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3210, - "endColumn": 42, - "endOffset": 3248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 295, - "startColumn": 4, - "startOffset": 27566, - "endLine": 296, - "endColumn": 42, - "endOffset": 27672 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3253, - "endColumn": 242, - "endOffset": 3491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 114, - "startColumn": 5, - "startOffset": 11739, - "endColumn": 237, - "endOffset": 11767 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3496, - "endColumn": 206, - "endOffset": 3698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 112, - "startColumn": 5, - "startOffset": 11273, - "endColumn": 201, - "endOffset": 11344 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3703, - "endColumn": 52, - "endOffset": 3751 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 299, - "startColumn": 4, - "startOffset": 27806, - "endColumn": 52, - "endOffset": 27853 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3756, - "endColumn": 50, - "endOffset": 3802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 303, - "startColumn": 4, - "startOffset": 28014, - "endColumn": 50, - "endOffset": 28059 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3807, - "endColumn": 50, - "endOffset": 3853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 307, - "startColumn": 37, - "startOffset": 28265, - "endColumn": 50, - "endOffset": 28278 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3858, - "endColumn": 46, - "endOffset": 3900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 311, - "startColumn": 4, - "startOffset": 28591, - "endColumn": 46, - "endOffset": 28633 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3905, - "endColumn": 51, - "endOffset": 3952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 315, - "startColumn": 4, - "startOffset": 28813, - "endColumn": 51, - "endOffset": 28859 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3957, - "endColumn": 87, - "endOffset": 4040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 318, - "startColumn": 4, - "startOffset": 29077, - "endColumn": 93, - "endOffset": 29165 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4045, - "endColumn": 92, - "endOffset": 4133 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 321, - "startColumn": 4, - "startOffset": 29331, - "endColumn": 98, - "endOffset": 29424 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4138, - "endColumn": 37, - "endOffset": 4171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 328, - "startColumn": 4, - "startOffset": 29911, - "endColumn": 37, - "endOffset": 29944 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4176, - "endColumn": 196, - "endOffset": 4368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 673, - "endColumn": 196, - "endOffset": 865 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4373, - "endColumn": 52, - "endOffset": 4421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 324, - "startColumn": 4, - "startOffset": 29628, - "endColumn": 52, - "endOffset": 29676 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4426, - "endColumn": 137, - "endOffset": 4559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 582, - "endColumn": 137, - "endOffset": 715 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4564, - "endColumn": 120, - "endOffset": 4680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2240, - "endColumn": 120, - "endOffset": 2356 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4685, - "endColumn": 105, - "endOffset": 4786 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2009, - "endColumn": 105, - "endOffset": 2110 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4791, - "endColumn": 115, - "endOffset": 4902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1778, - "endColumn": 115, - "endOffset": 1889 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4907, - "endColumn": 125, - "endOffset": 5028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1652, - "endColumn": 125, - "endOffset": 1773 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5033, - "endColumn": 113, - "endOffset": 5142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1538, - "endColumn": 113, - "endOffset": 1647 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5147, - "endColumn": 160, - "endOffset": 5303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 851, - "endColumn": 164, - "endOffset": 1011 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5308, - "endColumn": 116, - "endOffset": 5420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1421, - "endColumn": 116, - "endOffset": 1533 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5425, - "endColumn": 143, - "endOffset": 5564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1130, - "endColumn": 143, - "endOffset": 1269 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5569, - "endColumn": 146, - "endOffset": 5711 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1274, - "endColumn": 146, - "endOffset": 1416 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5716, - "endColumn": 113, - "endOffset": 5825 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1016, - "endColumn": 113, - "endOffset": 1125 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5830, - "endColumn": 128, - "endOffset": 5954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2719, - "endColumn": 128, - "endOffset": 2843 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 5959, - "endColumn": 112, - "endOffset": 6067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2606, - "endColumn": 112, - "endOffset": 2714 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6072, - "endColumn": 130, - "endOffset": 6198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 720, - "endColumn": 130, - "endOffset": 846 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6203, - "endColumn": 133, - "endOffset": 6332 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2472, - "endColumn": 133, - "endOffset": 2601 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6337, - "endColumn": 110, - "endOffset": 6443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2361, - "endColumn": 110, - "endOffset": 2467 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6448, - "endColumn": 147, - "endOffset": 6591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 292, - "endColumn": 147, - "endOffset": 435 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6596, - "endColumn": 141, - "endOffset": 6733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 440, - "endColumn": 141, - "endOffset": 577 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6738, - "endColumn": 121, - "endOffset": 6855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 121, - "endOffset": 287 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 6860, - "endColumn": 123, - "endOffset": 6979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3882, - "endColumn": 123, - "endOffset": 4001 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 6984, - "endColumn": 111, - "endOffset": 7091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3770, - "endColumn": 111, - "endOffset": 3877 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7096, - "endColumn": 120, - "endOffset": 7212 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2848, - "endColumn": 120, - "endOffset": 2964 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7217, - "endColumn": 148, - "endOffset": 7361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3087, - "endColumn": 148, - "endOffset": 3231 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7366, - "endColumn": 117, - "endOffset": 7479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2969, - "endColumn": 117, - "endOffset": 3082 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7484, - "endColumn": 102, - "endOffset": 7582 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3236, - "endColumn": 102, - "endOffset": 3334 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 7587, - "endColumn": 124, - "endOffset": 7707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2115, - "endColumn": 124, - "endOffset": 2235 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 7712, - "endColumn": 114, - "endOffset": 7822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1894, - "endColumn": 114, - "endOffset": 2004 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 7827, - "endColumn": 84, - "endOffset": 7907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3528, - "endColumn": 84, - "endOffset": 3608 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 7912, - "endColumn": 86, - "endOffset": 7994 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3339, - "endColumn": 86, - "endOffset": 3421 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 7999, - "endColumn": 101, - "endOffset": 8096 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3426, - "endColumn": 101, - "endOffset": 3523 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8101, - "endColumn": 156, - "endOffset": 8253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rCN/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3613, - "endColumn": 156, - "endOffset": 3765 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8258, - "endColumn": 60, - "endOffset": 8314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 332, - "startColumn": 4, - "startOffset": 30202, - "endColumn": 60, - "endOffset": 30257 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 8319, - "endColumn": 113, - "endOffset": 8428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 115, - "startColumn": 5, - "startOffset": 11794, - "endLine": 116, - "endColumn": 108, - "endOffset": 11897 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 8433, - "endColumn": 46, - "endOffset": 8475 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 335, - "startColumn": 4, - "startOffset": 30407, - "endColumn": 46, - "endOffset": 30448 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 8480, - "endColumn": 49, - "endOffset": 8525 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 338, - "startColumn": 4, - "startOffset": 30686, - "endColumn": 49, - "endOffset": 30714 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 8530, - "endColumn": 50, - "endOffset": 8576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 341, - "startColumn": 4, - "startOffset": 30864, - "endColumn": 50, - "endOffset": 30910 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 8581, - "endColumn": 38, - "endOffset": 8615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 343, - "startColumn": 4, - "startOffset": 30921, - "endLine": 345, - "endColumn": 38, - "endOffset": 31132 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 8620, - "endColumn": 48, - "endOffset": 8664 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 347, - "startColumn": 4, - "startOffset": 31213, - "endLine": 348, - "endColumn": 48, - "endOffset": 31352 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 8669, - "endColumn": 59, - "endOffset": 8724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 349, - "startColumn": 29, - "startOffset": 31612, - "endLine": 351, - "endColumn": 59, - "endOffset": 31642 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 8729, - "endColumn": 59, - "endOffset": 8784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 356, - "startColumn": 4, - "startOffset": 31863, - "endColumn": 59, - "endOffset": 31917 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 8789, - "endColumn": 59, - "endOffset": 8844 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 359, - "startColumn": 4, - "startOffset": 32099, - "endColumn": 59, - "endOffset": 32153 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 8849, - "endColumn": 51, - "endOffset": 8896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 360, - "startColumn": 28, - "startOffset": 32365, - "endLine": 362, - "endColumn": 51, - "endOffset": 32388 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 8901, - "endColumn": 62, - "endOffset": 8959 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 365, - "startColumn": 4, - "startOffset": 32689, - "endColumn": 62, - "endOffset": 32747 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 8964, - "endColumn": 49, - "endOffset": 9009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 204, - "startColumn": 4, - "startOffset": 20266, - "endColumn": 50, - "endOffset": 20312 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 9014, - "endColumn": 66, - "endOffset": 9076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 366, - "startColumn": 4, - "startOffset": 32757, - "endLine": 368, - "endColumn": 66, - "endOffset": 32994 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 9081, - "endColumn": 46, - "endOffset": 9123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 371, - "startColumn": 4, - "startOffset": 33209, - "endColumn": 46, - "endOffset": 33221 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 9128, - "endColumn": 59, - "endOffset": 9183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 375, - "startColumn": 4, - "startOffset": 33481, - "endColumn": 59, - "endOffset": 33535 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 9188, - "endColumn": 50, - "endOffset": 9234 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 379, - "startColumn": 4, - "startOffset": 33718, - "endColumn": 50, - "endOffset": 33764 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 9239, - "endColumn": 63, - "endOffset": 9298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 382, - "startColumn": 4, - "startOffset": 33969, - "endColumn": 63, - "endOffset": 34027 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 9303, - "endColumn": 49, - "endOffset": 9348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 386, - "startColumn": 4, - "startOffset": 34272, - "endColumn": 49, - "endOffset": 34317 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 9353, - "endColumn": 51, - "endOffset": 9400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 389, - "startColumn": 4, - "startOffset": 34451, - "endColumn": 51, - "endOffset": 34498 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 9405, - "endColumn": 118, - "endOffset": 9519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 392, - "startColumn": 4, - "startOffset": 34657, - "endColumn": 118, - "endOffset": 34771 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 9524, - "endColumn": 48, - "endOffset": 9568 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 396, - "startColumn": 4, - "startOffset": 35035, - "endColumn": 48, - "endOffset": 35079 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 9573, - "endColumn": 67, - "endOffset": 9636 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 401, - "startColumn": 4, - "startOffset": 35392, - "endColumn": 67, - "endOffset": 35454 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 9641, - "endColumn": 48, - "endOffset": 9685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 404, - "startColumn": 4, - "startOffset": 35734, - "endColumn": 48, - "endOffset": 35778 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 9690, - "endColumn": 47, - "endOffset": 9733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 407, - "startColumn": 4, - "startOffset": 36022, - "endColumn": 47, - "endOffset": 36065 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 9738, - "endColumn": 54, - "endOffset": 9788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 411, - "startColumn": 4, - "startOffset": 36202, - "endColumn": 54, - "endOffset": 36251 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 9793, - "endColumn": 58, - "endOffset": 9847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 414, - "startColumn": 38, - "startOffset": 36560, - "endColumn": 58, - "endOffset": 36580 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 9852, - "endColumn": 50, - "endOffset": 9898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 417, - "startColumn": 4, - "startOffset": 36719, - "endColumn": 50, - "endOffset": 36764 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 9903, - "endColumn": 58, - "endOffset": 9957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 37004, - "endColumn": 58, - "endOffset": 37058 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 9962, - "endColumn": 64, - "endOffset": 10022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 425, - "startColumn": 4, - "startOffset": 37274, - "endColumn": 64, - "endOffset": 37333 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 10027, - "endColumn": 91, - "endOffset": 10114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 428, - "startColumn": 4, - "startOffset": 37548, - "endColumn": 91, - "endOffset": 37635 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 10119, - "endColumn": 47, - "endOffset": 10162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 432, - "startColumn": 4, - "startOffset": 37831, - "endColumn": 47, - "endOffset": 37874 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 10167, - "endColumn": 397, - "endOffset": 10560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 397, - "endOffset": 1053 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 10565, - "endColumn": 79, - "endOffset": 10640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 764, - "startColumn": 40, - "startOffset": 46537, - "endLine": 766, - "endColumn": 79, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 10645, - "endColumn": 79, - "endOffset": 10720 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 766, - "startColumn": 4, - "startOffset": 46501, - "endLine": 768, - "endColumn": 79, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 10725, - "endColumn": 294, - "endOffset": 11015 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8648, - "endColumn": 306, - "endOffset": 8950 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11020, - "endColumn": 63, - "endOffset": 11079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 226, - "startColumn": 4, - "startOffset": 22013, - "endLine": 227, - "endColumn": 64, - "endOffset": 22162 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11084, - "endColumn": 68, - "endOffset": 11148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 224, - "startColumn": 4, - "startOffset": 21843, - "endColumn": 69, - "endOffset": 21907 - } - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 11153, - "endLine": 130, - "endColumn": 61, - "endOffset": 11468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8099, - "endLine": 85, - "endColumn": 64, - "endOffset": 8267 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 11473, - "endLine": 132, - "endColumn": 91, - "endOffset": 11633 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8324, - "endLine": 88, - "endColumn": 94, - "endOffset": 8534 - } - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 11638, - "endColumn": 251, - "endOffset": 11885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 92, - "startColumn": 4, - "startOffset": 9213, - "endColumn": 246, - "endOffset": 9239 - } - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 11890, - "endColumn": 420, - "endOffset": 12306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6681, - "endColumn": 390, - "endOffset": 7067 - } - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 12311, - "endColumn": 186, - "endOffset": 12493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 75, - "startColumn": 4, - "startOffset": 7237, - "endColumn": 186, - "endOffset": 7419 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 12498, - "endLine": 138, - "endColumn": 11, - "endOffset": 12806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 77, - "startColumn": 4, - "startOffset": 7648, - "endLine": 79, - "endColumn": 11, - "endOffset": 7899 - } - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 12811, - "endColumn": 43, - "endOffset": 12850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 436, - "startColumn": 4, - "startOffset": 38060, - "endColumn": 43, - "endOffset": 38098 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 12855, - "endColumn": 47, - "endOffset": 12898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 768, - "startColumn": 4, - "startOffset": 46501, - "endLine": 770, - "endColumn": 47, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 12903, - "endColumn": 90, - "endOffset": 12989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 440, - "startColumn": 4, - "startOffset": 38313, - "endColumn": 90, - "endOffset": 38399 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 12994, - "endColumn": 68, - "endOffset": 13058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 444, - "startColumn": 4, - "startOffset": 38604, - "endColumn": 68, - "endOffset": 38667 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 13063, - "endLine": 144, - "endColumn": 11, - "endOffset": 13139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 448, - "startColumn": 4, - "startOffset": 38888, - "endLine": 449, - "endColumn": 11, - "endOffset": 38973 - } - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 13144, - "endColumn": 38, - "endOffset": 13178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 454, - "startColumn": 4, - "startOffset": 39210, - "endColumn": 38, - "endOffset": 39244 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 13183, - "endColumn": 160, - "endOffset": 13339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2670, - "endColumn": 160, - "endOffset": 2826 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 13344, - "endColumn": 140, - "endOffset": 13480 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2528, - "endColumn": 140, - "endOffset": 2664 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 13485, - "endColumn": 158, - "endOffset": 13639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2832, - "endColumn": 158, - "endOffset": 2986 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 13644, - "endColumn": 135, - "endOffset": 13775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2992, - "endColumn": 135, - "endOffset": 3123 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 13780, - "endColumn": 52, - "endOffset": 13828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 149, - "startColumn": 4, - "startOffset": 15091, - "endColumn": 53, - "endOffset": 15140 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 13833, - "endColumn": 47, - "endOffset": 13876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 459, - "startColumn": 4, - "startOffset": 39443, - "endColumn": 47, - "endOffset": 39486 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 13881, - "endColumn": 42, - "endOffset": 13919 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 465, - "startColumn": 4, - "startOffset": 39863, - "endColumn": 42, - "endOffset": 39901 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 13924, - "endColumn": 42, - "endOffset": 13962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 468, - "startColumn": 4, - "startOffset": 40000, - "endColumn": 42, - "endOffset": 40038 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 13967, - "endColumn": 68, - "endOffset": 14031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 471, - "startColumn": 4, - "startOffset": 40250, - "endColumn": 68, - "endOffset": 40313 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 14036, - "endColumn": 54, - "endOffset": 14086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 476, - "startColumn": 4, - "startOffset": 40522, - "endColumn": 54, - "endOffset": 40572 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 14091, - "endColumn": 73, - "endOffset": 14160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 479, - "startColumn": 4, - "startOffset": 40670, - "endColumn": 73, - "endOffset": 40739 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 14165, - "endColumn": 65, - "endOffset": 14226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 488, - "startColumn": 4, - "startOffset": 41237, - "endColumn": 74, - "endOffset": 41307 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 14231, - "endColumn": 73, - "endOffset": 14300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 493, - "startColumn": 27, - "startOffset": 41492, - "endColumn": 82, - "endOffset": 41547 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 14305, - "endColumn": 63, - "endOffset": 14364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 496, - "startColumn": 4, - "startOffset": 41724, - "endColumn": 63, - "endOffset": 41783 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 14369, - "endColumn": 49, - "endOffset": 14414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 770, - "startColumn": 0, - "startOffset": 46547, - "endLine": 771, - "endColumn": 49, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 14419, - "endColumn": 48, - "endOffset": 14463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 152, - "startColumn": 4, - "startOffset": 15400, - "endColumn": 49, - "endOffset": 15445 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 14468, - "endColumn": 140, - "endOffset": 14604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3129, - "endColumn": 140, - "endOffset": 3265 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 14609, - "endColumn": 46, - "endOffset": 14651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 499, - "startColumn": 4, - "startOffset": 41984, - "endColumn": 46, - "endOffset": 42026 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 14656, - "endColumn": 95, - "endOffset": 14747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 505, - "startColumn": 4, - "startOffset": 42710, - "endColumn": 99, - "endOffset": 42792 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 14752, - "endColumn": 63, - "endOffset": 14811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 153, - "startColumn": 4, - "startOffset": 15616, - "endLine": 154, - "endColumn": 64, - "endOffset": 15676 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 14816, - "endColumn": 95, - "endOffset": 14907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 502, - "startColumn": 4, - "startOffset": 42332, - "endColumn": 99, - "endOffset": 42426 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 14912, - "endColumn": 61, - "endOffset": 14969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 15866, - "endColumn": 62, - "endOffset": 15924 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 14974, - "endColumn": 72, - "endOffset": 15042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 159, - "startColumn": 4, - "startOffset": 16131, - "endColumn": 73, - "endOffset": 16199 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 15047, - "endColumn": 51, - "endOffset": 15094 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 165, - "startColumn": 4, - "startOffset": 16846, - "endLine": 166, - "endColumn": 52, - "endOffset": 16981 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 15099, - "endColumn": 53, - "endOffset": 15148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 508, - "startColumn": 4, - "startOffset": 42896, - "endColumn": 53, - "endOffset": 42945 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 15153, - "endColumn": 68, - "endOffset": 15217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 511, - "startColumn": 4, - "startOffset": 43084, - "endColumn": 68, - "endOffset": 43148 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 15222, - "endColumn": 56, - "endOffset": 15274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 161, - "startColumn": 28, - "startOffset": 16530, - "endLine": 163, - "endColumn": 57, - "endOffset": 16559 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 15279, - "endColumn": 49, - "endOffset": 15324 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 514, - "startColumn": 4, - "startOffset": 43277, - "endColumn": 49, - "endOffset": 43321 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 15329, - "endColumn": 59, - "endOffset": 15384 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 517, - "startColumn": 4, - "startOffset": 43479, - "endColumn": 59, - "endOffset": 43534 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 15389, - "endColumn": 54, - "endOffset": 15439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 519, - "startColumn": 4, - "startOffset": 43587, - "endLine": 520, - "endColumn": 54, - "endOffset": 43737 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 15444, - "endColumn": 53, - "endOffset": 15493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 43935, - "endColumn": 53, - "endOffset": 43983 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 15498, - "endColumn": 52, - "endOffset": 15546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 527, - "startColumn": 4, - "startOffset": 44128, - "endColumn": 52, - "endOffset": 44175 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 15551, - "endColumn": 59, - "endOffset": 15606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 162, - "startColumn": 35, - "startOffset": 16672, - "endLine": 164, - "endColumn": 60, - "endOffset": 16697 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 15611, - "endColumn": 72, - "endOffset": 15679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 533, - "startColumn": 4, - "startOffset": 44609, - "endColumn": 72, - "endOffset": 44632 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 15684, - "endColumn": 71, - "endOffset": 15751 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 537, - "startColumn": 4, - "startOffset": 44874, - "endColumn": 71, - "endOffset": 44899 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 15756, - "endLine": 182, - "endColumn": 46, - "endOffset": 15835 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 170, - "startColumn": 4, - "startOffset": 17220, - "endLine": 171, - "endColumn": 50, - "endOffset": 17359 - } - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 15840, - "endColumn": 68, - "endOffset": 15904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 541, - "startColumn": 4, - "startOffset": 45075, - "endColumn": 68, - "endOffset": 45138 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 15909, - "endColumn": 57, - "endOffset": 15962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 543, - "startColumn": 27, - "startOffset": 45280, - "endLine": 545, - "endColumn": 57, - "endOffset": 45310 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 15967, - "endColumn": 75, - "endOffset": 16038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 549, - "startColumn": 4, - "startOffset": 45548, - "endColumn": 75, - "endOffset": 45594 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 16043, - "endColumn": 55, - "endOffset": 16094 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 552, - "startColumn": 4, - "startOffset": 45880, - "endColumn": 55, - "endOffset": 45930 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 16099, - "endColumn": 45, - "endOffset": 16140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 557, - "startColumn": 4, - "startOffset": 46222, - "endColumn": 45, - "endOffset": 46263 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 16145, - "endColumn": 40, - "endOffset": 16181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 561, - "startColumn": 0, - "startOffset": 46547, - "endLine": 562, - "endColumn": 40, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 16186, - "endColumn": 38, - "endOffset": 16220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 562, - "startColumn": 4, - "startOffset": 46501, - "endLine": 564, - "endColumn": 38, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 16225, - "endColumn": 38, - "endOffset": 16259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 564, - "startColumn": 4, - "startOffset": 46501, - "endLine": 566, - "endColumn": 38, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 16264, - "endColumn": 38, - "endOffset": 16298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 566, - "startColumn": 4, - "startOffset": 46501, - "endLine": 568, - "endColumn": 38, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 16303, - "endColumn": 38, - "endOffset": 16337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 568, - "startColumn": 4, - "startOffset": 46501, - "endLine": 570, - "endColumn": 38, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 16342, - "endColumn": 38, - "endOffset": 16376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 570, - "startColumn": 4, - "startOffset": 46501, - "endLine": 572, - "endColumn": 38, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 16381, - "endColumn": 33, - "endOffset": 16410 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 572, - "startColumn": 4, - "startOffset": 46453, - "endLine": 575, - "endColumn": 33, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 16415, - "endColumn": 37, - "endOffset": 16448 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 575, - "startColumn": 4, - "startOffset": 46453, - "endLine": 578, - "endColumn": 37, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 16453, - "endColumn": 62, - "endOffset": 16511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 578, - "startColumn": 4, - "startOffset": 46501, - "endLine": 580, - "endColumn": 62, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 16516, - "endColumn": 66, - "endOffset": 16578 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 580, - "startColumn": 4, - "startOffset": 46501, - "endLine": 582, - "endColumn": 66, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 16583, - "endColumn": 87, - "endOffset": 16666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 585, - "startColumn": 0, - "startOffset": 46547, - "endLine": 586, - "endColumn": 87, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 16671, - "endColumn": 66, - "endOffset": 16733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 582, - "startColumn": 4, - "startOffset": 46501, - "endLine": 584, - "endColumn": 66, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 16738, - "endColumn": 96, - "endOffset": 16830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 586, - "startColumn": 0, - "startOffset": 46547, - "endLine": 587, - "endColumn": 96, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 16835, - "endColumn": 74, - "endOffset": 16905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 588, - "startColumn": 0, - "startOffset": 46547, - "endLine": 589, - "endColumn": 74, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 16910, - "endColumn": 269, - "endOffset": 17175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3271, - "endLine": 48, - "endColumn": 119, - "endOffset": 3549 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 17180, - "endColumn": 74, - "endOffset": 17250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 174, - "startColumn": 4, - "startOffset": 17481, - "endLine": 175, - "endColumn": 75, - "endOffset": 17645 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 17255, - "endColumn": 114, - "endOffset": 17365 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 589, - "startColumn": 4, - "startOffset": 46501, - "endLine": 591, - "endColumn": 114, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 17370, - "endColumn": 57, - "endOffset": 17423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 592, - "startColumn": 0, - "startOffset": 46547, - "endLine": 593, - "endColumn": 57, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 17428, - "endColumn": 91, - "endOffset": 17515 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 593, - "startColumn": 4, - "startOffset": 46501, - "endLine": 595, - "endColumn": 91, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 17520, - "endColumn": 70, - "endOffset": 17586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 595, - "startColumn": 4, - "startOffset": 46501, - "endLine": 597, - "endColumn": 70, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 17591, - "endColumn": 99, - "endOffset": 17686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 597, - "startColumn": 4, - "startOffset": 46501, - "endLine": 599, - "endColumn": 99, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 17691, - "endColumn": 71, - "endOffset": 17758 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 599, - "startColumn": 4, - "startOffset": 46501, - "endLine": 601, - "endColumn": 71, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 17763, - "endColumn": 93, - "endOffset": 17852 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 601, - "startColumn": 4, - "startOffset": 46501, - "endLine": 603, - "endColumn": 93, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 17857, - "endColumn": 69, - "endOffset": 17922 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 603, - "startColumn": 4, - "startOffset": 46501, - "endLine": 605, - "endColumn": 69, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 17927, - "endColumn": 84, - "endOffset": 18007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 604, - "startColumn": 38, - "startOffset": 46487, - "endLine": 607, - "endColumn": 84, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 18012, - "endColumn": 71, - "endOffset": 18079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 607, - "startColumn": 4, - "startOffset": 46501, - "endLine": 609, - "endColumn": 71, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 18084, - "endColumn": 316, - "endOffset": 18396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 50, - "startColumn": 4, - "startOffset": 4013, - "endColumn": 305, - "endOffset": 4161 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 18401, - "endColumn": 47, - "endOffset": 18444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 609, - "startColumn": 4, - "startOffset": 46501, - "endLine": 611, - "endColumn": 47, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 18449, - "endColumn": 53, - "endOffset": 18498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 611, - "startColumn": 4, - "startOffset": 46501, - "endLine": 613, - "endColumn": 53, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 18503, - "endColumn": 71, - "endOffset": 18570 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 613, - "startColumn": 38, - "startOffset": 46487, - "endLine": 616, - "endColumn": 71, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 18575, - "endColumn": 36, - "endOffset": 18607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 616, - "startColumn": 0, - "startOffset": 46547, - "endLine": 617, - "endColumn": 36, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 18612, - "endColumn": 64, - "endOffset": 18672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 617, - "startColumn": 4, - "startOffset": 46501, - "endLine": 619, - "endColumn": 64, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 18677, - "endLine": 221, - "endColumn": 11, - "endOffset": 18755 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 618, - "startColumn": 70, - "startOffset": 46439, - "endLine": 622, - "endColumn": 11, - "endOffset": 46497 - } - } - }, - { - "to": { - "startLine": 222, - "startColumn": 4, - "startOffset": 18760, - "endLine": 224, - "endColumn": 11, - "endOffset": 18882 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 175, - "startColumn": 34, - "startOffset": 17746, - "endLine": 179, - "endColumn": 11, - "endOffset": 17955 - } - } - }, - { - "to": { - "startLine": 225, - "startColumn": 4, - "startOffset": 18887, - "endColumn": 44, - "endOffset": 18927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 624, - "startColumn": 4, - "startOffset": 46501, - "endLine": 626, - "endColumn": 44, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 18932, - "endColumn": 54, - "endOffset": 18982 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 627, - "startColumn": 0, - "startOffset": 46547, - "endLine": 628, - "endColumn": 54, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 18987, - "endColumn": 83, - "endOffset": 19066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 628, - "startColumn": 38, - "startOffset": 46487, - "endLine": 631, - "endColumn": 83, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 19071, - "endColumn": 72, - "endOffset": 19139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 631, - "startColumn": 4, - "startOffset": 46501, - "endLine": 633, - "endColumn": 72, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 19144, - "endColumn": 77, - "endOffset": 19217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 632, - "startColumn": 38, - "startOffset": 46487, - "endLine": 635, - "endColumn": 77, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 19222, - "endColumn": 57, - "endOffset": 19275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 635, - "startColumn": 4, - "startOffset": 46501, - "endLine": 637, - "endColumn": 57, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 19280, - "endColumn": 54, - "endOffset": 19330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 637, - "startColumn": 4, - "startOffset": 46501, - "endLine": 639, - "endColumn": 54, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 19335, - "endColumn": 102, - "endOffset": 19433 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 118, - "startColumn": 5, - "startOffset": 12030, - "endColumn": 102, - "endOffset": 12075 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 19438, - "endColumn": 122, - "endOffset": 19556 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4519, - "endColumn": 122, - "endOffset": 4637 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 19561, - "endColumn": 127, - "endOffset": 19684 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 58, - "startColumn": 113, - "startOffset": 4944, - "endColumn": 127, - "endOffset": 4958 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 19689, - "endColumn": 110, - "endOffset": 19795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 120, - "startColumn": 5, - "startOffset": 12253, - "endColumn": 110, - "endOffset": 12281 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 19800, - "endColumn": 128, - "endOffset": 19924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4647, - "endColumn": 128, - "endOffset": 4771 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 19929, - "endColumn": 113, - "endOffset": 20038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 122, - "startColumn": 5, - "startOffset": 12442, - "endColumn": 113, - "endOffset": 12485 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 20043, - "endColumn": 72, - "endOffset": 20111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 639, - "startColumn": 4, - "startOffset": 46501, - "endLine": 641, - "endColumn": 72, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 20116, - "endColumn": 71, - "endOffset": 20183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 641, - "startColumn": 4, - "startOffset": 46501, - "endLine": 643, - "endColumn": 71, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 20188, - "endColumn": 114, - "endOffset": 20298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 124, - "startColumn": 5, - "startOffset": 12671, - "endColumn": 114, - "endOffset": 12700 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 20303, - "endColumn": 220, - "endOffset": 20519 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 126, - "startColumn": 5, - "startOffset": 12896, - "endColumn": 220, - "endOffset": 12941 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 20524, - "endColumn": 124, - "endOffset": 20644 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 128, - "startColumn": 5, - "startOffset": 13193, - "endColumn": 124, - "endOffset": 13215 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 20649, - "endColumn": 117, - "endOffset": 20762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 130, - "startColumn": 5, - "startOffset": 13301, - "endColumn": 117, - "endOffset": 13411 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 20767, - "endColumn": 110, - "endOffset": 20873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 132, - "startColumn": 41, - "startOffset": 13652, - "endColumn": 110, - "endOffset": 13664 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 20878, - "endColumn": 68, - "endOffset": 20942 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 643, - "startColumn": 4, - "startOffset": 46501, - "endLine": 645, - "endColumn": 68, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 20947, - "endColumn": 68, - "endOffset": 21011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 645, - "startColumn": 4, - "startOffset": 46501, - "endLine": 647, - "endColumn": 68, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 21016, - "endColumn": 60, - "endOffset": 21072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 647, - "startColumn": 0, - "startOffset": 46547, - "endLine": 648, - "endColumn": 60, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 21077, - "endColumn": 112, - "endOffset": 21185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 134, - "startColumn": 47, - "startOffset": 13896, - "endColumn": 112, - "endOffset": 13914 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 21190, - "endColumn": 49, - "endOffset": 21235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 648, - "startColumn": 0, - "startOffset": 46547, - "endLine": 649, - "endColumn": 49, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 21240, - "endColumn": 77, - "endOffset": 21313 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 649, - "startColumn": 40, - "startOffset": 46537, - "endLine": 651, - "endColumn": 77, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 21318, - "endColumn": 56, - "endOffset": 21370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 651, - "startColumn": 4, - "startOffset": 46501, - "endLine": 653, - "endColumn": 56, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 21375, - "endColumn": 54, - "endOffset": 21425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 653, - "startColumn": 4, - "startOffset": 46501, - "endLine": 655, - "endColumn": 54, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 21430, - "endColumn": 51, - "endOffset": 21477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 655, - "startColumn": 4, - "startOffset": 46501, - "endLine": 657, - "endColumn": 51, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 21482, - "endColumn": 48, - "endOffset": 21526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 657, - "startColumn": 4, - "startOffset": 46501, - "endLine": 659, - "endColumn": 48, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 21531, - "endColumn": 58, - "endOffset": 21585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 659, - "startColumn": 4, - "startOffset": 46501, - "endLine": 661, - "endColumn": 58, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 21590, - "endColumn": 44, - "endOffset": 21630 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 661, - "startColumn": 0, - "startOffset": 46547, - "endLine": 662, - "endColumn": 44, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 21635, - "endColumn": 71, - "endOffset": 21702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 661, - "startColumn": 38, - "startOffset": 46487, - "endLine": 664, - "endColumn": 71, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 21707, - "endColumn": 53, - "endOffset": 21756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 137, - "startColumn": 5, - "startOffset": 14120, - "endColumn": 54, - "endOffset": 14167 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 21761, - "endColumn": 58, - "endOffset": 21815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 664, - "startColumn": 0, - "startOffset": 46547, - "endLine": 665, - "endColumn": 58, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 21820, - "endColumn": 58, - "endOffset": 21874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 665, - "startColumn": 40, - "startOffset": 46537, - "endLine": 667, - "endColumn": 58, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 21879, - "endColumn": 87, - "endOffset": 21962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 667, - "startColumn": 4, - "startOffset": 46501, - "endLine": 669, - "endColumn": 87, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 21967, - "endColumn": 84, - "endOffset": 22047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 669, - "startColumn": 0, - "startOffset": 46547, - "endLine": 670, - "endColumn": 84, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 22052, - "endColumn": 54, - "endOffset": 22102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 671, - "startColumn": 0, - "startOffset": 46547, - "endLine": 672, - "endColumn": 54, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 22107, - "endColumn": 63, - "endOffset": 22166 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 672, - "startColumn": 0, - "startOffset": 46547, - "endLine": 673, - "endColumn": 63, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 22171, - "endColumn": 62, - "endOffset": 22229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 674, - "startColumn": 0, - "startOffset": 46547, - "endLine": 675, - "endColumn": 62, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 22234, - "endColumn": 102, - "endOffset": 22332 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 675, - "startColumn": 4, - "startOffset": 46501, - "endLine": 677, - "endColumn": 106, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 22337, - "endColumn": 42, - "endOffset": 22375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 678, - "startColumn": 0, - "startOffset": 46547, - "endLine": 679, - "endColumn": 42, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 22380, - "endColumn": 150, - "endOffset": 22526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 52, - "startColumn": 4, - "startOffset": 4396, - "endColumn": 150, - "endOffset": 4413 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 22531, - "endColumn": 45, - "endOffset": 22572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 146, - "startColumn": 4, - "startOffset": 14819, - "endColumn": 46, - "endOffset": 14861 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 22577, - "endColumn": 51, - "endOffset": 22624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 679, - "startColumn": 4, - "startOffset": 46501, - "endLine": 681, - "endColumn": 51, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 22629, - "endColumn": 48, - "endOffset": 22673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 681, - "startColumn": 4, - "startOffset": 46501, - "endLine": 683, - "endColumn": 48, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 22678, - "endLine": 274, - "endColumn": 11, - "endOffset": 22786 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 683, - "startColumn": 4, - "startOffset": 46501, - "endLine": 685, - "endColumn": 11, - "endOffset": 46500 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 22791, - "endLine": 277, - "endColumn": 11, - "endOffset": 22875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 687, - "startColumn": 4, - "startOffset": 46501, - "endLine": 689, - "endColumn": 11, - "endOffset": 46534 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 22880, - "endColumn": 44, - "endOffset": 22920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 143, - "startColumn": 5, - "startOffset": 14657, - "endColumn": 45, - "endOffset": 14695 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 22925, - "endColumn": 51, - "endOffset": 22972 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 140, - "startColumn": 5, - "startOffset": 14421, - "endColumn": 52, - "endOffset": 14468 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 22977, - "endColumn": 44, - "endOffset": 23017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 691, - "startColumn": 4, - "startOffset": 46501, - "endLine": 693, - "endColumn": 44, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 23022, - "endLine": 282, - "endColumn": 11, - "endOffset": 23181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 693, - "startColumn": 4, - "startOffset": 46501, - "endLine": 695, - "endColumn": 11, - "endOffset": 46408 - } - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 23186, - "endLine": 284, - "endColumn": 77, - "endOffset": 23330 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 699, - "startColumn": 4, - "startOffset": 46501, - "endLine": 703, - "endColumn": 85, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 23335, - "endColumn": 85, - "endOffset": 23416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 702, - "startColumn": 38, - "startOffset": 46487, - "endLine": 705, - "endColumn": 89, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 23421, - "endColumn": 192, - "endOffset": 23609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1795, - "endColumn": 182, - "endOffset": 1973 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 23614, - "endColumn": 192, - "endOffset": 23802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1979, - "endColumn": 182, - "endOffset": 2157 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 23807, - "endColumn": 197, - "endOffset": 24000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1417, - "endColumn": 187, - "endOffset": 1600 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 24005, - "endColumn": 59, - "endOffset": 24060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 706, - "startColumn": 0, - "startOffset": 46547, - "endLine": 707, - "endColumn": 59, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 24065, - "endColumn": 181, - "endOffset": 24242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1071, - "endColumn": 171, - "endOffset": 1238 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 24247, - "endColumn": 181, - "endOffset": 24424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 171, - "endOffset": 1411 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 24429, - "endColumn": 189, - "endOffset": 24614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2163, - "endColumn": 179, - "endOffset": 2338 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 24619, - "endColumn": 192, - "endOffset": 24807 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2344, - "endColumn": 182, - "endOffset": 2522 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 24812, - "endColumn": 197, - "endOffset": 25005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1606, - "endColumn": 187, - "endOffset": 1789 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 25010, - "endLine": 296, - "endColumn": 11, - "endOffset": 25112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 707, - "startColumn": 0, - "startOffset": 46547, - "endLine": 708, - "endColumn": 11, - "endOffset": 46473 - } - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 25117, - "endColumn": 198, - "endOffset": 25311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 871, - "endColumn": 198, - "endOffset": 1065 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 25316, - "endColumn": 100, - "endOffset": 25412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1951, - "endColumn": 100, - "endOffset": 2047 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 25417, - "endColumn": 124, - "endOffset": 25537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 98, - "startColumn": 108, - "startOffset": 9896, - "endColumn": 124, - "endOffset": 9912 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 25542, - "endColumn": 94, - "endOffset": 25632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 102, - "startColumn": 5, - "startOffset": 10271, - "endColumn": 94, - "endOffset": 10358 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 25637, - "endColumn": 108, - "endOffset": 25741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 104, - "startColumn": 5, - "startOffset": 10425, - "endColumn": 108, - "endOffset": 10526 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 25746, - "endColumn": 117, - "endOffset": 25859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 100, - "startColumn": 4, - "startOffset": 10023, - "endColumn": 117, - "endOffset": 10136 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 25864, - "endColumn": 115, - "endOffset": 25975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 108, - "startColumn": 5, - "startOffset": 10781, - "endColumn": 115, - "endOffset": 10834 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 25980, - "endColumn": 106, - "endOffset": 26082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 106, - "startColumn": 5, - "startOffset": 10572, - "endColumn": 106, - "endOffset": 10673 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 26087, - "endColumn": 119, - "endOffset": 26202 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 110, - "startColumn": 5, - "startOffset": 11028, - "endColumn": 119, - "endOffset": 11089 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 26207, - "endColumn": 37, - "endOffset": 26240 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 711, - "startColumn": 4, - "startOffset": 46501, - "endLine": 713, - "endColumn": 37, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 26245, - "endColumn": 101, - "endOffset": 26342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 713, - "startColumn": 4, - "startOffset": 46501, - "endLine": 715, - "endColumn": 105, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 26347, - "endColumn": 77, - "endOffset": 26420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 716, - "startColumn": 0, - "startOffset": 46547, - "endLine": 717, - "endColumn": 77, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 26425, - "endColumn": 61, - "endOffset": 26482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 718, - "startColumn": 0, - "startOffset": 46547, - "endLine": 719, - "endColumn": 61, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 26487, - "endColumn": 68, - "endOffset": 26551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 719, - "startColumn": 0, - "startOffset": 46547, - "endLine": 720, - "endColumn": 68, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 26556, - "endColumn": 102, - "endOffset": 26654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 720, - "startColumn": 4, - "startOffset": 46501, - "endLine": 722, - "endColumn": 106, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 26659, - "endColumn": 86, - "endOffset": 26741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 723, - "startColumn": 0, - "startOffset": 46547, - "endLine": 724, - "endColumn": 90, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 26746, - "endColumn": 42, - "endOffset": 26784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 725, - "startColumn": 0, - "startOffset": 46547, - "endLine": 726, - "endColumn": 42, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 26789, - "endColumn": 56, - "endOffset": 26841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 216, - "startColumn": 4, - "startOffset": 21112, - "endColumn": 57, - "endOffset": 21164 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 26846, - "endColumn": 44, - "endOffset": 26886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 726, - "startColumn": 4, - "startOffset": 46501, - "endLine": 728, - "endColumn": 44, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 26891, - "endColumn": 60, - "endOffset": 26947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 219, - "startColumn": 4, - "startOffset": 21393, - "endColumn": 61, - "endOffset": 21449 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 26952, - "endColumn": 40, - "endOffset": 26988 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 728, - "startColumn": 40, - "startOffset": 46537, - "endLine": 730, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 26993, - "endColumn": 50, - "endOffset": 27039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 730, - "startColumn": 4, - "startOffset": 46501, - "endLine": 732, - "endColumn": 50, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 27044, - "endColumn": 51, - "endOffset": 27091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 732, - "startColumn": 40, - "startOffset": 46537, - "endLine": 734, - "endColumn": 51, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 27096, - "endColumn": 53, - "endOffset": 27145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 734, - "startColumn": 4, - "startOffset": 46501, - "endLine": 736, - "endColumn": 53, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 27150, - "endColumn": 43, - "endOffset": 27189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 736, - "startColumn": 4, - "startOffset": 46501, - "endLine": 738, - "endColumn": 43, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 27194, - "endColumn": 53, - "endOffset": 27243 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 738, - "startColumn": 4, - "startOffset": 46501, - "endLine": 740, - "endColumn": 53, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 27248, - "endColumn": 55, - "endOffset": 27299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 740, - "startColumn": 0, - "startOffset": 46547, - "endLine": 741, - "endColumn": 55, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 27304, - "endColumn": 45, - "endOffset": 27345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 742, - "startColumn": 0, - "startOffset": 46547, - "endLine": 743, - "endColumn": 45, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 27350, - "endColumn": 47, - "endOffset": 27393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 743, - "startColumn": 4, - "startOffset": 46453, - "endLine": 746, - "endColumn": 47, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 27398, - "endColumn": 98, - "endOffset": 27492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 190, - "startColumn": 42, - "startOffset": 19090, - "endLine": 192, - "endColumn": 103, - "endOffset": 19151 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 27497, - "endColumn": 50, - "endOffset": 27543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 180, - "startColumn": 4, - "startOffset": 17992, - "endColumn": 51, - "endOffset": 18038 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 27548, - "endColumn": 57, - "endOffset": 27601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 207, - "startColumn": 4, - "startOffset": 20551, - "endColumn": 58, - "endOffset": 20585 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 27606, - "endLine": 331, - "endColumn": 11, - "endOffset": 27749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 199, - "startColumn": 4, - "startOffset": 19856, - "endLine": 201, - "endColumn": 11, - "endOffset": 20091 - } - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 27754, - "endLine": 333, - "endColumn": 46, - "endOffset": 27850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 195, - "startColumn": 4, - "startOffset": 19474, - "endLine": 196, - "endColumn": 50, - "endOffset": 19626 - } - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 27855, - "endColumn": 57, - "endOffset": 27908 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 212, - "startColumn": 4, - "startOffset": 20846, - "endLine": 213, - "endColumn": 58, - "endOffset": 20995 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 27913, - "endColumn": 37, - "endOffset": 27946 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 746, - "startColumn": 4, - "startOffset": 46501, - "endLine": 748, - "endColumn": 37, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 27951, - "endColumn": 36, - "endOffset": 27983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 748, - "startColumn": 4, - "startOffset": 46501, - "endLine": 750, - "endColumn": 36, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 27988, - "endColumn": 306, - "endOffset": 28290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 94, - "startColumn": 4, - "startOffset": 9444, - "endColumn": 301, - "endOffset": 9625 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 28295, - "endColumn": 49, - "endOffset": 28340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 750, - "startColumn": 4, - "startOffset": 46501, - "endLine": 752, - "endColumn": 49, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 28345, - "endColumn": 45, - "endOffset": 28386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 753, - "startColumn": 0, - "startOffset": 46547, - "endLine": 754, - "endColumn": 45, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 28391, - "endColumn": 70, - "endOffset": 28457 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 482, - "startColumn": 4, - "startOffset": 40897, - "endColumn": 70, - "endOffset": 40962 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 28462, - "endColumn": 43, - "endOffset": 28501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 754, - "startColumn": 38, - "startOffset": 46487, - "endLine": 757, - "endColumn": 43, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 28506, - "endColumn": 132, - "endOffset": 28634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5848, - "endColumn": 122, - "endOffset": 5966 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 28639, - "endColumn": 51, - "endOffset": 28686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 185, - "startColumn": 4, - "startOffset": 18522, - "endLine": 186, - "endColumn": 52, - "endOffset": 18664 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 28691, - "endColumn": 72, - "endOffset": 28759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 187, - "startColumn": 4, - "startOffset": 18743, - "endLine": 189, - "endColumn": 73, - "endOffset": 18907 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 28764, - "endColumn": 344, - "endOffset": 29104 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/conduct_text.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 758, - "endColumn": 344, - "endOffset": 1098 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 29109, - "endColumn": 59, - "endOffset": 29164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 183, - "startColumn": 4, - "startOffset": 18247, - "endColumn": 60, - "endOffset": 18303 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 29169, - "endColumn": 121, - "endOffset": 29286 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 60, - "startColumn": 4, - "startOffset": 5076, - "endColumn": 121, - "endOffset": 5193 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 29291, - "endColumn": 126, - "endOffset": 29413 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5209, - "endLine": 62, - "endColumn": 126, - "endOffset": 5331 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 29418, - "endColumn": 131, - "endOffset": 29545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 70, - "startColumn": 4, - "startOffset": 6506, - "endColumn": 131, - "endOffset": 6540 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 29550, - "endColumn": 115, - "endOffset": 29661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 67, - "startColumn": 4, - "startOffset": 6170, - "endLine": 68, - "endColumn": 115, - "endOffset": 6268 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 29666, - "endColumn": 186, - "endOffset": 29848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5660, - "endColumn": 186, - "endOffset": 5842 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 29853, - "endColumn": 74, - "endOffset": 29923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 757, - "startColumn": 40, - "startOffset": 46537, - "endLine": 759, - "endColumn": 74, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 29928, - "endColumn": 65, - "endOffset": 29989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 759, - "startColumn": 0, - "startOffset": 46547, - "endLine": 760, - "endColumn": 65, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 29994, - "endColumn": 64, - "endOffset": 30054 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 760, - "startColumn": 4, - "startOffset": 46501, - "endLine": 762, - "endColumn": 64, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 30059, - "endColumn": 69, - "endOffset": 30124 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 762, - "startColumn": 4, - "startOffset": 46501, - "endLine": 764, - "endColumn": 69, - "endOffset": 46560 - } - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 30129, - "endColumn": 55, - "endOffset": 30180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rCN/strings.xml", - "position": { - "startLine": 210, - "startColumn": 39, - "startOffset": 20695, - "endColumn": 56, - "endOffset": 20712 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json deleted file mode 100644 index 00cd1fe..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 94, - "endOffset": 195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 94, - "endOffset": 374 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 200, - "endColumn": 106, - "endOffset": 302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 106, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 307, - "endColumn": 122, - "endOffset": 425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 486, - "endColumn": 122, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 430, - "endColumn": 92, - "endOffset": 518 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 92, - "endOffset": 697 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 523, - "endColumn": 99, - "endOffset": 618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 702, - "endColumn": 99, - "endOffset": 797 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 623, - "endColumn": 81, - "endOffset": 700 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 802, - "endColumn": 81, - "endOffset": 879 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 705, - "endColumn": 96, - "endOffset": 797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 884, - "endColumn": 96, - "endOffset": 976 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 802, - "endColumn": 107, - "endOffset": 905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 981, - "endColumn": 107, - "endOffset": 1084 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 910, - "endColumn": 77, - "endOffset": 983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1089, - "endColumn": 77, - "endOffset": 1162 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 988, - "endColumn": 95, - "endOffset": 1079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1167, - "endColumn": 95, - "endOffset": 1258 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1084, - "endColumn": 95, - "endOffset": 1175 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 95, - "endOffset": 1354 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1180, - "endColumn": 94, - "endOffset": 1270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 94, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1275, - "endColumn": 96, - "endOffset": 1367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1454, - "endColumn": 96, - "endOffset": 1546 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1372, - "endColumn": 94, - "endOffset": 1462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1551, - "endColumn": 94, - "endOffset": 1641 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1467, - "endColumn": 97, - "endOffset": 1560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1646, - "endColumn": 97, - "endOffset": 1739 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1565, - "endColumn": 112, - "endOffset": 1673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1744, - "endColumn": 112, - "endOffset": 1852 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1678, - "endColumn": 93, - "endOffset": 1767 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1857, - "endColumn": 93, - "endOffset": 1946 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1772, - "endColumn": 138, - "endOffset": 1906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 597, - "endColumn": 138, - "endOffset": 731 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1911, - "endColumn": 125, - "endOffset": 2032 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2283, - "endColumn": 125, - "endOffset": 2404 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2037, - "endColumn": 106, - "endOffset": 2139 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2046, - "endColumn": 106, - "endOffset": 2148 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2144, - "endColumn": 117, - "endOffset": 2257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1811, - "endColumn": 117, - "endOffset": 1924 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2262, - "endColumn": 130, - "endOffset": 2388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1680, - "endColumn": 130, - "endOffset": 1806 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2393, - "endColumn": 115, - "endOffset": 2504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1564, - "endColumn": 115, - "endOffset": 1675 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2509, - "endColumn": 161, - "endOffset": 2666 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 874, - "endColumn": 165, - "endOffset": 1035 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 2671, - "endColumn": 118, - "endOffset": 2785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1445, - "endColumn": 118, - "endOffset": 1559 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 2790, - "endColumn": 142, - "endOffset": 2928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1156, - "endColumn": 142, - "endOffset": 1294 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2933, - "endColumn": 145, - "endOffset": 3074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1299, - "endColumn": 145, - "endOffset": 1440 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3079, - "endColumn": 115, - "endOffset": 3190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1040, - "endColumn": 115, - "endOffset": 1151 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3195, - "endColumn": 129, - "endOffset": 3320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2766, - "endColumn": 129, - "endOffset": 2891 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3325, - "endColumn": 113, - "endOffset": 3434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2652, - "endColumn": 113, - "endOffset": 2761 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3439, - "endColumn": 137, - "endOffset": 3572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 736, - "endColumn": 137, - "endOffset": 869 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3577, - "endColumn": 131, - "endOffset": 3704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2520, - "endColumn": 131, - "endOffset": 2647 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 3709, - "endColumn": 110, - "endOffset": 3815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2409, - "endColumn": 110, - "endOffset": 2515 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 3820, - "endColumn": 154, - "endOffset": 3970 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 293, - "endColumn": 154, - "endOffset": 443 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 3975, - "endColumn": 148, - "endOffset": 4119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 448, - "endColumn": 148, - "endOffset": 592 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4124, - "endColumn": 122, - "endOffset": 4242 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 122, - "endOffset": 288 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 4247, - "endColumn": 126, - "endOffset": 4369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3931, - "endColumn": 126, - "endOffset": 4053 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 4374, - "endColumn": 111, - "endOffset": 4481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3819, - "endColumn": 111, - "endOffset": 3926 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 4486, - "endColumn": 121, - "endOffset": 4603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2896, - "endColumn": 121, - "endOffset": 3013 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 4608, - "endColumn": 152, - "endOffset": 4756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3137, - "endColumn": 152, - "endOffset": 3285 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 4761, - "endColumn": 118, - "endOffset": 4875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3018, - "endColumn": 118, - "endOffset": 3132 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 4880, - "endColumn": 102, - "endOffset": 4978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3290, - "endColumn": 102, - "endOffset": 3388 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 4983, - "endColumn": 129, - "endOffset": 5108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2153, - "endColumn": 129, - "endOffset": 2278 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 5113, - "endColumn": 116, - "endOffset": 5225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1929, - "endColumn": 116, - "endOffset": 2041 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 5230, - "endColumn": 84, - "endOffset": 5310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3579, - "endColumn": 84, - "endOffset": 3659 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 5315, - "endColumn": 86, - "endOffset": 5397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3393, - "endColumn": 86, - "endOffset": 3475 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 5402, - "endColumn": 98, - "endOffset": 5496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3480, - "endColumn": 98, - "endOffset": 3574 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 5501, - "endColumn": 154, - "endOffset": 5651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rHK/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3664, - "endColumn": 154, - "endOffset": 3814 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 5656, - "endColumn": 101, - "endOffset": 5753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1951, - "endColumn": 101, - "endOffset": 2048 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json deleted file mode 100644 index 2808b9a..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json +++ /dev/null @@ -1,6318 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endLine": 5, - "endColumn": 12, - "endOffset": 251 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 236, - "startColumn": 4, - "startOffset": 23141, - "endLine": 240, - "endColumn": 12, - "endOffset": 23453 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 256, - "endLine": 8, - "endColumn": 12, - "endOffset": 439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 243, - "startColumn": 4, - "startOffset": 23735, - "endLine": 245, - "endColumn": 12, - "endOffset": 24025 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 444, - "endLine": 11, - "endColumn": 12, - "endOffset": 547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 248, - "startColumn": 4, - "startOffset": 24233, - "endLine": 250, - "endColumn": 12, - "endOffset": 24430 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 552, - "endLine": 14, - "endColumn": 12, - "endOffset": 731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 253, - "startColumn": 4, - "startOffset": 24635, - "endLine": 255, - "endColumn": 12, - "endOffset": 24885 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 736, - "endColumn": 94, - "endOffset": 826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 284, - "endColumn": 94, - "endOffset": 374 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 831, - "endColumn": 106, - "endOffset": 933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 379, - "endColumn": 106, - "endOffset": 481 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 938, - "endColumn": 122, - "endOffset": 1056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 486, - "endColumn": 122, - "endOffset": 604 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1061, - "endColumn": 92, - "endOffset": 1149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 609, - "endColumn": 92, - "endOffset": 697 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1154, - "endColumn": 99, - "endOffset": 1249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 702, - "endColumn": 99, - "endOffset": 797 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1254, - "endColumn": 81, - "endOffset": 1331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 802, - "endColumn": 81, - "endOffset": 879 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1336, - "endColumn": 96, - "endOffset": 1428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 884, - "endColumn": 96, - "endOffset": 976 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1433, - "endColumn": 107, - "endOffset": 1536 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 981, - "endColumn": 107, - "endOffset": 1084 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1541, - "endColumn": 77, - "endOffset": 1614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1089, - "endColumn": 77, - "endOffset": 1162 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1619, - "endColumn": 95, - "endOffset": 1710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1167, - "endColumn": 95, - "endOffset": 1258 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1715, - "endColumn": 95, - "endOffset": 1806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1263, - "endColumn": 95, - "endOffset": 1354 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1811, - "endColumn": 94, - "endOffset": 1901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1359, - "endColumn": 94, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1906, - "endColumn": 96, - "endOffset": 1998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1454, - "endColumn": 96, - "endOffset": 1546 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 2003, - "endColumn": 94, - "endOffset": 2093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1551, - "endColumn": 94, - "endOffset": 1641 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 2098, - "endColumn": 99, - "endOffset": 2193 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1646, - "endColumn": 99, - "endOffset": 1741 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 2198, - "endColumn": 112, - "endOffset": 2306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1746, - "endColumn": 112, - "endOffset": 1854 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2311, - "endColumn": 93, - "endOffset": 2400 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1859, - "endColumn": 93, - "endOffset": 1948 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 2405, - "endLine": 33, - "endColumn": 159, - "endOffset": 2629 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 257, - "startColumn": 4, - "startOffset": 25063, - "endLine": 259, - "endColumn": 183, - "endOffset": 25388 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2634, - "endColumn": 47, - "endOffset": 2677 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 262, - "startColumn": 4, - "startOffset": 25621, - "endColumn": 47, - "endOffset": 25664 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2682, - "endColumn": 48, - "endOffset": 2726 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 265, - "startColumn": 4, - "startOffset": 25839, - "endColumn": 48, - "endOffset": 25883 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2731, - "endColumn": 37, - "endOffset": 2764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 267, - "startColumn": 4, - "startOffset": 25925, - "endLine": 268, - "endColumn": 37, - "endOffset": 26056 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2769, - "endColumn": 44, - "endOffset": 2809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 270, - "startColumn": 4, - "startOffset": 26171, - "endLine": 271, - "endColumn": 44, - "endOffset": 26305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2814, - "endColumn": 51, - "endOffset": 2861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 273, - "startColumn": 4, - "startOffset": 26457, - "endLine": 274, - "endColumn": 51, - "endOffset": 26604 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2866, - "endColumn": 62, - "endOffset": 2924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 278, - "startColumn": 31, - "startOffset": 26911, - "endColumn": 62, - "endOffset": 26942 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2929, - "endColumn": 106, - "endOffset": 3031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 101, - "startColumn": 5, - "startOffset": 10628, - "endColumn": 106, - "endOffset": 10727 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 3036, - "endColumn": 45, - "endOffset": 3077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 281, - "startColumn": 4, - "startOffset": 27089, - "endLine": 282, - "endColumn": 45, - "endOffset": 27216 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 3082, - "endColumn": 43, - "endOffset": 3121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 287, - "startColumn": 4, - "startOffset": 27393, - "endColumn": 43, - "endOffset": 27432 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3126, - "endColumn": 43, - "endOffset": 3165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 291, - "startColumn": 4, - "startOffset": 27622, - "endLine": 292, - "endColumn": 43, - "endOffset": 27729 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 3170, - "endColumn": 42, - "endOffset": 3208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 296, - "startColumn": 4, - "startOffset": 27987, - "endColumn": 42, - "endOffset": 28016 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3213, - "endColumn": 42, - "endOffset": 3251 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 300, - "startColumn": 4, - "startOffset": 28212, - "endColumn": 42, - "endOffset": 28249 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 3256, - "endColumn": 242, - "endOffset": 3494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 119, - "startColumn": 5, - "startOffset": 12649, - "endColumn": 237, - "endOffset": 12729 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3499, - "endColumn": 206, - "endOffset": 3701 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 117, - "startColumn": 43, - "startOffset": 12394, - "endColumn": 201, - "endOffset": 12428 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3706, - "endColumn": 52, - "endOffset": 3754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 303, - "startColumn": 4, - "startOffset": 28434, - "endColumn": 52, - "endOffset": 28482 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3759, - "endColumn": 50, - "endOffset": 3805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 307, - "startColumn": 4, - "startOffset": 28744, - "endColumn": 50, - "endOffset": 28789 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3810, - "endColumn": 49, - "endOffset": 3855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 311, - "startColumn": 4, - "startOffset": 28946, - "endColumn": 49, - "endOffset": 28991 - } - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3860, - "endColumn": 46, - "endOffset": 3902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 315, - "startColumn": 4, - "startOffset": 29130, - "endColumn": 46, - "endOffset": 29171 - } - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3907, - "endColumn": 49, - "endOffset": 3952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 319, - "startColumn": 4, - "startOffset": 29330, - "endColumn": 49, - "endOffset": 29375 - } - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3957, - "endColumn": 88, - "endOffset": 4041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 322, - "startColumn": 4, - "startOffset": 29506, - "endColumn": 94, - "endOffset": 29595 - } - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 4046, - "endColumn": 93, - "endOffset": 4135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 325, - "startColumn": 4, - "startOffset": 29823, - "endColumn": 99, - "endOffset": 29917 - } - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4140, - "endColumn": 37, - "endOffset": 4173 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 332, - "startColumn": 4, - "startOffset": 30464, - "endColumn": 37, - "endOffset": 30496 - } - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 4178, - "endColumn": 196, - "endOffset": 4370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 712, - "endColumn": 196, - "endOffset": 904 - } - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4375, - "endColumn": 52, - "endOffset": 4423 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 328, - "startColumn": 4, - "startOffset": 30185, - "endColumn": 52, - "endOffset": 30233 - } - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 4428, - "endColumn": 138, - "endOffset": 4562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 587, - "endColumn": 138, - "endOffset": 721 - } - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 4567, - "endColumn": 125, - "endOffset": 4688 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2267, - "endColumn": 125, - "endOffset": 2388 - } - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 4693, - "endColumn": 106, - "endOffset": 4795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2030, - "endColumn": 106, - "endOffset": 2132 - } - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 4800, - "endColumn": 117, - "endOffset": 4913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1795, - "endColumn": 117, - "endOffset": 1908 - } - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 4918, - "endColumn": 130, - "endOffset": 5044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1664, - "endColumn": 130, - "endOffset": 1790 - } - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 5049, - "endColumn": 115, - "endOffset": 5160 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1548, - "endColumn": 115, - "endOffset": 1659 - } - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 5165, - "endColumn": 161, - "endOffset": 5322 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 858, - "endColumn": 165, - "endOffset": 1019 - } - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 5327, - "endColumn": 118, - "endOffset": 5441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1429, - "endColumn": 118, - "endOffset": 1543 - } - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5446, - "endColumn": 142, - "endOffset": 5584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1140, - "endColumn": 142, - "endOffset": 1278 - } - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 5589, - "endColumn": 145, - "endOffset": 5730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1283, - "endColumn": 145, - "endOffset": 1424 - } - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 5735, - "endColumn": 115, - "endOffset": 5846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1024, - "endColumn": 115, - "endOffset": 1135 - } - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 5851, - "endColumn": 130, - "endOffset": 5977 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2750, - "endColumn": 130, - "endOffset": 2876 - } - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 5982, - "endColumn": 113, - "endOffset": 6091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2636, - "endColumn": 113, - "endOffset": 2745 - } - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6096, - "endColumn": 131, - "endOffset": 6223 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 726, - "endColumn": 131, - "endOffset": 853 - } - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 6228, - "endColumn": 131, - "endOffset": 6355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2504, - "endColumn": 131, - "endOffset": 2631 - } - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 6360, - "endColumn": 110, - "endOffset": 6466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2393, - "endColumn": 110, - "endOffset": 2499 - } - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 6471, - "endColumn": 148, - "endOffset": 6615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 295, - "endColumn": 148, - "endOffset": 439 - } - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 6620, - "endColumn": 142, - "endOffset": 6758 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 444, - "endColumn": 142, - "endOffset": 582 - } - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 6763, - "endColumn": 124, - "endOffset": 6883 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 124, - "endOffset": 290 - } - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 6888, - "endColumn": 127, - "endOffset": 7011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 3942, - "endColumn": 127, - "endOffset": 4065 - } - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 7016, - "endColumn": 111, - "endOffset": 7123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 3830, - "endColumn": 111, - "endOffset": 3937 - } - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 7128, - "endColumn": 121, - "endOffset": 7245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2881, - "endColumn": 121, - "endOffset": 2998 - } - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 7250, - "endColumn": 152, - "endOffset": 7398 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3122, - "endColumn": 152, - "endOffset": 3270 - } - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 7403, - "endColumn": 118, - "endOffset": 7517 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3003, - "endColumn": 118, - "endOffset": 3117 - } - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 7522, - "endColumn": 102, - "endOffset": 7620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3275, - "endColumn": 102, - "endOffset": 3373 - } - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 7625, - "endColumn": 129, - "endOffset": 7750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2137, - "endColumn": 129, - "endOffset": 2262 - } - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 7755, - "endColumn": 116, - "endOffset": 7867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1913, - "endColumn": 116, - "endOffset": 2025 - } - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 7872, - "endColumn": 84, - "endOffset": 7952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3569, - "endColumn": 84, - "endOffset": 3649 - } - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 7957, - "endColumn": 86, - "endOffset": 8039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3378, - "endColumn": 86, - "endOffset": 3460 - } - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 8044, - "endColumn": 103, - "endOffset": 8143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3465, - "endColumn": 103, - "endOffset": 3564 - } - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 8148, - "endColumn": 175, - "endOffset": 8319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zh-rTW/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3654, - "endColumn": 175, - "endOffset": 3825 - } - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 8324, - "endColumn": 59, - "endOffset": 8379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 336, - "startColumn": 4, - "startOffset": 30743, - "endColumn": 59, - "endOffset": 30781 - } - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 8384, - "endColumn": 113, - "endOffset": 8493 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 120, - "startColumn": 5, - "startOffset": 12782, - "endLine": 121, - "endColumn": 108, - "endOffset": 12885 - } - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 8498, - "endColumn": 46, - "endOffset": 8540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 339, - "startColumn": 4, - "startOffset": 30921, - "endColumn": 46, - "endOffset": 30963 - } - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 8545, - "endColumn": 49, - "endOffset": 8590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 341, - "startColumn": 4, - "startOffset": 30978, - "endLine": 342, - "endColumn": 49, - "endOffset": 31103 - } - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 8595, - "endColumn": 50, - "endOffset": 8641 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 344, - "startColumn": 4, - "startOffset": 31267, - "endLine": 345, - "endColumn": 50, - "endOffset": 31408 - } - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 8646, - "endColumn": 38, - "endOffset": 8680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 349, - "startColumn": 4, - "startOffset": 31639, - "endColumn": 38, - "endOffset": 31673 - } - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 8685, - "endColumn": 48, - "endOffset": 8729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 352, - "startColumn": 29, - "startOffset": 31782, - "endColumn": 48, - "endOffset": 31801 - } - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 8734, - "endColumn": 60, - "endOffset": 8790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 353, - "startColumn": 29, - "startOffset": 32018, - "endLine": 355, - "endColumn": 60, - "endOffset": 32049 - } - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 8795, - "endColumn": 57, - "endOffset": 8848 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 360, - "startColumn": 4, - "startOffset": 32286, - "endColumn": 57, - "endOffset": 32338 - } - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 8853, - "endColumn": 59, - "endOffset": 8908 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 362, - "startColumn": 4, - "startOffset": 32432, - "endLine": 363, - "endColumn": 59, - "endOffset": 32583 - } - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 8913, - "endColumn": 51, - "endOffset": 8960 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 366, - "startColumn": 4, - "startOffset": 32743, - "endColumn": 51, - "endOffset": 32790 - } - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 8965, - "endColumn": 63, - "endOffset": 9024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 368, - "startColumn": 4, - "startOffset": 32810, - "endLine": 369, - "endColumn": 63, - "endOffset": 32963 - } - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 9029, - "endColumn": 49, - "endOffset": 9074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 208, - "startColumn": 4, - "startOffset": 20902, - "endLine": 209, - "endColumn": 50, - "endOffset": 21043 - } - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 9079, - "endColumn": 65, - "endOffset": 9140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 372, - "startColumn": 4, - "startOffset": 33264, - "endColumn": 65, - "endOffset": 33295 - } - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 9145, - "endColumn": 46, - "endOffset": 9187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 375, - "startColumn": 4, - "startOffset": 33440, - "endColumn": 46, - "endOffset": 33482 - } - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 9192, - "endColumn": 59, - "endOffset": 9247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 379, - "startColumn": 4, - "startOffset": 33696, - "endColumn": 59, - "endOffset": 33750 - } - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 9252, - "endColumn": 50, - "endOffset": 9298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 383, - "startColumn": 4, - "startOffset": 33959, - "endColumn": 50, - "endOffset": 34005 - } - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 9303, - "endColumn": 64, - "endOffset": 9363 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 386, - "startColumn": 4, - "startOffset": 34124, - "endColumn": 64, - "endOffset": 34184 - } - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 9368, - "endColumn": 49, - "endOffset": 9413 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 390, - "startColumn": 4, - "startOffset": 34392, - "endColumn": 49, - "endOffset": 34436 - } - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 9418, - "endColumn": 51, - "endOffset": 9465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 393, - "startColumn": 4, - "startOffset": 34703, - "endColumn": 51, - "endOffset": 34750 - } - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 9470, - "endColumn": 123, - "endOffset": 9589 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 396, - "startColumn": 4, - "startOffset": 34880, - "endColumn": 123, - "endOffset": 34999 - } - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 9594, - "endColumn": 48, - "endOffset": 9638 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 399, - "startColumn": 4, - "startOffset": 35152, - "endLine": 400, - "endColumn": 48, - "endOffset": 35292 - } - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 9643, - "endColumn": 68, - "endOffset": 9707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 405, - "startColumn": 4, - "startOffset": 35632, - "endColumn": 68, - "endOffset": 35696 - } - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 9712, - "endColumn": 48, - "endOffset": 9756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 408, - "startColumn": 4, - "startOffset": 35834, - "endColumn": 48, - "endOffset": 35877 - } - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 9761, - "endColumn": 47, - "endOffset": 9804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 411, - "startColumn": 4, - "startOffset": 36074, - "endColumn": 47, - "endOffset": 36117 - } - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 9809, - "endColumn": 50, - "endOffset": 9855 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 415, - "startColumn": 4, - "startOffset": 36255, - "endColumn": 50, - "endOffset": 36300 - } - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 9860, - "endColumn": 58, - "endOffset": 9914 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 418, - "startColumn": 4, - "startOffset": 36579, - "endColumn": 58, - "endOffset": 36633 - } - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 9919, - "endColumn": 49, - "endOffset": 9964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 421, - "startColumn": 4, - "startOffset": 36774, - "endColumn": 49, - "endOffset": 36818 - } - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 9969, - "endColumn": 57, - "endOffset": 10022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 425, - "startColumn": 4, - "startOffset": 37059, - "endColumn": 57, - "endOffset": 37112 - } - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 10027, - "endColumn": 66, - "endOffset": 10089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 429, - "startColumn": 4, - "startOffset": 37329, - "endColumn": 66, - "endOffset": 37390 - } - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 10094, - "endColumn": 94, - "endOffset": 10184 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 432, - "startColumn": 4, - "startOffset": 37604, - "endColumn": 94, - "endOffset": 37694 - } - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 10189, - "endColumn": 50, - "endOffset": 10235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 436, - "startColumn": 4, - "startOffset": 37887, - "endColumn": 50, - "endOffset": 37933 - } - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 10240, - "endColumn": 386, - "endOffset": 10622 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/legal_text.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 660, - "endColumn": 386, - "endOffset": 1042 - } - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 10627, - "endColumn": 79, - "endOffset": 10702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 773, - "startColumn": 40, - "startOffset": 46595, - "endLine": 775, - "endColumn": 79, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 10707, - "endColumn": 78, - "endOffset": 10781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 775, - "startColumn": 4, - "startOffset": 46559, - "endLine": 777, - "endColumn": 78, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 10786, - "endColumn": 294, - "endOffset": 11076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 95, - "startColumn": 4, - "startOffset": 9497, - "endColumn": 306, - "endOffset": 9799 - } - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 11081, - "endColumn": 63, - "endOffset": 11140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 232, - "startColumn": 4, - "startOffset": 22746, - "endColumn": 64, - "endOffset": 22805 - } - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 11145, - "endColumn": 68, - "endOffset": 11209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 229, - "startColumn": 4, - "startOffset": 22562, - "endColumn": 69, - "endOffset": 22586 - } - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 11214, - "endLine": 129, - "endColumn": 61, - "endOffset": 11529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 89, - "startColumn": 4, - "startOffset": 9050, - "endLine": 91, - "endColumn": 64, - "endOffset": 9214 - } - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 11534, - "endColumn": 156, - "endOffset": 11686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 93, - "startColumn": 4, - "startOffset": 9266, - "endColumn": 165, - "endOffset": 9427 - } - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 11691, - "endColumn": 251, - "endOffset": 11938 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 97, - "startColumn": 101, - "startOffset": 10063, - "endColumn": 246, - "endOffset": 10089 - } - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 11943, - "endLine": 135, - "endColumn": 11, - "endOffset": 12376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 74, - "startColumn": 4, - "startOffset": 7042, - "endLine": 78, - "endColumn": 11, - "endOffset": 7833 - } - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 12381, - "endColumn": 177, - "endOffset": 12554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 80, - "startColumn": 4, - "startOffset": 8042, - "endColumn": 177, - "endOffset": 8119 - } - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 12559, - "endLine": 139, - "endColumn": 11, - "endOffset": 12858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 83, - "startColumn": 4, - "startOffset": 8377, - "endLine": 85, - "endColumn": 11, - "endOffset": 8707 - } - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 12863, - "endColumn": 43, - "endOffset": 12902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 440, - "startColumn": 4, - "startOffset": 38116, - "endColumn": 43, - "endOffset": 38154 - } - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 12907, - "endColumn": 47, - "endOffset": 12950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 777, - "startColumn": 4, - "startOffset": 46559, - "endLine": 779, - "endColumn": 47, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 12955, - "endColumn": 90, - "endOffset": 13041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 444, - "startColumn": 4, - "startOffset": 38370, - "endColumn": 90, - "endOffset": 38456 - } - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 13046, - "endColumn": 68, - "endOffset": 13110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 448, - "startColumn": 4, - "startOffset": 38660, - "endColumn": 68, - "endOffset": 38723 - } - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 13115, - "endLine": 145, - "endColumn": 11, - "endOffset": 13191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 452, - "startColumn": 4, - "startOffset": 38943, - "endLine": 453, - "endColumn": 11, - "endOffset": 39028 - } - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 13196, - "endColumn": 37, - "endOffset": 13229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 458, - "startColumn": 4, - "startOffset": 39264, - "endColumn": 37, - "endOffset": 39297 - } - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 13234, - "endColumn": 160, - "endOffset": 13390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2709, - "endColumn": 160, - "endOffset": 2865 - } - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 13395, - "endColumn": 140, - "endOffset": 13531 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2567, - "endColumn": 140, - "endOffset": 2703 - } - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 13536, - "endColumn": 158, - "endOffset": 13690 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2871, - "endColumn": 158, - "endOffset": 3025 - } - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 13695, - "endColumn": 135, - "endOffset": 13826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 43, - "startColumn": 4, - "startOffset": 3031, - "endColumn": 135, - "endOffset": 3162 - } - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 13831, - "endColumn": 52, - "endOffset": 13879 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 154, - "startColumn": 4, - "startOffset": 15926, - "endColumn": 53, - "endOffset": 15975 - } - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 13884, - "endColumn": 45, - "endOffset": 13925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 463, - "startColumn": 4, - "startOffset": 39498, - "endColumn": 45, - "endOffset": 39539 - } - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 13930, - "endColumn": 41, - "endOffset": 13967 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 469, - "startColumn": 4, - "startOffset": 39853, - "endColumn": 41, - "endOffset": 39889 - } - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 13972, - "endColumn": 40, - "endOffset": 14008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 472, - "startColumn": 4, - "startOffset": 40055, - "endColumn": 40, - "endOffset": 40091 - } - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 14013, - "endColumn": 68, - "endOffset": 14077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 475, - "startColumn": 4, - "startOffset": 40306, - "endColumn": 68, - "endOffset": 40369 - } - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 14082, - "endColumn": 54, - "endOffset": 14132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 480, - "startColumn": 4, - "startOffset": 40578, - "endColumn": 54, - "endOffset": 40628 - } - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 14137, - "endColumn": 72, - "endOffset": 14205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 483, - "startColumn": 4, - "startOffset": 40723, - "endColumn": 72, - "endOffset": 40791 - } - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 14210, - "endColumn": 66, - "endOffset": 14272 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 492, - "startColumn": 4, - "startOffset": 41291, - "endColumn": 75, - "endOffset": 41362 - } - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 14277, - "endColumn": 74, - "endOffset": 14347 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 497, - "startColumn": 27, - "startOffset": 41542, - "endColumn": 83, - "endOffset": 41598 - } - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 14352, - "endColumn": 60, - "endOffset": 14408 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 500, - "startColumn": 4, - "startOffset": 41776, - "endColumn": 60, - "endOffset": 41832 - } - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 14413, - "endColumn": 49, - "endOffset": 14458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 779, - "startColumn": 0, - "startOffset": 46605, - "endLine": 780, - "endColumn": 49, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 14463, - "endColumn": 48, - "endOffset": 14507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 157, - "startColumn": 4, - "startOffset": 16282, - "endColumn": 49, - "endOffset": 16327 - } - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 14512, - "endColumn": 140, - "endOffset": 14648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 45, - "startColumn": 4, - "startOffset": 3168, - "endColumn": 140, - "endOffset": 3304 - } - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 14653, - "endColumn": 46, - "endOffset": 14695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 503, - "startColumn": 4, - "startOffset": 42040, - "endColumn": 46, - "endOffset": 42082 - } - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 14700, - "endColumn": 94, - "endOffset": 14790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 509, - "startColumn": 4, - "startOffset": 42771, - "endColumn": 98, - "endOffset": 42852 - } - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 14795, - "endColumn": 63, - "endOffset": 14854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 159, - "startColumn": 4, - "startOffset": 16603, - "endColumn": 64, - "endOffset": 16624 - } - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 14859, - "endColumn": 93, - "endOffset": 14948 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 506, - "startColumn": 4, - "startOffset": 42385, - "endColumn": 97, - "endOffset": 42477 - } - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 14953, - "endColumn": 61, - "endOffset": 15010 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 162, - "startColumn": 42, - "startOffset": 16890, - "endColumn": 62, - "endOffset": 16910 - } - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 15015, - "endColumn": 72, - "endOffset": 15083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 164, - "startColumn": 4, - "startOffset": 17106, - "endColumn": 73, - "endOffset": 17174 - } - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 15088, - "endColumn": 51, - "endOffset": 15135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 171, - "startColumn": 4, - "startOffset": 17818, - "endColumn": 52, - "endOffset": 17865 - } - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 15140, - "endColumn": 53, - "endOffset": 15189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 512, - "startColumn": 4, - "startOffset": 42957, - "endColumn": 53, - "endOffset": 43006 - } - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 15194, - "endColumn": 69, - "endOffset": 15259 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 515, - "startColumn": 4, - "startOffset": 43144, - "endColumn": 69, - "endOffset": 43209 - } - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 15264, - "endColumn": 56, - "endOffset": 15316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 168, - "startColumn": 34, - "startOffset": 17523, - "endColumn": 57, - "endOffset": 17546 - } - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 15321, - "endColumn": 49, - "endOffset": 15366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 518, - "startColumn": 4, - "startOffset": 43335, - "endColumn": 49, - "endOffset": 43379 - } - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 15371, - "endColumn": 61, - "endOffset": 15428 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 521, - "startColumn": 4, - "startOffset": 43535, - "endColumn": 61, - "endOffset": 43592 - } - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 15433, - "endColumn": 54, - "endOffset": 15483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 523, - "startColumn": 4, - "startOffset": 43639, - "endLine": 524, - "endColumn": 54, - "endOffset": 43789 - } - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 15488, - "endColumn": 53, - "endOffset": 15537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 527, - "startColumn": 4, - "startOffset": 43990, - "endColumn": 53, - "endOffset": 44038 - } - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 15542, - "endColumn": 52, - "endOffset": 15590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 531, - "startColumn": 4, - "startOffset": 44183, - "endColumn": 52, - "endOffset": 44230 - } - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 15595, - "endColumn": 59, - "endOffset": 15650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 168, - "startColumn": 4, - "startOffset": 17538, - "endLine": 169, - "endColumn": 60, - "endOffset": 17687 - } - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 15655, - "endColumn": 73, - "endOffset": 15724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 537, - "startColumn": 4, - "startOffset": 44667, - "endColumn": 73, - "endOffset": 44691 - } - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 15729, - "endColumn": 72, - "endOffset": 15797 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 541, - "startColumn": 4, - "startOffset": 44932, - "endColumn": 72, - "endOffset": 44958 - } - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 15802, - "endLine": 183, - "endColumn": 46, - "endOffset": 15881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 174, - "startColumn": 4, - "startOffset": 18049, - "endLine": 176, - "endColumn": 50, - "endOffset": 18230 - } - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 15886, - "endColumn": 68, - "endOffset": 15950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 545, - "startColumn": 4, - "startOffset": 45133, - "endColumn": 68, - "endOffset": 45196 - } - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 15955, - "endColumn": 57, - "endOffset": 16008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 547, - "startColumn": 27, - "startOffset": 45338, - "endLine": 549, - "endColumn": 57, - "endOffset": 45368 - } - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 16013, - "endColumn": 75, - "endOffset": 16084 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 553, - "startColumn": 4, - "startOffset": 45604, - "endColumn": 75, - "endOffset": 45650 - } - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 16089, - "endColumn": 55, - "endOffset": 16140 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 556, - "startColumn": 4, - "startOffset": 45934, - "endColumn": 55, - "endOffset": 45984 - } - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 16145, - "endColumn": 42, - "endOffset": 16183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 561, - "startColumn": 4, - "startOffset": 46206, - "endColumn": 42, - "endOffset": 46244 - } - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 16188, - "endColumn": 38, - "endOffset": 16222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 566, - "startColumn": 4, - "startOffset": 46511, - "endColumn": 38, - "endOffset": 46545 - } - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 16227, - "endColumn": 38, - "endOffset": 16261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 568, - "startColumn": 4, - "startOffset": 46559, - "endLine": 569, - "endColumn": 38, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 16266, - "endColumn": 38, - "endOffset": 16300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 569, - "startColumn": 4, - "startOffset": 46559, - "endLine": 571, - "endColumn": 38, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 16305, - "endColumn": 38, - "endOffset": 16339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 571, - "startColumn": 4, - "startOffset": 46559, - "endLine": 573, - "endColumn": 38, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 16344, - "endColumn": 38, - "endOffset": 16378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 573, - "startColumn": 4, - "startOffset": 46559, - "endLine": 575, - "endColumn": 38, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 16383, - "endColumn": 38, - "endOffset": 16417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 575, - "startColumn": 4, - "startOffset": 46559, - "endLine": 577, - "endColumn": 38, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 16422, - "endColumn": 33, - "endOffset": 16451 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 577, - "startColumn": 4, - "startOffset": 46511, - "endLine": 580, - "endColumn": 33, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 16456, - "endColumn": 37, - "endOffset": 16489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 580, - "startColumn": 4, - "startOffset": 46511, - "endLine": 583, - "endColumn": 37, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 16494, - "endColumn": 64, - "endOffset": 16554 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 583, - "startColumn": 4, - "startOffset": 46559, - "endLine": 585, - "endColumn": 64, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 198, - "startColumn": 4, - "startOffset": 16559, - "endColumn": 65, - "endOffset": 16620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 585, - "startColumn": 4, - "startOffset": 46559, - "endLine": 587, - "endColumn": 65, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 199, - "startColumn": 4, - "startOffset": 16625, - "endColumn": 89, - "endOffset": 16710 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 590, - "startColumn": 0, - "startOffset": 46605, - "endLine": 591, - "endColumn": 89, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 200, - "startColumn": 4, - "startOffset": 16715, - "endColumn": 68, - "endOffset": 16779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 587, - "startColumn": 4, - "startOffset": 46559, - "endLine": 589, - "endColumn": 68, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 201, - "startColumn": 4, - "startOffset": 16784, - "endColumn": 94, - "endOffset": 16874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 591, - "startColumn": 0, - "startOffset": 46605, - "endLine": 592, - "endColumn": 94, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 202, - "startColumn": 4, - "startOffset": 16879, - "endColumn": 75, - "endOffset": 16950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 592, - "startColumn": 0, - "startOffset": 46605, - "endLine": 593, - "endColumn": 75, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 203, - "startColumn": 4, - "startOffset": 16955, - "endColumn": 269, - "endOffset": 17220 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 47, - "startColumn": 4, - "startOffset": 3310, - "endLine": 49, - "endColumn": 119, - "endOffset": 3588 - } - } - }, - { - "to": { - "startLine": 204, - "startColumn": 4, - "startOffset": 17225, - "endColumn": 74, - "endOffset": 17295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 179, - "startColumn": 4, - "startOffset": 18358, - "endLine": 180, - "endColumn": 75, - "endOffset": 18523 - } - } - }, - { - "to": { - "startLine": 205, - "startColumn": 4, - "startOffset": 17300, - "endColumn": 107, - "endOffset": 17403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 593, - "startColumn": 4, - "startOffset": 46559, - "endLine": 595, - "endColumn": 107, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 206, - "startColumn": 4, - "startOffset": 17408, - "endColumn": 57, - "endOffset": 17461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 596, - "startColumn": 0, - "startOffset": 46605, - "endLine": 597, - "endColumn": 57, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 207, - "startColumn": 4, - "startOffset": 17466, - "endColumn": 90, - "endOffset": 17552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 597, - "startColumn": 4, - "startOffset": 46559, - "endLine": 599, - "endColumn": 90, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 208, - "startColumn": 4, - "startOffset": 17557, - "endColumn": 70, - "endOffset": 17623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 599, - "startColumn": 4, - "startOffset": 46559, - "endLine": 601, - "endColumn": 70, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 209, - "startColumn": 4, - "startOffset": 17628, - "endColumn": 97, - "endOffset": 17721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 601, - "startColumn": 4, - "startOffset": 46559, - "endLine": 603, - "endColumn": 97, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 210, - "startColumn": 4, - "startOffset": 17726, - "endColumn": 71, - "endOffset": 17793 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 603, - "startColumn": 4, - "startOffset": 46559, - "endLine": 605, - "endColumn": 71, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 211, - "startColumn": 4, - "startOffset": 17798, - "endColumn": 93, - "endOffset": 17887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 605, - "startColumn": 4, - "startOffset": 46559, - "endLine": 607, - "endColumn": 93, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 212, - "startColumn": 4, - "startOffset": 17892, - "endColumn": 69, - "endOffset": 17957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 607, - "startColumn": 4, - "startOffset": 46559, - "endLine": 609, - "endColumn": 69, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 213, - "startColumn": 4, - "startOffset": 17962, - "endColumn": 85, - "endOffset": 18043 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 608, - "startColumn": 38, - "startOffset": 46545, - "endLine": 611, - "endColumn": 85, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 214, - "startColumn": 4, - "startOffset": 18048, - "endColumn": 75, - "endOffset": 18119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 611, - "startColumn": 4, - "startOffset": 46559, - "endLine": 613, - "endColumn": 75, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 215, - "startColumn": 4, - "startOffset": 18124, - "endColumn": 316, - "endOffset": 18436 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 51, - "startColumn": 4, - "startOffset": 4052, - "endColumn": 305, - "endOffset": 4200 - } - } - }, - { - "to": { - "startLine": 216, - "startColumn": 4, - "startOffset": 18441, - "endColumn": 47, - "endOffset": 18484 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 613, - "startColumn": 4, - "startOffset": 46559, - "endLine": 615, - "endColumn": 47, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 217, - "startColumn": 4, - "startOffset": 18489, - "endColumn": 54, - "endOffset": 18539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 615, - "startColumn": 4, - "startOffset": 46559, - "endLine": 617, - "endColumn": 54, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 218, - "startColumn": 4, - "startOffset": 18544, - "endColumn": 72, - "endOffset": 18612 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 617, - "startColumn": 38, - "startOffset": 46545, - "endLine": 620, - "endColumn": 72, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 219, - "startColumn": 4, - "startOffset": 18617, - "endColumn": 36, - "endOffset": 18649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 620, - "startColumn": 0, - "startOffset": 46605, - "endLine": 621, - "endColumn": 36, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 220, - "startColumn": 4, - "startOffset": 18654, - "endColumn": 64, - "endOffset": 18714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 621, - "startColumn": 4, - "startOffset": 46559, - "endLine": 623, - "endColumn": 64, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 221, - "startColumn": 4, - "startOffset": 18719, - "endLine": 222, - "endColumn": 11, - "endOffset": 18799 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 622, - "startColumn": 69, - "startOffset": 46497, - "endLine": 626, - "endColumn": 11, - "endOffset": 46553 - } - } - }, - { - "to": { - "startLine": 223, - "startColumn": 4, - "startOffset": 18804, - "endLine": 225, - "endColumn": 11, - "endOffset": 18926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 182, - "startColumn": 4, - "startOffset": 18579, - "endLine": 184, - "endColumn": 11, - "endOffset": 18805 - } - } - }, - { - "to": { - "startLine": 226, - "startColumn": 4, - "startOffset": 18931, - "endColumn": 44, - "endOffset": 18971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 629, - "startColumn": 4, - "startOffset": 46559, - "endLine": 631, - "endColumn": 44, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 227, - "startColumn": 4, - "startOffset": 18976, - "endColumn": 54, - "endOffset": 19026 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 632, - "startColumn": 0, - "startOffset": 46605, - "endLine": 633, - "endColumn": 54, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 228, - "startColumn": 4, - "startOffset": 19031, - "endColumn": 79, - "endOffset": 19106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 633, - "startColumn": 38, - "startOffset": 46545, - "endLine": 636, - "endColumn": 79, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 229, - "startColumn": 4, - "startOffset": 19111, - "endColumn": 76, - "endOffset": 19183 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 636, - "startColumn": 4, - "startOffset": 46559, - "endLine": 638, - "endColumn": 76, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 230, - "startColumn": 4, - "startOffset": 19188, - "endColumn": 78, - "endOffset": 19262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 637, - "startColumn": 38, - "startOffset": 46545, - "endLine": 640, - "endColumn": 78, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 231, - "startColumn": 4, - "startOffset": 19267, - "endColumn": 57, - "endOffset": 19320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 640, - "startColumn": 4, - "startOffset": 46559, - "endLine": 642, - "endColumn": 57, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 232, - "startColumn": 4, - "startOffset": 19325, - "endColumn": 54, - "endOffset": 19375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 642, - "startColumn": 4, - "startOffset": 46559, - "endLine": 644, - "endColumn": 54, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 233, - "startColumn": 4, - "startOffset": 19380, - "endColumn": 102, - "endOffset": 19478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 123, - "startColumn": 5, - "startOffset": 12952, - "endColumn": 102, - "endOffset": 13049 - } - } - }, - { - "to": { - "startLine": 234, - "startColumn": 4, - "startOffset": 19483, - "endColumn": 122, - "endOffset": 19601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 55, - "startColumn": 4, - "startOffset": 4558, - "endColumn": 122, - "endOffset": 4676 - } - } - }, - { - "to": { - "startLine": 235, - "startColumn": 4, - "startOffset": 19606, - "endColumn": 127, - "endOffset": 19729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 59, - "startColumn": 113, - "startOffset": 4983, - "endColumn": 127, - "endOffset": 4997 - } - } - }, - { - "to": { - "startLine": 236, - "startColumn": 4, - "startOffset": 19734, - "endColumn": 110, - "endOffset": 19840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 124, - "startColumn": 5, - "startOffset": 13154, - "endLine": 125, - "endColumn": 110, - "endOffset": 13259 - } - } - }, - { - "to": { - "startLine": 237, - "startColumn": 4, - "startOffset": 19845, - "endColumn": 128, - "endOffset": 19969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 57, - "startColumn": 4, - "startOffset": 4686, - "endColumn": 128, - "endOffset": 4810 - } - } - }, - { - "to": { - "startLine": 238, - "startColumn": 4, - "startOffset": 19974, - "endColumn": 113, - "endOffset": 20083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 127, - "startColumn": 5, - "startOffset": 13357, - "endColumn": 113, - "endOffset": 13463 - } - } - }, - { - "to": { - "startLine": 239, - "startColumn": 4, - "startOffset": 20088, - "endColumn": 72, - "endOffset": 20156 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 644, - "startColumn": 4, - "startOffset": 46559, - "endLine": 646, - "endColumn": 72, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 240, - "startColumn": 4, - "startOffset": 20161, - "endColumn": 71, - "endOffset": 20228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 646, - "startColumn": 4, - "startOffset": 46559, - "endLine": 648, - "endColumn": 71, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 241, - "startColumn": 4, - "startOffset": 20233, - "endColumn": 114, - "endOffset": 20343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 129, - "startColumn": 5, - "startOffset": 13629, - "endColumn": 114, - "endOffset": 13644 - } - } - }, - { - "to": { - "startLine": 242, - "startColumn": 4, - "startOffset": 20348, - "endColumn": 222, - "endOffset": 20566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 131, - "startColumn": 5, - "startOffset": 13865, - "endColumn": 222, - "endOffset": 13940 - } - } - }, - { - "to": { - "startLine": 243, - "startColumn": 4, - "startOffset": 20571, - "endColumn": 124, - "endOffset": 20691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 133, - "startColumn": 5, - "startOffset": 14076, - "endColumn": 124, - "endOffset": 14088 - } - } - }, - { - "to": { - "startLine": 244, - "startColumn": 4, - "startOffset": 20696, - "endColumn": 117, - "endOffset": 20809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 135, - "startColumn": 5, - "startOffset": 14258, - "endColumn": 117, - "endOffset": 14286 - } - } - }, - { - "to": { - "startLine": 245, - "startColumn": 4, - "startOffset": 20814, - "endColumn": 110, - "endOffset": 20920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 137, - "startColumn": 5, - "startOffset": 14379, - "endColumn": 110, - "endOffset": 14427 - } - } - }, - { - "to": { - "startLine": 246, - "startColumn": 4, - "startOffset": 20925, - "endColumn": 69, - "endOffset": 20990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 648, - "startColumn": 4, - "startOffset": 46559, - "endLine": 650, - "endColumn": 69, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 247, - "startColumn": 4, - "startOffset": 20995, - "endColumn": 67, - "endOffset": 21058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 650, - "startColumn": 4, - "startOffset": 46559, - "endLine": 652, - "endColumn": 67, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 248, - "startColumn": 4, - "startOffset": 21063, - "endColumn": 60, - "endOffset": 21119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 652, - "startColumn": 0, - "startOffset": 46605, - "endLine": 653, - "endColumn": 60, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 249, - "startColumn": 4, - "startOffset": 21124, - "endColumn": 112, - "endOffset": 21232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 139, - "startColumn": 5, - "startOffset": 14549, - "endColumn": 112, - "endOffset": 14654 - } - } - }, - { - "to": { - "startLine": 250, - "startColumn": 4, - "startOffset": 21237, - "endColumn": 49, - "endOffset": 21282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 653, - "startColumn": 0, - "startOffset": 46605, - "endLine": 654, - "endColumn": 49, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 251, - "startColumn": 4, - "startOffset": 21287, - "endColumn": 76, - "endOffset": 21359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 654, - "startColumn": 40, - "startOffset": 46595, - "endLine": 656, - "endColumn": 76, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 252, - "startColumn": 4, - "startOffset": 21364, - "endColumn": 56, - "endOffset": 21416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 656, - "startColumn": 4, - "startOffset": 46559, - "endLine": 658, - "endColumn": 56, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 21421, - "endColumn": 53, - "endOffset": 21470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 658, - "startColumn": 4, - "startOffset": 46559, - "endLine": 660, - "endColumn": 53, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 21475, - "endColumn": 51, - "endOffset": 21522 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 660, - "startColumn": 4, - "startOffset": 46559, - "endLine": 662, - "endColumn": 51, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 21527, - "endColumn": 48, - "endOffset": 21571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 662, - "startColumn": 4, - "startOffset": 46559, - "endLine": 664, - "endColumn": 48, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 21576, - "endColumn": 59, - "endOffset": 21631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 664, - "startColumn": 4, - "startOffset": 46559, - "endLine": 666, - "endColumn": 59, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 21636, - "endColumn": 44, - "endOffset": 21676 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 666, - "startColumn": 0, - "startOffset": 46605, - "endLine": 667, - "endColumn": 44, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 21681, - "endColumn": 73, - "endOffset": 21750 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 666, - "startColumn": 38, - "startOffset": 46545, - "endLine": 669, - "endColumn": 73, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 21755, - "endColumn": 54, - "endOffset": 21805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 142, - "startColumn": 4, - "startOffset": 14875, - "endColumn": 55, - "endOffset": 14926 - } - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 21810, - "endColumn": 56, - "endOffset": 21862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 669, - "startColumn": 0, - "startOffset": 46605, - "endLine": 670, - "endColumn": 56, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 21867, - "endColumn": 58, - "endOffset": 21921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 670, - "startColumn": 40, - "startOffset": 46595, - "endLine": 672, - "endColumn": 58, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 21926, - "endColumn": 89, - "endOffset": 22011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 672, - "startColumn": 4, - "startOffset": 46559, - "endLine": 674, - "endColumn": 89, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 22016, - "endColumn": 83, - "endOffset": 22095 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 675, - "startColumn": 0, - "startOffset": 46605, - "endLine": 676, - "endColumn": 83, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 22100, - "endColumn": 54, - "endOffset": 22150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 677, - "startColumn": 0, - "startOffset": 46605, - "endLine": 678, - "endColumn": 54, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 22155, - "endColumn": 63, - "endOffset": 22214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 678, - "startColumn": 0, - "startOffset": 46605, - "endLine": 679, - "endColumn": 63, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 22219, - "endColumn": 59, - "endOffset": 22274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 680, - "startColumn": 0, - "startOffset": 46605, - "endLine": 681, - "endColumn": 59, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 22279, - "endColumn": 103, - "endOffset": 22378 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 681, - "startColumn": 4, - "startOffset": 46559, - "endLine": 683, - "endColumn": 107, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 22383, - "endColumn": 42, - "endOffset": 22421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 684, - "startColumn": 0, - "startOffset": 46605, - "endLine": 685, - "endColumn": 42, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 22426, - "endColumn": 150, - "endOffset": 22572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 53, - "startColumn": 4, - "startOffset": 4435, - "endColumn": 150, - "endOffset": 4452 - } - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 22577, - "endColumn": 45, - "endOffset": 22618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 151, - "startColumn": 4, - "startOffset": 15680, - "endColumn": 46, - "endOffset": 15722 - } - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 22623, - "endColumn": 51, - "endOffset": 22670 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 685, - "startColumn": 4, - "startOffset": 46559, - "endLine": 687, - "endColumn": 51, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 22675, - "endColumn": 48, - "endOffset": 22719 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 687, - "startColumn": 4, - "startOffset": 46559, - "endLine": 689, - "endColumn": 48, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 22724, - "endLine": 274, - "endColumn": 11, - "endOffset": 22828 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 689, - "startColumn": 4, - "startOffset": 46559, - "endLine": 691, - "endColumn": 11, - "endOffset": 46525 - } - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 22833, - "endLine": 277, - "endColumn": 11, - "endOffset": 22917 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 694, - "startColumn": 4, - "startOffset": 46559, - "endLine": 696, - "endColumn": 11, - "endOffset": 46592 - } - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 22922, - "endColumn": 44, - "endOffset": 22962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 148, - "startColumn": 4, - "startOffset": 15462, - "endColumn": 45, - "endOffset": 15503 - } - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 22967, - "endColumn": 51, - "endOffset": 23014 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 145, - "startColumn": 4, - "startOffset": 15148, - "endColumn": 52, - "endOffset": 15196 - } - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 23019, - "endColumn": 46, - "endOffset": 23061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 698, - "startColumn": 4, - "startOffset": 46559, - "endLine": 700, - "endColumn": 46, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 23066, - "endLine": 283, - "endColumn": 11, - "endOffset": 23229 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 700, - "startColumn": 4, - "startOffset": 46559, - "endLine": 705, - "endColumn": 11, - "endOffset": 46593 - } - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 23234, - "endLine": 285, - "endColumn": 75, - "endOffset": 23374 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 707, - "startColumn": 4, - "startOffset": 46559, - "endLine": 711, - "endColumn": 83, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 23379, - "endColumn": 86, - "endOffset": 23461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 710, - "startColumn": 38, - "startOffset": 46545, - "endLine": 713, - "endColumn": 90, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 23466, - "endColumn": 192, - "endOffset": 23654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1834, - "endColumn": 182, - "endOffset": 2012 - } - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 23659, - "endColumn": 192, - "endOffset": 23847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 2018, - "endColumn": 182, - "endOffset": 2196 - } - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 23852, - "endColumn": 197, - "endOffset": 24045 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1456, - "endColumn": 187, - "endOffset": 1639 - } - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 24050, - "endColumn": 69, - "endOffset": 24115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 714, - "startColumn": 0, - "startOffset": 46605, - "endLine": 715, - "endColumn": 69, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 24120, - "endColumn": 181, - "endOffset": 24297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1110, - "endColumn": 171, - "endOffset": 1277 - } - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 24302, - "endColumn": 181, - "endOffset": 24479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1283, - "endColumn": 171, - "endOffset": 1450 - } - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 24484, - "endColumn": 189, - "endOffset": 24669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 2202, - "endColumn": 179, - "endOffset": 2377 - } - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 24674, - "endColumn": 192, - "endOffset": 24862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2383, - "endColumn": 182, - "endOffset": 2561 - } - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 24867, - "endColumn": 197, - "endOffset": 25060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1645, - "endColumn": 187, - "endOffset": 1828 - } - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 25065, - "endLine": 297, - "endColumn": 11, - "endOffset": 25165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 716, - "startColumn": 0, - "startOffset": 46605, - "endLine": 717, - "endColumn": 11, - "endOffset": 46533 - } - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 25170, - "endColumn": 198, - "endOffset": 25364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 910, - "endColumn": 198, - "endOffset": 1104 - } - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 25369, - "endColumn": 100, - "endOffset": 25465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1953, - "endColumn": 100, - "endOffset": 2049 - } - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 25470, - "endColumn": 124, - "endOffset": 25590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 103, - "startColumn": 44, - "startOffset": 10876, - "endColumn": 124, - "endOffset": 10899 - } - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 25595, - "endColumn": 94, - "endOffset": 25685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 107, - "startColumn": 5, - "startOffset": 11204, - "endColumn": 94, - "endOffset": 11240 - } - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 25690, - "endColumn": 108, - "endOffset": 25794 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 109, - "startColumn": 5, - "startOffset": 11405, - "endColumn": 108, - "endOffset": 11432 - } - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 25799, - "endColumn": 117, - "endOffset": 25912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 105, - "startColumn": 5, - "startOffset": 11084, - "endColumn": 117, - "endOffset": 11143 - } - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 25917, - "endColumn": 115, - "endOffset": 26028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 113, - "startColumn": 5, - "startOffset": 11850, - "endColumn": 115, - "endOffset": 11905 - } - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 26033, - "endColumn": 106, - "endOffset": 26135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 111, - "startColumn": 5, - "startOffset": 11649, - "endColumn": 106, - "endOffset": 11692 - } - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 26140, - "endColumn": 119, - "endOffset": 26255 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 115, - "startColumn": 5, - "startOffset": 12086, - "endColumn": 119, - "endOffset": 12110 - } - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 26260, - "endColumn": 37, - "endOffset": 26293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 720, - "startColumn": 4, - "startOffset": 46559, - "endLine": 722, - "endColumn": 37, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 26298, - "endColumn": 100, - "endOffset": 26394 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 722, - "startColumn": 4, - "startOffset": 46559, - "endLine": 724, - "endColumn": 104, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 26399, - "endColumn": 76, - "endOffset": 26471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 725, - "startColumn": 0, - "startOffset": 46605, - "endLine": 726, - "endColumn": 76, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 26476, - "endColumn": 60, - "endOffset": 26532 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 727, - "startColumn": 0, - "startOffset": 46605, - "endLine": 728, - "endColumn": 60, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 26537, - "endColumn": 66, - "endOffset": 26599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 728, - "startColumn": 0, - "startOffset": 46605, - "endLine": 729, - "endColumn": 66, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 26604, - "endColumn": 98, - "endOffset": 26698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 729, - "startColumn": 4, - "startOffset": 46559, - "endLine": 731, - "endColumn": 102, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 26703, - "endColumn": 89, - "endOffset": 26788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 732, - "startColumn": 0, - "startOffset": 46605, - "endLine": 733, - "endColumn": 93, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 26793, - "endColumn": 42, - "endOffset": 26831 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 734, - "startColumn": 0, - "startOffset": 46605, - "endLine": 735, - "endColumn": 42, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 26836, - "endColumn": 56, - "endOffset": 26888 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 221, - "startColumn": 37, - "startOffset": 21882, - "endColumn": 57, - "endOffset": 21902 - } - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 26893, - "endColumn": 44, - "endOffset": 26933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 735, - "startColumn": 4, - "startOffset": 46559, - "endLine": 737, - "endColumn": 44, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 26938, - "endColumn": 60, - "endOffset": 26994 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 223, - "startColumn": 4, - "startOffset": 22067, - "endLine": 224, - "endColumn": 61, - "endOffset": 22213 - } - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 26999, - "endColumn": 40, - "endOffset": 27035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 737, - "startColumn": 40, - "startOffset": 46595, - "endLine": 739, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 27040, - "endColumn": 53, - "endOffset": 27089 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 739, - "startColumn": 4, - "startOffset": 46559, - "endLine": 741, - "endColumn": 53, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 27094, - "endColumn": 51, - "endOffset": 27141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 741, - "startColumn": 40, - "startOffset": 46595, - "endLine": 743, - "endColumn": 51, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 27146, - "endColumn": 53, - "endOffset": 27195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 743, - "startColumn": 4, - "startOffset": 46559, - "endLine": 745, - "endColumn": 53, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 27200, - "endColumn": 43, - "endOffset": 27239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 745, - "startColumn": 4, - "startOffset": 46559, - "endLine": 747, - "endColumn": 43, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 27244, - "endColumn": 53, - "endOffset": 27293 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 747, - "startColumn": 4, - "startOffset": 46559, - "endLine": 749, - "endColumn": 53, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 27298, - "endColumn": 55, - "endOffset": 27349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 749, - "startColumn": 0, - "startOffset": 46605, - "endLine": 750, - "endColumn": 55, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 27354, - "endColumn": 45, - "endOffset": 27395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 751, - "startColumn": 0, - "startOffset": 46605, - "endLine": 752, - "endColumn": 45, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 27400, - "endColumn": 47, - "endOffset": 27443 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 752, - "startColumn": 4, - "startOffset": 46511, - "endLine": 755, - "endColumn": 47, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 27448, - "endColumn": 98, - "endOffset": 27542 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 197, - "startColumn": 4, - "startOffset": 19912, - "endColumn": 103, - "endOffset": 19972 - } - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 27547, - "endColumn": 50, - "endOffset": 27593 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 184, - "startColumn": 4, - "startOffset": 18799, - "endLine": 185, - "endColumn": 51, - "endOffset": 18941 - } - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 27598, - "endColumn": 57, - "endOffset": 27651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 212, - "startColumn": 4, - "startOffset": 21259, - "endColumn": 58, - "endOffset": 21313 - } - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 27656, - "endLine": 332, - "endColumn": 11, - "endOffset": 27799 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 202, - "startColumn": 29, - "startOffset": 20631, - "endLine": 206, - "endColumn": 11, - "endOffset": 20847 - } - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 27804, - "endLine": 334, - "endColumn": 46, - "endOffset": 27900 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 200, - "startColumn": 4, - "startOffset": 20253, - "endLine": 201, - "endColumn": 50, - "endOffset": 20367 - } - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 27905, - "endColumn": 57, - "endOffset": 27958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 218, - "startColumn": 4, - "startOffset": 21704, - "endColumn": 58, - "endOffset": 21758 - } - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 27963, - "endColumn": 37, - "endOffset": 27996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 755, - "startColumn": 4, - "startOffset": 46559, - "endLine": 757, - "endColumn": 37, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 28001, - "endColumn": 36, - "endOffset": 28033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 757, - "startColumn": 4, - "startOffset": 46559, - "endLine": 759, - "endColumn": 36, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 28038, - "endColumn": 306, - "endOffset": 28340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 99, - "startColumn": 43, - "startOffset": 10464, - "endColumn": 301, - "endOffset": 10489 - } - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 28345, - "endColumn": 47, - "endOffset": 28388 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 759, - "startColumn": 4, - "startOffset": 46559, - "endLine": 761, - "endColumn": 47, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 28393, - "endColumn": 43, - "endOffset": 28432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 762, - "startColumn": 0, - "startOffset": 46605, - "endLine": 763, - "endColumn": 43, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 28437, - "endColumn": 69, - "endOffset": 28502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 486, - "startColumn": 4, - "startOffset": 40951, - "endColumn": 69, - "endOffset": 41015 - } - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 28507, - "endColumn": 43, - "endOffset": 28546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 763, - "startColumn": 38, - "startOffset": 46545, - "endLine": 766, - "endColumn": 43, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 28551, - "endColumn": 132, - "endOffset": 28679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 66, - "startColumn": 4, - "startOffset": 5906, - "endLine": 67, - "endColumn": 122, - "endOffset": 6024 - } - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 28684, - "endColumn": 51, - "endOffset": 28731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 191, - "startColumn": 4, - "startOffset": 19246, - "endColumn": 52, - "endOffset": 19294 - } - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 28736, - "endColumn": 72, - "endOffset": 28804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 194, - "startColumn": 4, - "startOffset": 19530, - "endColumn": 73, - "endOffset": 19598 - } - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 28809, - "endColumn": 344, - "endOffset": 29149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/conduct_text.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 758, - "endColumn": 344, - "endOffset": 1098 - } - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 29154, - "endColumn": 59, - "endOffset": 29209 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 188, - "startColumn": 4, - "startOffset": 19108, - "endColumn": 60, - "endOffset": 19134 - } - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 29214, - "endColumn": 121, - "endOffset": 29331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 61, - "startColumn": 4, - "startOffset": 5115, - "endColumn": 121, - "endOffset": 5232 - } - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 29336, - "endColumn": 126, - "endOffset": 29458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 62, - "startColumn": 4, - "startOffset": 5248, - "endLine": 63, - "endColumn": 126, - "endOffset": 5370 - } - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 29463, - "endColumn": 131, - "endOffset": 29590 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 71, - "startColumn": 4, - "startOffset": 6567, - "endColumn": 131, - "endOffset": 6601 - } - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 29595, - "endColumn": 115, - "endOffset": 29706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 68, - "startColumn": 4, - "startOffset": 6231, - "endLine": 69, - "endColumn": 115, - "endOffset": 6329 - } - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 29711, - "endColumn": 186, - "endOffset": 29893 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 65, - "startColumn": 2, - "startOffset": 5712, - "endColumn": 186, - "endOffset": 5768 - } - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 29898, - "endColumn": 74, - "endOffset": 29968 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 766, - "startColumn": 40, - "startOffset": 46595, - "endLine": 768, - "endColumn": 74, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 29973, - "endColumn": 67, - "endOffset": 30036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 768, - "startColumn": 0, - "startOffset": 46605, - "endLine": 769, - "endColumn": 67, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 30041, - "endColumn": 66, - "endOffset": 30103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 769, - "startColumn": 4, - "startOffset": 46559, - "endLine": 771, - "endColumn": 66, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 30108, - "endColumn": 70, - "endOffset": 30174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 771, - "startColumn": 4, - "startOffset": 46559, - "endLine": 773, - "endColumn": 70, - "endOffset": 46618 - } - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 30179, - "endColumn": 55, - "endOffset": 30230 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values-zh-rTW/strings.xml", - "position": { - "startLine": 215, - "startColumn": 42, - "startOffset": 21432, - "endColumn": 56, - "endOffset": 21446 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zu.json b/android/build/intermediates/blame/res/debug/multi/values-zu.json deleted file mode 100644 index 99d8c21..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values-zu.json +++ /dev/null @@ -1,938 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values-zu/values-zu.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 107, - "endOffset": 208 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 280, - "endColumn": 107, - "endOffset": 383 - } - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 213, - "endColumn": 107, - "endOffset": 316 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 388, - "endColumn": 107, - "endOffset": 491 - } - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 321, - "endColumn": 122, - "endOffset": 439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 496, - "endColumn": 122, - "endOffset": 614 - } - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 444, - "endColumn": 106, - "endOffset": 546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 619, - "endColumn": 106, - "endOffset": 721 - } - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 551, - "endColumn": 113, - "endOffset": 660 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 726, - "endColumn": 113, - "endOffset": 835 - } - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 665, - "endColumn": 87, - "endOffset": 748 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 840, - "endColumn": 87, - "endOffset": 923 - } - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 753, - "endColumn": 102, - "endOffset": 851 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 928, - "endColumn": 102, - "endOffset": 1026 - } - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 856, - "endColumn": 126, - "endOffset": 978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1031, - "endColumn": 126, - "endOffset": 1153 - } - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 983, - "endColumn": 85, - "endOffset": 1064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1158, - "endColumn": 85, - "endOffset": 1239 - } - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1069, - "endColumn": 103, - "endOffset": 1168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1244, - "endColumn": 103, - "endOffset": 1343 - } - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1173, - "endColumn": 105, - "endOffset": 1274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 105, - "endOffset": 1449 - } - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1279, - "endColumn": 97, - "endOffset": 1372 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1454, - "endColumn": 97, - "endOffset": 1547 - } - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 1377, - "endColumn": 106, - "endOffset": 1479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1552, - "endColumn": 106, - "endOffset": 1654 - } - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 105, - "endOffset": 1585 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1659, - "endColumn": 105, - "endOffset": 1760 - } - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 1590, - "endColumn": 105, - "endOffset": 1691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1765, - "endColumn": 105, - "endOffset": 1866 - } - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1696, - "endColumn": 119, - "endOffset": 1811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1871, - "endColumn": 119, - "endOffset": 1986 - } - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1816, - "endColumn": 95, - "endOffset": 1907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1991, - "endColumn": 95, - "endOffset": 2082 - } - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1912, - "endColumn": 186, - "endOffset": 2094 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 6, - "startColumn": 4, - "startOffset": 682, - "endColumn": 186, - "endOffset": 864 - } - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 2099, - "endColumn": 193, - "endOffset": 2288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 19, - "startColumn": 4, - "startOffset": 2807, - "endColumn": 193, - "endOffset": 2996 - } - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2293, - "endColumn": 114, - "endOffset": 2403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 17, - "startColumn": 4, - "startOffset": 2498, - "endColumn": 114, - "endOffset": 2608 - } - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 2408, - "endColumn": 136, - "endOffset": 2540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 15, - "startColumn": 4, - "startOffset": 2229, - "endColumn": 136, - "endOffset": 2361 - } - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 2545, - "endColumn": 198, - "endOffset": 2739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 14, - "startColumn": 4, - "startOffset": 2030, - "endColumn": 198, - "endOffset": 2224 - } - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 2744, - "endColumn": 134, - "endOffset": 2874 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 13, - "startColumn": 4, - "startOffset": 1895, - "endColumn": 134, - "endOffset": 2025 - } - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 2879, - "endColumn": 165, - "endOffset": 3040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 8, - "startColumn": 4, - "startOffset": 1050, - "endColumn": 169, - "endOffset": 1215 - } - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3045, - "endColumn": 130, - "endOffset": 3171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 12, - "startColumn": 4, - "startOffset": 1764, - "endColumn": 130, - "endOffset": 1890 - } - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 3176, - "endColumn": 204, - "endOffset": 3376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 10, - "startColumn": 4, - "startOffset": 1348, - "endColumn": 204, - "endOffset": 1548 - } - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 3381, - "endColumn": 210, - "endOffset": 3587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 11, - "startColumn": 4, - "startOffset": 1553, - "endColumn": 210, - "endOffset": 1759 - } - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 3592, - "endColumn": 127, - "endOffset": 3715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 9, - "startColumn": 4, - "startOffset": 1220, - "endColumn": 127, - "endOffset": 1343 - } - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 3720, - "endColumn": 187, - "endOffset": 3903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 23, - "startColumn": 4, - "startOffset": 3443, - "endColumn": 187, - "endOffset": 3626 - } - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 3908, - "endColumn": 134, - "endOffset": 4038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 22, - "startColumn": 4, - "startOffset": 3308, - "endColumn": 134, - "endOffset": 3438 - } - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4043, - "endColumn": 180, - "endOffset": 4219 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 7, - "startColumn": 4, - "startOffset": 869, - "endColumn": 180, - "endOffset": 1045 - } - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4224, - "endColumn": 179, - "endOffset": 4399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 3128, - "endColumn": 179, - "endOffset": 3303 - } - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 4404, - "endColumn": 126, - "endOffset": 4526 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 20, - "startColumn": 4, - "startOffset": 3001, - "endColumn": 126, - "endOffset": 3123 - } - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 4531, - "endColumn": 187, - "endOffset": 4714 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 4, - "startColumn": 4, - "startOffset": 310, - "endColumn": 187, - "endOffset": 493 - } - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 4719, - "endColumn": 183, - "endOffset": 4898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 5, - "startColumn": 4, - "startOffset": 498, - "endColumn": 183, - "endOffset": 677 - } - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 4903, - "endColumn": 139, - "endOffset": 5038 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 3, - "startColumn": 4, - "startOffset": 170, - "endColumn": 139, - "endOffset": 305 - } - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 5043, - "endColumn": 193, - "endOffset": 5232 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 33, - "startColumn": 4, - "startOffset": 4951, - "endColumn": 193, - "endOffset": 5140 - } - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 5237, - "endColumn": 136, - "endOffset": 5369 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 32, - "startColumn": 4, - "startOffset": 4814, - "endColumn": 136, - "endOffset": 4946 - } - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 5374, - "endColumn": 141, - "endOffset": 5511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 3631, - "endColumn": 141, - "endOffset": 3768 - } - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 5516, - "endColumn": 256, - "endOffset": 5768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 26, - "startColumn": 4, - "startOffset": 3902, - "endColumn": 256, - "endOffset": 4154 - } - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 5773, - "endColumn": 128, - "endOffset": 5897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 25, - "startColumn": 4, - "startOffset": 3773, - "endColumn": 128, - "endOffset": 3897 - } - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 5902, - "endColumn": 111, - "endOffset": 6009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 27, - "startColumn": 4, - "startOffset": 4159, - "endColumn": 111, - "endOffset": 4266 - } - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 6014, - "endColumn": 193, - "endOffset": 6203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 18, - "startColumn": 4, - "startOffset": 2613, - "endColumn": 193, - "endOffset": 2802 - } - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 6208, - "endColumn": 131, - "endOffset": 6335 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 16, - "startColumn": 4, - "startOffset": 2366, - "endColumn": 131, - "endOffset": 2493 - } - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 6340, - "endColumn": 89, - "endOffset": 6425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 4485, - "endColumn": 89, - "endOffset": 4570 - } - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 6430, - "endColumn": 98, - "endOffset": 6524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 28, - "startColumn": 4, - "startOffset": 4271, - "endColumn": 98, - "endOffset": 4365 - } - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 6529, - "endColumn": 114, - "endOffset": 6639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 29, - "startColumn": 4, - "startOffset": 4370, - "endColumn": 114, - "endOffset": 4480 - } - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 6644, - "endColumn": 238, - "endOffset": 6878 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values-zu/common_strings.xml", - "position": { - "startLine": 31, - "startColumn": 4, - "startOffset": 4575, - "endColumn": 238, - "endOffset": 4809 - } - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 6883, - "endColumn": 100, - "endOffset": 6979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", - "position": { - "startLine": 21, - "startColumn": 4, - "startOffset": 2087, - "endColumn": 100, - "endOffset": 2183 - } - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values.json b/android/build/intermediates/blame/res/debug/multi/values.json deleted file mode 100644 index 9cf0a0b..0000000 --- a/android/build/intermediates/blame/res/debug/multi/values.json +++ /dev/null @@ -1,15858 +0,0 @@ -[ - { - "outputFile": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/values/values.xml", - "map": [ - { - "to": { - "startLine": 2, - "startColumn": 4, - "startOffset": 105, - "endColumn": 54, - "endOffset": 155 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 3, - "startColumn": 4, - "startOffset": 160, - "endColumn": 44, - "endOffset": 200 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 4, - "startColumn": 4, - "startOffset": 205, - "endColumn": 48, - "endOffset": 249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 5, - "startColumn": 4, - "startOffset": 254, - "endColumn": 40, - "endOffset": 290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 6, - "startColumn": 4, - "startOffset": 295, - "endColumn": 54, - "endOffset": 345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 7, - "startColumn": 4, - "startOffset": 350, - "endColumn": 62, - "endOffset": 408 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 8, - "startColumn": 4, - "startOffset": 413, - "endColumn": 75, - "endOffset": 484 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 9, - "startColumn": 4, - "startOffset": 489, - "endColumn": 61, - "endOffset": 546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 10, - "startColumn": 4, - "startOffset": 551, - "endColumn": 72, - "endOffset": 619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 11, - "startColumn": 4, - "startOffset": 624, - "endColumn": 67, - "endOffset": 687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 12, - "startColumn": 4, - "startOffset": 692, - "endColumn": 77, - "endOffset": 765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 13, - "startColumn": 4, - "startOffset": 770, - "endColumn": 49, - "endOffset": 815 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/bools.xml" - } - }, - { - "to": { - "startLine": 14, - "startColumn": 4, - "startOffset": 820, - "endColumn": 80, - "endOffset": 896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 15, - "startColumn": 4, - "startOffset": 901, - "endColumn": 60, - "endOffset": 957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 16, - "startColumn": 4, - "startOffset": 962, - "endColumn": 74, - "endOffset": 1032 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 17, - "startColumn": 4, - "startOffset": 1037, - "endColumn": 75, - "endOffset": 1108 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 18, - "startColumn": 4, - "startOffset": 1113, - "endColumn": 76, - "endOffset": 1185 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 19, - "startColumn": 4, - "startOffset": 1190, - "endColumn": 77, - "endOffset": 1263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 20, - "startColumn": 4, - "startOffset": 1268, - "endColumn": 51, - "endOffset": 1315 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 21, - "startColumn": 4, - "startOffset": 1320, - "endColumn": 51, - "endOffset": 1367 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 22, - "startColumn": 4, - "startOffset": 1372, - "endColumn": 59, - "endOffset": 1427 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 23, - "startColumn": 4, - "startOffset": 1432, - "endColumn": 51, - "endOffset": 1479 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1484, - "endColumn": 59, - "endOffset": 1539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 25, - "startColumn": 4, - "startOffset": 1544, - "endColumn": 58, - "endOffset": 1598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 26, - "startColumn": 4, - "startOffset": 1603, - "endColumn": 52, - "endOffset": 1651 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 27, - "startColumn": 4, - "startOffset": 1656, - "endColumn": 54, - "endOffset": 1706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 28, - "startColumn": 4, - "startOffset": 1711, - "endColumn": 50, - "endOffset": 1757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 29, - "startColumn": 4, - "startOffset": 1762, - "endColumn": 56, - "endOffset": 1814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1819, - "endColumn": 52, - "endOffset": 1867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 31, - "startColumn": 4, - "startOffset": 1872, - "endColumn": 45, - "endOffset": 1913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 32, - "startColumn": 4, - "startOffset": 1918, - "endColumn": 44, - "endOffset": 1958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 33, - "startColumn": 4, - "startOffset": 1963, - "endColumn": 84, - "endOffset": 2043 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 34, - "startColumn": 4, - "startOffset": 2048, - "endColumn": 81, - "endOffset": 2125 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 35, - "startColumn": 4, - "startOffset": 2130, - "endColumn": 75, - "endOffset": 2201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 36, - "startColumn": 4, - "startOffset": 2206, - "endColumn": 75, - "endOffset": 2277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 37, - "startColumn": 4, - "startOffset": 2282, - "endColumn": 47, - "endOffset": 2325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 38, - "startColumn": 4, - "startOffset": 2330, - "endColumn": 55, - "endOffset": 2381 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 39, - "startColumn": 4, - "startOffset": 2386, - "endColumn": 47, - "endOffset": 2429 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 40, - "startColumn": 4, - "startOffset": 2434, - "endColumn": 55, - "endOffset": 2485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 41, - "startColumn": 4, - "startOffset": 2490, - "endColumn": 47, - "endOffset": 2533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 42, - "startColumn": 4, - "startOffset": 2538, - "endColumn": 54, - "endOffset": 2588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 43, - "startColumn": 4, - "startOffset": 2593, - "endColumn": 76, - "endOffset": 2665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 44, - "startColumn": 4, - "startOffset": 2670, - "endColumn": 77, - "endOffset": 2743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 45, - "startColumn": 4, - "startOffset": 2748, - "endColumn": 105, - "endOffset": 2849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 46, - "startColumn": 4, - "startOffset": 2854, - "endColumn": 105, - "endOffset": 2955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 47, - "startColumn": 4, - "startOffset": 2960, - "endColumn": 78, - "endOffset": 3034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 48, - "startColumn": 4, - "startOffset": 3039, - "endColumn": 79, - "endOffset": 3114 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 49, - "startColumn": 4, - "startOffset": 3119, - "endColumn": 52, - "endOffset": 3167 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 50, - "startColumn": 4, - "startOffset": 3172, - "endColumn": 45, - "endOffset": 3213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 51, - "startColumn": 4, - "startOffset": 3218, - "endColumn": 56, - "endOffset": 3270 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 52, - "startColumn": 4, - "startOffset": 3275, - "endColumn": 57, - "endOffset": 3328 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 53, - "startColumn": 4, - "startOffset": 3333, - "endColumn": 35, - "endOffset": 3364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 54, - "startColumn": 4, - "startOffset": 3369, - "endColumn": 60, - "endOffset": 3425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 55, - "startColumn": 4, - "startOffset": 3430, - "endColumn": 61, - "endOffset": 3487 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 56, - "startColumn": 4, - "startOffset": 3492, - "endColumn": 61, - "endOffset": 3549 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 57, - "startColumn": 4, - "startOffset": 3554, - "endColumn": 63, - "endOffset": 3613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 58, - "startColumn": 4, - "startOffset": 3618, - "endColumn": 60, - "endOffset": 3674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 59, - "startColumn": 4, - "startOffset": 3679, - "endColumn": 82, - "endOffset": 3757 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 60, - "startColumn": 4, - "startOffset": 3762, - "endColumn": 72, - "endOffset": 3830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 61, - "startColumn": 4, - "startOffset": 3835, - "endColumn": 82, - "endOffset": 3913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 62, - "startColumn": 4, - "startOffset": 3918, - "endColumn": 82, - "endOffset": 3996 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 63, - "startColumn": 4, - "startOffset": 4001, - "endColumn": 72, - "endOffset": 4069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 64, - "startColumn": 4, - "startOffset": 4074, - "endColumn": 72, - "endOffset": 4142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 65, - "startColumn": 4, - "startOffset": 4147, - "endColumn": 73, - "endOffset": 4216 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 66, - "startColumn": 4, - "startOffset": 4221, - "endColumn": 72, - "endOffset": 4289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 67, - "startColumn": 4, - "startOffset": 4294, - "endColumn": 83, - "endOffset": 4373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_colors.xml" - } - }, - { - "to": { - "startLine": 68, - "startColumn": 4, - "startOffset": 4378, - "endColumn": 50, - "endOffset": 4424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 69, - "startColumn": 4, - "startOffset": 4429, - "endColumn": 48, - "endOffset": 4473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 70, - "startColumn": 4, - "startOffset": 4478, - "endColumn": 60, - "endOffset": 4534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 71, - "startColumn": 4, - "startOffset": 4539, - "endColumn": 61, - "endOffset": 4596 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 72, - "startColumn": 4, - "startOffset": 4601, - "endColumn": 60, - "endOffset": 4657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 73, - "startColumn": 4, - "startOffset": 4662, - "endColumn": 57, - "endOffset": 4715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 74, - "startColumn": 4, - "startOffset": 4720, - "endColumn": 68, - "endOffset": 4784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 75, - "startColumn": 4, - "startOffset": 4789, - "endColumn": 80, - "endOffset": 4865 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 76, - "startColumn": 4, - "startOffset": 4870, - "endColumn": 63, - "endOffset": 4929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 77, - "startColumn": 4, - "startOffset": 4934, - "endColumn": 65, - "endOffset": 4995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 78, - "startColumn": 4, - "startOffset": 5000, - "endColumn": 69, - "endOffset": 5065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 79, - "startColumn": 4, - "startOffset": 5070, - "endColumn": 69, - "endOffset": 5135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 80, - "startColumn": 4, - "startOffset": 5140, - "endColumn": 69, - "endOffset": 5205 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 81, - "startColumn": 4, - "startOffset": 5210, - "endColumn": 69, - "endOffset": 5275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 82, - "startColumn": 4, - "startOffset": 5280, - "endColumn": 66, - "endOffset": 5342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 83, - "startColumn": 4, - "startOffset": 5347, - "endColumn": 64, - "endOffset": 5407 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 84, - "startColumn": 4, - "startOffset": 5412, - "endColumn": 53, - "endOffset": 5461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 85, - "startColumn": 4, - "startOffset": 5466, - "endColumn": 73, - "endOffset": 5535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 86, - "startColumn": 4, - "startOffset": 5540, - "endColumn": 74, - "endOffset": 5610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 87, - "startColumn": 4, - "startOffset": 5615, - "endColumn": 64, - "endOffset": 5675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 88, - "startColumn": 4, - "startOffset": 5680, - "endColumn": 65, - "endOffset": 5741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 89, - "startColumn": 4, - "startOffset": 5746, - "endColumn": 43, - "endOffset": 5785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 90, - "startColumn": 4, - "startOffset": 5790, - "endColumn": 61, - "endOffset": 5847 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 91, - "startColumn": 4, - "startOffset": 5852, - "endColumn": 50, - "endOffset": 5898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 92, - "startColumn": 4, - "startOffset": 5903, - "endColumn": 59, - "endOffset": 5958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 93, - "startColumn": 4, - "startOffset": 5963, - "endColumn": 55, - "endOffset": 6014 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 94, - "startColumn": 4, - "startOffset": 6019, - "endColumn": 52, - "endOffset": 6067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 95, - "startColumn": 4, - "startOffset": 6072, - "endColumn": 61, - "endOffset": 6129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 96, - "startColumn": 4, - "startOffset": 6134, - "endColumn": 52, - "endOffset": 6182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 97, - "startColumn": 4, - "startOffset": 6187, - "endColumn": 71, - "endOffset": 6254 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 98, - "startColumn": 4, - "startOffset": 6259, - "endColumn": 72, - "endOffset": 6327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 99, - "startColumn": 4, - "startOffset": 6332, - "endColumn": 49, - "endOffset": 6377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 100, - "startColumn": 4, - "startOffset": 6382, - "endColumn": 66, - "endOffset": 6444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 101, - "startColumn": 4, - "startOffset": 6449, - "endColumn": 67, - "endOffset": 6512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 102, - "startColumn": 4, - "startOffset": 6517, - "endColumn": 103, - "endOffset": 6616 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 103, - "startColumn": 4, - "startOffset": 6621, - "endColumn": 105, - "endOffset": 6722 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 104, - "startColumn": 4, - "startOffset": 6727, - "endColumn": 52, - "endOffset": 6775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 105, - "startColumn": 4, - "startOffset": 6780, - "endColumn": 50, - "endOffset": 6826 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 106, - "startColumn": 4, - "startOffset": 6831, - "endColumn": 51, - "endOffset": 6878 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 107, - "startColumn": 4, - "startOffset": 6883, - "endColumn": 54, - "endOffset": 6933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 108, - "startColumn": 4, - "startOffset": 6938, - "endColumn": 50, - "endOffset": 6984 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 109, - "startColumn": 4, - "startOffset": 6989, - "endColumn": 45, - "endOffset": 7030 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 110, - "startColumn": 4, - "startOffset": 7035, - "endColumn": 51, - "endOffset": 7082 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 111, - "startColumn": 4, - "startOffset": 7087, - "endColumn": 46, - "endOffset": 7129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 112, - "startColumn": 4, - "startOffset": 7134, - "endColumn": 59, - "endOffset": 7189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 113, - "startColumn": 4, - "startOffset": 7194, - "endColumn": 60, - "endOffset": 7250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 114, - "startColumn": 4, - "startOffset": 7255, - "endColumn": 55, - "endOffset": 7306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 115, - "startColumn": 4, - "startOffset": 7311, - "endColumn": 46, - "endOffset": 7353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 116, - "startColumn": 4, - "startOffset": 7358, - "endColumn": 43, - "endOffset": 7397 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 117, - "startColumn": 4, - "startOffset": 7402, - "endColumn": 63, - "endOffset": 7461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 118, - "startColumn": 4, - "startOffset": 7466, - "endColumn": 67, - "endOffset": 7529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 119, - "startColumn": 4, - "startOffset": 7534, - "endColumn": 64, - "endOffset": 7594 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 120, - "startColumn": 4, - "startOffset": 7599, - "endColumn": 67, - "endOffset": 7662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 121, - "startColumn": 4, - "startOffset": 7667, - "endColumn": 58, - "endOffset": 7721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 122, - "startColumn": 4, - "startOffset": 7726, - "endColumn": 58, - "endOffset": 7780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 123, - "startColumn": 4, - "startOffset": 7785, - "endColumn": 58, - "endOffset": 7839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 124, - "startColumn": 4, - "startOffset": 7844, - "endColumn": 58, - "endOffset": 7898 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 125, - "startColumn": 4, - "startOffset": 7903, - "endColumn": 58, - "endOffset": 7957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 126, - "startColumn": 4, - "startOffset": 7962, - "endColumn": 53, - "endOffset": 8011 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 127, - "startColumn": 4, - "startOffset": 8016, - "endColumn": 53, - "endOffset": 8065 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 128, - "startColumn": 4, - "startOffset": 8070, - "endColumn": 52, - "endOffset": 8118 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 129, - "startColumn": 4, - "startOffset": 8123, - "endColumn": 53, - "endOffset": 8172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 130, - "startColumn": 4, - "startOffset": 8177, - "endColumn": 53, - "endOffset": 8226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 131, - "startColumn": 4, - "startOffset": 8231, - "endColumn": 53, - "endOffset": 8280 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 132, - "startColumn": 4, - "startOffset": 8285, - "endColumn": 53, - "endOffset": 8334 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 133, - "startColumn": 4, - "startOffset": 8339, - "endColumn": 58, - "endOffset": 8393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 134, - "startColumn": 4, - "startOffset": 8398, - "endColumn": 64, - "endOffset": 8458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 135, - "startColumn": 4, - "startOffset": 8463, - "endColumn": 54, - "endOffset": 8513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 136, - "startColumn": 4, - "startOffset": 8518, - "endColumn": 67, - "endOffset": 8581 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 137, - "startColumn": 4, - "startOffset": 8586, - "endColumn": 68, - "endOffset": 8650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 138, - "startColumn": 4, - "startOffset": 8655, - "endColumn": 60, - "endOffset": 8711 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 139, - "startColumn": 4, - "startOffset": 8716, - "endColumn": 61, - "endOffset": 8773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 140, - "startColumn": 4, - "startOffset": 8778, - "endColumn": 50, - "endOffset": 8824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 141, - "startColumn": 4, - "startOffset": 8829, - "endColumn": 76, - "endOffset": 8901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 142, - "startColumn": 4, - "startOffset": 8906, - "endColumn": 69, - "endOffset": 8971 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 143, - "startColumn": 4, - "startOffset": 8976, - "endColumn": 70, - "endOffset": 9042 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 144, - "startColumn": 4, - "startOffset": 9047, - "endColumn": 56, - "endOffset": 9099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 145, - "startColumn": 4, - "startOffset": 9104, - "endColumn": 50, - "endOffset": 9150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 146, - "startColumn": 4, - "startOffset": 9155, - "endColumn": 76, - "endOffset": 9227 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 147, - "startColumn": 4, - "startOffset": 9232, - "endColumn": 70, - "endOffset": 9298 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 148, - "startColumn": 4, - "startOffset": 9303, - "endColumn": 65, - "endOffset": 9364 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 149, - "startColumn": 4, - "startOffset": 9369, - "endColumn": 77, - "endOffset": 9442 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 150, - "startColumn": 4, - "startOffset": 9447, - "endColumn": 62, - "endOffset": 9505 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 151, - "startColumn": 4, - "startOffset": 9510, - "endColumn": 70, - "endOffset": 9576 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 152, - "startColumn": 4, - "startOffset": 9581, - "endColumn": 73, - "endOffset": 9650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 153, - "startColumn": 4, - "startOffset": 9655, - "endColumn": 78, - "endOffset": 9729 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 154, - "startColumn": 4, - "startOffset": 9734, - "endColumn": 72, - "endOffset": 9802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 155, - "startColumn": 4, - "startOffset": 9807, - "endColumn": 73, - "endOffset": 9876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 156, - "startColumn": 4, - "startOffset": 9881, - "endColumn": 70, - "endOffset": 9947 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 157, - "startColumn": 4, - "startOffset": 9952, - "endColumn": 71, - "endOffset": 10019 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 158, - "startColumn": 4, - "startOffset": 10024, - "endColumn": 71, - "endOffset": 10091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 159, - "startColumn": 4, - "startOffset": 10096, - "endColumn": 72, - "endOffset": 10164 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 160, - "startColumn": 4, - "startOffset": 10169, - "endColumn": 56, - "endOffset": 10221 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 161, - "startColumn": 4, - "startOffset": 10226, - "endColumn": 57, - "endOffset": 10279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 162, - "startColumn": 4, - "startOffset": 10284, - "endColumn": 72, - "endOffset": 10352 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 163, - "startColumn": 4, - "startOffset": 10357, - "endColumn": 73, - "endOffset": 10426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 164, - "startColumn": 4, - "startOffset": 10431, - "endColumn": 73, - "endOffset": 10500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 165, - "startColumn": 4, - "startOffset": 10505, - "endColumn": 74, - "endOffset": 10575 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 166, - "startColumn": 4, - "startOffset": 10580, - "endColumn": 74, - "endOffset": 10650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 167, - "startColumn": 4, - "startOffset": 10655, - "endColumn": 79, - "endOffset": 10730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 168, - "startColumn": 4, - "startOffset": 10735, - "endColumn": 75, - "endOffset": 10806 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 169, - "startColumn": 4, - "startOffset": 10811, - "endColumn": 51, - "endOffset": 10858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 170, - "startColumn": 4, - "startOffset": 10863, - "endColumn": 61, - "endOffset": 10920 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 171, - "startColumn": 4, - "startOffset": 10925, - "endColumn": 63, - "endOffset": 10984 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 172, - "startColumn": 4, - "startOffset": 10989, - "endColumn": 66, - "endOffset": 11051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 173, - "startColumn": 4, - "startOffset": 11056, - "endColumn": 59, - "endOffset": 11111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 174, - "startColumn": 4, - "startOffset": 11116, - "endColumn": 59, - "endOffset": 11171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 175, - "startColumn": 4, - "startOffset": 11176, - "endColumn": 74, - "endOffset": 11246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 176, - "startColumn": 4, - "startOffset": 11251, - "endColumn": 63, - "endOffset": 11310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 177, - "startColumn": 4, - "startOffset": 11315, - "endColumn": 61, - "endOffset": 11372 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 178, - "startColumn": 4, - "startOffset": 11377, - "endColumn": 62, - "endOffset": 11435 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 179, - "startColumn": 4, - "startOffset": 11440, - "endColumn": 59, - "endOffset": 11495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 180, - "startColumn": 4, - "startOffset": 11500, - "endColumn": 55, - "endOffset": 11551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 181, - "startColumn": 4, - "startOffset": 11556, - "endColumn": 71, - "endOffset": 11623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 182, - "startColumn": 4, - "startOffset": 11628, - "endColumn": 72, - "endOffset": 11696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 183, - "startColumn": 4, - "startOffset": 11701, - "endColumn": 69, - "endOffset": 11766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 184, - "startColumn": 4, - "startOffset": 11771, - "endColumn": 70, - "endOffset": 11837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 185, - "startColumn": 4, - "startOffset": 11842, - "endColumn": 61, - "endOffset": 11899 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 186, - "startColumn": 4, - "startOffset": 11904, - "endColumn": 65, - "endOffset": 11965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 187, - "startColumn": 4, - "startOffset": 11970, - "endColumn": 51, - "endOffset": 12017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 188, - "startColumn": 4, - "startOffset": 12022, - "endColumn": 48, - "endOffset": 12066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 189, - "startColumn": 4, - "startOffset": 12071, - "endColumn": 54, - "endOffset": 12121 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 190, - "startColumn": 4, - "startOffset": 12126, - "endColumn": 48, - "endOffset": 12170 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 191, - "startColumn": 4, - "startOffset": 12175, - "endColumn": 65, - "endOffset": 12236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 192, - "startColumn": 4, - "startOffset": 12241, - "endColumn": 52, - "endOffset": 12289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 193, - "startColumn": 4, - "startOffset": 12294, - "endColumn": 53, - "endOffset": 12343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 194, - "startColumn": 4, - "startOffset": 12348, - "endColumn": 47, - "endOffset": 12391 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 195, - "startColumn": 4, - "startOffset": 12396, - "endColumn": 61, - "endOffset": 12453 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 196, - "startColumn": 4, - "startOffset": 12458, - "endColumn": 55, - "endOffset": 12509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 197, - "startColumn": 4, - "startOffset": 12514, - "endColumn": 47, - "endOffset": 12557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/colors.xml" - } - }, - { - "to": { - "startLine": 253, - "startColumn": 4, - "startOffset": 38828, - "endColumn": 68, - "endOffset": 38892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 254, - "startColumn": 4, - "startOffset": 38897, - "endColumn": 69, - "endOffset": 38962 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 255, - "startColumn": 4, - "startOffset": 38967, - "endColumn": 73, - "endOffset": 39036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 256, - "startColumn": 4, - "startOffset": 39041, - "endColumn": 75, - "endOffset": 39112 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 257, - "startColumn": 4, - "startOffset": 39117, - "endColumn": 76, - "endOffset": 39189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 258, - "startColumn": 4, - "startOffset": 39194, - "endColumn": 75, - "endOffset": 39265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 259, - "startColumn": 4, - "startOffset": 39270, - "endColumn": 76, - "endOffset": 39342 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 260, - "startColumn": 4, - "startOffset": 39347, - "endColumn": 63, - "endOffset": 39406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 261, - "startColumn": 4, - "startOffset": 39411, - "endColumn": 64, - "endOffset": 39471 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 262, - "startColumn": 4, - "startOffset": 39476, - "endColumn": 68, - "endOffset": 39540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 263, - "startColumn": 4, - "startOffset": 39545, - "endColumn": 76, - "endOffset": 39617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 264, - "startColumn": 4, - "startOffset": 39622, - "endColumn": 74, - "endOffset": 39692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 265, - "startColumn": 4, - "startOffset": 39697, - "endColumn": 68, - "endOffset": 39761 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 266, - "startColumn": 4, - "startOffset": 39766, - "endColumn": 67, - "endOffset": 39829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 267, - "startColumn": 4, - "startOffset": 39834, - "endColumn": 76, - "endOffset": 39906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 268, - "startColumn": 4, - "startOffset": 39911, - "endColumn": 65, - "endOffset": 39972 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 269, - "startColumn": 4, - "startOffset": 39977, - "endColumn": 96, - "endOffset": 40069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 270, - "startColumn": 4, - "startOffset": 40074, - "endColumn": 64, - "endOffset": 40134 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 271, - "startColumn": 4, - "startOffset": 40139, - "endColumn": 68, - "endOffset": 40203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 272, - "startColumn": 4, - "startOffset": 40208, - "endColumn": 98, - "endOffset": 40302 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 273, - "startColumn": 4, - "startOffset": 40307, - "endColumn": 58, - "endOffset": 40361 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 274, - "startColumn": 4, - "startOffset": 40366, - "endColumn": 57, - "endOffset": 40419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 275, - "startColumn": 4, - "startOffset": 40424, - "endColumn": 56, - "endOffset": 40476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 276, - "startColumn": 4, - "startOffset": 40481, - "endColumn": 58, - "endOffset": 40535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 277, - "startColumn": 4, - "startOffset": 40540, - "endColumn": 71, - "endOffset": 40607 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 278, - "startColumn": 4, - "startOffset": 40612, - "endColumn": 67, - "endOffset": 40675 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 279, - "startColumn": 4, - "startOffset": 40680, - "endColumn": 67, - "endOffset": 40743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 280, - "startColumn": 4, - "startOffset": 40748, - "endColumn": 58, - "endOffset": 40802 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 281, - "startColumn": 4, - "startOffset": 40807, - "endColumn": 62, - "endOffset": 40865 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 282, - "startColumn": 4, - "startOffset": 40870, - "endColumn": 89, - "endOffset": 40955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 283, - "startColumn": 4, - "startOffset": 40960, - "endColumn": 90, - "endOffset": 41046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 284, - "startColumn": 4, - "startOffset": 41051, - "endColumn": 59, - "endOffset": 41106 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 285, - "startColumn": 4, - "startOffset": 41111, - "endColumn": 65, - "endOffset": 41172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 286, - "startColumn": 4, - "startOffset": 41177, - "endColumn": 66, - "endOffset": 41239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 287, - "startColumn": 4, - "startOffset": 41244, - "endColumn": 65, - "endOffset": 41305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 288, - "startColumn": 4, - "startOffset": 41310, - "endColumn": 69, - "endOffset": 41375 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 289, - "startColumn": 4, - "startOffset": 41380, - "endColumn": 63, - "endOffset": 41439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 290, - "startColumn": 4, - "startOffset": 41444, - "endColumn": 52, - "endOffset": 41492 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 291, - "startColumn": 4, - "startOffset": 41497, - "endColumn": 112, - "endOffset": 41605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 292, - "startColumn": 4, - "startOffset": 41610, - "endColumn": 57, - "endOffset": 41663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 293, - "startColumn": 4, - "startOffset": 41668, - "endColumn": 64, - "endOffset": 41728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 294, - "startColumn": 4, - "startOffset": 41733, - "endColumn": 63, - "endOffset": 41792 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 295, - "startColumn": 4, - "startOffset": 41797, - "endColumn": 48, - "endOffset": 41841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 296, - "startColumn": 4, - "startOffset": 41846, - "endColumn": 60, - "endOffset": 41902 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 297, - "startColumn": 4, - "startOffset": 41907, - "endColumn": 60, - "endOffset": 41963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 298, - "startColumn": 4, - "startOffset": 41968, - "endColumn": 60, - "endOffset": 42024 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 299, - "startColumn": 4, - "startOffset": 42029, - "endColumn": 61, - "endOffset": 42086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 300, - "startColumn": 4, - "startOffset": 42091, - "endColumn": 63, - "endOffset": 42150 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 301, - "startColumn": 4, - "startOffset": 42155, - "endColumn": 63, - "endOffset": 42214 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 302, - "startColumn": 4, - "startOffset": 42219, - "endColumn": 63, - "endOffset": 42278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 303, - "startColumn": 4, - "startOffset": 42283, - "endColumn": 64, - "endOffset": 42343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 304, - "startColumn": 4, - "startOffset": 42348, - "endColumn": 62, - "endOffset": 42406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 305, - "startColumn": 4, - "startOffset": 42411, - "endColumn": 59, - "endOffset": 42466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 306, - "startColumn": 4, - "startOffset": 42471, - "endColumn": 60, - "endOffset": 42527 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 307, - "startColumn": 4, - "startOffset": 42532, - "endColumn": 58, - "endOffset": 42586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 308, - "startColumn": 4, - "startOffset": 42591, - "endColumn": 59, - "endOffset": 42646 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 309, - "startColumn": 4, - "startOffset": 42651, - "endColumn": 61, - "endOffset": 42708 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 310, - "startColumn": 4, - "startOffset": 42713, - "endColumn": 70, - "endOffset": 42779 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 311, - "startColumn": 4, - "startOffset": 42784, - "endColumn": 59, - "endOffset": 42839 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 312, - "startColumn": 4, - "startOffset": 42844, - "endColumn": 67, - "endOffset": 42907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 313, - "startColumn": 4, - "startOffset": 42912, - "endColumn": 58, - "endOffset": 42966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 314, - "startColumn": 4, - "startOffset": 42971, - "endColumn": 61, - "endOffset": 43028 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 315, - "startColumn": 4, - "startOffset": 43033, - "endColumn": 54, - "endOffset": 43083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 316, - "startColumn": 4, - "startOffset": 43088, - "endColumn": 52, - "endOffset": 43136 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 317, - "startColumn": 4, - "startOffset": 43141, - "endColumn": 57, - "endOffset": 43194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 318, - "startColumn": 4, - "startOffset": 43199, - "endColumn": 55, - "endOffset": 43250 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 319, - "startColumn": 4, - "startOffset": 43255, - "endColumn": 60, - "endOffset": 43311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 320, - "startColumn": 4, - "startOffset": 43316, - "endColumn": 71, - "endOffset": 43383 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 321, - "startColumn": 4, - "startOffset": 43388, - "endColumn": 60, - "endOffset": 43444 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 322, - "startColumn": 4, - "startOffset": 43449, - "endColumn": 50, - "endOffset": 43495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 323, - "startColumn": 4, - "startOffset": 43500, - "endColumn": 51, - "endOffset": 43547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 324, - "startColumn": 4, - "startOffset": 43552, - "endColumn": 50, - "endOffset": 43598 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 325, - "startColumn": 4, - "startOffset": 43603, - "endColumn": 51, - "endOffset": 43650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 326, - "startColumn": 4, - "startOffset": 43655, - "endColumn": 51, - "endOffset": 43702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 327, - "startColumn": 4, - "startOffset": 43707, - "endColumn": 70, - "endOffset": 43773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 328, - "startColumn": 4, - "startOffset": 43778, - "endColumn": 69, - "endOffset": 43843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 329, - "startColumn": 4, - "startOffset": 43848, - "endColumn": 68, - "endOffset": 43912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 330, - "startColumn": 4, - "startOffset": 43917, - "endColumn": 80, - "endOffset": 43993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 331, - "startColumn": 4, - "startOffset": 43998, - "endColumn": 59, - "endOffset": 44053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 332, - "startColumn": 4, - "startOffset": 44058, - "endColumn": 48, - "endOffset": 44102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 333, - "startColumn": 4, - "startOffset": 44107, - "endColumn": 48, - "endOffset": 44151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 334, - "startColumn": 4, - "startOffset": 44156, - "endColumn": 44, - "endOffset": 44196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 335, - "startColumn": 4, - "startOffset": 44201, - "endColumn": 49, - "endOffset": 44246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 336, - "startColumn": 4, - "startOffset": 44251, - "endColumn": 58, - "endOffset": 44305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 337, - "startColumn": 4, - "startOffset": 44310, - "endColumn": 56, - "endOffset": 44362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 338, - "startColumn": 4, - "startOffset": 44367, - "endColumn": 53, - "endOffset": 44416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 339, - "startColumn": 4, - "startOffset": 44421, - "endColumn": 53, - "endOffset": 44470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 340, - "startColumn": 4, - "startOffset": 44475, - "endColumn": 53, - "endOffset": 44524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 341, - "startColumn": 4, - "startOffset": 44529, - "endColumn": 48, - "endOffset": 44573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 342, - "startColumn": 4, - "startOffset": 44578, - "endColumn": 53, - "endOffset": 44627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 343, - "startColumn": 4, - "startOffset": 44632, - "endColumn": 55, - "endOffset": 44683 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 344, - "startColumn": 4, - "startOffset": 44688, - "endColumn": 54, - "endOffset": 44738 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 345, - "startColumn": 4, - "startOffset": 44743, - "endColumn": 50, - "endOffset": 44789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 346, - "startColumn": 4, - "startOffset": 44794, - "endColumn": 51, - "endOffset": 44841 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 347, - "startColumn": 4, - "startOffset": 44846, - "endColumn": 53, - "endOffset": 44895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 348, - "startColumn": 4, - "startOffset": 44900, - "endColumn": 62, - "endOffset": 44958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 349, - "startColumn": 4, - "startOffset": 44963, - "endColumn": 58, - "endOffset": 45017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 350, - "startColumn": 4, - "startOffset": 45022, - "endColumn": 61, - "endOffset": 45079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 351, - "startColumn": 4, - "startOffset": 45084, - "endColumn": 58, - "endOffset": 45138 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 352, - "startColumn": 4, - "startOffset": 45143, - "endColumn": 59, - "endOffset": 45198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 353, - "startColumn": 4, - "startOffset": 45203, - "endColumn": 62, - "endOffset": 45261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 354, - "startColumn": 4, - "startOffset": 45266, - "endColumn": 67, - "endOffset": 45329 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 355, - "startColumn": 4, - "startOffset": 45334, - "endColumn": 74, - "endOffset": 45404 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 356, - "startColumn": 4, - "startOffset": 45409, - "endColumn": 71, - "endOffset": 45476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 357, - "startColumn": 4, - "startOffset": 45481, - "endColumn": 70, - "endOffset": 45547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 358, - "startColumn": 4, - "startOffset": 45552, - "endColumn": 55, - "endOffset": 45603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 359, - "startColumn": 4, - "startOffset": 45608, - "endColumn": 70, - "endOffset": 45674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 360, - "startColumn": 4, - "startOffset": 45679, - "endColumn": 56, - "endOffset": 45731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 361, - "startColumn": 4, - "startOffset": 45736, - "endColumn": 56, - "endOffset": 45788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 362, - "startColumn": 4, - "startOffset": 45793, - "endColumn": 65, - "endOffset": 45854 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 363, - "startColumn": 4, - "startOffset": 45859, - "endColumn": 63, - "endOffset": 45918 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 364, - "startColumn": 4, - "startOffset": 45923, - "endColumn": 70, - "endOffset": 45989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 365, - "startColumn": 4, - "startOffset": 45994, - "endColumn": 56, - "endOffset": 46046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 366, - "startColumn": 4, - "startOffset": 46051, - "endColumn": 52, - "endOffset": 46099 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 367, - "startColumn": 4, - "startOffset": 46104, - "endColumn": 51, - "endOffset": 46151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 368, - "startColumn": 4, - "startOffset": 46156, - "endColumn": 66, - "endOffset": 46218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 369, - "startColumn": 4, - "startOffset": 46223, - "endColumn": 67, - "endOffset": 46286 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 370, - "startColumn": 4, - "startOffset": 46291, - "endColumn": 67, - "endOffset": 46354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 371, - "startColumn": 4, - "startOffset": 46359, - "endColumn": 67, - "endOffset": 46422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 372, - "startColumn": 4, - "startOffset": 46427, - "endColumn": 85, - "endOffset": 46508 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 373, - "startColumn": 4, - "startOffset": 46513, - "endColumn": 86, - "endOffset": 46595 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 374, - "startColumn": 4, - "startOffset": 46600, - "endColumn": 44, - "endOffset": 46640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 375, - "startColumn": 4, - "startOffset": 46645, - "endColumn": 57, - "endOffset": 46698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 376, - "startColumn": 4, - "startOffset": 46703, - "endColumn": 65, - "endOffset": 46764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 377, - "startColumn": 4, - "startOffset": 46769, - "endColumn": 52, - "endOffset": 46817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 378, - "startColumn": 4, - "startOffset": 46822, - "endColumn": 49, - "endOffset": 46867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 379, - "startColumn": 4, - "startOffset": 46872, - "endColumn": 58, - "endOffset": 46926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 380, - "startColumn": 4, - "startOffset": 46931, - "endColumn": 52, - "endOffset": 46979 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 381, - "startColumn": 4, - "startOffset": 46984, - "endColumn": 59, - "endOffset": 47039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 382, - "startColumn": 4, - "startOffset": 47044, - "endColumn": 69, - "endOffset": 47109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 383, - "startColumn": 4, - "startOffset": 47114, - "endColumn": 67, - "endOffset": 47177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 384, - "startColumn": 4, - "startOffset": 47182, - "endColumn": 59, - "endOffset": 47237 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 385, - "startColumn": 4, - "startOffset": 47242, - "endColumn": 50, - "endOffset": 47288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 386, - "startColumn": 4, - "startOffset": 47293, - "endColumn": 55, - "endOffset": 47344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 387, - "startColumn": 4, - "startOffset": 47349, - "endColumn": 56, - "endOffset": 47401 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 388, - "startColumn": 4, - "startOffset": 47406, - "endColumn": 66, - "endOffset": 47468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 389, - "startColumn": 4, - "startOffset": 47473, - "endColumn": 69, - "endOffset": 47538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 390, - "startColumn": 4, - "startOffset": 47543, - "endColumn": 66, - "endOffset": 47605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 391, - "startColumn": 4, - "startOffset": 47610, - "endColumn": 68, - "endOffset": 47674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 392, - "startColumn": 4, - "startOffset": 47679, - "endColumn": 66, - "endOffset": 47741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 393, - "startColumn": 4, - "startOffset": 47746, - "endColumn": 66, - "endOffset": 47808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 394, - "startColumn": 4, - "startOffset": 47813, - "endColumn": 71, - "endOffset": 47880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 395, - "startColumn": 4, - "startOffset": 47885, - "endColumn": 74, - "endOffset": 47955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 396, - "startColumn": 4, - "startOffset": 47960, - "endColumn": 77, - "endOffset": 48033 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 397, - "startColumn": 4, - "startOffset": 48038, - "endColumn": 59, - "endOffset": 48093 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 398, - "startColumn": 4, - "startOffset": 48098, - "endColumn": 53, - "endOffset": 48147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 399, - "startColumn": 4, - "startOffset": 48152, - "endColumn": 43, - "endOffset": 48191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 400, - "startColumn": 4, - "startOffset": 48196, - "endColumn": 53, - "endOffset": 48245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 401, - "startColumn": 4, - "startOffset": 48250, - "endColumn": 45, - "endOffset": 48291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 402, - "startColumn": 4, - "startOffset": 48296, - "endColumn": 56, - "endOffset": 48348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 403, - "startColumn": 4, - "startOffset": 48353, - "endColumn": 50, - "endOffset": 48399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 404, - "startColumn": 4, - "startOffset": 48404, - "endColumn": 47, - "endOffset": 48447 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 405, - "startColumn": 4, - "startOffset": 48452, - "endColumn": 76, - "endOffset": 48524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 406, - "startColumn": 4, - "startOffset": 48529, - "endColumn": 48, - "endOffset": 48573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 407, - "startColumn": 4, - "startOffset": 48578, - "endColumn": 46, - "endOffset": 48620 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 408, - "startColumn": 4, - "startOffset": 48625, - "endColumn": 53, - "endOffset": 48674 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 409, - "startColumn": 4, - "startOffset": 48679, - "endColumn": 49, - "endOffset": 48724 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 410, - "startColumn": 4, - "startOffset": 48729, - "endColumn": 48, - "endOffset": 48773 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 411, - "startColumn": 4, - "startOffset": 48778, - "endColumn": 49, - "endOffset": 48823 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 412, - "startColumn": 4, - "startOffset": 48828, - "endColumn": 89, - "endOffset": 48913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 413, - "startColumn": 4, - "startOffset": 48918, - "endColumn": 86, - "endOffset": 49000 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 414, - "startColumn": 4, - "startOffset": 49005, - "endColumn": 87, - "endOffset": 49088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 415, - "startColumn": 4, - "startOffset": 49093, - "endColumn": 58, - "endOffset": 49147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 416, - "startColumn": 4, - "startOffset": 49152, - "endColumn": 40, - "endOffset": 49188 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 417, - "startColumn": 4, - "startOffset": 49193, - "endColumn": 49, - "endOffset": 49238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 418, - "startColumn": 4, - "startOffset": 49243, - "endColumn": 40, - "endOffset": 49279 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 419, - "startColumn": 4, - "startOffset": 49284, - "endColumn": 51, - "endOffset": 49331 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 420, - "startColumn": 4, - "startOffset": 49336, - "endColumn": 67, - "endOffset": 49399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 421, - "startColumn": 4, - "startOffset": 49404, - "endColumn": 54, - "endOffset": 49454 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 422, - "startColumn": 4, - "startOffset": 49459, - "endColumn": 54, - "endOffset": 49509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 423, - "startColumn": 4, - "startOffset": 49514, - "endColumn": 53, - "endOffset": 49563 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 424, - "startColumn": 4, - "startOffset": 49568, - "endColumn": 54, - "endOffset": 49618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 425, - "startColumn": 4, - "startOffset": 49623, - "endColumn": 53, - "endOffset": 49672 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 426, - "startColumn": 4, - "startOffset": 49677, - "endColumn": 62, - "endOffset": 49735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 427, - "startColumn": 4, - "startOffset": 49740, - "endColumn": 62, - "endOffset": 49798 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 428, - "startColumn": 4, - "startOffset": 49803, - "endColumn": 60, - "endOffset": 49859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 429, - "startColumn": 4, - "startOffset": 49864, - "endColumn": 67, - "endOffset": 49927 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 430, - "startColumn": 4, - "startOffset": 49932, - "endColumn": 65, - "endOffset": 49993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 431, - "startColumn": 4, - "startOffset": 49998, - "endColumn": 59, - "endOffset": 50053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 432, - "startColumn": 4, - "startOffset": 50058, - "endColumn": 56, - "endOffset": 50110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 433, - "startColumn": 4, - "startOffset": 50115, - "endColumn": 51, - "endOffset": 50162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 434, - "startColumn": 4, - "startOffset": 50167, - "endColumn": 61, - "endOffset": 50224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 435, - "startColumn": 4, - "startOffset": 50229, - "endColumn": 64, - "endOffset": 50289 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 436, - "startColumn": 4, - "startOffset": 50294, - "endColumn": 64, - "endOffset": 50354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 437, - "startColumn": 4, - "startOffset": 50359, - "endColumn": 65, - "endOffset": 50420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 438, - "startColumn": 4, - "startOffset": 50425, - "endColumn": 69, - "endOffset": 50490 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 439, - "startColumn": 4, - "startOffset": 50495, - "endColumn": 52, - "endOffset": 50543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 440, - "startColumn": 4, - "startOffset": 50548, - "endColumn": 48, - "endOffset": 50592 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 441, - "startColumn": 4, - "startOffset": 50597, - "endColumn": 66, - "endOffset": 50659 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 442, - "startColumn": 4, - "startOffset": 50664, - "endColumn": 52, - "endOffset": 50712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 443, - "startColumn": 4, - "startOffset": 50717, - "endColumn": 55, - "endOffset": 50768 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 444, - "startColumn": 4, - "startOffset": 50773, - "endColumn": 60, - "endOffset": 50829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 445, - "startColumn": 4, - "startOffset": 50834, - "endColumn": 59, - "endOffset": 50889 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 446, - "startColumn": 4, - "startOffset": 50894, - "endColumn": 71, - "endOffset": 50961 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 447, - "startColumn": 4, - "startOffset": 50966, - "endColumn": 61, - "endOffset": 51023 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 448, - "startColumn": 4, - "startOffset": 51028, - "endColumn": 61, - "endOffset": 51085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 449, - "startColumn": 4, - "startOffset": 51090, - "endColumn": 63, - "endOffset": 51149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 450, - "startColumn": 4, - "startOffset": 51154, - "endColumn": 61, - "endOffset": 51211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 451, - "startColumn": 4, - "startOffset": 51216, - "endColumn": 55, - "endOffset": 51267 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 452, - "startColumn": 4, - "startOffset": 51272, - "endColumn": 59, - "endOffset": 51327 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 453, - "startColumn": 4, - "startOffset": 51332, - "endColumn": 62, - "endOffset": 51390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 454, - "startColumn": 4, - "startOffset": 51395, - "endColumn": 59, - "endOffset": 51450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 455, - "startColumn": 4, - "startOffset": 51455, - "endColumn": 47, - "endOffset": 51498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 456, - "startColumn": 4, - "startOffset": 51503, - "endColumn": 62, - "endOffset": 51561 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 457, - "startColumn": 4, - "startOffset": 51566, - "endColumn": 72, - "endOffset": 51634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 458, - "startColumn": 4, - "startOffset": 51639, - "endColumn": 61, - "endOffset": 51696 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 459, - "startColumn": 4, - "startOffset": 51701, - "endColumn": 50, - "endOffset": 51747 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 460, - "startColumn": 4, - "startOffset": 51752, - "endColumn": 60, - "endOffset": 51808 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 461, - "startColumn": 4, - "startOffset": 51813, - "endColumn": 66, - "endOffset": 51875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 462, - "startColumn": 4, - "startOffset": 51880, - "endColumn": 57, - "endOffset": 51933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 463, - "startColumn": 4, - "startOffset": 51938, - "endColumn": 52, - "endOffset": 51986 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 464, - "startColumn": 4, - "startOffset": 51991, - "endColumn": 50, - "endOffset": 52037 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 465, - "startColumn": 4, - "startOffset": 52042, - "endColumn": 45, - "endOffset": 52083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 466, - "startColumn": 4, - "startOffset": 52088, - "endColumn": 61, - "endOffset": 52145 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 467, - "startColumn": 4, - "startOffset": 52150, - "endColumn": 60, - "endOffset": 52206 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 468, - "startColumn": 4, - "startOffset": 52211, - "endColumn": 56, - "endOffset": 52263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 469, - "startColumn": 4, - "startOffset": 52268, - "endColumn": 45, - "endOffset": 52309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 470, - "startColumn": 4, - "startOffset": 52314, - "endColumn": 48, - "endOffset": 52358 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 471, - "startColumn": 4, - "startOffset": 52363, - "endColumn": 56, - "endOffset": 52415 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 472, - "startColumn": 4, - "startOffset": 52420, - "endColumn": 67, - "endOffset": 52483 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 473, - "startColumn": 4, - "startOffset": 52488, - "endColumn": 88, - "endOffset": 52572 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 474, - "startColumn": 4, - "startOffset": 52577, - "endColumn": 77, - "endOffset": 52650 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 475, - "startColumn": 4, - "startOffset": 52655, - "endColumn": 65, - "endOffset": 52716 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 476, - "startColumn": 4, - "startOffset": 52721, - "endColumn": 63, - "endOffset": 52780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 477, - "startColumn": 4, - "startOffset": 52785, - "endColumn": 62, - "endOffset": 52843 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 478, - "startColumn": 4, - "startOffset": 52848, - "endColumn": 53, - "endOffset": 52897 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 479, - "startColumn": 4, - "startOffset": 52902, - "endColumn": 53, - "endOffset": 52951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 480, - "startColumn": 4, - "startOffset": 52956, - "endColumn": 47, - "endOffset": 52999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 481, - "startColumn": 4, - "startOffset": 53004, - "endColumn": 46, - "endOffset": 53046 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 482, - "startColumn": 4, - "startOffset": 53051, - "endColumn": 54, - "endOffset": 53101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 483, - "startColumn": 4, - "startOffset": 53106, - "endColumn": 51, - "endOffset": 53153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 484, - "startColumn": 4, - "startOffset": 53158, - "endColumn": 47, - "endOffset": 53201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 485, - "startColumn": 4, - "startOffset": 53206, - "endColumn": 66, - "endOffset": 53268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 486, - "startColumn": 4, - "startOffset": 53273, - "endColumn": 69, - "endOffset": 53338 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 487, - "startColumn": 4, - "startOffset": 53343, - "endColumn": 72, - "endOffset": 53411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 488, - "startColumn": 4, - "startOffset": 53416, - "endColumn": 43, - "endOffset": 53455 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 489, - "startColumn": 4, - "startOffset": 53460, - "endColumn": 44, - "endOffset": 53500 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 490, - "startColumn": 4, - "startOffset": 53505, - "endColumn": 49, - "endOffset": 53550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 491, - "startColumn": 4, - "startOffset": 53555, - "endColumn": 51, - "endOffset": 53602 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 492, - "startColumn": 4, - "startOffset": 53607, - "endColumn": 55, - "endOffset": 53658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 493, - "startColumn": 4, - "startOffset": 53663, - "endColumn": 68, - "endOffset": 53727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 494, - "startColumn": 4, - "startOffset": 53732, - "endColumn": 71, - "endOffset": 53799 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 495, - "startColumn": 4, - "startOffset": 53804, - "endColumn": 49, - "endOffset": 53849 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 496, - "startColumn": 4, - "startOffset": 53854, - "endColumn": 45, - "endOffset": 53895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 497, - "startColumn": 4, - "startOffset": 53900, - "endColumn": 56, - "endOffset": 53952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 498, - "startColumn": 4, - "startOffset": 53957, - "endColumn": 46, - "endOffset": 53999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 499, - "startColumn": 4, - "startOffset": 54004, - "endColumn": 47, - "endOffset": 54047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 500, - "startColumn": 4, - "startOffset": 54052, - "endColumn": 46, - "endOffset": 54094 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 501, - "startColumn": 4, - "startOffset": 54099, - "endColumn": 47, - "endOffset": 54142 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 502, - "startColumn": 4, - "startOffset": 54147, - "endColumn": 47, - "endOffset": 54190 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 503, - "startColumn": 4, - "startOffset": 54195, - "endColumn": 48, - "endOffset": 54239 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 504, - "startColumn": 4, - "startOffset": 54244, - "endColumn": 46, - "endOffset": 54286 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 505, - "startColumn": 4, - "startOffset": 54291, - "endColumn": 53, - "endOffset": 54340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 506, - "startColumn": 4, - "startOffset": 54345, - "endColumn": 49, - "endOffset": 54390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 507, - "startColumn": 4, - "startOffset": 54395, - "endColumn": 49, - "endOffset": 54440 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 508, - "startColumn": 4, - "startOffset": 54445, - "endColumn": 53, - "endOffset": 54494 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 509, - "startColumn": 4, - "startOffset": 54499, - "endColumn": 58, - "endOffset": 54553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 510, - "startColumn": 4, - "startOffset": 54558, - "endColumn": 71, - "endOffset": 54625 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 511, - "startColumn": 4, - "startOffset": 54630, - "endColumn": 59, - "endOffset": 54685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 512, - "startColumn": 4, - "startOffset": 54690, - "endColumn": 67, - "endOffset": 54753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 513, - "startColumn": 4, - "startOffset": 54758, - "endColumn": 51, - "endOffset": 54805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 514, - "startColumn": 4, - "startOffset": 54810, - "endColumn": 51, - "endOffset": 54857 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 515, - "startColumn": 4, - "startOffset": 54862, - "endColumn": 49, - "endOffset": 54907 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 516, - "startColumn": 4, - "startOffset": 54912, - "endColumn": 46, - "endOffset": 54954 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 517, - "startColumn": 4, - "startOffset": 54959, - "endColumn": 43, - "endOffset": 54998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 518, - "startColumn": 4, - "startOffset": 55003, - "endColumn": 60, - "endOffset": 55059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 519, - "startColumn": 4, - "startOffset": 55064, - "endColumn": 57, - "endOffset": 55117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 520, - "startColumn": 4, - "startOffset": 55122, - "endColumn": 77, - "endOffset": 55195 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/refs.xml" - } - }, - { - "to": { - "startLine": 521, - "startColumn": 4, - "startOffset": 55200, - "endColumn": 71, - "endOffset": 55267 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 522, - "startColumn": 4, - "startOffset": 55272, - "endColumn": 108, - "endOffset": 55376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/refs.xml" - } - }, - { - "to": { - "startLine": 523, - "startColumn": 4, - "startOffset": 55381, - "endColumn": 75, - "endOffset": 55452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/floats.xml" - } - }, - { - "to": { - "startLine": 524, - "startColumn": 4, - "startOffset": 55457, - "endColumn": 56, - "endOffset": 55509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 525, - "startColumn": 4, - "startOffset": 55514, - "endColumn": 47, - "endOffset": 55557 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 526, - "startColumn": 4, - "startOffset": 55562, - "endColumn": 48, - "endOffset": 55606 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 527, - "startColumn": 4, - "startOffset": 55611, - "endColumn": 50, - "endOffset": 55657 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 528, - "startColumn": 4, - "startOffset": 55662, - "endColumn": 33, - "endOffset": 55691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 529, - "startColumn": 4, - "startOffset": 55696, - "endColumn": 57, - "endOffset": 55749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 530, - "startColumn": 4, - "startOffset": 55754, - "endColumn": 50, - "endOffset": 55800 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 531, - "startColumn": 4, - "startOffset": 55805, - "endColumn": 55, - "endOffset": 55856 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 532, - "startColumn": 4, - "startOffset": 55861, - "endColumn": 46, - "endOffset": 55903 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 533, - "startColumn": 4, - "startOffset": 55908, - "endColumn": 48, - "endOffset": 55952 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 534, - "startColumn": 4, - "startOffset": 55957, - "endColumn": 45, - "endOffset": 55998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 535, - "startColumn": 4, - "startOffset": 56003, - "endColumn": 42, - "endOffset": 56041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 536, - "startColumn": 4, - "startOffset": 56046, - "endColumn": 44, - "endOffset": 56086 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 537, - "startColumn": 4, - "startOffset": 56091, - "endColumn": 44, - "endOffset": 56131 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/ids.xml" - } - }, - { - "to": { - "startLine": 538, - "startColumn": 4, - "startOffset": 56136, - "endColumn": 33, - "endOffset": 56165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/values/values.xml" - } - }, - { - "to": { - "startLine": 539, - "startColumn": 4, - "startOffset": 56170, - "endColumn": 31, - "endOffset": 56197 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 540, - "startColumn": 4, - "startOffset": 56202, - "endColumn": 47, - "endOffset": 56245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 541, - "startColumn": 4, - "startOffset": 56250, - "endColumn": 63, - "endOffset": 56309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 542, - "startColumn": 4, - "startOffset": 56314, - "endColumn": 61, - "endOffset": 56371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 543, - "startColumn": 4, - "startOffset": 56376, - "endColumn": 54, - "endOffset": 56426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 544, - "startColumn": 4, - "startOffset": 56431, - "endColumn": 59, - "endOffset": 56486 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 545, - "startColumn": 4, - "startOffset": 56491, - "endColumn": 73, - "endOffset": 56560 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 546, - "startColumn": 4, - "startOffset": 56565, - "endColumn": 73, - "endOffset": 56634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 547, - "startColumn": 4, - "startOffset": 56639, - "endColumn": 67, - "endOffset": 56702 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 548, - "startColumn": 4, - "startOffset": 56707, - "endColumn": 74, - "endOffset": 56777 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 549, - "startColumn": 4, - "startOffset": 56782, - "endColumn": 62, - "endOffset": 56840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 550, - "startColumn": 4, - "startOffset": 56845, - "endColumn": 65, - "endOffset": 56906 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 551, - "startColumn": 4, - "startOffset": 56911, - "endColumn": 68, - "endOffset": 56975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 552, - "startColumn": 4, - "startOffset": 56980, - "endColumn": 73, - "endOffset": 57049 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 553, - "startColumn": 4, - "startOffset": 57054, - "endColumn": 53, - "endOffset": 57103 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/dimens.xml" - } - }, - { - "to": { - "startLine": 554, - "startColumn": 4, - "startOffset": 57108, - "endColumn": 53, - "endOffset": 57157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/fonts.xml" - } - }, - { - "to": { - "startLine": 555, - "startColumn": 4, - "startOffset": 57162, - "endColumn": 66, - "endOffset": 57224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/version.xml" - } - }, - { - "to": { - "startLine": 556, - "startColumn": 4, - "startOffset": 57229, - "endColumn": 57, - "endOffset": 57282 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 557, - "startColumn": 4, - "startOffset": 57287, - "endColumn": 56, - "endOffset": 57339 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 558, - "startColumn": 4, - "startOffset": 57344, - "endColumn": 45, - "endOffset": 57385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 559, - "startColumn": 4, - "startOffset": 57390, - "endColumn": 64, - "endOffset": 57450 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 560, - "startColumn": 4, - "startOffset": 57455, - "endColumn": 44, - "endOffset": 57495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 561, - "startColumn": 4, - "startOffset": 57500, - "endColumn": 51, - "endOffset": 57547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 562, - "startColumn": 4, - "startOffset": 57552, - "endColumn": 69, - "endOffset": 57617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 563, - "startColumn": 4, - "startOffset": 57622, - "endColumn": 53, - "endOffset": 57671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 564, - "startColumn": 4, - "startOffset": 57676, - "endColumn": 56, - "endOffset": 57728 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 565, - "startColumn": 4, - "startOffset": 57733, - "endColumn": 53, - "endOffset": 57782 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/integers.xml" - } - }, - { - "to": { - "startLine": 566, - "startColumn": 4, - "startOffset": 57787, - "endColumn": 94, - "endOffset": 57877 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/layouts.xml" - } - }, - { - "to": { - "startLine": 567, - "startColumn": 4, - "startOffset": 57882, - "endColumn": 98, - "endOffset": 57976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/layouts.xml" - } - }, - { - "to": { - "startLine": 568, - "startColumn": 4, - "startOffset": 57981, - "endLine": 571, - "endColumn": 14, - "endOffset": 58345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 24, - "startColumn": 4, - "startOffset": 1078, - "endLine": 28, - "endColumn": 14, - "endOffset": 1463 - } - } - }, - { - "to": { - "startLine": 572, - "startColumn": 4, - "startOffset": 58350, - "endLine": 575, - "endColumn": 14, - "endOffset": 58774 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 30, - "startColumn": 4, - "startOffset": 1469, - "endLine": 34, - "endColumn": 14, - "endOffset": 1918 - } - } - }, - { - "to": { - "startLine": 576, - "startColumn": 4, - "startOffset": 58779, - "endLine": 579, - "endColumn": 14, - "endOffset": 59091 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 580, - "startColumn": 4, - "startOffset": 59096, - "endLine": 583, - "endColumn": 14, - "endOffset": 59406 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 49, - "startColumn": 4, - "startOffset": 2582, - "endLine": 52, - "endColumn": 14, - "endOffset": 2904 - } - } - }, - { - "to": { - "startLine": 584, - "startColumn": 4, - "startOffset": 59411, - "endLine": 587, - "endColumn": 14, - "endOffset": 59610 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 588, - "startColumn": 4, - "startOffset": 59615, - "endColumn": 49, - "endOffset": 59660 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 589, - "startColumn": 4, - "startOffset": 59665, - "endColumn": 73, - "endOffset": 59734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 590, - "startColumn": 4, - "startOffset": 59739, - "endColumn": 77, - "endOffset": 59812 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 591, - "startColumn": 4, - "startOffset": 59817, - "endColumn": 92, - "endOffset": 59905 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 592, - "startColumn": 4, - "startOffset": 59910, - "endColumn": 69, - "endOffset": 59975 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 593, - "startColumn": 4, - "startOffset": 59980, - "endColumn": 77, - "endOffset": 60053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 594, - "startColumn": 4, - "startOffset": 60058, - "endColumn": 53, - "endOffset": 60107 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 595, - "startColumn": 4, - "startOffset": 60112, - "endColumn": 69, - "endOffset": 60177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 596, - "startColumn": 4, - "startOffset": 60182, - "endColumn": 84, - "endOffset": 60262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 597, - "startColumn": 4, - "startOffset": 60267, - "endColumn": 51, - "endOffset": 60314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 598, - "startColumn": 4, - "startOffset": 60319, - "endColumn": 72, - "endOffset": 60387 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 599, - "startColumn": 4, - "startOffset": 60392, - "endColumn": 73, - "endOffset": 60461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 600, - "startColumn": 4, - "startOffset": 60466, - "endColumn": 68, - "endOffset": 60530 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 601, - "startColumn": 4, - "startOffset": 60535, - "endColumn": 74, - "endOffset": 60605 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 602, - "startColumn": 4, - "startOffset": 60610, - "endColumn": 73, - "endOffset": 60679 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 603, - "startColumn": 4, - "startOffset": 60684, - "endColumn": 73, - "endOffset": 60753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 604, - "startColumn": 4, - "startOffset": 60758, - "endColumn": 88, - "endOffset": 60842 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 605, - "startColumn": 4, - "startOffset": 60847, - "endColumn": 69, - "endOffset": 60912 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 606, - "startColumn": 4, - "startOffset": 60917, - "endLine": 610, - "endColumn": 24, - "endOffset": 61191 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 611, - "startColumn": 4, - "startOffset": 61196, - "endColumn": 65, - "endOffset": 61257 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 612, - "startColumn": 4, - "startOffset": 61262, - "endColumn": 63, - "endOffset": 61321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 613, - "startColumn": 4, - "startOffset": 61326, - "endLine": 616, - "endColumn": 13, - "endOffset": 61425 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 617, - "startColumn": 4, - "startOffset": 61430, - "endColumn": 63, - "endOffset": 61489 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 618, - "startColumn": 4, - "startOffset": 61494, - "endColumn": 56, - "endOffset": 61546 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 619, - "startColumn": 4, - "startOffset": 61551, - "endColumn": 41, - "endOffset": 61588 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 620, - "startColumn": 4, - "startOffset": 61593, - "endColumn": 51, - "endOffset": 61640 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 621, - "startColumn": 4, - "startOffset": 61645, - "endColumn": 59, - "endOffset": 61700 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 622, - "startColumn": 4, - "startOffset": 61705, - "endColumn": 87, - "endOffset": 61788 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 623, - "startColumn": 4, - "startOffset": 61793, - "endColumn": 35, - "endOffset": 61824 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 624, - "startColumn": 4, - "startOffset": 61829, - "endColumn": 53, - "endOffset": 61878 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 625, - "startColumn": 4, - "startOffset": 61883, - "endColumn": 49, - "endOffset": 61928 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 626, - "startColumn": 4, - "startOffset": 61933, - "endColumn": 49, - "endOffset": 61978 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 627, - "startColumn": 4, - "startOffset": 61983, - "endColumn": 47, - "endOffset": 62026 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 628, - "startColumn": 4, - "startOffset": 62031, - "endColumn": 47, - "endOffset": 62074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 629, - "startColumn": 4, - "startOffset": 62079, - "endColumn": 121, - "endOffset": 62196 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 630, - "startColumn": 4, - "startOffset": 62201, - "endColumn": 94, - "endOffset": 62291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 631, - "startColumn": 4, - "startOffset": 62296, - "endColumn": 48, - "endOffset": 62340 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 632, - "startColumn": 4, - "startOffset": 62345, - "endColumn": 144, - "endOffset": 62485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 633, - "startColumn": 4, - "startOffset": 62490, - "endColumn": 57, - "endOffset": 62543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 634, - "startColumn": 4, - "startOffset": 62548, - "endColumn": 55, - "endOffset": 62599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 635, - "startColumn": 4, - "startOffset": 62604, - "endColumn": 55, - "endOffset": 62655 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 636, - "startColumn": 4, - "startOffset": 62660, - "endColumn": 59, - "endOffset": 62715 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 637, - "startColumn": 4, - "startOffset": 62720, - "endLine": 639, - "endColumn": 13, - "endOffset": 62837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 640, - "startColumn": 4, - "startOffset": 62842, - "endLine": 642, - "endColumn": 13, - "endOffset": 62965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 643, - "startColumn": 4, - "startOffset": 62970, - "endColumn": 41, - "endOffset": 63007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 644, - "startColumn": 4, - "startOffset": 63012, - "endColumn": 63, - "endOffset": 63071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 645, - "startColumn": 4, - "startOffset": 63076, - "endColumn": 63, - "endOffset": 63135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 646, - "startColumn": 4, - "startOffset": 63140, - "endColumn": 137, - "endOffset": 63273 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 647, - "startColumn": 4, - "startOffset": 63278, - "endColumn": 119, - "endOffset": 63393 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 648, - "startColumn": 4, - "startOffset": 63398, - "endColumn": 108, - "endOffset": 63502 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 649, - "startColumn": 4, - "startOffset": 63507, - "endColumn": 125, - "endOffset": 63628 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 650, - "startColumn": 4, - "startOffset": 63633, - "endColumn": 155, - "endOffset": 63784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 651, - "startColumn": 4, - "startOffset": 63789, - "endColumn": 124, - "endOffset": 63909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 652, - "startColumn": 4, - "startOffset": 63914, - "endColumn": 138, - "endOffset": 64048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 653, - "startColumn": 4, - "startOffset": 64053, - "endColumn": 123, - "endOffset": 64172 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 654, - "startColumn": 4, - "startOffset": 64177, - "endColumn": 187, - "endOffset": 64360 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 655, - "startColumn": 4, - "startOffset": 64365, - "endColumn": 189, - "endOffset": 64550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 656, - "startColumn": 4, - "startOffset": 64555, - "endColumn": 122, - "endOffset": 64673 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 657, - "startColumn": 4, - "startOffset": 64678, - "endColumn": 164, - "endOffset": 64838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 658, - "startColumn": 4, - "startOffset": 64843, - "endColumn": 93, - "endOffset": 64932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 659, - "startColumn": 4, - "startOffset": 64937, - "endColumn": 136, - "endOffset": 65069 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 660, - "startColumn": 4, - "startOffset": 65074, - "endColumn": 140, - "endOffset": 65210 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 661, - "startColumn": 4, - "startOffset": 65215, - "endColumn": 89, - "endOffset": 65300 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 662, - "startColumn": 4, - "startOffset": 65305, - "endColumn": 155, - "endOffset": 65456 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 663, - "startColumn": 4, - "startOffset": 65461, - "endColumn": 147, - "endOffset": 65604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 664, - "startColumn": 4, - "startOffset": 65609, - "endColumn": 102, - "endOffset": 65707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 665, - "startColumn": 4, - "startOffset": 65712, - "endColumn": 150, - "endOffset": 65858 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 666, - "startColumn": 4, - "startOffset": 65863, - "endColumn": 91, - "endOffset": 65950 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 667, - "startColumn": 4, - "startOffset": 65955, - "endColumn": 110, - "endOffset": 66061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 668, - "startColumn": 4, - "startOffset": 66066, - "endColumn": 216, - "endOffset": 66278 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 669, - "startColumn": 4, - "startOffset": 66283, - "endColumn": 94, - "endOffset": 66373 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 670, - "startColumn": 4, - "startOffset": 66378, - "endColumn": 104, - "endOffset": 66478 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 671, - "startColumn": 4, - "startOffset": 66483, - "endColumn": 155, - "endOffset": 66634 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 672, - "startColumn": 4, - "startOffset": 66639, - "endColumn": 124, - "endOffset": 66759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 673, - "startColumn": 4, - "startOffset": 66764, - "endColumn": 62, - "endOffset": 66822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 674, - "startColumn": 4, - "startOffset": 66827, - "endColumn": 61, - "endOffset": 66884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 675, - "startColumn": 4, - "startOffset": 66889, - "endColumn": 78, - "endOffset": 66963 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 676, - "startColumn": 4, - "startOffset": 66968, - "endLine": 677, - "endColumn": 64, - "endOffset": 67171 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/values/common_strings.xml" - } - }, - { - "to": { - "startLine": 678, - "startColumn": 4, - "startOffset": 67176, - "endColumn": 91, - "endOffset": 67263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 679, - "startColumn": 4, - "startOffset": 67268, - "endColumn": 40, - "endOffset": 67304 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 680, - "startColumn": 4, - "startOffset": 67309, - "endColumn": 49, - "endOffset": 67354 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 681, - "startColumn": 4, - "startOffset": 67359, - "endColumn": 55, - "endOffset": 67410 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 682, - "startColumn": 4, - "startOffset": 67415, - "endColumn": 57, - "endOffset": 67468 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 683, - "startColumn": 4, - "startOffset": 67473, - "endColumn": 43, - "endOffset": 67512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 684, - "startColumn": 4, - "startOffset": 67517, - "endLine": 686, - "endColumn": 13, - "endOffset": 67682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 687, - "startColumn": 4, - "startOffset": 67687, - "endColumn": 51, - "endOffset": 67734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 688, - "startColumn": 4, - "startOffset": 67739, - "endColumn": 68, - "endOffset": 67803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 689, - "startColumn": 4, - "startOffset": 67808, - "endColumn": 65, - "endOffset": 67869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 690, - "startColumn": 4, - "startOffset": 67874, - "endColumn": 65, - "endOffset": 67935 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 691, - "startColumn": 4, - "startOffset": 67940, - "endColumn": 57, - "endOffset": 67993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 692, - "startColumn": 4, - "startOffset": 67998, - "endColumn": 70, - "endOffset": 68064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 693, - "startColumn": 4, - "startOffset": 68069, - "endColumn": 82, - "endOffset": 68147 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 694, - "startColumn": 4, - "startOffset": 68152, - "endColumn": 53, - "endOffset": 68201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 695, - "startColumn": 4, - "startOffset": 68206, - "endColumn": 93, - "endOffset": 68295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 696, - "startColumn": 4, - "startOffset": 68300, - "endColumn": 47, - "endOffset": 68343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 697, - "startColumn": 4, - "startOffset": 68348, - "endColumn": 73, - "endOffset": 68417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 698, - "startColumn": 4, - "startOffset": 68422, - "endColumn": 55, - "endOffset": 68473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 699, - "startColumn": 4, - "startOffset": 68478, - "endColumn": 76, - "endOffset": 68550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 700, - "startColumn": 4, - "startOffset": 68555, - "endColumn": 53, - "endOffset": 68604 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 701, - "startColumn": 4, - "startOffset": 68609, - "endColumn": 57, - "endOffset": 68662 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 702, - "startColumn": 4, - "startOffset": 68667, - "endLine": 706, - "endColumn": 13, - "endOffset": 68933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 707, - "startColumn": 4, - "startOffset": 68938, - "endColumn": 51, - "endOffset": 68985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 708, - "startColumn": 4, - "startOffset": 68990, - "endColumn": 73, - "endOffset": 69059 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 709, - "startColumn": 4, - "startOffset": 69064, - "endColumn": 64, - "endOffset": 69124 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 710, - "startColumn": 4, - "startOffset": 69129, - "endColumn": 62, - "endOffset": 69187 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 711, - "startColumn": 4, - "startOffset": 69192, - "endColumn": 78, - "endOffset": 69266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 712, - "startColumn": 4, - "startOffset": 69271, - "endColumn": 74, - "endOffset": 69341 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 713, - "startColumn": 4, - "startOffset": 69346, - "endColumn": 61, - "endOffset": 69403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 714, - "startColumn": 4, - "startOffset": 69408, - "endColumn": 68, - "endOffset": 69472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 715, - "startColumn": 4, - "startOffset": 69477, - "endColumn": 92, - "endOffset": 69565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 716, - "startColumn": 4, - "startOffset": 69570, - "endLine": 717, - "endColumn": 41, - "endOffset": 69698 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 718, - "startColumn": 4, - "startOffset": 69703, - "endColumn": 57, - "endOffset": 69756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 719, - "startColumn": 4, - "startOffset": 69761, - "endColumn": 734, - "endOffset": 70491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/legal_text.xml" - } - }, - { - "to": { - "startLine": 720, - "startColumn": 4, - "startOffset": 70496, - "endColumn": 122, - "endOffset": 70614 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 721, - "startColumn": 4, - "startOffset": 70619, - "endColumn": 120, - "endOffset": 70735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 722, - "startColumn": 4, - "startOffset": 70740, - "endLine": 728, - "endColumn": 13, - "endOffset": 71275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 729, - "startColumn": 4, - "startOffset": 71280, - "endColumn": 67, - "endOffset": 71343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 730, - "startColumn": 4, - "startOffset": 71348, - "endColumn": 78, - "endOffset": 71422 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 731, - "startColumn": 4, - "startOffset": 71427, - "endLine": 733, - "endColumn": 168, - "endOffset": 71862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 734, - "startColumn": 4, - "startOffset": 71867, - "endLine": 740, - "endColumn": 13, - "endOffset": 72353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 741, - "startColumn": 4, - "startOffset": 72358, - "endLine": 751, - "endColumn": 13, - "endOffset": 73149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 752, - "startColumn": 4, - "startOffset": 73154, - "endColumn": 282, - "endOffset": 73432 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 753, - "startColumn": 4, - "startOffset": 73437, - "endColumn": 114, - "endOffset": 73547 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 754, - "startColumn": 4, - "startOffset": 73552, - "endLine": 758, - "endColumn": 46, - "endOffset": 73833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 981, - "startColumn": 0, - "startOffset": 57710, - "endLine": 994, - "endColumn": 50, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 759, - "startColumn": 4, - "startOffset": 73838, - "endColumn": 62, - "endOffset": 73896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 760, - "startColumn": 4, - "startOffset": 73901, - "endLine": 762, - "endColumn": 13, - "endOffset": 74070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 996, - "startColumn": 0, - "startOffset": 57710, - "endLine": 998, - "endColumn": 13, - "endOffset": 57622 - } - } - }, - { - "to": { - "startLine": 763, - "startColumn": 4, - "startOffset": 74075, - "endColumn": 61, - "endOffset": 74132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/fonts.xml" - } - }, - { - "to": { - "startLine": 764, - "startColumn": 4, - "startOffset": 74137, - "endColumn": 45, - "endOffset": 74178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 765, - "startColumn": 4, - "startOffset": 74183, - "endColumn": 57, - "endOffset": 74236 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 766, - "startColumn": 4, - "startOffset": 74241, - "endColumn": 142, - "endOffset": 74379 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 767, - "startColumn": 4, - "startOffset": 74384, - "endColumn": 81, - "endOffset": 74461 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 768, - "startColumn": 4, - "startOffset": 74466, - "endColumn": 80, - "endOffset": 74542 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 365, - "startColumn": 4, - "startOffset": 18933, - "endColumn": 84, - "endOffset": 19013 - } - } - }, - { - "to": { - "startLine": 769, - "startColumn": 4, - "startOffset": 74547, - "endColumn": 41, - "endOffset": 74584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 770, - "startColumn": 4, - "startOffset": 74589, - "endColumn": 73, - "endOffset": 74658 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 771, - "startColumn": 4, - "startOffset": 74663, - "endColumn": 97, - "endOffset": 74756 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 772, - "startColumn": 4, - "startOffset": 74761, - "endColumn": 81, - "endOffset": 74838 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 773, - "startColumn": 4, - "startOffset": 74843, - "endColumn": 95, - "endOffset": 74934 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 774, - "startColumn": 4, - "startOffset": 74939, - "endColumn": 243, - "endOffset": 75178 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 775, - "startColumn": 4, - "startOffset": 75183, - "endColumn": 2047, - "endOffset": 77226 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 776, - "startColumn": 4, - "startOffset": 77231, - "endColumn": 258, - "endOffset": 77485 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 777, - "startColumn": 4, - "startOffset": 77490, - "endColumn": 103, - "endOffset": 77589 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 778, - "startColumn": 4, - "startOffset": 77594, - "endColumn": 75, - "endOffset": 77665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 779, - "startColumn": 4, - "startOffset": 77670, - "endColumn": 248, - "endOffset": 77914 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 780, - "startColumn": 4, - "startOffset": 77919, - "endColumn": 141, - "endOffset": 78056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/io_logo_paths.xml" - } - }, - { - "to": { - "startLine": 781, - "startColumn": 4, - "startOffset": 78061, - "endColumn": 56, - "endOffset": 78113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 782, - "startColumn": 4, - "startOffset": 78118, - "endColumn": 47, - "endOffset": 78161 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 783, - "startColumn": 4, - "startOffset": 78166, - "endColumn": 45, - "endOffset": 78207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 784, - "startColumn": 4, - "startOffset": 78212, - "endColumn": 44, - "endOffset": 78252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 785, - "startColumn": 4, - "startOffset": 78257, - "endColumn": 91, - "endOffset": 78344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 786, - "startColumn": 4, - "startOffset": 78349, - "endColumn": 57, - "endOffset": 78402 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 787, - "startColumn": 4, - "startOffset": 78407, - "endColumn": 73, - "endOffset": 78476 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 788, - "startColumn": 4, - "startOffset": 78481, - "endColumn": 126, - "endOffset": 78603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 789, - "startColumn": 4, - "startOffset": 78608, - "endColumn": 67, - "endOffset": 78671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 790, - "startColumn": 4, - "startOffset": 78676, - "endColumn": 69, - "endOffset": 78741 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 791, - "startColumn": 4, - "startOffset": 78746, - "endColumn": 69, - "endOffset": 78811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 792, - "startColumn": 4, - "startOffset": 78816, - "endColumn": 69, - "endOffset": 78881 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 793, - "startColumn": 4, - "startOffset": 78886, - "endColumn": 76, - "endOffset": 78958 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 794, - "startColumn": 4, - "startOffset": 78963, - "endColumn": 75, - "endOffset": 79034 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 795, - "startColumn": 4, - "startOffset": 79039, - "endColumn": 99, - "endOffset": 79134 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 796, - "startColumn": 4, - "startOffset": 79139, - "endColumn": 80, - "endOffset": 79215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 797, - "startColumn": 4, - "startOffset": 79220, - "endColumn": 74, - "endOffset": 79290 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 798, - "startColumn": 4, - "startOffset": 79295, - "endColumn": 71, - "endOffset": 79362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/maps_api_key.xml" - } - }, - { - "to": { - "startLine": 799, - "startColumn": 4, - "startOffset": 79367, - "endColumn": 61, - "endOffset": 79424 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 800, - "startColumn": 4, - "startOffset": 79429, - "endColumn": 50, - "endOffset": 79475 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 801, - "startColumn": 4, - "startOffset": 79480, - "endColumn": 79, - "endOffset": 79555 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 802, - "startColumn": 4, - "startOffset": 79560, - "endColumn": 124, - "endOffset": 79680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 442, - "startColumn": 4, - "startOffset": 22946, - "endColumn": 128, - "endOffset": 23070 - } - } - }, - { - "to": { - "startLine": 803, - "startColumn": 4, - "startOffset": 79685, - "endColumn": 55, - "endOffset": 79736 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 804, - "startColumn": 4, - "startOffset": 79741, - "endColumn": 113, - "endOffset": 79850 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 457, - "startColumn": 4, - "startOffset": 23810, - "endColumn": 117, - "endOffset": 23923 - } - } - }, - { - "to": { - "startLine": 805, - "startColumn": 4, - "startOffset": 79855, - "endColumn": 75, - "endOffset": 79926 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 806, - "startColumn": 4, - "startOffset": 79931, - "endColumn": 113, - "endOffset": 80040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 451, - "startColumn": 4, - "startOffset": 23478, - "endColumn": 117, - "endOffset": 23591 - } - } - }, - { - "to": { - "startLine": 807, - "startColumn": 4, - "startOffset": 80045, - "endColumn": 69, - "endOffset": 80110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 808, - "startColumn": 4, - "startOffset": 80115, - "endLine": 809, - "endColumn": 44, - "endOffset": 80248 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 810, - "startColumn": 4, - "startOffset": 80253, - "endColumn": 54, - "endOffset": 80303 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 811, - "startColumn": 4, - "startOffset": 80308, - "endColumn": 58, - "endOffset": 80362 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 812, - "startColumn": 4, - "startOffset": 80367, - "endColumn": 75, - "endOffset": 80438 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 813, - "startColumn": 4, - "startOffset": 80443, - "endColumn": 62, - "endOffset": 80501 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 814, - "startColumn": 4, - "startOffset": 80506, - "endColumn": 50, - "endOffset": 80552 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 815, - "startColumn": 4, - "startOffset": 80557, - "endColumn": 66, - "endOffset": 80619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 816, - "startColumn": 4, - "startOffset": 80624, - "endColumn": 60, - "endOffset": 80680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 817, - "startColumn": 4, - "startOffset": 80685, - "endColumn": 58, - "endOffset": 80739 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 818, - "startColumn": 4, - "startOffset": 80744, - "endColumn": 56, - "endOffset": 80796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 819, - "startColumn": 4, - "startOffset": 80801, - "endColumn": 63, - "endOffset": 80860 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 820, - "startColumn": 4, - "startOffset": 80865, - "endColumn": 76, - "endOffset": 80937 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 821, - "startColumn": 4, - "startOffset": 80942, - "endColumn": 93, - "endOffset": 81031 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 822, - "startColumn": 4, - "startOffset": 81036, - "endColumn": 91, - "endOffset": 81123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 823, - "startColumn": 4, - "startOffset": 81128, - "endColumn": 89, - "endOffset": 81213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 824, - "startColumn": 4, - "startOffset": 81218, - "endLine": 825, - "endColumn": 73, - "endOffset": 81382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 826, - "startColumn": 4, - "startOffset": 81387, - "endLine": 827, - "endColumn": 36, - "endOffset": 81504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 828, - "startColumn": 4, - "startOffset": 81509, - "endColumn": 57, - "endOffset": 81562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 829, - "startColumn": 4, - "startOffset": 81567, - "endColumn": 61, - "endOffset": 81624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 830, - "startColumn": 4, - "startOffset": 81629, - "endColumn": 61, - "endOffset": 81686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 831, - "startColumn": 4, - "startOffset": 81691, - "endColumn": 53, - "endOffset": 81740 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 832, - "startColumn": 4, - "startOffset": 81745, - "endColumn": 68, - "endOffset": 81809 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 833, - "startColumn": 4, - "startOffset": 81814, - "endColumn": 63, - "endOffset": 81873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 834, - "startColumn": 4, - "startOffset": 81878, - "endColumn": 59, - "endOffset": 81933 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 835, - "startColumn": 4, - "startOffset": 81938, - "endColumn": 59, - "endOffset": 81993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/navview_values.xml" - } - }, - { - "to": { - "startLine": 836, - "startColumn": 4, - "startOffset": 81998, - "endColumn": 82, - "endOffset": 82076 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 518, - "startColumn": 4, - "startOffset": 26962, - "endColumn": 86, - "endOffset": 27044 - } - } - }, - { - "to": { - "startLine": 837, - "startColumn": 4, - "startOffset": 82081, - "endColumn": 99, - "endOffset": 82176 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 838, - "startColumn": 4, - "startOffset": 82181, - "endColumn": 70, - "endOffset": 82247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 839, - "startColumn": 4, - "startOffset": 82252, - "endColumn": 101, - "endOffset": 82349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 840, - "startColumn": 4, - "startOffset": 82354, - "endColumn": 66, - "endOffset": 82416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 841, - "startColumn": 4, - "startOffset": 82421, - "endColumn": 48, - "endOffset": 82465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 842, - "startColumn": 4, - "startOffset": 82470, - "endColumn": 43, - "endOffset": 82509 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 843, - "startColumn": 4, - "startOffset": 82514, - "endColumn": 38, - "endOffset": 82548 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 844, - "startColumn": 4, - "startOffset": 82553, - "endColumn": 38, - "endOffset": 82587 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 845, - "startColumn": 4, - "startOffset": 82592, - "endColumn": 38, - "endOffset": 82626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 846, - "startColumn": 4, - "startOffset": 82631, - "endColumn": 38, - "endOffset": 82665 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 847, - "startColumn": 4, - "startOffset": 82670, - "endColumn": 38, - "endOffset": 82704 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 848, - "startColumn": 4, - "startOffset": 82709, - "endColumn": 33, - "endOffset": 82738 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 849, - "startColumn": 4, - "startOffset": 82743, - "endColumn": 41, - "endOffset": 82780 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 850, - "startColumn": 4, - "startOffset": 82785, - "endColumn": 72, - "endOffset": 82853 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 851, - "startColumn": 4, - "startOffset": 82858, - "endColumn": 86, - "endOffset": 82940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 852, - "startColumn": 4, - "startOffset": 82945, - "endColumn": 86, - "endOffset": 83027 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 853, - "startColumn": 4, - "startOffset": 83032, - "endColumn": 154, - "endOffset": 83182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 854, - "startColumn": 4, - "startOffset": 83187, - "endLine": 855, - "endColumn": 524, - "endOffset": 83822 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 856, - "startColumn": 4, - "startOffset": 83827, - "endColumn": 101, - "endOffset": 83924 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 857, - "startColumn": 4, - "startOffset": 83929, - "endColumn": 97, - "endOffset": 84022 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 858, - "startColumn": 4, - "startOffset": 84027, - "endColumn": 97, - "endOffset": 84120 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 859, - "startColumn": 4, - "startOffset": 84125, - "endColumn": 82, - "endOffset": 84203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 860, - "startColumn": 4, - "startOffset": 84208, - "endColumn": 77, - "endOffset": 84281 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 861, - "startColumn": 4, - "startOffset": 84286, - "endColumn": 88, - "endOffset": 84370 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 862, - "startColumn": 4, - "startOffset": 84375, - "endColumn": 87, - "endOffset": 84458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 863, - "startColumn": 4, - "startOffset": 84463, - "endColumn": 99, - "endOffset": 84558 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 864, - "startColumn": 4, - "startOffset": 84563, - "endLine": 865, - "endColumn": 585, - "endOffset": 85252 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 866, - "startColumn": 4, - "startOffset": 85257, - "endLine": 867, - "endColumn": 51, - "endOffset": 85420 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/debug/res/values/placeholder_strings.xml" - } - }, - { - "to": { - "startLine": 868, - "startColumn": 4, - "startOffset": 85425, - "endColumn": 76, - "endOffset": 85497 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 869, - "startColumn": 4, - "startOffset": 85502, - "endLine": 870, - "endColumn": 23, - "endOffset": 85617 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 871, - "startColumn": 4, - "startOffset": 85622, - "endColumn": 88, - "endOffset": 85706 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 872, - "startColumn": 4, - "startOffset": 85711, - "endColumn": 160, - "endOffset": 85867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 873, - "startColumn": 4, - "startOffset": 85872, - "endColumn": 76, - "endOffset": 85944 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 874, - "startColumn": 4, - "startOffset": 85949, - "endColumn": 376, - "endOffset": 86321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 875, - "startColumn": 4, - "startOffset": 86326, - "endColumn": 90, - "endOffset": 86412 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 876, - "startColumn": 4, - "startOffset": 86417, - "endColumn": 116, - "endOffset": 86529 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 877, - "startColumn": 4, - "startOffset": 86534, - "endColumn": 67, - "endOffset": 86597 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 878, - "startColumn": 4, - "startOffset": 86602, - "endColumn": 137, - "endOffset": 86735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 879, - "startColumn": 4, - "startOffset": 86740, - "endColumn": 81, - "endOffset": 86817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 880, - "startColumn": 4, - "startOffset": 86822, - "endColumn": 139, - "endOffset": 86957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 881, - "startColumn": 4, - "startOffset": 86962, - "endColumn": 90, - "endOffset": 87048 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 882, - "startColumn": 4, - "startOffset": 87053, - "endColumn": 116, - "endOffset": 87165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 883, - "startColumn": 4, - "startOffset": 87170, - "endColumn": 83, - "endOffset": 87249 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 884, - "startColumn": 4, - "startOffset": 87254, - "endColumn": 127, - "endOffset": 87377 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 885, - "startColumn": 4, - "startOffset": 87382, - "endColumn": 118, - "endOffset": 87496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 886, - "startColumn": 4, - "startOffset": 87501, - "endLine": 889, - "endColumn": 51, - "endOffset": 87691 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 890, - "startColumn": 4, - "startOffset": 87696, - "endColumn": 57, - "endOffset": 87749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 891, - "startColumn": 4, - "startOffset": 87754, - "endColumn": 60, - "endOffset": 87810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 892, - "startColumn": 4, - "startOffset": 87815, - "endColumn": 98, - "endOffset": 87909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 893, - "startColumn": 4, - "startOffset": 87914, - "endColumn": 39, - "endOffset": 87949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 894, - "startColumn": 4, - "startOffset": 87954, - "endColumn": 70, - "endOffset": 88020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 895, - "startColumn": 4, - "startOffset": 88025, - "endColumn": 81, - "endOffset": 88102 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 651, - "startColumn": 4, - "startOffset": 37330, - "endColumn": 85, - "endOffset": 37410 - } - } - }, - { - "to": { - "startLine": 896, - "startColumn": 4, - "startOffset": 88107, - "endLine": 898, - "endColumn": 13, - "endOffset": 88235 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 654, - "startColumn": 4, - "startOffset": 37594, - "endLine": 656, - "endColumn": 13, - "endOffset": 37817 - } - } - }, - { - "to": { - "startLine": 899, - "startColumn": 4, - "startOffset": 88240, - "endColumn": 55, - "endOffset": 88291 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 900, - "startColumn": 4, - "startOffset": 88296, - "endColumn": 56, - "endOffset": 88348 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 901, - "startColumn": 4, - "startOffset": 88353, - "endColumn": 81, - "endOffset": 88430 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 902, - "startColumn": 4, - "startOffset": 88435, - "endColumn": 93, - "endOffset": 88524 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 903, - "startColumn": 4, - "startOffset": 88529, - "endColumn": 99, - "endOffset": 88624 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 904, - "startColumn": 4, - "startOffset": 88629, - "endColumn": 141, - "endOffset": 88766 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 905, - "startColumn": 4, - "startOffset": 88771, - "endColumn": 66, - "endOffset": 88833 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 906, - "startColumn": 4, - "startOffset": 88838, - "endColumn": 60, - "endOffset": 88894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 907, - "startColumn": 4, - "startOffset": 88899, - "endColumn": 60, - "endOffset": 88955 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 908, - "startColumn": 4, - "startOffset": 88960, - "endColumn": 110, - "endOffset": 89066 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 909, - "startColumn": 4, - "startOffset": 89071, - "endColumn": 122, - "endOffset": 89189 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 910, - "startColumn": 4, - "startOffset": 89194, - "endColumn": 73, - "endOffset": 89263 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 911, - "startColumn": 4, - "startOffset": 89268, - "endColumn": 55, - "endOffset": 89319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 912, - "startColumn": 4, - "startOffset": 89324, - "endColumn": 75, - "endOffset": 89395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 913, - "startColumn": 4, - "startOffset": 89400, - "endColumn": 74, - "endOffset": 89470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 914, - "startColumn": 4, - "startOffset": 89475, - "endColumn": 67, - "endOffset": 89538 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 915, - "startColumn": 4, - "startOffset": 89543, - "endColumn": 88, - "endOffset": 89627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 916, - "startColumn": 4, - "startOffset": 89632, - "endColumn": 89, - "endOffset": 89717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 917, - "startColumn": 4, - "startOffset": 89722, - "endColumn": 124, - "endOffset": 89842 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 918, - "startColumn": 4, - "startOffset": 89847, - "endColumn": 80, - "endOffset": 89923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 919, - "startColumn": 4, - "startOffset": 89928, - "endColumn": 68, - "endOffset": 89992 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 920, - "startColumn": 4, - "startOffset": 89997, - "endColumn": 54, - "endOffset": 90047 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 921, - "startColumn": 4, - "startOffset": 90052, - "endColumn": 117, - "endOffset": 90165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 922, - "startColumn": 4, - "startOffset": 90170, - "endColumn": 105, - "endOffset": 90271 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 923, - "startColumn": 4, - "startOffset": 90276, - "endColumn": 77, - "endOffset": 90349 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 924, - "startColumn": 4, - "startOffset": 90354, - "endColumn": 71, - "endOffset": 90421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 925, - "startColumn": 4, - "startOffset": 90426, - "endColumn": 129, - "endOffset": 90551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 926, - "startColumn": 4, - "startOffset": 90556, - "endColumn": 60, - "endOffset": 90612 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 927, - "startColumn": 4, - "startOffset": 90617, - "endColumn": 50, - "endOffset": 90663 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 928, - "startColumn": 4, - "startOffset": 90668, - "endColumn": 112, - "endOffset": 90776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 929, - "startColumn": 4, - "startOffset": 90781, - "endColumn": 90, - "endOffset": 90867 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 930, - "startColumn": 4, - "startOffset": 90872, - "endColumn": 62, - "endOffset": 90930 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 931, - "startColumn": 4, - "startOffset": 90935, - "endColumn": 60, - "endOffset": 90991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 932, - "startColumn": 4, - "startOffset": 90996, - "endColumn": 61, - "endOffset": 91053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 933, - "startColumn": 4, - "startOffset": 91058, - "endColumn": 51, - "endOffset": 91105 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 934, - "startColumn": 4, - "startOffset": 91110, - "endColumn": 62, - "endOffset": 91168 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 935, - "startColumn": 4, - "startOffset": 91173, - "endColumn": 46, - "endOffset": 91215 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 936, - "startColumn": 4, - "startOffset": 91220, - "endColumn": 141, - "endOffset": 91357 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 937, - "startColumn": 4, - "startOffset": 91362, - "endColumn": 63, - "endOffset": 91421 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 938, - "startColumn": 4, - "startOffset": 91426, - "endColumn": 58, - "endOffset": 91480 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 939, - "startColumn": 4, - "startOffset": 91485, - "endColumn": 64, - "endOffset": 91545 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 940, - "startColumn": 4, - "startOffset": 91550, - "endColumn": 122, - "endOffset": 91668 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 941, - "startColumn": 4, - "startOffset": 91673, - "endColumn": 135, - "endOffset": 91804 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 942, - "startColumn": 4, - "startOffset": 91809, - "endColumn": 56, - "endOffset": 91861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 943, - "startColumn": 4, - "startOffset": 91866, - "endColumn": 70, - "endOffset": 91932 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 944, - "startColumn": 4, - "startOffset": 91937, - "endColumn": 64, - "endOffset": 91997 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 945, - "startColumn": 4, - "startOffset": 92002, - "endColumn": 112, - "endOffset": 92110 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 803, - "startColumn": 4, - "startOffset": 50216, - "endColumn": 116, - "endOffset": 50327 - } - } - }, - { - "to": { - "startLine": 946, - "startColumn": 4, - "startOffset": 92115, - "endColumn": 43, - "endOffset": 92154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 947, - "startColumn": 4, - "startOffset": 92159, - "endColumn": 69, - "endOffset": 92224 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 948, - "startColumn": 4, - "startOffset": 92229, - "endColumn": 49, - "endOffset": 92274 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 949, - "startColumn": 4, - "startOffset": 92279, - "endColumn": 61, - "endOffset": 92336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 950, - "startColumn": 4, - "startOffset": 92341, - "endColumn": 53, - "endOffset": 92390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 951, - "startColumn": 4, - "startOffset": 92395, - "endColumn": 107, - "endOffset": 92498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 815, - "startColumn": 4, - "startOffset": 51230, - "endColumn": 115, - "endOffset": 51340 - } - } - }, - { - "to": { - "startLine": 952, - "startColumn": 4, - "startOffset": 92503, - "endColumn": 80, - "endOffset": 92579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 818, - "startColumn": 4, - "startOffset": 51546, - "endColumn": 84, - "endOffset": 51625 - } - } - }, - { - "to": { - "startLine": 953, - "startColumn": 4, - "startOffset": 92584, - "endColumn": 47, - "endOffset": 92627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 954, - "startColumn": 4, - "startOffset": 92632, - "endColumn": 57, - "endOffset": 92685 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 955, - "startColumn": 4, - "startOffset": 92690, - "endColumn": 47, - "endOffset": 92733 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 956, - "startColumn": 4, - "startOffset": 92738, - "endColumn": 176, - "endOffset": 92910 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 824, - "startColumn": 8, - "startOffset": 52066, - "endColumn": 188, - "endOffset": 52246 - } - } - }, - { - "to": { - "startLine": 957, - "startColumn": 4, - "startOffset": 92915, - "endColumn": 153, - "endOffset": 93064 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 826, - "startColumn": 4, - "startOffset": 52368, - "endLine": 827, - "endColumn": 165, - "endOffset": 52619 - } - } - }, - { - "to": { - "startLine": 958, - "startColumn": 4, - "startOffset": 93069, - "endColumn": 92, - "endOffset": 93157 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 829, - "startColumn": 4, - "startOffset": 52750, - "endLine": 830, - "endColumn": 96, - "endOffset": 52892 - } - } - }, - { - "to": { - "startLine": 959, - "startColumn": 4, - "startOffset": 93162, - "endColumn": 73, - "endOffset": 93231 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 960, - "startColumn": 4, - "startOffset": 93236, - "endLine": 962, - "endColumn": 13, - "endOffset": 93355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 963, - "startColumn": 4, - "startOffset": 93360, - "endLine": 965, - "endColumn": 13, - "endOffset": 93477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 966, - "startColumn": 4, - "startOffset": 93482, - "endColumn": 84, - "endOffset": 93562 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 967, - "startColumn": 4, - "startOffset": 93567, - "endColumn": 104, - "endOffset": 93667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 968, - "startColumn": 4, - "startOffset": 93672, - "endColumn": 97, - "endOffset": 93765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 969, - "startColumn": 4, - "startOffset": 93770, - "endLine": 971, - "endColumn": 13, - "endOffset": 93887 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 972, - "startColumn": 4, - "startOffset": 93892, - "endLine": 974, - "endColumn": 13, - "endOffset": 94007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 975, - "startColumn": 4, - "startOffset": 94012, - "endColumn": 71, - "endOffset": 94079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 976, - "startColumn": 4, - "startOffset": 94084, - "endLine": 978, - "endColumn": 13, - "endOffset": 94201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 979, - "startColumn": 4, - "startOffset": 94206, - "endLine": 981, - "endColumn": 13, - "endOffset": 94321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 982, - "startColumn": 4, - "startOffset": 94326, - "endColumn": 81, - "endOffset": 94403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 983, - "startColumn": 4, - "startOffset": 94408, - "endColumn": 102, - "endOffset": 94506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 984, - "startColumn": 4, - "startOffset": 94511, - "endColumn": 108, - "endOffset": 94615 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 836, - "startColumn": 37, - "startOffset": 53430, - "endLine": 838, - "endColumn": 112, - "endOffset": 53639 - } - } - }, - { - "to": { - "startLine": 985, - "startColumn": 4, - "startOffset": 94620, - "endColumn": 76, - "endOffset": 94692 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 986, - "startColumn": 4, - "startOffset": 94697, - "endColumn": 70, - "endOffset": 94763 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 987, - "startColumn": 4, - "startOffset": 94768, - "endColumn": 55, - "endOffset": 94819 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 988, - "startColumn": 4, - "startOffset": 94824, - "endColumn": 53, - "endOffset": 94873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 989, - "startColumn": 4, - "startOffset": 94878, - "endColumn": 51, - "endOffset": 94925 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 990, - "startColumn": 4, - "startOffset": 94930, - "endColumn": 69, - "endOffset": 94995 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 991, - "startColumn": 4, - "startOffset": 95000, - "endColumn": 67, - "endOffset": 95063 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 992, - "startColumn": 4, - "startOffset": 95068, - "endColumn": 59, - "endOffset": 95123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 993, - "startColumn": 4, - "startOffset": 95128, - "endColumn": 56, - "endOffset": 95180 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 994, - "startColumn": 4, - "startOffset": 95185, - "endColumn": 41, - "endOffset": 95222 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 995, - "startColumn": 4, - "startOffset": 95227, - "endColumn": 121, - "endOffset": 95344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 842, - "startColumn": 30, - "startOffset": 53992, - "endLine": 844, - "endColumn": 125, - "endOffset": 54217 - } - } - }, - { - "to": { - "startLine": 996, - "startColumn": 4, - "startOffset": 95349, - "endColumn": 113, - "endOffset": 95458 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 997, - "startColumn": 4, - "startOffset": 95463, - "endColumn": 75, - "endOffset": 95534 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 998, - "startColumn": 4, - "startOffset": 95539, - "endColumn": 96, - "endOffset": 95631 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 999, - "startColumn": 4, - "startOffset": 95636, - "endColumn": 132, - "endOffset": 95764 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 856, - "startColumn": 4, - "startOffset": 55313, - "endColumn": 136, - "endOffset": 55444 - } - } - }, - { - "to": { - "startLine": 1000, - "startColumn": 4, - "startOffset": 95769, - "endColumn": 98, - "endOffset": 95863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 860, - "startColumn": 4, - "startOffset": 55655, - "endColumn": 102, - "endOffset": 55752 - } - } - }, - { - "to": { - "startLine": 1001, - "startColumn": 4, - "startOffset": 95868, - "endColumn": 45, - "endOffset": 95909 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1002, - "startColumn": 4, - "startOffset": 95914, - "endColumn": 80, - "endOffset": 95990 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1003, - "startColumn": 4, - "startOffset": 95995, - "endColumn": 99, - "endOffset": 96090 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1004, - "startColumn": 4, - "startOffset": 96095, - "endColumn": 60, - "endOffset": 96151 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1005, - "startColumn": 4, - "startOffset": 96156, - "endColumn": 49, - "endOffset": 96201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1006, - "startColumn": 4, - "startOffset": 96206, - "endColumn": 64, - "endOffset": 96266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1007, - "startColumn": 4, - "startOffset": 96271, - "endColumn": 41, - "endOffset": 96308 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1008, - "startColumn": 4, - "startOffset": 96313, - "endColumn": 57, - "endOffset": 96366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1009, - "startColumn": 4, - "startOffset": 96371, - "endColumn": 59, - "endOffset": 96426 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1010, - "startColumn": 4, - "startOffset": 96431, - "endColumn": 68, - "endOffset": 96495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1011, - "startColumn": 4, - "startOffset": 96500, - "endColumn": 47, - "endOffset": 96543 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1012, - "startColumn": 4, - "startOffset": 96548, - "endColumn": 68, - "endOffset": 96612 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1013, - "startColumn": 4, - "startOffset": 96617, - "endColumn": 67, - "endOffset": 96680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1014, - "startColumn": 4, - "startOffset": 96685, - "endColumn": 51, - "endOffset": 96732 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1015, - "startColumn": 4, - "startOffset": 96737, - "endColumn": 51, - "endOffset": 96784 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1016, - "startColumn": 4, - "startOffset": 96789, - "endColumn": 106, - "endOffset": 96891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 949, - "startColumn": 0, - "startOffset": 57710, - "endLine": 950, - "endColumn": 110, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 1017, - "startColumn": 4, - "startOffset": 96896, - "endColumn": 54, - "endOffset": 96946 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1018, - "startColumn": 4, - "startOffset": 96951, - "endColumn": 61, - "endOffset": 97008 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1019, - "startColumn": 4, - "startOffset": 97013, - "endColumn": 145, - "endOffset": 97154 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 954, - "startColumn": 4, - "startOffset": 57655, - "endLine": 958, - "endColumn": 153, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 1020, - "startColumn": 4, - "startOffset": 97159, - "endColumn": 98, - "endOffset": 97253 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 953, - "startColumn": 0, - "startOffset": 57710, - "endLine": 954, - "endColumn": 102, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 1021, - "startColumn": 4, - "startOffset": 97258, - "endColumn": 60, - "endOffset": 97314 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1022, - "startColumn": 4, - "startOffset": 97319, - "endColumn": 41, - "endOffset": 97356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1023, - "startColumn": 4, - "startOffset": 97361, - "endColumn": 39, - "endOffset": 97396 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1024, - "startColumn": 4, - "startOffset": 97401, - "endColumn": 84, - "endOffset": 97481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1025, - "startColumn": 4, - "startOffset": 97486, - "endColumn": 59, - "endOffset": 97541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1026, - "startColumn": 4, - "startOffset": 97546, - "endColumn": 49, - "endOffset": 97591 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1027, - "startColumn": 4, - "startOffset": 97596, - "endColumn": 115, - "endOffset": 97707 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1028, - "startColumn": 4, - "startOffset": 97712, - "endColumn": 109, - "endOffset": 97817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1029, - "startColumn": 4, - "startOffset": 97822, - "endColumn": 48, - "endOffset": 97866 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1030, - "startColumn": 4, - "startOffset": 97871, - "endColumn": 84, - "endOffset": 97951 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/generated/res/resValues/debug/values/generated.xml" - } - }, - { - "to": { - "startLine": 1031, - "startColumn": 4, - "startOffset": 97956, - "endColumn": 53, - "endOffset": 98005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1032, - "startColumn": 4, - "startOffset": 98010, - "endColumn": 66, - "endOffset": 98072 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1033, - "startColumn": 4, - "startOffset": 98077, - "endColumn": 121, - "endOffset": 98194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 932, - "startColumn": 4, - "startOffset": 57655, - "endLine": 936, - "endColumn": 121, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 1034, - "startColumn": 4, - "startOffset": 98199, - "endColumn": 1033, - "endOffset": 99228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/conduct_text.xml" - } - }, - { - "to": { - "startLine": 1035, - "startColumn": 4, - "startOffset": 99233, - "endColumn": 81, - "endOffset": 99310 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1036, - "startColumn": 4, - "startOffset": 99315, - "endColumn": 49, - "endOffset": 99360 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1037, - "startColumn": 4, - "startOffset": 99365, - "endColumn": 55, - "endOffset": 99416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1038, - "startColumn": 4, - "startOffset": 99421, - "endColumn": 87, - "endOffset": 99504 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1039, - "startColumn": 4, - "startOffset": 99509, - "endColumn": 68, - "endOffset": 99573 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1040, - "startColumn": 4, - "startOffset": 99578, - "endColumn": 160, - "endOffset": 99734 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1041, - "startColumn": 4, - "startOffset": 99739, - "endColumn": 85, - "endOffset": 99820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml", - "position": { - "startLine": 922, - "startColumn": 47, - "startOffset": 57698, - "endLine": 925, - "endColumn": 85, - "endOffset": 57723 - } - } - }, - { - "to": { - "startLine": 1042, - "startColumn": 4, - "startOffset": 99825, - "endColumn": 73, - "endOffset": 99894 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1043, - "startColumn": 4, - "startOffset": 99899, - "endColumn": 74, - "endOffset": 99969 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1044, - "startColumn": 4, - "startOffset": 99974, - "endColumn": 97, - "endOffset": 100067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1045, - "startColumn": 4, - "startOffset": 100072, - "endColumn": 58, - "endOffset": 100126 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/strings.xml" - } - }, - { - "to": { - "startLine": 1046, - "startColumn": 4, - "startOffset": 100131, - "endLine": 1054, - "endColumn": 12, - "endOffset": 100661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1055, - "startColumn": 4, - "startOffset": 100666, - "endLine": 1057, - "endColumn": 12, - "endOffset": 100790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1058, - "startColumn": 4, - "startOffset": 100795, - "endColumn": 84, - "endOffset": 100875 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1059, - "startColumn": 4, - "startOffset": 100880, - "endLine": 1062, - "endColumn": 12, - "endOffset": 101129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1063, - "startColumn": 4, - "startOffset": 101134, - "endColumn": 77, - "endOffset": 101207 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1064, - "startColumn": 4, - "startOffset": 101212, - "endColumn": 89, - "endOffset": 101297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1065, - "startColumn": 4, - "startOffset": 101302, - "endColumn": 87, - "endOffset": 101385 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1066, - "startColumn": 4, - "startOffset": 101390, - "endColumn": 95, - "endOffset": 101481 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1067, - "startColumn": 4, - "startOffset": 101486, - "endLine": 1073, - "endColumn": 12, - "endOffset": 101982 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1074, - "startColumn": 4, - "startOffset": 101987, - "endColumn": 88, - "endOffset": 102071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1075, - "startColumn": 4, - "startOffset": 102076, - "endLine": 1078, - "endColumn": 12, - "endOffset": 102318 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1079, - "startColumn": 4, - "startOffset": 102323, - "endLine": 1082, - "endColumn": 12, - "endOffset": 102599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1083, - "startColumn": 4, - "startOffset": 102604, - "endLine": 1087, - "endColumn": 12, - "endOffset": 102884 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1088, - "startColumn": 4, - "startOffset": 102889, - "endLine": 1093, - "endColumn": 12, - "endOffset": 103277 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1094, - "startColumn": 4, - "startOffset": 103282, - "endLine": 1100, - "endColumn": 12, - "endOffset": 103754 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1101, - "startColumn": 4, - "startOffset": 103759, - "endLine": 1104, - "endColumn": 12, - "endOffset": 103976 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1105, - "startColumn": 4, - "startOffset": 103981, - "endLine": 1108, - "endColumn": 12, - "endOffset": 104198 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1109, - "startColumn": 4, - "startOffset": 104203, - "endLine": 1113, - "endColumn": 12, - "endOffset": 104466 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1114, - "startColumn": 4, - "startOffset": 104471, - "endLine": 1117, - "endColumn": 12, - "endOffset": 104693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1118, - "startColumn": 4, - "startOffset": 104698, - "endLine": 1121, - "endColumn": 12, - "endOffset": 104923 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1122, - "startColumn": 4, - "startOffset": 104928, - "endLine": 1125, - "endColumn": 12, - "endOffset": 105153 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1126, - "startColumn": 4, - "startOffset": 105158, - "endLine": 1129, - "endColumn": 12, - "endOffset": 105383 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1130, - "startColumn": 4, - "startOffset": 105388, - "endLine": 1133, - "endColumn": 12, - "endOffset": 105613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1134, - "startColumn": 4, - "startOffset": 105618, - "endLine": 1137, - "endColumn": 12, - "endOffset": 105840 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1138, - "startColumn": 4, - "startOffset": 105845, - "endLine": 1141, - "endColumn": 12, - "endOffset": 106079 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1142, - "startColumn": 4, - "startOffset": 106084, - "endLine": 1145, - "endColumn": 12, - "endOffset": 106305 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1146, - "startColumn": 4, - "startOffset": 106310, - "endLine": 1149, - "endColumn": 12, - "endOffset": 106550 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1150, - "startColumn": 4, - "startOffset": 106555, - "endLine": 1151, - "endColumn": 12, - "endOffset": 106680 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1152, - "startColumn": 4, - "startOffset": 106685, - "endLine": 1153, - "endColumn": 12, - "endOffset": 106810 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1154, - "startColumn": 4, - "startOffset": 106815, - "endLine": 1157, - "endColumn": 12, - "endOffset": 107040 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1158, - "startColumn": 4, - "startOffset": 107045, - "endLine": 1161, - "endColumn": 12, - "endOffset": 107288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1162, - "startColumn": 4, - "startOffset": 107293, - "endLine": 1165, - "endColumn": 12, - "endOffset": 107507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1166, - "startColumn": 4, - "startOffset": 107512, - "endLine": 1170, - "endColumn": 12, - "endOffset": 107790 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1171, - "startColumn": 4, - "startOffset": 107795, - "endLine": 1174, - "endColumn": 12, - "endOffset": 107998 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1175, - "startColumn": 4, - "startOffset": 108003, - "endLine": 1177, - "endColumn": 12, - "endOffset": 108129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1178, - "startColumn": 4, - "startOffset": 108134, - "endLine": 1181, - "endColumn": 12, - "endOffset": 108356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1182, - "startColumn": 4, - "startOffset": 108361, - "endLine": 1185, - "endColumn": 12, - "endOffset": 108602 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1186, - "startColumn": 4, - "startOffset": 108607, - "endLine": 1189, - "endColumn": 12, - "endOffset": 108827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1190, - "startColumn": 4, - "startOffset": 108832, - "endLine": 1193, - "endColumn": 12, - "endOffset": 109074 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1194, - "startColumn": 4, - "startOffset": 109079, - "endLine": 1197, - "endColumn": 12, - "endOffset": 109295 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1198, - "startColumn": 4, - "startOffset": 109300, - "endLine": 1201, - "endColumn": 12, - "endOffset": 109540 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1202, - "startColumn": 4, - "startOffset": 109545, - "endLine": 1205, - "endColumn": 12, - "endOffset": 109814 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1206, - "startColumn": 4, - "startOffset": 109819, - "endLine": 1209, - "endColumn": 12, - "endOffset": 110115 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1210, - "startColumn": 4, - "startOffset": 110120, - "endLine": 1213, - "endColumn": 12, - "endOffset": 110439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1214, - "startColumn": 4, - "startOffset": 110444, - "endLine": 1217, - "endColumn": 12, - "endOffset": 110730 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1218, - "startColumn": 4, - "startOffset": 110735, - "endLine": 1221, - "endColumn": 12, - "endOffset": 111044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1222, - "startColumn": 4, - "startOffset": 111049, - "endColumn": 136, - "endOffset": 111181 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1223, - "startColumn": 4, - "startOffset": 111186, - "endColumn": 130, - "endOffset": 111312 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1224, - "startColumn": 4, - "startOffset": 111317, - "endColumn": 104, - "endOffset": 111417 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1225, - "startColumn": 4, - "startOffset": 111422, - "endLine": 1227, - "endColumn": 12, - "endOffset": 111621 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1228, - "startColumn": 4, - "startOffset": 111626, - "endLine": 1230, - "endColumn": 12, - "endOffset": 111829 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1231, - "startColumn": 4, - "startOffset": 111834, - "endLine": 1232, - "endColumn": 12, - "endOffset": 111953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1233, - "startColumn": 4, - "startOffset": 111958, - "endLine": 1234, - "endColumn": 12, - "endOffset": 112077 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1235, - "startColumn": 4, - "startOffset": 112082, - "endColumn": 104, - "endOffset": 112182 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1236, - "startColumn": 4, - "startOffset": 112187, - "endColumn": 116, - "endOffset": 112299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1237, - "startColumn": 4, - "startOffset": 112304, - "endLine": 1239, - "endColumn": 12, - "endOffset": 112513 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1240, - "startColumn": 4, - "startOffset": 112518, - "endLine": 1241, - "endColumn": 12, - "endOffset": 112659 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1242, - "startColumn": 4, - "startOffset": 112664, - "endLine": 1243, - "endColumn": 12, - "endOffset": 112799 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1244, - "startColumn": 4, - "startOffset": 112804, - "endLine": 1245, - "endColumn": 12, - "endOffset": 112885 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1246, - "startColumn": 4, - "startOffset": 112890, - "endLine": 1250, - "endColumn": 12, - "endOffset": 113233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1251, - "startColumn": 4, - "startOffset": 113238, - "endColumn": 87, - "endOffset": 113321 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1252, - "startColumn": 4, - "startOffset": 113326, - "endLine": 1255, - "endColumn": 12, - "endOffset": 113551 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1256, - "startColumn": 4, - "startOffset": 113556, - "endLine": 1261, - "endColumn": 12, - "endOffset": 113953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1262, - "startColumn": 4, - "startOffset": 113958, - "endLine": 1265, - "endColumn": 12, - "endOffset": 114186 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1266, - "startColumn": 4, - "startOffset": 114191, - "endColumn": 81, - "endOffset": 114268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1267, - "startColumn": 4, - "startOffset": 114273, - "endLine": 1268, - "endColumn": 12, - "endOffset": 114366 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1269, - "startColumn": 4, - "startOffset": 114371, - "endLine": 1279, - "endColumn": 12, - "endOffset": 114983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1280, - "startColumn": 4, - "startOffset": 114988, - "endColumn": 99, - "endOffset": 115083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1281, - "startColumn": 4, - "startOffset": 115088, - "endLine": 1284, - "endColumn": 12, - "endOffset": 115319 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1285, - "startColumn": 4, - "startOffset": 115324, - "endLine": 1290, - "endColumn": 12, - "endOffset": 115727 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1291, - "startColumn": 4, - "startOffset": 115732, - "endLine": 1294, - "endColumn": 12, - "endOffset": 115966 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1295, - "startColumn": 4, - "startOffset": 115971, - "endColumn": 93, - "endOffset": 116060 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1296, - "startColumn": 4, - "startOffset": 116065, - "endColumn": 88, - "endOffset": 116149 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1297, - "startColumn": 4, - "startOffset": 116154, - "endLine": 1300, - "endColumn": 12, - "endOffset": 116386 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1301, - "startColumn": 4, - "startOffset": 116391, - "endLine": 1326, - "endColumn": 12, - "endOffset": 118337 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1327, - "startColumn": 4, - "startOffset": 118342, - "endLine": 1330, - "endColumn": 12, - "endOffset": 118579 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1331, - "startColumn": 4, - "startOffset": 118584, - "endLine": 1357, - "endColumn": 12, - "endOffset": 120661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1358, - "startColumn": 4, - "startOffset": 120666, - "endLine": 1505, - "endColumn": 12, - "endOffset": 130088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1506, - "startColumn": 4, - "startOffset": 130093, - "endLine": 1527, - "endColumn": 12, - "endOffset": 131355 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1528, - "startColumn": 4, - "startOffset": 131360, - "endLine": 1675, - "endColumn": 12, - "endOffset": 140892 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1676, - "startColumn": 4, - "startOffset": 140897, - "endLine": 1697, - "endColumn": 12, - "endOffset": 142173 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1698, - "startColumn": 4, - "startOffset": 142178, - "endLine": 1704, - "endColumn": 12, - "endOffset": 142709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1705, - "startColumn": 4, - "startOffset": 142714, - "endLine": 1709, - "endColumn": 12, - "endOffset": 143039 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1710, - "startColumn": 4, - "startOffset": 143044, - "endLine": 1730, - "endColumn": 12, - "endOffset": 144162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1731, - "startColumn": 4, - "startOffset": 144167, - "endLine": 1735, - "endColumn": 12, - "endOffset": 144418 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1736, - "startColumn": 4, - "startOffset": 144423, - "endLine": 1740, - "endColumn": 12, - "endOffset": 144654 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1741, - "startColumn": 4, - "startOffset": 144659, - "endLine": 1750, - "endColumn": 12, - "endOffset": 145201 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1751, - "startColumn": 4, - "startOffset": 145206, - "endLine": 1759, - "endColumn": 12, - "endOffset": 145695 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1760, - "startColumn": 4, - "startOffset": 145700, - "endLine": 1770, - "endColumn": 12, - "endOffset": 146368 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1771, - "startColumn": 4, - "startOffset": 146373, - "endLine": 1773, - "endColumn": 12, - "endOffset": 146516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1774, - "startColumn": 4, - "startOffset": 146521, - "endLine": 1780, - "endColumn": 12, - "endOffset": 147044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1781, - "startColumn": 4, - "startOffset": 147049, - "endLine": 1788, - "endColumn": 12, - "endOffset": 147608 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1789, - "startColumn": 4, - "startOffset": 147613, - "endLine": 1795, - "endColumn": 12, - "endOffset": 147983 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1796, - "startColumn": 4, - "startOffset": 147988, - "endColumn": 117, - "endOffset": 148101 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1797, - "startColumn": 4, - "startOffset": 148106, - "endLine": 1805, - "endColumn": 12, - "endOffset": 148639 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1806, - "startColumn": 4, - "startOffset": 148644, - "endLine": 1808, - "endColumn": 12, - "endOffset": 148796 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1809, - "startColumn": 4, - "startOffset": 148801, - "endLine": 1811, - "endColumn": 12, - "endOffset": 148940 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1812, - "startColumn": 4, - "startOffset": 148945, - "endLine": 1816, - "endColumn": 12, - "endOffset": 149260 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1817, - "startColumn": 4, - "startOffset": 149265, - "endLine": 1820, - "endColumn": 12, - "endOffset": 149516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1821, - "startColumn": 4, - "startOffset": 149521, - "endLine": 1824, - "endColumn": 12, - "endOffset": 149686 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1825, - "startColumn": 4, - "startOffset": 149691, - "endLine": 1827, - "endColumn": 12, - "endOffset": 149827 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1828, - "startColumn": 4, - "startOffset": 149832, - "endColumn": 63, - "endOffset": 149891 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1829, - "startColumn": 4, - "startOffset": 149896, - "endLine": 1832, - "endColumn": 12, - "endOffset": 150173 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1833, - "startColumn": 4, - "startOffset": 150178, - "endLine": 1836, - "endColumn": 12, - "endOffset": 150459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1837, - "startColumn": 4, - "startOffset": 150464, - "endLine": 1844, - "endColumn": 12, - "endOffset": 151001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1845, - "startColumn": 4, - "startOffset": 151006, - "endLine": 1849, - "endColumn": 12, - "endOffset": 151265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1850, - "startColumn": 4, - "startOffset": 151270, - "endLine": 1856, - "endColumn": 12, - "endOffset": 151603 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1857, - "startColumn": 4, - "startOffset": 151608, - "endLine": 1862, - "endColumn": 12, - "endOffset": 151956 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1863, - "startColumn": 4, - "startOffset": 151961, - "endColumn": 93, - "endOffset": 152050 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1864, - "startColumn": 4, - "startOffset": 152055, - "endLine": 1867, - "endColumn": 12, - "endOffset": 152356 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1868, - "startColumn": 4, - "startOffset": 152361, - "endLine": 1872, - "endColumn": 12, - "endOffset": 152618 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1873, - "startColumn": 4, - "startOffset": 152623, - "endLine": 1874, - "endColumn": 12, - "endOffset": 152743 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1875, - "startColumn": 4, - "startOffset": 152748, - "endLine": 1876, - "endColumn": 12, - "endOffset": 152870 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1877, - "startColumn": 4, - "startOffset": 152875, - "endLine": 1879, - "endColumn": 12, - "endOffset": 153109 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1880, - "startColumn": 4, - "startOffset": 153114, - "endLine": 1882, - "endColumn": 12, - "endOffset": 153320 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1883, - "startColumn": 4, - "startOffset": 153325, - "endLine": 1884, - "endColumn": 12, - "endOffset": 153439 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1885, - "startColumn": 4, - "startOffset": 153444, - "endLine": 1888, - "endColumn": 12, - "endOffset": 153632 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1889, - "startColumn": 4, - "startOffset": 153637, - "endLine": 1895, - "endColumn": 12, - "endOffset": 154087 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1896, - "startColumn": 4, - "startOffset": 154092, - "endLine": 1898, - "endColumn": 12, - "endOffset": 154268 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1899, - "startColumn": 4, - "startOffset": 154273, - "endLine": 1901, - "endColumn": 12, - "endOffset": 154390 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1902, - "startColumn": 4, - "startOffset": 154395, - "endLine": 1905, - "endColumn": 12, - "endOffset": 154649 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1906, - "startColumn": 4, - "startOffset": 154654, - "endLine": 1907, - "endColumn": 12, - "endOffset": 154762 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1908, - "startColumn": 4, - "startOffset": 154767, - "endLine": 1911, - "endColumn": 12, - "endOffset": 154949 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1912, - "startColumn": 4, - "startOffset": 154954, - "endLine": 1913, - "endColumn": 12, - "endOffset": 155051 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1914, - "startColumn": 4, - "startOffset": 155056, - "endLine": 1919, - "endColumn": 12, - "endOffset": 155495 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1920, - "startColumn": 4, - "startOffset": 155500, - "endLine": 1921, - "endColumn": 12, - "endOffset": 155619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1922, - "startColumn": 4, - "startOffset": 155624, - "endLine": 1925, - "endColumn": 12, - "endOffset": 155904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1926, - "startColumn": 4, - "startOffset": 155909, - "endLine": 1937, - "endColumn": 12, - "endOffset": 156791 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1938, - "startColumn": 4, - "startOffset": 156796, - "endLine": 1943, - "endColumn": 12, - "endOffset": 157085 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1944, - "startColumn": 4, - "startOffset": 157090, - "endLine": 1954, - "endColumn": 12, - "endOffset": 157817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1955, - "startColumn": 4, - "startOffset": 157822, - "endLine": 1957, - "endColumn": 12, - "endOffset": 157989 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1958, - "startColumn": 4, - "startOffset": 157994, - "endLine": 1962, - "endColumn": 12, - "endOffset": 158325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1963, - "startColumn": 4, - "startOffset": 158330, - "endLine": 1974, - "endColumn": 12, - "endOffset": 159192 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1975, - "startColumn": 4, - "startOffset": 159197, - "endLine": 1979, - "endColumn": 12, - "endOffset": 159470 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1980, - "startColumn": 4, - "startOffset": 159475, - "endLine": 1989, - "endColumn": 12, - "endOffset": 160061 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 1990, - "startColumn": 4, - "startOffset": 160066, - "endLine": 1993, - "endColumn": 12, - "endOffset": 160262 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1994, - "startColumn": 4, - "startOffset": 160267, - "endLine": 1997, - "endColumn": 12, - "endOffset": 160463 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 1998, - "startColumn": 4, - "startOffset": 160468, - "endLine": 2001, - "endColumn": 12, - "endOffset": 160667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2002, - "startColumn": 4, - "startOffset": 160672, - "endLine": 2004, - "endColumn": 12, - "endOffset": 160819 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2005, - "startColumn": 4, - "startOffset": 160824, - "endLine": 2012, - "endColumn": 12, - "endOffset": 161285 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2013, - "startColumn": 4, - "startOffset": 161290, - "endLine": 2015, - "endColumn": 12, - "endOffset": 161411 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2016, - "startColumn": 4, - "startOffset": 161416, - "endLine": 2018, - "endColumn": 12, - "endOffset": 161539 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/cardview-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2019, - "startColumn": 4, - "startOffset": 161544, - "endLine": 2023, - "endColumn": 12, - "endOffset": 161787 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2024, - "startColumn": 4, - "startOffset": 161792, - "endLine": 2027, - "endColumn": 12, - "endOffset": 161970 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2028, - "startColumn": 4, - "startOffset": 161975, - "endLine": 2031, - "endColumn": 12, - "endOffset": 162174 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2032, - "startColumn": 4, - "startOffset": 162179, - "endLine": 2037, - "endColumn": 12, - "endOffset": 162474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2038, - "startColumn": 4, - "startOffset": 162479, - "endLine": 2043, - "endColumn": 12, - "endOffset": 162775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2044, - "startColumn": 4, - "startOffset": 162780, - "endColumn": 45, - "endOffset": 162821 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2045, - "startColumn": 4, - "startOffset": 162826, - "endLine": 2050, - "endColumn": 12, - "endOffset": 163165 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2051, - "startColumn": 4, - "startOffset": 163170, - "endLine": 2054, - "endColumn": 12, - "endOffset": 163336 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2055, - "startColumn": 4, - "startOffset": 163341, - "endLine": 2059, - "endColumn": 12, - "endOffset": 163599 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2060, - "startColumn": 4, - "startOffset": 163604, - "endLine": 2063, - "endColumn": 12, - "endOffset": 163795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2064, - "startColumn": 4, - "startOffset": 163800, - "endLine": 2070, - "endColumn": 12, - "endOffset": 164135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2071, - "startColumn": 4, - "startOffset": 164140, - "endColumn": 82, - "endOffset": 164218 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2072, - "startColumn": 4, - "startOffset": 164223, - "endColumn": 77, - "endOffset": 164296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2073, - "startColumn": 4, - "startOffset": 164301, - "endLine": 2076, - "endColumn": 12, - "endOffset": 164472 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2077, - "startColumn": 4, - "startOffset": 164477, - "endLine": 2082, - "endColumn": 12, - "endOffset": 164817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2083, - "startColumn": 4, - "startOffset": 164822, - "endLine": 2088, - "endColumn": 12, - "endOffset": 165123 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2089, - "startColumn": 4, - "startOffset": 165128, - "endLine": 2096, - "endColumn": 12, - "endOffset": 165507 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2097, - "startColumn": 4, - "startOffset": 165512, - "endLine": 2104, - "endColumn": 12, - "endOffset": 165929 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2105, - "startColumn": 4, - "startOffset": 165934, - "endLine": 2110, - "endColumn": 12, - "endOffset": 166284 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2111, - "startColumn": 4, - "startOffset": 166289, - "endLine": 2114, - "endColumn": 12, - "endOffset": 166473 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2115, - "startColumn": 4, - "startOffset": 166478, - "endLine": 2117, - "endColumn": 12, - "endOffset": 166648 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2118, - "startColumn": 4, - "startOffset": 166653, - "endLine": 2155, - "endColumn": 12, - "endOffset": 169510 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2156, - "startColumn": 4, - "startOffset": 169515, - "endLine": 2194, - "endColumn": 12, - "endOffset": 172512 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2195, - "startColumn": 4, - "startOffset": 172517, - "endColumn": 61, - "endOffset": 172574 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2196, - "startColumn": 4, - "startOffset": 172579, - "endLine": 2205, - "endColumn": 12, - "endOffset": 173204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2206, - "startColumn": 4, - "startOffset": 173209, - "endLine": 2214, - "endColumn": 12, - "endOffset": 173818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2215, - "startColumn": 4, - "startOffset": 173823, - "endColumn": 85, - "endOffset": 173904 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2216, - "startColumn": 4, - "startOffset": 173909, - "endLine": 2217, - "endColumn": 12, - "endOffset": 174017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2218, - "startColumn": 4, - "startOffset": 174022, - "endLine": 2221, - "endColumn": 12, - "endOffset": 174246 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2222, - "startColumn": 4, - "startOffset": 174251, - "endLine": 2225, - "endColumn": 12, - "endOffset": 174584 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2226, - "startColumn": 4, - "startOffset": 174589, - "endLine": 2228, - "endColumn": 12, - "endOffset": 174744 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2229, - "startColumn": 4, - "startOffset": 174749, - "endLine": 2231, - "endColumn": 12, - "endOffset": 174896 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2232, - "startColumn": 4, - "startOffset": 174901, - "endLine": 2234, - "endColumn": 12, - "endOffset": 175067 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2235, - "startColumn": 4, - "startOffset": 175072, - "endLine": 2237, - "endColumn": 12, - "endOffset": 175234 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2238, - "startColumn": 4, - "startOffset": 175239, - "endLine": 2241, - "endColumn": 12, - "endOffset": 175477 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2242, - "startColumn": 4, - "startOffset": 175482, - "endLine": 2244, - "endColumn": 12, - "endOffset": 175647 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2245, - "startColumn": 4, - "startOffset": 175652, - "endLine": 2247, - "endColumn": 12, - "endOffset": 175820 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2248, - "startColumn": 4, - "startOffset": 175825, - "endLine": 2250, - "endColumn": 12, - "endOffset": 175991 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2251, - "startColumn": 4, - "startOffset": 175996, - "endLine": 2254, - "endColumn": 12, - "endOffset": 176265 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2255, - "startColumn": 4, - "startOffset": 176270, - "endLine": 2257, - "endColumn": 12, - "endOffset": 176464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2258, - "startColumn": 4, - "startOffset": 176469, - "endLine": 2262, - "endColumn": 12, - "endOffset": 176772 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2263, - "startColumn": 4, - "startOffset": 176777, - "endLine": 2269, - "endColumn": 12, - "endOffset": 177162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2270, - "startColumn": 4, - "startOffset": 177167, - "endLine": 2272, - "endColumn": 12, - "endOffset": 177297 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2273, - "startColumn": 4, - "startOffset": 177302, - "endLine": 2275, - "endColumn": 12, - "endOffset": 177452 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2276, - "startColumn": 4, - "startOffset": 177457, - "endLine": 2281, - "endColumn": 12, - "endOffset": 177781 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2282, - "startColumn": 4, - "startOffset": 177786, - "endLine": 2286, - "endColumn": 12, - "endOffset": 178044 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2287, - "startColumn": 4, - "startOffset": 178049, - "endLine": 2290, - "endColumn": 12, - "endOffset": 178228 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2291, - "startColumn": 4, - "startOffset": 178233, - "endColumn": 32, - "endOffset": 178261 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2292, - "startColumn": 4, - "startOffset": 178266, - "endColumn": 83, - "endOffset": 178345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2293, - "startColumn": 4, - "startOffset": 178350, - "endColumn": 95, - "endOffset": 178441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2294, - "startColumn": 4, - "startOffset": 178446, - "endColumn": 95, - "endOffset": 178537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2295, - "startColumn": 4, - "startOffset": 178542, - "endColumn": 97, - "endOffset": 178635 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2296, - "startColumn": 4, - "startOffset": 178640, - "endColumn": 99, - "endOffset": 178735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2297, - "startColumn": 4, - "startOffset": 178740, - "endColumn": 101, - "endOffset": 178837 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2298, - "startColumn": 4, - "startOffset": 178842, - "endColumn": 101, - "endOffset": 178939 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2299, - "startColumn": 4, - "startOffset": 178944, - "endColumn": 101, - "endOffset": 179041 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2300, - "startColumn": 4, - "startOffset": 179046, - "endColumn": 101, - "endOffset": 179143 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2301, - "startColumn": 4, - "startOffset": 179148, - "endColumn": 101, - "endOffset": 179245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2302, - "startColumn": 4, - "startOffset": 179250, - "endColumn": 99, - "endOffset": 179345 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2303, - "startColumn": 4, - "startOffset": 179350, - "endColumn": 95, - "endOffset": 179441 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2304, - "startColumn": 4, - "startOffset": 179446, - "endColumn": 111, - "endOffset": 179553 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2305, - "startColumn": 4, - "startOffset": 179558, - "endColumn": 128, - "endOffset": 179682 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2306, - "startColumn": 4, - "startOffset": 179687, - "endColumn": 122, - "endOffset": 179805 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2307, - "startColumn": 4, - "startOffset": 179810, - "endLine": 2308, - "endColumn": 12, - "endOffset": 179959 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2309, - "startColumn": 4, - "startOffset": 179964, - "endLine": 2310, - "endColumn": 12, - "endOffset": 180113 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2311, - "startColumn": 4, - "startOffset": 180118, - "endColumn": 97, - "endOffset": 180211 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2312, - "startColumn": 4, - "startOffset": 180216, - "endColumn": 113, - "endOffset": 180325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2313, - "startColumn": 4, - "startOffset": 180330, - "endColumn": 93, - "endOffset": 180419 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2314, - "startColumn": 4, - "startOffset": 180424, - "endLine": 2315, - "endColumn": 12, - "endOffset": 180559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2316, - "startColumn": 4, - "startOffset": 180564, - "endLine": 2317, - "endColumn": 12, - "endOffset": 180693 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2318, - "startColumn": 4, - "startOffset": 180698, - "endColumn": 95, - "endOffset": 180789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2319, - "startColumn": 4, - "startOffset": 180794, - "endColumn": 111, - "endOffset": 180901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2320, - "startColumn": 4, - "startOffset": 180906, - "endColumn": 99, - "endOffset": 181001 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2321, - "startColumn": 4, - "startOffset": 181006, - "endColumn": 115, - "endOffset": 181117 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2322, - "startColumn": 4, - "startOffset": 181122, - "endColumn": 95, - "endOffset": 181213 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2323, - "startColumn": 4, - "startOffset": 181218, - "endColumn": 111, - "endOffset": 181325 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2324, - "startColumn": 4, - "startOffset": 181330, - "endLine": 2325, - "endColumn": 12, - "endOffset": 181465 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2326, - "startColumn": 4, - "startOffset": 181470, - "endColumn": 135, - "endOffset": 181601 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2327, - "startColumn": 4, - "startOffset": 181606, - "endLine": 2328, - "endColumn": 12, - "endOffset": 181765 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2329, - "startColumn": 4, - "startOffset": 181770, - "endColumn": 129, - "endOffset": 181895 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2330, - "startColumn": 4, - "startOffset": 181900, - "endLine": 2331, - "endColumn": 12, - "endOffset": 182053 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2332, - "startColumn": 4, - "startOffset": 182058, - "endLine": 2333, - "endColumn": 12, - "endOffset": 182203 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2334, - "startColumn": 4, - "startOffset": 182208, - "endColumn": 140, - "endOffset": 182344 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2335, - "startColumn": 4, - "startOffset": 182349, - "endLine": 2336, - "endColumn": 12, - "endOffset": 182488 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2337, - "startColumn": 4, - "startOffset": 182493, - "endColumn": 134, - "endOffset": 182623 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2338, - "startColumn": 4, - "startOffset": 182628, - "endColumn": 111, - "endOffset": 182735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2339, - "startColumn": 4, - "startOffset": 182740, - "endColumn": 127, - "endOffset": 182863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2340, - "startColumn": 4, - "startOffset": 182868, - "endLine": 2341, - "endColumn": 12, - "endOffset": 182999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2342, - "startColumn": 4, - "startOffset": 183004, - "endLine": 2343, - "endColumn": 12, - "endOffset": 183141 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2344, - "startColumn": 4, - "startOffset": 183146, - "endLine": 2345, - "endColumn": 12, - "endOffset": 183283 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2346, - "startColumn": 4, - "startOffset": 183288, - "endColumn": 111, - "endOffset": 183395 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2347, - "startColumn": 4, - "startOffset": 183400, - "endColumn": 139, - "endOffset": 183535 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2348, - "startColumn": 4, - "startOffset": 183540, - "endLine": 2351, - "endColumn": 12, - "endOffset": 183811 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2352, - "startColumn": 4, - "startOffset": 183816, - "endLine": 2356, - "endColumn": 12, - "endOffset": 184152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2357, - "startColumn": 4, - "startOffset": 184157, - "endLine": 2359, - "endColumn": 12, - "endOffset": 184353 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2360, - "startColumn": 4, - "startOffset": 184358, - "endLine": 2362, - "endColumn": 12, - "endOffset": 184537 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2363, - "startColumn": 4, - "startOffset": 184542, - "endLine": 2365, - "endColumn": 12, - "endOffset": 184712 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2366, - "startColumn": 4, - "startOffset": 184717, - "endLine": 2369, - "endColumn": 12, - "endOffset": 184965 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2370, - "startColumn": 4, - "startOffset": 184970, - "endLine": 2374, - "endColumn": 12, - "endOffset": 185233 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2375, - "startColumn": 4, - "startOffset": 185238, - "endLine": 2377, - "endColumn": 12, - "endOffset": 185382 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2378, - "startColumn": 4, - "startOffset": 185387, - "endLine": 2380, - "endColumn": 12, - "endOffset": 185566 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2381, - "startColumn": 4, - "startOffset": 185571, - "endLine": 2383, - "endColumn": 12, - "endOffset": 185721 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2384, - "startColumn": 4, - "startOffset": 185726, - "endColumn": 67, - "endOffset": 185789 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2385, - "startColumn": 4, - "startOffset": 185794, - "endColumn": 72, - "endOffset": 185862 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2386, - "startColumn": 4, - "startOffset": 185867, - "endColumn": 73, - "endOffset": 185936 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2387, - "startColumn": 4, - "startOffset": 185941, - "endColumn": 72, - "endOffset": 186009 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2388, - "startColumn": 4, - "startOffset": 186014, - "endColumn": 73, - "endOffset": 186083 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2389, - "startColumn": 4, - "startOffset": 186088, - "endLine": 2391, - "endColumn": 12, - "endOffset": 186245 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2392, - "startColumn": 4, - "startOffset": 186250, - "endLine": 2394, - "endColumn": 12, - "endOffset": 186403 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2395, - "startColumn": 4, - "startOffset": 186408, - "endLine": 2397, - "endColumn": 12, - "endOffset": 186571 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2398, - "startColumn": 4, - "startOffset": 186576, - "endLine": 2399, - "endColumn": 12, - "endOffset": 186717 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2400, - "startColumn": 4, - "startOffset": 186722, - "endLine": 2401, - "endColumn": 12, - "endOffset": 186861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2402, - "startColumn": 4, - "startOffset": 186866, - "endLine": 2403, - "endColumn": 12, - "endOffset": 186999 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2404, - "startColumn": 4, - "startOffset": 187004, - "endLine": 2409, - "endColumn": 12, - "endOffset": 187296 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2410, - "startColumn": 4, - "startOffset": 187301, - "endLine": 2418, - "endColumn": 12, - "endOffset": 187795 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2419, - "startColumn": 4, - "startOffset": 187800, - "endLine": 2424, - "endColumn": 12, - "endOffset": 188088 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2425, - "startColumn": 4, - "startOffset": 188093, - "endLine": 2429, - "endColumn": 12, - "endOffset": 188350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2430, - "startColumn": 4, - "startOffset": 188355, - "endColumn": 65, - "endOffset": 188416 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2431, - "startColumn": 4, - "startOffset": 188421, - "endColumn": 89, - "endOffset": 188506 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2432, - "startColumn": 4, - "startOffset": 188511, - "endColumn": 79, - "endOffset": 188586 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2433, - "startColumn": 4, - "startOffset": 188591, - "endColumn": 91, - "endOffset": 188678 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2434, - "startColumn": 4, - "startOffset": 188683, - "endColumn": 97, - "endOffset": 188776 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2435, - "startColumn": 4, - "startOffset": 188781, - "endLine": 2436, - "endColumn": 12, - "endOffset": 188886 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2437, - "startColumn": 4, - "startOffset": 188891, - "endColumn": 77, - "endOffset": 188964 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2438, - "startColumn": 4, - "startOffset": 188969, - "endColumn": 105, - "endOffset": 189070 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2439, - "startColumn": 4, - "startOffset": 189075, - "endColumn": 91, - "endOffset": 189162 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2440, - "startColumn": 4, - "startOffset": 189167, - "endColumn": 103, - "endOffset": 189266 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2441, - "startColumn": 4, - "startOffset": 189271, - "endColumn": 109, - "endOffset": 189376 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2442, - "startColumn": 4, - "startOffset": 189381, - "endLine": 2443, - "endColumn": 12, - "endOffset": 189498 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2444, - "startColumn": 4, - "startOffset": 189503, - "endLine": 2447, - "endColumn": 12, - "endOffset": 189661 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2448, - "startColumn": 4, - "startOffset": 189666, - "endLine": 2451, - "endColumn": 12, - "endOffset": 189818 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2452, - "startColumn": 4, - "startOffset": 189823, - "endColumn": 61, - "endOffset": 189880 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2453, - "startColumn": 4, - "startOffset": 189885, - "endLine": 2455, - "endColumn": 12, - "endOffset": 190035 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2456, - "startColumn": 4, - "startOffset": 190040, - "endLine": 2485, - "endColumn": 12, - "endOffset": 191753 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2486, - "startColumn": 4, - "startOffset": 191758, - "endLine": 2489, - "endColumn": 12, - "endOffset": 191985 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2490, - "startColumn": 4, - "startOffset": 191990, - "endLine": 2492, - "endColumn": 12, - "endOffset": 192127 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2493, - "startColumn": 4, - "startOffset": 192132, - "endLine": 2496, - "endColumn": 12, - "endOffset": 192359 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2497, - "startColumn": 4, - "startOffset": 192364, - "endColumn": 74, - "endOffset": 192434 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2498, - "startColumn": 4, - "startOffset": 192439, - "endColumn": 81, - "endOffset": 192516 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2499, - "startColumn": 4, - "startOffset": 192521, - "endLine": 2506, - "endColumn": 12, - "endOffset": 193056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2507, - "startColumn": 4, - "startOffset": 193061, - "endColumn": 91, - "endOffset": 193148 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2508, - "startColumn": 4, - "startOffset": 193153, - "endLine": 2510, - "endColumn": 12, - "endOffset": 193288 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2511, - "startColumn": 4, - "startOffset": 193293, - "endLine": 2515, - "endColumn": 12, - "endOffset": 193609 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2516, - "startColumn": 4, - "startOffset": 193614, - "endLine": 2518, - "endColumn": 12, - "endOffset": 193775 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2519, - "startColumn": 4, - "startOffset": 193780, - "endColumn": 83, - "endOffset": 193859 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2520, - "startColumn": 4, - "startOffset": 193864, - "endLine": 2522, - "endColumn": 12, - "endOffset": 194007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2523, - "startColumn": 4, - "startOffset": 194012, - "endLine": 2528, - "endColumn": 12, - "endOffset": 194462 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2529, - "startColumn": 4, - "startOffset": 194467, - "endColumn": 70, - "endOffset": 194533 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2530, - "startColumn": 4, - "startOffset": 194538, - "endColumn": 79, - "endOffset": 194613 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2531, - "startColumn": 4, - "startOffset": 194618, - "endColumn": 99, - "endOffset": 194713 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2532, - "startColumn": 4, - "startOffset": 194718, - "endColumn": 89, - "endOffset": 194803 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2533, - "startColumn": 4, - "startOffset": 194808, - "endColumn": 109, - "endOffset": 194913 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2534, - "startColumn": 4, - "startOffset": 194918, - "endColumn": 91, - "endOffset": 195005 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2535, - "startColumn": 4, - "startOffset": 195010, - "endLine": 2538, - "endColumn": 12, - "endOffset": 195194 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2539, - "startColumn": 4, - "startOffset": 195199, - "endLine": 2543, - "endColumn": 12, - "endOffset": 195459 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2544, - "startColumn": 4, - "startOffset": 195464, - "endLine": 2545, - "endColumn": 12, - "endOffset": 195559 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2546, - "startColumn": 4, - "startOffset": 195564, - "endLine": 2547, - "endColumn": 12, - "endOffset": 195671 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2548, - "startColumn": 4, - "startOffset": 195676, - "endLine": 2549, - "endColumn": 12, - "endOffset": 195785 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2550, - "startColumn": 4, - "startOffset": 195790, - "endLine": 2551, - "endColumn": 12, - "endOffset": 195901 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2552, - "startColumn": 4, - "startOffset": 195906, - "endLine": 2553, - "endColumn": 12, - "endOffset": 196017 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2554, - "startColumn": 4, - "startOffset": 196022, - "endColumn": 93, - "endOffset": 196111 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2555, - "startColumn": 4, - "startOffset": 196116, - "endColumn": 113, - "endOffset": 196225 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2556, - "startColumn": 4, - "startOffset": 196230, - "endColumn": 117, - "endOffset": 196343 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2557, - "startColumn": 4, - "startOffset": 196348, - "endLine": 2558, - "endColumn": 12, - "endOffset": 196445 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2559, - "startColumn": 4, - "startOffset": 196450, - "endLine": 2560, - "endColumn": 12, - "endOffset": 196565 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2561, - "startColumn": 4, - "startOffset": 196570, - "endLine": 2562, - "endColumn": 12, - "endOffset": 196687 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2563, - "startColumn": 4, - "startOffset": 196692, - "endColumn": 81, - "endOffset": 196769 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2564, - "startColumn": 4, - "startOffset": 196774, - "endColumn": 103, - "endOffset": 196873 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2565, - "startColumn": 4, - "startOffset": 196878, - "endColumn": 119, - "endOffset": 196993 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2566, - "startColumn": 4, - "startOffset": 196998, - "endColumn": 125, - "endOffset": 197119 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2567, - "startColumn": 4, - "startOffset": 197124, - "endColumn": 97, - "endOffset": 197217 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2568, - "startColumn": 4, - "startOffset": 197222, - "endColumn": 93, - "endOffset": 197311 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2569, - "startColumn": 4, - "startOffset": 197316, - "endColumn": 87, - "endOffset": 197399 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2570, - "startColumn": 4, - "startOffset": 197404, - "endColumn": 111, - "endOffset": 197511 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2571, - "startColumn": 4, - "startOffset": 197516, - "endColumn": 115, - "endOffset": 197627 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2572, - "startColumn": 4, - "startOffset": 197632, - "endColumn": 121, - "endOffset": 197749 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2573, - "startColumn": 4, - "startOffset": 197754, - "endColumn": 111, - "endOffset": 197861 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2574, - "startColumn": 4, - "startOffset": 197866, - "endLine": 2576, - "endColumn": 12, - "endOffset": 198036 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2577, - "startColumn": 4, - "startOffset": 198041, - "endColumn": 115, - "endOffset": 198152 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2578, - "startColumn": 4, - "startOffset": 198157, - "endColumn": 85, - "endOffset": 198238 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2579, - "startColumn": 4, - "startOffset": 198243, - "endLine": 2580, - "endColumn": 12, - "endOffset": 198350 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2581, - "startColumn": 4, - "startOffset": 198355, - "endLine": 2582, - "endColumn": 12, - "endOffset": 198474 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2583, - "startColumn": 4, - "startOffset": 198479, - "endColumn": 66, - "endOffset": 198541 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2584, - "startColumn": 4, - "startOffset": 198546, - "endLine": 2585, - "endColumn": 12, - "endOffset": 198667 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2586, - "startColumn": 4, - "startOffset": 198672, - "endColumn": 67, - "endOffset": 198735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2587, - "startColumn": 4, - "startOffset": 198740, - "endLine": 2588, - "endColumn": 12, - "endOffset": 198863 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2589, - "startColumn": 4, - "startOffset": 198868, - "endLine": 2590, - "endColumn": 12, - "endOffset": 199007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2591, - "startColumn": 4, - "startOffset": 199012, - "endLine": 2592, - "endColumn": 12, - "endOffset": 199135 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2593, - "startColumn": 4, - "startOffset": 199140, - "endColumn": 68, - "endOffset": 199204 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2594, - "startColumn": 4, - "startOffset": 199209, - "endColumn": 94, - "endOffset": 199299 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2595, - "startColumn": 4, - "startOffset": 199304, - "endColumn": 114, - "endOffset": 199414 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2596, - "startColumn": 4, - "startOffset": 199419, - "endColumn": 112, - "endOffset": 199527 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2597, - "startColumn": 4, - "startOffset": 199532, - "endColumn": 98, - "endOffset": 199626 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2598, - "startColumn": 4, - "startOffset": 199631, - "endColumn": 108, - "endOffset": 199735 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2599, - "startColumn": 4, - "startOffset": 199740, - "endColumn": 110, - "endOffset": 199846 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2600, - "startColumn": 4, - "startOffset": 199851, - "endColumn": 110, - "endOffset": 199957 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2601, - "startColumn": 4, - "startOffset": 199962, - "endColumn": 100, - "endOffset": 200058 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2602, - "startColumn": 4, - "startOffset": 200063, - "endColumn": 104, - "endOffset": 200163 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2603, - "startColumn": 4, - "startOffset": 200168, - "endLine": 2604, - "endColumn": 12, - "endOffset": 200275 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2605, - "startColumn": 4, - "startOffset": 200280, - "endLine": 2606, - "endColumn": 12, - "endOffset": 200405 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2607, - "startColumn": 4, - "startOffset": 200410, - "endColumn": 90, - "endOffset": 200496 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2608, - "startColumn": 4, - "startOffset": 200501, - "endColumn": 122, - "endOffset": 200619 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2609, - "startColumn": 4, - "startOffset": 200624, - "endLine": 2610, - "endColumn": 12, - "endOffset": 200731 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2611, - "startColumn": 4, - "startOffset": 200736, - "endColumn": 85, - "endOffset": 200817 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2612, - "startColumn": 4, - "startOffset": 200822, - "endColumn": 103, - "endOffset": 200921 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2613, - "startColumn": 4, - "startOffset": 200926, - "endLine": 2614, - "endColumn": 12, - "endOffset": 201029 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2615, - "startColumn": 4, - "startOffset": 201034, - "endLine": 2616, - "endColumn": 12, - "endOffset": 201129 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2617, - "startColumn": 4, - "startOffset": 201134, - "endLine": 2618, - "endColumn": 12, - "endOffset": 201247 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2619, - "startColumn": 4, - "startOffset": 201252, - "endLine": 2620, - "endColumn": 12, - "endOffset": 201351 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2621, - "startColumn": 4, - "startOffset": 201356, - "endLine": 2622, - "endColumn": 12, - "endOffset": 201455 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2623, - "startColumn": 4, - "startOffset": 201460, - "endLine": 2624, - "endColumn": 12, - "endOffset": 201581 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2625, - "startColumn": 4, - "startOffset": 201586, - "endColumn": 87, - "endOffset": 201669 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2626, - "startColumn": 4, - "startOffset": 201674, - "endColumn": 89, - "endOffset": 201759 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2627, - "startColumn": 4, - "startOffset": 201764, - "endColumn": 109, - "endOffset": 201869 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2628, - "startColumn": 4, - "startOffset": 201874, - "endColumn": 83, - "endOffset": 201953 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2629, - "startColumn": 4, - "startOffset": 201958, - "endColumn": 53, - "endOffset": 202007 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2630, - "startColumn": 4, - "startOffset": 202012, - "endColumn": 63, - "endOffset": 202071 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2631, - "startColumn": 4, - "startOffset": 202076, - "endColumn": 105, - "endOffset": 202177 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2632, - "startColumn": 4, - "startOffset": 202182, - "endColumn": 109, - "endOffset": 202287 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2633, - "startColumn": 4, - "startOffset": 202292, - "endColumn": 83, - "endOffset": 202371 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2634, - "startColumn": 4, - "startOffset": 202376, - "endColumn": 119, - "endOffset": 202491 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2635, - "startColumn": 4, - "startOffset": 202496, - "endLine": 2638, - "endColumn": 12, - "endOffset": 202709 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2639, - "startColumn": 4, - "startOffset": 202714, - "endLine": 2642, - "endColumn": 12, - "endOffset": 202916 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2643, - "startColumn": 4, - "startOffset": 202921, - "endLine": 2645, - "endColumn": 12, - "endOffset": 203075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2646, - "startColumn": 4, - "startOffset": 203080, - "endLine": 2654, - "endColumn": 12, - "endOffset": 203642 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2655, - "startColumn": 4, - "startOffset": 203647, - "endLine": 2660, - "endColumn": 12, - "endOffset": 204003 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2661, - "startColumn": 4, - "startOffset": 204008, - "endLine": 2663, - "endColumn": 12, - "endOffset": 204132 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2664, - "startColumn": 4, - "startOffset": 204137, - "endLine": 2673, - "endColumn": 12, - "endOffset": 204876 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2674, - "startColumn": 4, - "startOffset": 204881, - "endLine": 2677, - "endColumn": 12, - "endOffset": 205056 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2678, - "startColumn": 4, - "startOffset": 205061, - "endLine": 2681, - "endColumn": 12, - "endOffset": 205306 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/values/values.xml" - } - }, - { - "to": { - "startLine": 2682, - "startColumn": 4, - "startOffset": 205311, - "endLine": 2684, - "endColumn": 12, - "endOffset": 205464 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2685, - "startColumn": 4, - "startOffset": 205469, - "endColumn": 99, - "endOffset": 205564 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2686, - "startColumn": 4, - "startOffset": 205569, - "endLine": 2692, - "endColumn": 12, - "endOffset": 206020 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2693, - "startColumn": 4, - "startOffset": 206025, - "endLine": 2697, - "endColumn": 12, - "endOffset": 206309 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2698, - "startColumn": 4, - "startOffset": 206314, - "endLine": 2700, - "endColumn": 12, - "endOffset": 206482 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2701, - "startColumn": 4, - "startOffset": 206487, - "endLine": 2705, - "endColumn": 12, - "endOffset": 206830 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - }, - { - "to": { - "startLine": 2706, - "startColumn": 4, - "startOffset": 206835, - "endLine": 2710, - "endColumn": 12, - "endOffset": 207075 - }, - "from": { - "file": "/root/Desktop/AndroidLab/iosched/android/src/main/res/values/styles.xml" - } - } - ] - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/anim-v21.json b/android/build/intermediates/blame/res/debug/single/anim-v21.json deleted file mode 100644 index ee22759..0000000 --- a/android/build/intermediates/blame/res/debug/single/anim-v21.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim-v21/io_logo_anim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/anim-v21/io_logo_anim.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim-v21/add_schedule_fab_state_list_anim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/anim-v21/add_schedule_fab_state_list_anim.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/anim.json b/android/build/intermediates/blame/res/debug/single/anim.json deleted file mode 100644 index 5088e90..0000000 --- a/android/build/intermediates/blame/res/debug/single/anim.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/design_fab_out.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/anim/design_fab_out.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/design_fab_in.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/anim/design_fab_in.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/design_snackbar_in.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/anim/design_snackbar_in.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/image_fade_in.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/anim/image_fade_in.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/design_snackbar_out.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/anim/design_snackbar_out.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color-v11.json b/android/build/intermediates/blame/res/debug/single/color-v11.json deleted file mode 100644 index 81b768d..0000000 --- a/android/build/intermediates/blame/res/debug/single/color-v11.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color-v23.json b/android/build/intermediates/blame/res/debug/single/color-v23.json deleted file mode 100644 index 7d604c1..0000000 --- a/android/build/intermediates/blame/res/debug/single/color-v23.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color.json b/android/build/intermediates/blame/res/debug/single/color.json deleted file mode 100644 index d81c1e3..0000000 --- a/android/build/intermediates/blame/res/debug/single/color.json +++ /dev/null @@ -1,82 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/navdrawer_item_title.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/navdrawer_item_title.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/common_signin_btn_text_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/color/common_signin_btn_text_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/session_details_fab.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/session_details_fab.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/list_dropdown_foreground_color.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/list_dropdown_foreground_color.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_background_cache_hint_selector_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/navdrawer_item_icon.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/navdrawer_item_icon.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/navview_menu_item_colors.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/navview_menu_item_colors.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/rating_bar_label.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/rating_bar_label.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/tab_text_color.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/color/tab_text_color.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/color/common_signin_btn_text_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/color/common_signin_btn_text_dark.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json deleted file mode 100644 index 74c9982..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json +++ /dev/null @@ -1,398 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_play_circle_fill_white_24dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_play_circle_fill_white_24dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/map_marker_unselected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/map_marker_unselected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/hash_io_15_flat.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/hash_io_15_flat.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_browse.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_browse.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/message_card_credentials.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/message_card_credentials.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_twitter_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_twitter_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/hexagon_mask.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/hexagon_mask.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_badge_pickup.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_badge_pickup.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_stat_notification.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_stat_notification.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_plusone_tall_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/ic_plusone_tall_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_post_gplus_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_post_gplus_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/io_mark_social.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/io_mark_social.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_ic_googleplayservices.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_ic_googleplayservices.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/message_card_wifi.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/message_card_wifi.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_play_circle_fill_white_48dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_play_circle_fill_white_48dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_post_twitter_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_post_twitter_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/map_marker_selected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/map_marker_selected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_plusone_standard_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/ic_plusone_standard_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_gplus_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_gplus_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_plusone_medium_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/ic_plusone_medium_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_info_outline.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_info_outline.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_food.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_food.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/map_marker_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/map_marker_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_officehours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_officehours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/message_card_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/message_card_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_pin.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_pin.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_full_open_on_phone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_full_open_on_phone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/message_card_keynote.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/message_card_keynote.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/hash_io_15.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/hash_io_15.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_text_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_map_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/ic_map_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/io_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-hdpi/io_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_plusone_small_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/ic_plusone_small_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/common_signin_btn_icon_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json deleted file mode 100644 index 6b63f39..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json deleted file mode 100644 index ef0bad7..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json deleted file mode 100644 index b9aeec3..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json deleted file mode 100644 index fbdc21b..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/indicator_in_schedule.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-ldrtl-xxhdpi/indicator_in_schedule.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json deleted file mode 100644 index 0470bc2..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json deleted file mode 100644 index 0352857..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json +++ /dev/null @@ -1,418 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_officehours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_officehours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/map_marker_unselected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/map_marker_unselected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_play_circle_fill_white_48dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_play_circle_fill_white_48dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/hexagon_mask.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/hexagon_mask.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ratingbar_star_off_default.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ratingbar_star_off_default.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/io_mark_social.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/io_mark_social.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_post_gplus_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_post_gplus_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_food.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_food.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ratingbar_star_off_focused.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ratingbar_star_off_focused.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/hash_io_15_flat.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/hash_io_15_flat.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/map_marker_selected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/map_marker_selected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_plusone_medium_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/ic_plusone_medium_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_stat_notification.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_stat_notification.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_post_twitter_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_post_twitter_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_browse.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_browse.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/number_ratingbar_background_on.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/number_ratingbar_background_on.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_plusone_tall_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/ic_plusone_tall_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_play_circle_fill_white_24dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_play_circle_fill_white_24dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_pin.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_pin.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_map_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_map_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/message_card_keynote.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/message_card_keynote.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ratingbar_star_on_default.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ratingbar_star_on_default.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/message_card_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/message_card_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/map_marker_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/map_marker_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ratingbar_star_on_focused.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ratingbar_star_on_focused.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/hash_io_15.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/hash_io_15.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_badge_pickup.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_badge_pickup.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_text_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_info_outline.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_info_outline.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/number_ratingbar_background_off.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/number_ratingbar_background_off.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_twitter_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_twitter_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_gplus_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/ic_gplus_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_plusone_standard_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/ic_plusone_standard_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_full_open_on_phone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_full_open_on_phone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/common_signin_btn_icon_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_plusone_small_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-mdpi/ic_plusone_small_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/io_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/io_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/message_card_wifi.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/message_card_wifi.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/message_card_credentials.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-mdpi/message_card_credentials.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-nodpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-nodpi-v4.json deleted file mode 100644 index 827b6ca..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-nodpi-v4.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-nodpi-v4/widget_preview.jpg", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-nodpi/widget_preview.jpg" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-nodpi-v4/default_cover.jpg", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-nodpi/default_cover.jpg" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-nodpi-v4/person_image_empty.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-nodpi/person_image_empty.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-tvdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-tvdpi-v4.json deleted file mode 100644 index 2c3b142..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-tvdpi-v4.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-tvdpi-v4/common_full_open_on_phone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-tvdpi/common_full_open_on_phone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-tvdpi-v4/ic_plusone_standard_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-tvdpi/ic_plusone_standard_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-tvdpi-v4/ic_plusone_medium_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-tvdpi/ic_plusone_medium_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-tvdpi-v4/ic_plusone_small_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-tvdpi/ic_plusone_small_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-tvdpi-v4/ic_plusone_tall_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-tvdpi/ic_plusone_tall_off_client.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-v21.json b/android/build/intermediates/blame/res/debug/single/drawable-v21.json deleted file mode 100644 index 1059d1c..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-v21.json +++ /dev/null @@ -1,130 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_map.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_map.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/photo_item_foreground.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/photo_item_foreground.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/add_schedule_fab_ripple_background_off.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/add_schedule_fab_ripple_background_off.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/message_card_wifi.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/message_card_wifi.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_post_twitter.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_post_twitter.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_explore.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_explore.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_videocam.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_videocam.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/photo_item_foreground_borderless.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/photo_item_foreground_borderless.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/io_logo.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/io_logo.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_schedule.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_schedule.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/io_logo_social_anim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/io_logo_social_anim.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_info_outline.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_info_outline.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/message_card_keynote.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/message_card_keynote.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_forum.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_forum.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/message_card_credentials.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/message_card_credentials.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/message_card_after_hours.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/message_card_after_hours.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/lyft_logo.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/lyft_logo.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_settings.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_settings.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/schedule_item_touchoverlay_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/schedule_item_touchoverlay_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/add_schedule_fab_ripple_background_on.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/add_schedule_fab_ripple_background_on.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_submit_feedback.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_submit_feedback.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/schedule_item_touchoverlay.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/schedule_item_touchoverlay.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/add_schedule_button_icon_unchecked.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/add_schedule_button_icon_unchecked.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/io_logo_white_anim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/io_logo_white_anim.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/add_schedule_fab_icon_anim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/add_schedule_fab_icon_anim.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/io_logo_white_animated.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/io_logo_white_animated.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_play_circle_fill.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_play_circle_fill.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/ic_post_gplus.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/ic_post_gplus.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/popup_item_background.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/popup_item_background.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v21/io_logo_social_animated.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-v21/io_logo_social_animated.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-v23.json b/android/build/intermediates/blame/res/debug/single/drawable-v23.json deleted file mode 100644 index c3d2095..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-v23.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json deleted file mode 100644 index 5d0bcab..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json +++ /dev/null @@ -1,430 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_twitter_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_twitter_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_post_twitter_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_post_twitter_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/hash_io_15_flat.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/hash_io_15_flat.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_action_add_schedule.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_action_add_schedule.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_full_open_on_phone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_full_open_on_phone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_badge_pickup.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_badge_pickup.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_stat_notification.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_stat_notification.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/bubble_shadow.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/drawable-xhdpi-v4/bubble_shadow.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/message_card_credentials.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/message_card_credentials.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/bubble_mask.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/drawable-xhdpi-v4/bubble_mask.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/io_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/io_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_play_circle_fill_white_48dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_play_circle_fill_white_48dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_plusone_standard_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/ic_plusone_standard_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_plusone_small_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/ic_plusone_small_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/io_mark_social.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/io_mark_social.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_media_route_off_holo_light.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_media_route_off_holo_light.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/message_card_wifi.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/message_card_wifi.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_info_outline.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_info_outline.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_action_captions.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_action_captions.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_livestream_pause.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_livestream_pause.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/message_card_keynote.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/message_card_keynote.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/hexagon_mask.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/hexagon_mask.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_plusone_tall_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/ic_plusone_tall_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_browse.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_browse.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_media_route_on_holo_light.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_media_route_on_holo_light.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/map_marker_selected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/map_marker_selected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/message_card_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/message_card_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_gplus_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_gplus_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_livestream_play.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_livestream_play.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_action_remove_schedule.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_action_remove_schedule.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_post_gplus_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_post_gplus_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_plusone_medium_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/ic_plusone_medium_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/map_marker_unselected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/map_marker_unselected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_pin.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_pin.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/map_marker_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/map_marker_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_map_officehours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_map_officehours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_food.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_food.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_play_circle_fill_white_24dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_play_circle_fill_white_24dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/ic_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_text_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/common_signin_btn_icon_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/hash_io_15.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xhdpi/hash_io_15.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v21.json b/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v21.json deleted file mode 100644 index 1c9c427..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v21.json +++ /dev/null @@ -1,250 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_026.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_026.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_006.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_006.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_029.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_029.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_009.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_009.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_017.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_017.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_004.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_004.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_012.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_012.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_020.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_020.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_007.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_007.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_001.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_001.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_027.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_027.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_021.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_021.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_023.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_023.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_008.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_008.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_016.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_016.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_013.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_013.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_019.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_019.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_010.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_010.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_013.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_013.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_005.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_005.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_010.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_010.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_002.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_002.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_002.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_002.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_005.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_005.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_021.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_021.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_008.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_008.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_027.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_027.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_024.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_024.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_007.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_007.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_018.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_018.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_029.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_029.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_023.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_023.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_009.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_009.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_026.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_026.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_006.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_006.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_011.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_011.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_003.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_003.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_028.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_028.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_004.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_004.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_001.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_001.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_018.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_018.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_024.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_024.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_012.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_012.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_020.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_020.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_016.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_016.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_019.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_019.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_030.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_030.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_030.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_030.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_025.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_025.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_022.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_022.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_025.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_025.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_011.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_011.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_014.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_014.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_014.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_014.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_022.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_022.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_003.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_003.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_017.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_017.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_plus_anim_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_plus_anim_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v21/ic_done_anim_028.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi-v21/ic_done_anim_028.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json deleted file mode 100644 index bc107d8..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json +++ /dev/null @@ -1,590 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_pane_close.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_pane_close.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_submit_feedback.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_submit_feedback.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_post_twitter_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_post_twitter_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_pin.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_pin.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/message_card_credentials.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/message_card_credentials.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ratingbar_star_off_default.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ratingbar_star_off_default.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_play_circle_fill_white_48dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_play_circle_fill_white_48dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_ab_up_ltr.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_ab_up_ltr.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/message_card_keynote.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/message_card_keynote.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_item_overflow.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_item_overflow.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_video_library.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_video_library.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/hash_io_15.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/hash_io_15.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_holo_dark.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_holo_dark.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_session.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_session.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/number_ratingbar_background_off.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/number_ratingbar_background_off.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_gplus_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_gplus_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_plusone_standard_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/ic_plusone_standard_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/io_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/io_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/drawer_shadow.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/drawer_shadow.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_misc.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_misc.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/actionbar_icon.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/actionbar_icon.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_disabled_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_info_outline.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_info_outline.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_pressed_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_action_share.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_action_share.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_map.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_map.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_pressed_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/map_marker_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/map_marker_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_plusone_tall_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/ic_plusone_tall_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/bubble_mask.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/drawable-xxhdpi-v4/bubble_mask.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_action_map.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_action_map.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_my_schedule.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_my_schedule.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_officehours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_officehours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/textfield_activated.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/textfield_activated.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/message_card_after_hours.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/message_card_after_hours.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_alarm_holo_dark.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_alarm_holo_dark.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_stat_notification.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_stat_notification.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/drawer_shadow_flipped.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/drawer_shadow_flipped.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_codelab.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_codelab.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/spinner_triangle_sub.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/spinner_triangle_sub.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_play_circle_fill.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_play_circle_fill.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/deprecated_io2014_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/deprecated_io2014_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_plusone_medium_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/ic_plusone_medium_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_description.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_description.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/hash_io_15_flat.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/hash_io_15_flat.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_accounts_collapse.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_accounts_collapse.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_play_circle_fill_white_24dp.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_play_circle_fill_white_24dp.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/textfield_focused.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/textfield_focused.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/message_card_wifi.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/message_card_wifi.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_ab_close.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_ab_close.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ratingbar_star_on_focused.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ratingbar_star_on_focused.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_twitter_blue.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_twitter_blue.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/io_mark_social.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/io_mark_social.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/textfield_default.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/textfield_default.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ratingbar_star_on_default.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ratingbar_star_on_default.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/hexagon_mask.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/hexagon_mask.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/actionbar_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_badge_pickup.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_badge_pickup.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/map_marker_unselected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/map_marker_unselected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/add_schedule_button_icon_checked.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/add_schedule_button_icon_checked.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_settings.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_settings.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_plusone_small_off_client.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/ic_plusone_small_off_client.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/add_schedule_button_icon_unchecked.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/add_schedule_button_icon_unchecked.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_schedule_feedback.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_schedule_feedback.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_disabled_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_browse.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_browse.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_sandbox.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_sandbox.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/number_ratingbar_background_on.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/number_ratingbar_background_on.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_normal_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_action_search.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_action_search.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_post_gplus_white.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_post_gplus_white.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/map_marker_selected.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/map_marker_selected.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_food.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_food.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/spinner_triangle.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/spinner_triangle.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/bubble_shadow.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/drawable-xxhdpi-v4/bubble_shadow.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_action_social_stream.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_action_social_stream.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_normal_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_social.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_social.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_full_open_on_phone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_full_open_on_phone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ratingbar_star_off_focused.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ratingbar_star_off_focused.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/bottom_shadow.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/bottom_shadow.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_action_filter.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_action_filter.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_focus_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/card_bg.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/card_bg.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_map_moscone.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_map_moscone.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_ab_drawer.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_ab_drawer.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_live_now.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_live_now.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_videocam_grey.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_videocam_grey.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_accounts_expand.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_accounts_expand.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/indicator_in_schedule.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/indicator_in_schedule.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_navview_explore.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable-xxhdpi/ic_navview_explore.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_icon_disabled_focus_dark.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/common_signin_btn_text_disabled_light.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json deleted file mode 100644 index 9974b9e..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json +++ /dev/null @@ -1,78 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable.json b/android/build/intermediates/blame/res/debug/single/drawable.json deleted file mode 100644 index 758f436..0000000 --- a/android/build/intermediates/blame/res/debug/single/drawable.json +++ /dev/null @@ -1,234 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/transparent_background_pattern.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/transparent_background_pattern.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/circle_mask.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/circle_mask.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/ratingbar_star_filled.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/ratingbar_star_filled.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/button_color.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/button_color.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/more_button_background.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/more_button_background.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/session_detail_photo_gradient.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/session_detail_photo_gradient.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/schedule_background_mask.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/schedule_background_mask.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/design_fab_background.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/drawable/design_fab_background.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/page_margin.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/page_margin.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/common_signin_btn_icon_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable/common_signin_btn_icon_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/photo_banner_scrim.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/photo_banner_scrim.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/ratingbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/ratingbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/circle_border_focused.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/circle_border_focused.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/circle_border.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/circle_border.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/circle_border_pressed.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/circle_border_pressed.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/schedule_item_free.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/schedule_item_free.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/schedule_item_session.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/schedule_item_session.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/ic_up.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/ic_up.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/ratingbar_star_empty.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/ratingbar_star_empty.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/navdrawer_item_background.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/navdrawer_item_background.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/edit_text.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/edit_text.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/below_shadow.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/below_shadow.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/session_tag_chip.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/session_tag_chip.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/common_signin_btn_text_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable/common_signin_btn_text_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/schedule_item_break.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/schedule_item_break.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/common_signin_btn_icon_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable/common_signin_btn_icon_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/common_signin_btn_text_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.0.0/res/drawable/common_signin_btn_text_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/above_shadow.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/above_shadow.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/deprecated_navdrawer_default_cover.jpg", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/deprecated_navdrawer_default_cover.jpg" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/io_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/io_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/design_snackbar_background.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/drawable/design_snackbar_background.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/inset_divider_top_only.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/inset_divider_top_only.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/number_ratingbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/number_ratingbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/inset_divider.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/inset_divider.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/schedule_item_touchoverlay.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/schedule_item_touchoverlay.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/drawable/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/drawable/actionbar_logo.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout-land.json b/android/build/intermediates/blame/res/debug/single/layout-land.json deleted file mode 100644 index 0ef9b88..0000000 --- a/android/build/intermediates/blame/res/debug/single/layout-land.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout-land/social_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout-land/social_frag.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout-ldrtl-v17.json b/android/build/intermediates/blame/res/debug/single/layout-ldrtl-v17.json deleted file mode 100644 index b4fed8a..0000000 --- a/android/build/intermediates/blame/res/debug/single/layout-ldrtl-v17.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout-ldrtl-v17/explore_io_card_header_with_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout-ldrtl/explore_io_card_header_with_button.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout-sw600dp-v13.json b/android/build/intermediates/blame/res/debug/single/layout-sw600dp-v13.json deleted file mode 100644 index 65bfa3a..0000000 --- a/android/build/intermediates/blame/res/debug/single/layout-sw600dp-v13.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout-sw600dp-v13/design_layout_snackbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout-sw600dp/design_layout_snackbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout-sw600dp-v13/map_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout-sw600dp/map_act.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout-w560dp-v13.json b/android/build/intermediates/blame/res/debug/single/layout-w560dp-v13.json deleted file mode 100644 index c670d4f..0000000 --- a/android/build/intermediates/blame/res/debug/single/layout-w560dp-v13.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout-w560dp-v13/explore_io_keynote_stream_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout-w560dp/explore_io_keynote_stream_item.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout.json b/android/build/intermediates/blame/res/debug/single/layout.json deleted file mode 100644 index 52ab6d2..0000000 --- a/android/build/intermediates/blame/res/debug/single/layout.json +++ /dev/null @@ -1,542 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/reserve_action_bar_space_header_view.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/reserve_action_bar_space_header_view.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_debug_action_showdrivefiles.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_debug_action_showdrivefiles.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_navigation_item_subheader.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_navigation_item_subheader.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_live_now_badge.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_live_now_badge.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_message_card_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_message_card_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/session_feedback_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/session_feedback_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_hashtags.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_hashtags.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_topic_more_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_topic_more_button.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_topic_theme_livestream_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_topic_theme_livestream_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_account.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_account.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/debug_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/debug_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_welcome.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_welcome.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/social_icons_vertical.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/social_icons_vertical.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_filter_panel.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_filter_panel.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_info_content.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_info_content.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_search.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_search.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_card_container.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_card_container.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_media.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/message_card.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/message_card.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_search_result.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_search_result.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_about.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_about.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/social_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/social_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/welcome_tos_fragment.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/welcome_tos_fragment.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_session_hero_narrow.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_session_hero_narrow.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/fragment_edit_note.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/fragment_edit_note.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_item_session.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_item_session.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_layout_snackbar_include.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_layout_snackbar_include.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/navdrawer.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/navdrawer.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_navigation_menu.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_navigation_menu.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/navdrawer_separator.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/navdrawer_separator.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_keynote_stream_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_keynote_stream_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/card_header_with_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/card_header_with_button.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_more_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_more_button.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_media_action.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/navview_header_view.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/navview_header_view.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/social_icons_horizontal.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/social_icons_horizontal.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/fragment_session_captions.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/fragment_session_captions.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/deprecated_include_butter_bar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/deprecated_include_butter_bar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/navdrawer_item_view.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/navdrawer_item_view.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/widget.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/widget.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/tab_my_schedule.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/tab_my_schedule.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_explore_header.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_explore_header.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/widget_schedule_header.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/widget_schedule_header.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_add_schedule_fab.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_add_schedule_fab.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_my_schedule_wide.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_my_schedule_wide.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_navigation_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_navigation_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/toolbar_actionbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/toolbar_actionbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_session_tag_chip.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_session_tag_chip.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/tab_indicator.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/tab_indicator.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/my_schedule_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/my_schedule_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/navdrawer_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/navdrawer_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_layout_tab_icon.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_layout_tab_icon.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/settings_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/settings_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/text_bubble.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.maps.android/android-maps-utils/0.3.4/res/layout/text_bubble.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_filtered_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_filtered_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_card_header_with_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_card_header_with_button.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/welcome_attending_fragment.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/welcome_attending_fragment.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_act_alt_drawer_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_act_alt_drawer_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_session_summarized.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_session_summarized.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/widget_schedule_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/widget_schedule_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/fragment_my_schedule.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/fragment_my_schedule.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/welcome_account_fragment.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/welcome_account_fragment.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_session_link.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_session_link.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_list_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_list_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_session_hero_wide.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_session_hero_wide.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_library_filter_radio_button.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_library_filter_radio_button.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/session_detail_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/session_detail_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/fragment_session_summary.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/fragment_session_summary.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/session_detail_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/session_detail_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/social_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/social_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_topic_theme_livestream_card_container.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_topic_theme_livestream_card_container.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/speaker_detail.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/speaker_detail.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/debug_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/debug_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_info_bottom.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_info_bottom.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/toolbar_actionbar_with_headerbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/toolbar_actionbar_with_headerbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_layout_tab_text.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_layout_tab_text.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/toolbar_actionbar_keyline_insets.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/toolbar_actionbar_keyline_insets.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_my_schedule_narrow.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_my_schedule_narrow.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_hashtag_hero.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_hashtag_hero.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/video_lib_card_container.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/video_lib_card_container.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_navigation_item_separator.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_navigation_item_separator.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_list_item_livestream_alt_drawer.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_list_item_livestream_alt_drawer.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/list_item_session.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/list_item_session.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_search_view.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_navigation_item_header.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_navigation_item_header.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/activity_singlepane_empty.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/activity_singlepane_empty.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/session_feedback_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/session_feedback_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_io_act.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_io_act.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/design_layout_snackbar.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.android.support/design/23.0.1/res/layout/design_layout_snackbar.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_frag.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_frag.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/map_info_inline.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/map_info_inline.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_list_item_alt_header.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_list_item_alt_header.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/welcome_conduct_fragment.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/welcome_conduct_fragment.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/explore_sessions_list_item_alt_drawer.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/explore_sessions_list_item_alt_drawer.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/layout/include_link_row.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/layout/include_link_row.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/menu.json b/android/build/intermediates/blame/res/debug/single/menu.json deleted file mode 100644 index db4f985..0000000 --- a/android/build/intermediates/blame/res/debug/single/menu.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/my_schedule.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/my_schedule.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/explore_sessions_filtered.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/explore_sessions_filtered.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/session_detail.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/session_detail.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/session_livestream.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/session_livestream.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/video_library_filtered.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/video_library_filtered.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/navview_menu.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/navview_menu.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/menu/explore_io_menu.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/menu/explore_io_menu.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json b/android/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json deleted file mode 100644 index aca3387..0000000 --- a/android/build/intermediates/blame/res/debug/single/mipmap-hdpi-v4.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-hdpi-v4/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-hdpi/actionbar_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-hdpi-v4/ic_launcher.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-hdpi/ic_launcher.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json b/android/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json deleted file mode 100644 index a30255f..0000000 --- a/android/build/intermediates/blame/res/debug/single/mipmap-mdpi-v4.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-mdpi-v4/ic_launcher.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-mdpi/ic_launcher.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-mdpi-v4/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-mdpi/actionbar_logo.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json deleted file mode 100644 index 59cc8d0..0000000 --- a/android/build/intermediates/blame/res/debug/single/mipmap-xhdpi-v4.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-xhdpi/actionbar_logo.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-xhdpi-v4/ic_launcher.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-xhdpi/ic_launcher.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json deleted file mode 100644 index 02554d5..0000000 --- a/android/build/intermediates/blame/res/debug/single/mipmap-xxhdpi-v4.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-xxhdpi/ic_launcher.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json deleted file mode 100644 index 3cc4676..0000000 --- a/android/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi-v4.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/ic_launcher.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-xxxhdpi/ic_launcher.png" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/mipmap-xxxhdpi-v4/actionbar_logo.png", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/mipmap-xxxhdpi/actionbar_logo.png" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/raw.json b/android/build/intermediates/blame/res/debug/single/raw.json deleted file mode 100644 index b1d44fb..0000000 --- a/android/build/intermediates/blame/res/debug/single/raw.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/raw/bootstrap_data.json", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/raw/bootstrap_data.json" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/raw/gtm_analytics", - "source": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/exploded-aar/com.google.android.gms/play-services-analytics/7.0.0/res/raw/gtm_analytics" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/transition-v21.json b/android/build/intermediates/blame/res/debug/single/transition-v21.json deleted file mode 100644 index 98666be..0000000 --- a/android/build/intermediates/blame/res/debug/single/transition-v21.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/transition-v21/shared_element.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/transition-v21/shared_element.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/transition-v21/window_enter_exit.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/transition-v21/window_enter_exit.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/xml.json b/android/build/intermediates/blame/res/debug/single/xml.json deleted file mode 100644 index cff6899..0000000 --- a/android/build/intermediates/blame/res/debug/single/xml.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/searchable.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/searchable.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/analytics_release.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/analytics_release.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/analytics_debug.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/analytics_debug.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/syncadapter.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/syncadapter.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/settings_prefs.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/settings_prefs.xml" - }, - { - "merged": "/root/Desktop/AndroidLab/iosched/android/build/intermediates/res/merged/debug/xml/widgetinfo.xml", - "source": "/root/Desktop/AndroidLab/iosched/android/src/main/res/xml/widgetinfo.xml" - } -] \ No newline at end of file diff --git a/android/build/intermediates/classes/debug/android/support/design/R$anim.class b/android/build/intermediates/classes/debug/android/support/design/R$anim.class deleted file mode 100644 index c9fa48b..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$anim.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$attr.class b/android/build/intermediates/classes/debug/android/support/design/R$attr.class deleted file mode 100644 index e5897cd..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$bool.class b/android/build/intermediates/classes/debug/android/support/design/R$bool.class deleted file mode 100644 index c1444e7..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$bool.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$color.class b/android/build/intermediates/classes/debug/android/support/design/R$color.class deleted file mode 100644 index acaeded..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$dimen.class b/android/build/intermediates/classes/debug/android/support/design/R$dimen.class deleted file mode 100644 index 51089b9..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$dimen.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$drawable.class b/android/build/intermediates/classes/debug/android/support/design/R$drawable.class deleted file mode 100644 index 50547c5..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$id.class b/android/build/intermediates/classes/debug/android/support/design/R$id.class deleted file mode 100644 index 67e6d20..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$integer.class b/android/build/intermediates/classes/debug/android/support/design/R$integer.class deleted file mode 100644 index bfa55ba..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$layout.class b/android/build/intermediates/classes/debug/android/support/design/R$layout.class deleted file mode 100644 index 2459874..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$layout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$string.class b/android/build/intermediates/classes/debug/android/support/design/R$string.class deleted file mode 100644 index 0039d2d..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$style.class b/android/build/intermediates/classes/debug/android/support/design/R$style.class deleted file mode 100644 index d06a217..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R$styleable.class b/android/build/intermediates/classes/debug/android/support/design/R$styleable.class deleted file mode 100644 index 5a070ae..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/design/R.class b/android/build/intermediates/classes/debug/android/support/design/R.class deleted file mode 100644 index 5acb88b..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/design/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index f085038..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index cac610e..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index e646637..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class deleted file mode 100644 index eb677a4..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index 98a05bc..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 1870f1e..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class deleted file mode 100644 index f50cbbf..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index 558ef38..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index 55b6545..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class deleted file mode 100644 index f6d6c1f..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 6f7c702..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index 333884f..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/android/build/intermediates/classes/debug/android/support/v7/appcompat/R.class deleted file mode 100644 index b148f1c..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class deleted file mode 100644 index 8517ab3..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class deleted file mode 100644 index 70efb7e..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class deleted file mode 100644 index 670552d..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$dimen.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class deleted file mode 100644 index 376de22..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class deleted file mode 100644 index eada045..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/android/support/v7/cardview/R.class b/android/build/intermediates/classes/debug/android/support/v7/cardview/R.class deleted file mode 100644 index 291d0db..0000000 Binary files a/android/build/intermediates/classes/debug/android/support/v7/cardview/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$attr.class deleted file mode 100644 index 9725843..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$color.class deleted file mode 100644 index 2232685..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$drawable.class deleted file mode 100644 index 089ae28..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$id.class deleted file mode 100644 index 4ec4770..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$integer.class deleted file mode 100644 index 3290aad..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$raw.class deleted file mode 100644 index 751344a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$string.class deleted file mode 100644 index 2f035a1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$style.class deleted file mode 100644 index d98d931..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/R$styleable.class deleted file mode 100644 index 8814a9a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/R.class deleted file mode 100644 index 8caea73..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$attr.class deleted file mode 100644 index 407aec9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$color.class deleted file mode 100644 index 120f701..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$drawable.class deleted file mode 100644 index 36c0b5b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$id.class deleted file mode 100644 index aa49da9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$integer.class deleted file mode 100644 index cafd487..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$raw.class deleted file mode 100644 index e3e0369..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$string.class deleted file mode 100644 index c7cadea..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$style.class deleted file mode 100644 index 5961db9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$styleable.class deleted file mode 100644 index d8a0f0d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R.class deleted file mode 100644 index 31dae4f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/analytics/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$attr.class deleted file mode 100644 index 235773c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$color.class deleted file mode 100644 index 506ce9b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$drawable.class deleted file mode 100644 index 522d859..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$id.class deleted file mode 100644 index 3c634da..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$integer.class deleted file mode 100644 index 65b0d2d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$raw.class deleted file mode 100644 index dfb4f94..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$string.class deleted file mode 100644 index 6ccf9ad..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$style.class deleted file mode 100644 index e1f3479..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$styleable.class deleted file mode 100644 index c122f5b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/drive/R.class deleted file mode 100644 index 9338cf7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/drive/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$attr.class deleted file mode 100644 index 29c2611..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$color.class deleted file mode 100644 index 150def4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$drawable.class deleted file mode 100644 index fa5aa0e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$id.class deleted file mode 100644 index 6ef4192..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$integer.class deleted file mode 100644 index 5a94f03..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$raw.class deleted file mode 100644 index d1d46e7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$string.class deleted file mode 100644 index eb88160..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$style.class deleted file mode 100644 index 0ef2886..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$styleable.class deleted file mode 100644 index 8300a71..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/maps/R.class deleted file mode 100644 index c9039e9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/maps/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$attr.class deleted file mode 100644 index 970aee7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$color.class deleted file mode 100644 index ecaee18..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$drawable.class deleted file mode 100644 index e9577da..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$id.class deleted file mode 100644 index d0ce9c7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$integer.class deleted file mode 100644 index b69b4cf..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$raw.class deleted file mode 100644 index 2874a03..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$string.class deleted file mode 100644 index 10fffe3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$style.class deleted file mode 100644 index a32178c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$styleable.class deleted file mode 100644 index 57924c3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/plus/R.class deleted file mode 100644 index 75c6b9b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/plus/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$attr.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$attr.class deleted file mode 100644 index be694a5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$color.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$color.class deleted file mode 100644 index f4a3d01..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$drawable.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$drawable.class deleted file mode 100644 index c20f445..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$id.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$id.class deleted file mode 100644 index 27e0f73..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$integer.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$integer.class deleted file mode 100644 index d0679fb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$raw.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$raw.class deleted file mode 100644 index 8e01049..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$string.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$string.class deleted file mode 100644 index fc3e38d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$style.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$style.class deleted file mode 100644 index 01c431b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$styleable.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$styleable.class deleted file mode 100644 index 6a82203..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R.class b/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R.class deleted file mode 100644 index 5611f7a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/android/gms/wearable/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$attr.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$attr.class deleted file mode 100644 index 59a413c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$color.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$color.class deleted file mode 100644 index 8b31a3f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$drawable.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$drawable.class deleted file mode 100644 index 64732ac..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$id.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$id.class deleted file mode 100644 index dc7849e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$integer.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$integer.class deleted file mode 100644 index 733978a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$layout.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$layout.class deleted file mode 100644 index aaab01d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$layout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$raw.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$raw.class deleted file mode 100644 index c2f68e9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$string.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$string.class deleted file mode 100644 index 314b5e9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$style.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$style.class deleted file mode 100644 index e48e178..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R$styleable.class b/android/build/intermediates/classes/debug/com/google/maps/android/R$styleable.class deleted file mode 100644 index ce758f5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/maps/android/R.class b/android/build/intermediates/classes/debug/com/google/maps/android/R.class deleted file mode 100644 index abd26d2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/maps/android/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication$1.class deleted file mode 100644 index 5b24094..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication.class deleted file mode 100644 index 4db5476..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/AppApplication.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/BuildConfig.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/BuildConfig.class deleted file mode 100644 index c420ab9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/BuildConfig.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config$Tags.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config$Tags.class deleted file mode 100644 index 27c5f98..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config$Tags.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config.class deleted file mode 100644 index db18e69..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Config.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest$permission.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest$permission.class deleted file mode 100644 index bf8e0a8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest$permission.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest.class deleted file mode 100644 index 2bac270..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/Manifest.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$anim.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$anim.class deleted file mode 100644 index 5210b12..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$anim.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$attr.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$attr.class deleted file mode 100644 index 2c2ca00..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$bool.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$bool.class deleted file mode 100644 index 2a0ccdb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$bool.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$color.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$color.class deleted file mode 100644 index 175a4a0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$color.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$dimen.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$dimen.class deleted file mode 100644 index aad4782..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$dimen.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$drawable.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$drawable.class deleted file mode 100644 index 72b3284..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$fraction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$fraction.class deleted file mode 100644 index cab9cd0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$fraction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$id.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$id.class deleted file mode 100644 index 99ea542..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$integer.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$integer.class deleted file mode 100644 index 784887b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$integer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$layout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$layout.class deleted file mode 100644 index 450c8aa..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$layout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$menu.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$menu.class deleted file mode 100644 index 82326fd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$menu.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$mipmap.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$mipmap.class deleted file mode 100644 index 53b421a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$mipmap.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$plurals.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$plurals.class deleted file mode 100644 index 5edff09..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$plurals.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$raw.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$raw.class deleted file mode 100644 index 861d56b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$raw.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$string.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$string.class deleted file mode 100644 index 32c2726..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$string.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$style.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$style.class deleted file mode 100644 index c707136..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$style.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$styleable.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$styleable.class deleted file mode 100644 index 4ff2a04..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$transition.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$transition.class deleted file mode 100644 index 71f6ac7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$transition.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$xml.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$xml.class deleted file mode 100644 index ea6f470..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R$xml.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R.class deleted file mode 100644 index f11f907..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/R.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity$1.class deleted file mode 100644 index ef642c8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity.class deleted file mode 100644 index 8cf32b6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/about/AboutActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetProvider.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetProvider.class deleted file mode 100644 index 89ef4ce..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetProvider.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService$WidgetRemoteViewsFactory.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService$WidgetRemoteViewsFactory.class deleted file mode 100644 index 6b77866..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService$WidgetRemoteViewsFactory.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService.class deleted file mode 100644 index 73aad72..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/appwidget/ScheduleWidgetRemoteViewsService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction$Callback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction$Callback.class deleted file mode 100644 index 560b4de..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction$Callback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction.class deleted file mode 100644 index 8f2db23..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugActivity.class deleted file mode 100644 index 234dcd1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$1.class deleted file mode 100644 index 05cc72d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$10.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$10.class deleted file mode 100644 index 6c9b594..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$10.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$11.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$11.class deleted file mode 100644 index 8c7c568..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$11.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$12.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$12.class deleted file mode 100644 index 5260950..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$12.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$13.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$13.class deleted file mode 100644 index 3e56695..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$13.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14$1.class deleted file mode 100644 index ab87d3b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14.class deleted file mode 100644 index 7be5290..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$14.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$2.class deleted file mode 100644 index 8a7d19a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$3.class deleted file mode 100644 index 038b629..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$4.class deleted file mode 100644 index af1ede5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$5.class deleted file mode 100644 index 8b8d626..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$6.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$6.class deleted file mode 100644 index 52f009c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$6.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$7.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$7.class deleted file mode 100644 index 2eab726..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$7.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$8.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$8.class deleted file mode 100644 index b6def85..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$8.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$9.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$9.class deleted file mode 100644 index fb033f3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment$9.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment.class deleted file mode 100644 index 5ef2d6e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/DebugFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction$1.class deleted file mode 100644 index 1d654bf..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction.class deleted file mode 100644 index 5f4dceb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/DisplayUserDataDebugAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction$1.class deleted file mode 100644 index fee7c8e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction.class deleted file mode 100644 index 8c5f1e0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceAppDataSyncNowAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction$1.class deleted file mode 100644 index a4d6f37..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction.class deleted file mode 100644 index aec425e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ForceSyncNowAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ScheduleStarredSessionAlarmsAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ScheduleStarredSessionAlarmsAction.class deleted file mode 100644 index 826c52f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ScheduleStarredSessionAlarmsAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowAllDriveFilesDebugAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowAllDriveFilesDebugAction.class deleted file mode 100644 index 76c8f37..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowAllDriveFilesDebugAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowSessionNotificationDebugAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowSessionNotificationDebugAction.class deleted file mode 100644 index d0e92ee..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ShowSessionNotificationDebugAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction$1.class deleted file mode 100644 index 1e75037..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction.class deleted file mode 100644 index 771260e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/TestScheduleHelperAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$1.class deleted file mode 100644 index 56934f4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$FetchDataTask.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$FetchDataTask.class deleted file mode 100644 index 3017347..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity$FetchDataTask.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity.class deleted file mode 100644 index 79822b9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/debug/actions/ViewFilesInAppFolderActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOActivity.class deleted file mode 100644 index 2c7365b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$1.class deleted file mode 100644 index 337e1c2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$2.class deleted file mode 100644 index 42df826..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$3.class deleted file mode 100644 index 9641c34..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$4.class deleted file mode 100644 index 9679801..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment.class deleted file mode 100644 index 3f34af2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreIOFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreQueryEnum.class deleted file mode 100644 index 8f3c822..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreUserActionEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreUserActionEnum.class deleted file mode 100644 index e6162d8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel$ExploreUserActionEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel.class deleted file mode 100644 index f416116..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$1.class deleted file mode 100644 index 8dcd4aa..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$2.class deleted file mode 100644 index 91d243a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$3.class deleted file mode 100644 index 31900f3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$1.class deleted file mode 100644 index 9c5813f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$2.class deleted file mode 100644 index d14865e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter.class deleted file mode 100644 index f7fea07..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity$TagAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity.class deleted file mode 100644 index 5a9fddb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$1.class deleted file mode 100644 index efb6970..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$ExploreSessionsQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$ExploreSessionsQuery.class deleted file mode 100644 index e4cbb82..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$ExploreSessionsQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SearchHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SearchHandler.class deleted file mode 100644 index a1edecd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SearchHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SessionsAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SessionsAdapter.class deleted file mode 100644 index 8d5d9a3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment$SessionsAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment.class deleted file mode 100644 index 765426d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/ExploreSessionsFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$1.class deleted file mode 100644 index 2eaf930..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$2.class deleted file mode 100644 index fa8cf7e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$3.class deleted file mode 100644 index 37a9013..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$4.class deleted file mode 100644 index c8ed735..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$5.class deleted file mode 100644 index bff37f1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$6.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$6.class deleted file mode 100644 index efe9a8c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$6.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$7.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$7.class deleted file mode 100644 index b6c3e57..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$7.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$8.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$8.class deleted file mode 100644 index f6f0b09..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$8.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$9.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$9.class deleted file mode 100644 index d0ea427..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper$9.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper.class deleted file mode 100644 index b53d437..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/MessageCardHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder$1.class deleted file mode 100644 index 07b8d8d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder.class deleted file mode 100644 index 91c548f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/TagFilterHolder.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ItemGroup.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ItemGroup.class deleted file mode 100644 index 7c52f15..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ItemGroup.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/LiveStreamData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/LiveStreamData.class deleted file mode 100644 index c0bc1de..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/LiveStreamData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/MessageData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/MessageData.class deleted file mode 100644 index 8f6bea4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/MessageData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/SessionData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/SessionData.class deleted file mode 100644 index 0c6441c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/SessionData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ThemeGroup.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ThemeGroup.class deleted file mode 100644 index 8ae50d6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/ThemeGroup.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/TopicGroup.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/TopicGroup.class deleted file mode 100644 index 33dc3b5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/explore/data/TopicGroup.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackApiHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackApiHelper.class deleted file mode 100644 index 48ee986..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackApiHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackConstants.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackConstants.class deleted file mode 100644 index 9fe477e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackConstants.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackHelper.class deleted file mode 100644 index 50d314b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackSyncHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackSyncHelper.class deleted file mode 100644 index d576667..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackSyncHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1$1.class deleted file mode 100644 index f3f85dd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1.class deleted file mode 100644 index f4020ca..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService.class deleted file mode 100644 index 03a9a24..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/FeedbackWearableListenerService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity$1.class deleted file mode 100644 index d59cc52..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity.class deleted file mode 100644 index 820790c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$1.class deleted file mode 100644 index 7a42eec..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$2.class deleted file mode 100644 index ab23396..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment.class deleted file mode 100644 index 4f92e0b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackData.class deleted file mode 100644 index 9a1a5e4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackQueryEnum.class deleted file mode 100644 index 0eb4e3b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackUserActionEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackUserActionEnum.class deleted file mode 100644 index 9b7a079..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel$SessionFeedbackUserActionEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel.class deleted file mode 100644 index 9f926ce..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/feedback/SessionFeedbackModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/FragmentListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/FragmentListener.class deleted file mode 100644 index 8d795c8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/FragmentListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/LoaderIdlingResource.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/LoaderIdlingResource.class deleted file mode 100644 index 1ae7802..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/LoaderIdlingResource.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Model.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Model.class deleted file mode 100644 index 5b12fdc..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Model.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Presenter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Presenter.class deleted file mode 100644 index deb2df5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/Presenter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl$1.class deleted file mode 100644 index 5ef9918..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl.class deleted file mode 100644 index 10fbd30..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/PresenterFragmentImpl.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnum.class deleted file mode 100644 index ec74480..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnumHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnumHelper.class deleted file mode 100644 index f81fb2a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/QueryEnumHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView$UserActionListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView$UserActionListener.class deleted file mode 100644 index 123fab2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView$UserActionListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView.class deleted file mode 100644 index d2b8356..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UpdatableView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UserActionEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UserActionEnum.class deleted file mode 100644 index 911378e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/framework/UserActionEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMCommand.class deleted file mode 100644 index 987911c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMIntentService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMIntentService.class deleted file mode 100644 index f69e77e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMIntentService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMRedirectedBroadcastReceiver.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMRedirectedBroadcastReceiver.class deleted file mode 100644 index bc36a45..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/GCMRedirectedBroadcastReceiver.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/ServerUtilities.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/ServerUtilities.class deleted file mode 100644 index dd5bde2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/ServerUtilities.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/AnnouncementCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/AnnouncementCommand.class deleted file mode 100644 index f0bd7e1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/AnnouncementCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand$NotificationCommandModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand$NotificationCommandModel.class deleted file mode 100644 index 2b33efc..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand$NotificationCommandModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand.class deleted file mode 100644 index 4e37931..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/NotificationCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand$SyncData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand$SyncData.class deleted file mode 100644 index fefbe4d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand$SyncData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand.class deleted file mode 100644 index a29328c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand$SyncData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand$SyncData.class deleted file mode 100644 index 5cff1cb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand$SyncData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand.class deleted file mode 100644 index 6862df0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/SyncUserCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/TestCommand.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/TestCommand.class deleted file mode 100644 index ce78a15..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/gcm/command/TestCommand.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/BlocksHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/BlocksHandler.class deleted file mode 100644 index e58be0f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/BlocksHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HandlerException.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HandlerException.class deleted file mode 100644 index f359767..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HandlerException.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HashtagsHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HashtagsHandler.class deleted file mode 100644 index 126b1f1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/HashtagsHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/JSONHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/JSONHandler.class deleted file mode 100644 index edf9b04..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/JSONHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/MapPropertyHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/MapPropertyHandler.class deleted file mode 100644 index 63da41c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/MapPropertyHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/RoomsHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/RoomsHandler.class deleted file mode 100644 index bb7e23b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/RoomsHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SearchSuggestHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SearchSuggestHandler.class deleted file mode 100644 index 10cf61e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SearchSuggestHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler$SessionHashcodeQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler$SessionHashcodeQuery.class deleted file mode 100644 index fa9580e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler$SessionHashcodeQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler.class deleted file mode 100644 index e5553e1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SessionsHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler$SpeakerHashcodeQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler$SpeakerHashcodeQuery.class deleted file mode 100644 index f99bbda..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler$SpeakerHashcodeQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler.class deleted file mode 100644 index 5e90b22..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/SpeakersHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/TagsHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/TagsHandler.class deleted file mode 100644 index e580b91..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/TagsHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler$VideoHashcodeQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler$VideoHashcodeQuery.class deleted file mode 100644 index c7ea068..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler$VideoHashcodeQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler.class deleted file mode 100644 index 15b76e7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/VideosHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/MapData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/MapData.class deleted file mode 100644 index f8eed1f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/MapData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Marker.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Marker.class deleted file mode 100644 index 00a19c8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Marker.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Tile.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Tile.class deleted file mode 100644 index b3054d3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/map/model/Tile.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Block.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Block.class deleted file mode 100644 index 300a325..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Block.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/DataManifest.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/DataManifest.class deleted file mode 100644 index 7d244f4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/DataManifest.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Hashtag.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Hashtag.class deleted file mode 100644 index 8618733..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Hashtag.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Room.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Room.class deleted file mode 100644 index 2d58ded..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Room.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session$RelatedContent.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session$RelatedContent.class deleted file mode 100644 index ac5660f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session$RelatedContent.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session.class deleted file mode 100644 index 5424387..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Session.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Speaker.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Speaker.class deleted file mode 100644 index 9f60a99..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Speaker.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Tag.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Tag.class deleted file mode 100644 index 40f88ed..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Tag.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Video.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Video.class deleted file mode 100644 index 9c20e55..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/io/model/Video.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment$1.class deleted file mode 100644 index 6bc3e37..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment.class deleted file mode 100644 index 7e1a3cc..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/InlineInfoFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity$1.class deleted file mode 100644 index d1fcaf8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity.class deleted file mode 100644 index 85e7278..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$1.class deleted file mode 100644 index 4052f66..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$2.class deleted file mode 100644 index 827b64e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$3.class deleted file mode 100644 index eadaae6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$4.class deleted file mode 100644 index 8423686..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$Callbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$Callbacks.class deleted file mode 100644 index d82c07e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment$Callbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment.class deleted file mode 100644 index fbef04e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$1.class deleted file mode 100644 index fe322c1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$2.class deleted file mode 100644 index 505ef81..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$Callback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$Callback.class deleted file mode 100644 index f0273a2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$Callback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter$ItemHolder.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter$ItemHolder.class deleted file mode 100644 index f134525..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter$ItemHolder.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter.class deleted file mode 100644 index 4818087..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment$SessionAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment.class deleted file mode 100644 index 7101692..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/MapInfoFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$1.class deleted file mode 100644 index 744655e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$2.class deleted file mode 100644 index a624a3b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment.class deleted file mode 100644 index a9fe39d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/SlideableInfoFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/CachedTileProvider.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/CachedTileProvider.class deleted file mode 100644 index e07d80b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/CachedTileProvider.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerEntry.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerEntry.class deleted file mode 100644 index a6caf2b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerEntry.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerQuery.class deleted file mode 100644 index 64d3b2a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask$MarkerQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask.class deleted file mode 100644 index e9f025a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerLoadingTask.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerModel.class deleted file mode 100644 index dd3e31e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/MarkerModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader$Query.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader$Query.class deleted file mode 100644 index 7b33c48..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader$Query.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader.class deleted file mode 100644 index 3595c14..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/OverviewSessionLoader.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$1.class deleted file mode 100644 index 342560b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGenerator.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGenerator.class deleted file mode 100644 index 73d65d1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGenerator.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGeneratorPool.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGeneratorPool.class deleted file mode 100644 index 28f9b94..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider$TileGeneratorPool.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider.class deleted file mode 100644 index 9daa3e5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SVGTileProvider.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SessionLoader.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SessionLoader.class deleted file mode 100644 index 93975a7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SessionLoader.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader$Query.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader$Query.class deleted file mode 100644 index 260fbb5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader$Query.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader.class deleted file mode 100644 index 8407a46..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/SingleSessionLoader.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$OverlayQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$OverlayQuery.class deleted file mode 100644 index a9c4bf3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$OverlayQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$TileEntry.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$TileEntry.class deleted file mode 100644 index a01a1ab..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask$TileEntry.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask.class deleted file mode 100644 index eab4595..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/map/util/TileLoadingTask.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$1.class deleted file mode 100644 index 5fd685c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$BlocksQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$BlocksQuery.class deleted file mode 100644 index 621721d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$BlocksQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsCounterQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsCounterQuery.class deleted file mode 100644 index 903ce52..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsCounterQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsQuery.class deleted file mode 100644 index 2fefb25..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper$SessionsQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper.class deleted file mode 100644 index c6ab85f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItem.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItem.class deleted file mode 100644 index c5a5637..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItem.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper$1.class deleted file mode 100644 index e254414..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper.class deleted file mode 100644 index 2682b36..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/ScheduleItemHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$1.class deleted file mode 100644 index 2096f7d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$Tag.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$Tag.class deleted file mode 100644 index 6f67616..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$Tag.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$TagsQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$TagsQueryEnum.class deleted file mode 100644 index 0cffae8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata$TagsQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata.class deleted file mode 100644 index 96fd2c7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/model/TagMetadata.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$1.class deleted file mode 100644 index c9428d4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$2.class deleted file mode 100644 index 769b0ce..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$3.class deleted file mode 100644 index 1915dde..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$4.class deleted file mode 100644 index f50876b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$5.class deleted file mode 100644 index 50ae010..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$6.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$6.class deleted file mode 100644 index 2d4e637..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$6.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$OurViewPagerAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$OurViewPagerAdapter.class deleted file mode 100644 index 3de4ced..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$OurViewPagerAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$UpdateUIRunnable.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$UpdateUIRunnable.class deleted file mode 100644 index 45c8c4b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity$UpdateUIRunnable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity.class deleted file mode 100644 index 6ab6469..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$1.class deleted file mode 100644 index 6910834..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$2.class deleted file mode 100644 index 6e887fb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$ViewHolder.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$ViewHolder.class deleted file mode 100644 index bc6354b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter$ViewHolder.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter.class deleted file mode 100644 index ded91fd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment$Listener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment$Listener.class deleted file mode 100644 index 4798f68..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment$Listener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment.class deleted file mode 100644 index b4b5098..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView$1.class deleted file mode 100644 index 61eed68..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView.class deleted file mode 100644 index 0813ec8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/myschedule/MyScheduleView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Announcements.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Announcements.class deleted file mode 100644 index b904565..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Announcements.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$AnnouncementsColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$AnnouncementsColumns.class deleted file mode 100644 index 3b35fde..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$AnnouncementsColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Blocks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Blocks.class deleted file mode 100644 index 17eee44..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Blocks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$BlocksColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$BlocksColumns.class deleted file mode 100644 index 854e18c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$BlocksColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Feedback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Feedback.class deleted file mode 100644 index efdda7e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Feedback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$FeedbackColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$FeedbackColumns.class deleted file mode 100644 index 2af3729..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$FeedbackColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$HashtagColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$HashtagColumns.class deleted file mode 100644 index cefdc19..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$HashtagColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Hashtags.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Hashtags.class deleted file mode 100644 index 7eb2ee3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Hashtags.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkerColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkerColumns.class deleted file mode 100644 index 994f183..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkerColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkers.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkers.class deleted file mode 100644 index a3b194d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapMarkers.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTileColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTileColumns.class deleted file mode 100644 index 520ea1b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTileColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTiles.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTiles.class deleted file mode 100644 index e9fd66a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MapTiles.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmitted.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmitted.class deleted file mode 100644 index 68f6a65..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmitted.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmittedColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmittedColumns.class deleted file mode 100644 index 2835c6a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyFeedbackSubmittedColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MySchedule.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MySchedule.class deleted file mode 100644 index eba1ee2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MySchedule.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyScheduleColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyScheduleColumns.class deleted file mode 100644 index 0ac1408..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyScheduleColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideos.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideos.class deleted file mode 100644 index 80feb8b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideos.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideosColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideosColumns.class deleted file mode 100644 index 3d5ac7c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$MyViewedVideosColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Rooms.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Rooms.class deleted file mode 100644 index b123a87..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Rooms.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$RoomsColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$RoomsColumns.class deleted file mode 100644 index ece9ba2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$RoomsColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchIndex.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchIndex.class deleted file mode 100644 index 010156b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchIndex.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchSuggest.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchSuggest.class deleted file mode 100644 index b37a328..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchSuggest.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicSessionsColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicSessionsColumns.class deleted file mode 100644 index 11a9811..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicSessionsColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicsSessions.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicsSessions.class deleted file mode 100644 index 2aae243..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SearchTopicsSessions.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Sessions.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Sessions.class deleted file mode 100644 index 449df87..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Sessions.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SessionsColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SessionsColumns.class deleted file mode 100644 index f23c792..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SessionsColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Speakers.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Speakers.class deleted file mode 100644 index 5bd3d53..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Speakers.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SpeakersColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SpeakersColumns.class deleted file mode 100644 index 7abd163..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SpeakersColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SyncColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SyncColumns.class deleted file mode 100644 index 8b31688..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$SyncColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Tags.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Tags.class deleted file mode 100644 index 1c7fdb5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Tags.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$TagsColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$TagsColumns.class deleted file mode 100644 index 9047ffd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$TagsColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$VideoColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$VideoColumns.class deleted file mode 100644 index 22b7cbb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$VideoColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Videos.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Videos.class deleted file mode 100644 index 09e36fa..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract$Videos.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract.class deleted file mode 100644 index 8dcf9e8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContract.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContractHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContractHelper.class deleted file mode 100644 index f99b85b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleContractHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Qualified.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Qualified.class deleted file mode 100644 index 64f9082..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Qualified.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$References.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$References.class deleted file mode 100644 index 01b8b7d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$References.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSearchColumns.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSearchColumns.class deleted file mode 100644 index 9d2d1a1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSearchColumns.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSpeakers.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSpeakers.class deleted file mode 100644 index 2768b8f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsSpeakers.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsTags.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsTags.class deleted file mode 100644 index b0f904a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$SessionsTags.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables$DeprecatedTables.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables$DeprecatedTables.class deleted file mode 100644 index 31abf7d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables$DeprecatedTables.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables.class deleted file mode 100644 index 966160a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Tables.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers$DeprecatedTriggers.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers$DeprecatedTriggers.class deleted file mode 100644 index e796a4a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers$DeprecatedTriggers.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers.class deleted file mode 100644 index 2dd6536..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase$Triggers.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase.class deleted file mode 100644 index 54c8bdd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleDatabase.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$1.class deleted file mode 100644 index dc8f023..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Qualified.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Qualified.class deleted file mode 100644 index 559fecd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Qualified.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Subquery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Subquery.class deleted file mode 100644 index 74bc2ff..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider$Subquery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider.class deleted file mode 100644 index cbd5a71..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProvider.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProviderUriMatcher.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProviderUriMatcher.class deleted file mode 100644 index 7ff0a25..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleProviderUriMatcher.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleUriEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleUriEnum.class deleted file mode 100644 index 23082a6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/provider/ScheduleUriEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/receiver/SessionAlarmReceiver.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/receiver/SessionAlarmReceiver.class deleted file mode 100644 index 991f572..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/receiver/SessionAlarmReceiver.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/DataBootstrapService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/DataBootstrapService.class deleted file mode 100644 index 8cc80ad..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/DataBootstrapService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$1.class deleted file mode 100644 index 6d644a1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionDetailQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionDetailQuery.class deleted file mode 100644 index a8ab427..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionDetailQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionsNeedingFeedbackQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionsNeedingFeedbackQuery.class deleted file mode 100644 index 839120d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService$SessionsNeedingFeedbackQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService.class deleted file mode 100644 index e01ee1b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionAlarmService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService$SessionsQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService$SessionsQuery.class deleted file mode 100644 index 13a9abe..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService$SessionsQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService.class deleted file mode 100644 index 85e5295..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/service/SessionCalendarService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$1.class deleted file mode 100644 index 9e4508f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$2.class deleted file mode 100644 index 982dc40..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity.class deleted file mode 100644 index f15ad87..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailConstants.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailConstants.class deleted file mode 100644 index 4931e3e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailConstants.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$1.class deleted file mode 100644 index d3ca7d2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$10.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$10.class deleted file mode 100644 index ea9c7aa..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$10.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$11.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$11.class deleted file mode 100644 index a3f380a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$11.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$2.class deleted file mode 100644 index 9f70342..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$3.class deleted file mode 100644 index 5d0dc39..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$4.class deleted file mode 100644 index 2ce1087..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$5.class deleted file mode 100644 index 3ec1fcc..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$6.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$6.class deleted file mode 100644 index e738c44..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$6.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$7.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$7.class deleted file mode 100644 index b7ce0b3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$7.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$8.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$8.class deleted file mode 100644 index 9c453c2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$8.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$9.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$9.class deleted file mode 100644 index b3bc1a6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment$9.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment.class deleted file mode 100644 index 67cfa80..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailQueryEnum.class deleted file mode 100644 index 78472b7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailUserActionEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailUserActionEnum.class deleted file mode 100644 index 75f718e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$SessionDetailUserActionEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$Speaker.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$Speaker.class deleted file mode 100644 index 9bacff6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel$Speaker.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel.class deleted file mode 100644 index 49b3445..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/session/SessionDetailModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConfMessageCard.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConfMessageCard.class deleted file mode 100644 index 43968ca..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConfMessageCard.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConferencePrefChangeListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConferencePrefChangeListener.class deleted file mode 100644 index 7a81861..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils$ConferencePrefChangeListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils.class deleted file mode 100644 index 4d85f60..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/ConfMessageCardUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity$SettingsFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity$SettingsFragment.class deleted file mode 100644 index 00f7108..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity$SettingsFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity.class deleted file mode 100644 index 368c57c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsUtils.class deleted file mode 100644 index b2d91d6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/settings/SettingsUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialActivity.class deleted file mode 100644 index b2e9a9c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$1.class deleted file mode 100644 index 8fb582b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$2.class deleted file mode 100644 index 833260c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$3.class deleted file mode 100644 index e874ea4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$4.class deleted file mode 100644 index 3675c1a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$5.class deleted file mode 100644 index 9053114..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment.class deleted file mode 100644 index f691a09..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$1.class deleted file mode 100644 index 1503239..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$SocialLinksEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$SocialLinksEnum.class deleted file mode 100644 index be3d5f1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel$SocialLinksEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel.class deleted file mode 100644 index c912791..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/social/SocialModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler$1.class deleted file mode 100644 index 693a96f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler.class deleted file mode 100644 index 1499a8b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/ConferenceDataHandler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher$1.class deleted file mode 100644 index 150a393..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher.class deleted file mode 100644 index a37c76e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/RemoteConferenceDataFetcher.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter$1.class deleted file mode 100644 index 343eda0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter.class deleted file mode 100644 index 811d27f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper$AuthException.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper$AuthException.class deleted file mode 100644 index 3a91bf0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper$AuthException.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper.class deleted file mode 100644 index ac77399..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncService.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncService.class deleted file mode 100644 index bda99dd..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/SyncService.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/TriggerSyncReceiver.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/TriggerSyncReceiver.class deleted file mode 100644 index 74baf61..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/TriggerSyncReceiver.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper$UserDataQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper$UserDataQueryEnum.class deleted file mode 100644 index eb90994..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper$UserDataQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper.class deleted file mode 100644 index 6d57e01..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/AbstractUserDataSyncHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/OnSuccessListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/OnSuccessListener.class deleted file mode 100644 index 03a8952..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/OnSuccessListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction$TYPE.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction$TYPE.class deleted file mode 100644 index e7e3cde..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction$TYPE.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction.class deleted file mode 100644 index 6f83c76..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserDataSyncHelperFactory.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserDataSyncHelperFactory.class deleted file mode 100644 index 1623f73..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/UserDataSyncHelperFactory.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/DriveHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/DriveHelper.class deleted file mode 100644 index accb6d2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/DriveHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/GMSUserDataSyncHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/GMSUserDataSyncHelper.class deleted file mode 100644 index ce07518..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/gms/GMSUserDataSyncHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserActionHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserActionHelper.class deleted file mode 100644 index f6d0f92..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserActionHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper$UserData.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper$UserData.class deleted file mode 100644 index 927ed95..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper$UserData.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper.class deleted file mode 100644 index 358455f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/sync/userdata/util/UserDataHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$1.class deleted file mode 100644 index 98bfddf..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$10.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$10.class deleted file mode 100644 index 65658c6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$10.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$11.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$11.class deleted file mode 100644 index 9fda37a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$11.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12$1.class deleted file mode 100644 index f75bc8e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12.class deleted file mode 100644 index 7205407..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$12.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$13.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$13.class deleted file mode 100644 index 72da409..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$13.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$2.class deleted file mode 100644 index ffff650..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$3.class deleted file mode 100644 index b174434..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$4.class deleted file mode 100644 index 6f64a00..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$5.class deleted file mode 100644 index 12b208c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$6.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$6.class deleted file mode 100644 index 7ae9eea..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$6.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$7.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$7.class deleted file mode 100644 index 3179f07..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$7.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$8.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$8.class deleted file mode 100644 index 80bacd6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$8.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$9.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$9.class deleted file mode 100644 index 07ef21d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity$9.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity.class deleted file mode 100644 index 04399bf..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/BaseActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/CheckableLinearLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/CheckableLinearLayout.class deleted file mode 100644 index 7821d29..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/CheckableLinearLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$1.class deleted file mode 100644 index d7ece45..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$2.class deleted file mode 100644 index 64fdc45..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$3.class deleted file mode 100644 index 959ccd3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$4.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$4.class deleted file mode 100644 index a4daa48..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$4.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$5.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$5.class deleted file mode 100644 index 659498f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$5.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$SearchTopicsSessionsQuery.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$SearchTopicsSessionsQuery.class deleted file mode 100644 index 7fac69e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity$SearchTopicsSessionsQuery.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity.class deleted file mode 100644 index 3981c73..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SearchActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$1.class deleted file mode 100644 index 79b1705..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$2.class deleted file mode 100644 index 354edf1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$Section.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$Section.class deleted file mode 100644 index d817d08..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter$Section.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter.class deleted file mode 100644 index de88070..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSectionedListAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSinglePaneActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSinglePaneActivity.class deleted file mode 100644 index ce9a1e5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/SimpleSinglePaneActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/TaskStackBuilderProxyActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/TaskStackBuilderProxyActivity.class deleted file mode 100644 index 46bc923..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/TaskStackBuilderProxyActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/AspectRatioView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/AspectRatioView.class deleted file mode 100644 index 752829e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/AspectRatioView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BakedBezierInterpolator.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BakedBezierInterpolator.class deleted file mode 100644 index c59f5aa..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BakedBezierInterpolator.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BezelImageView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BezelImageView.class deleted file mode 100644 index 324670e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/BezelImageView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CheckableFloatingActionButton.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CheckableFloatingActionButton.class deleted file mode 100644 index 9079a3f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CheckableFloatingActionButton.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$1.class deleted file mode 100644 index ba0412a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$EmptyView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$EmptyView.class deleted file mode 100644 index fd2bb83..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$EmptyView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$Inventory.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$Inventory.class deleted file mode 100644 index b098168..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$Inventory.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$InventoryGroup.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$InventoryGroup.class deleted file mode 100644 index 68c7394..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$InventoryGroup.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MultiScrollListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MultiScrollListener.class deleted file mode 100644 index 315ce19..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MultiScrollListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MyListAdapter.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MyListAdapter.class deleted file mode 100644 index 2fc6401..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$MyListAdapter.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$RowComputeResult.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$RowComputeResult.class deleted file mode 100644 index ad38fac..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView$RowComputeResult.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView.class deleted file mode 100644 index 1281d20..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks$GroupCollectionViewCallbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks$GroupCollectionViewCallbacks.class deleted file mode 100644 index 5c790be..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks$GroupCollectionViewCallbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks.class deleted file mode 100644 index 57e188f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/CollectionViewCallbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout$1.class deleted file mode 100644 index 8821a9e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout.class deleted file mode 100644 index ed6eba1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/DrawShadowFrameLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/EllipsizedTextView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/EllipsizedTextView.class deleted file mode 100644 index 71b5af9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/EllipsizedTextView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ForegroundLinearLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ForegroundLinearLayout.class deleted file mode 100644 index af46528..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ForegroundLinearLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/HashtagView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/HashtagView.class deleted file mode 100644 index 63c95b8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/HashtagView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView$OnMessageCardButtonClicked.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView$OnMessageCardButtonClicked.class deleted file mode 100644 index d0aadce..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView$OnMessageCardButtonClicked.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView.class deleted file mode 100644 index 5681ca2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MessageCardView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout$CanChildScrollUpCallback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout$CanChildScrollUpCallback.class deleted file mode 100644 index 94f64ea..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout$CanChildScrollUpCallback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout.class deleted file mode 100644 index 42457d3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/MultiSwipeRefreshLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NavDrawerItemView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NavDrawerItemView.class deleted file mode 100644 index a2ea461..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NavDrawerItemView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar$1.class deleted file mode 100644 index 3bfdb7a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar.class deleted file mode 100644 index eb46894..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/NumberRatingBar.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView$Callbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView$Callbacks.class deleted file mode 100644 index 85990d6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView$Callbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView.class deleted file mode 100644 index 6834ce7..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ObservableScrollView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout$OnInsetsCallback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout$OnInsetsCallback.class deleted file mode 100644 index 36ff963..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout$OnInsetsCallback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout.class deleted file mode 100644 index ef07795..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView$OnInsetsCallback.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView$OnInsetsCallback.class deleted file mode 100644 index 0f7dba2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView$OnInsetsCallback.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView.class deleted file mode 100644 index 281dfb0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/ScrimInsetsScrollView.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SearchSnippet.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SearchSnippet.class deleted file mode 100644 index 1cefdb0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SearchSnippet.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$1.class deleted file mode 100644 index 8fa4b7c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$InternalViewPagerListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$InternalViewPagerListener.class deleted file mode 100644 index 075b00b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$InternalViewPagerListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabClickListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabClickListener.class deleted file mode 100644 index 0d39b5d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabClickListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabColorizer.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabColorizer.class deleted file mode 100644 index e975162..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout$TabColorizer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.class deleted file mode 100644 index b179bc9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabLayout.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$1.class deleted file mode 100644 index 0b0acdf..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$SimpleTabColorizer.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$SimpleTabColorizer.class deleted file mode 100644 index 85a4cb4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip$SimpleTabColorizer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip.class deleted file mode 100644 index 07b9a5c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/ui/widget/SlidingTabStrip.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog$1.class deleted file mode 100644 index 8b31af1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog.class deleted file mode 100644 index 1c53a70..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$EulaDialog.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog$1.class deleted file mode 100644 index a318e6e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog.class deleted file mode 100644 index 0d7b539..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils$OpenSourceLicensesDialog.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils.class deleted file mode 100644 index 2602ca1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AboutUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AccountUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AccountUtils.class deleted file mode 100644 index d529a8a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AccountUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper$1.class deleted file mode 100644 index becd563..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper.class deleted file mode 100644 index 18c114d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/AnalyticsHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/BeamUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/BeamUtils.class deleted file mode 100644 index e435ae6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/BeamUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/FractionalTouchDelegate.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/FractionalTouchDelegate.class deleted file mode 100644 index 24a68a8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/FractionalTouchDelegate.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/HashUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/HashUtils.class deleted file mode 100644 index de14012..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/HashUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/IOUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/IOUtils.class deleted file mode 100644 index c6a87a4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/IOUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader$VariableWidthImageLoader.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader$VariableWidthImageLoader.class deleted file mode 100644 index 538fb89..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader$VariableWidthImageLoader.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader.class deleted file mode 100644 index cfd87a1..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ImageLoader.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$1.class deleted file mode 100644 index 1228990..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$2.class deleted file mode 100644 index 65f7765..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$3.class deleted file mode 100644 index 58d4d48..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils.class deleted file mode 100644 index 1791170..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LogUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LogUtils.class deleted file mode 100644 index 00aa9b5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LogUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$Callbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$Callbacks.class deleted file mode 100644 index c3c8f49..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$Callbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$1.class deleted file mode 100644 index 19e54d3..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$2.class deleted file mode 100644 index e28d595..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask.class deleted file mode 100644 index fcdb1a6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper$GetTokenTask.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper.class deleted file mode 100644 index d8cf693..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/LoginAndAuthHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils$1.class deleted file mode 100644 index 515682a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils.class deleted file mode 100644 index d252a83..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/MapUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/NetUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/NetUtils.class deleted file mode 100644 index 8b79504..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/NetUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ParserUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ParserUtils.class deleted file mode 100644 index 3ee96c5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ParserUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils$1.class deleted file mode 100644 index 6446f71..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils.class deleted file mode 100644 index e17015b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/PlayServicesUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/RecentTasksStyler.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/RecentTasksStyler.class deleted file mode 100644 index 03d7879..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/RecentTasksStyler.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SelectionBuilder.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SelectionBuilder.class deleted file mode 100644 index 5e9f383..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SelectionBuilder.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper$1.class deleted file mode 100644 index 2489fb5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper.class deleted file mode 100644 index 8699879..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/SessionsHelper.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$1.class deleted file mode 100644 index 76cabac..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$Callbacks.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$Callbacks.class deleted file mode 100644 index 06230f0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver$Callbacks.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver.class deleted file mode 100644 index 9d24f40..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/ThrottledContentObserver.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/TimeUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/TimeUtils.class deleted file mode 100644 index 24e7b72..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/TimeUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils$1.class deleted file mode 100644 index bcd7429..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils.class deleted file mode 100644 index 26dcf74..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/UIUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog$1.class deleted file mode 100644 index ed346d0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog.class deleted file mode 100644 index 95bdfe9..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils$WiFiDialog.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils.class deleted file mode 100644 index 0392ee4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/WiFiUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/YouTubeUtils.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/YouTubeUtils.class deleted file mode 100644 index ae18340..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/util/YouTubeUtils.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryActivity.class deleted file mode 100644 index a47938c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity$1.class deleted file mode 100644 index f22e244..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity.class deleted file mode 100644 index 1254e14..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$1.class deleted file mode 100644 index fe0bded..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$2.class deleted file mode 100644 index f8ae1d2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$3.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$3.class deleted file mode 100644 index 06d6555..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment$3.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment.class deleted file mode 100644 index bd50162..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFilteredFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$1.class deleted file mode 100644 index aaa71bb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$2.class deleted file mode 100644 index a6d7dd0..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$CollectionItemViewHolder.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$CollectionItemViewHolder.class deleted file mode 100644 index 33d64b8..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment$CollectionItemViewHolder.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment.class deleted file mode 100644 index df4ec86..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$1.class deleted file mode 100644 index 8491037..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$2.class deleted file mode 100644 index e77670a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$Video.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$Video.class deleted file mode 100644 index 68e34ab..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$Video.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryQueryEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryQueryEnum.class deleted file mode 100644 index ca5aadc..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryQueryEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryUserActionEnum.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryUserActionEnum.class deleted file mode 100644 index c626209..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel$VideoLibraryUserActionEnum.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel.class deleted file mode 100644 index 48fbd1b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/videolibrary/VideoLibraryModel.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$1.class deleted file mode 100644 index 81e686f..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$2.class deleted file mode 100644 index 14c6819..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment.class deleted file mode 100644 index 64acd07..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AccountFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$1.class deleted file mode 100644 index 58a6d5d..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$2.class deleted file mode 100644 index af9a2d5..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment.class deleted file mode 100644 index 7b485e2..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/AttendingFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$1.class deleted file mode 100644 index 7df96ca..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$2.class deleted file mode 100644 index 6882b5c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment.class deleted file mode 100644 index 5d78125..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/ConductFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$1.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$1.class deleted file mode 100644 index 63238a6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$1.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$2.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$2.class deleted file mode 100644 index 4df6d9a..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment$2.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment.class deleted file mode 100644 index 485fdcb..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/TosFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity$WelcomeActivityContent.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity$WelcomeActivityContent.class deleted file mode 100644 index 0a8af8b..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity$WelcomeActivityContent.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity.class deleted file mode 100644 index 0d50a1e..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeActivity.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentClickAction.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentClickAction.class deleted file mode 100644 index 7f3b0f4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentClickAction.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentContainer.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentContainer.class deleted file mode 100644 index b79b5c6..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentContainer.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentOnClickListener.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentOnClickListener.class deleted file mode 100644 index 1e5b5c4..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment$WelcomeFragmentOnClickListener.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment.class b/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment.class deleted file mode 100644 index d057c3c..0000000 Binary files a/android/build/intermediates/classes/debug/com/google/samples/apps/iosched/welcome/WelcomeFragment.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$attr.class b/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$attr.class deleted file mode 100644 index 0a2f78d..0000000 Binary files a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$attr.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$drawable.class b/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$drawable.class deleted file mode 100644 index 981857a..0000000 Binary files a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$drawable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$id.class b/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$id.class deleted file mode 100644 index c44d3d3..0000000 Binary files a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$id.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$styleable.class b/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$styleable.class deleted file mode 100644 index 4cda41e..0000000 Binary files a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R$styleable.class and /dev/null differ diff --git a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R.class b/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R.class deleted file mode 100644 index 2f01cce..0000000 Binary files a/android/build/intermediates/classes/debug/com/sothree/slidinguppanel/library/R.class and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/AndroidManifest.xml b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/AndroidManifest.xml deleted file mode 100644 index 2d512ae..0000000 --- a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/AndroidManifest.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/R.txt b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/R.txt deleted file mode 100644 index 0703c97..0000000 --- a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/R.txt +++ /dev/null @@ -1,27 +0,0 @@ -int attr umanoAnchorPoint 0x7f010008 -int attr umanoClipPanel 0x7f010007 -int attr umanoDragView 0x7f010005 -int attr umanoFadeColor 0x7f010003 -int attr umanoFlingVelocity 0x7f010004 -int attr umanoInitialState 0x7f010009 -int attr umanoOverlay 0x7f010006 -int attr umanoPanelHeight 0x7f010000 -int attr umanoParalaxOffset 0x7f010002 -int attr umanoShadowHeight 0x7f010001 -int drawable above_shadow 0x7f020000 -int drawable below_shadow 0x7f020001 -int id anchored 0x7f030000 -int id collapsed 0x7f030001 -int id expanded 0x7f030002 -int id hidden 0x7f030003 -int[] styleable SlidingUpPanelLayout { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009 } -int styleable SlidingUpPanelLayout_umanoAnchorPoint 8 -int styleable SlidingUpPanelLayout_umanoClipPanel 7 -int styleable SlidingUpPanelLayout_umanoDragView 5 -int styleable SlidingUpPanelLayout_umanoFadeColor 3 -int styleable SlidingUpPanelLayout_umanoFlingVelocity 4 -int styleable SlidingUpPanelLayout_umanoInitialState 9 -int styleable SlidingUpPanelLayout_umanoOverlay 6 -int styleable SlidingUpPanelLayout_umanoPanelHeight 0 -int styleable SlidingUpPanelLayout_umanoParalaxOffset 2 -int styleable SlidingUpPanelLayout_umanoShadowHeight 1 diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/jars/classes.jar b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/jars/classes.jar deleted file mode 100644 index 07662d0..0000000 Binary files a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/above_shadow.xml b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/above_shadow.xml deleted file mode 100644 index 6025381..0000000 --- a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/above_shadow.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/below_shadow.xml b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/below_shadow.xml deleted file mode 100644 index 477a50b..0000000 --- a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/drawable/below_shadow.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/values/values.xml b/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/values/values.xml deleted file mode 100644 index f11b94b..0000000 --- a/android/build/intermediates/exploded-aar/android-sliding-up-panel-master-8129831576/res/values/values.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/AndroidManifest.xml deleted file mode 100644 index bf2f910..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/R.txt deleted file mode 100644 index a80644b..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/R.txt +++ /dev/null @@ -1 +0,0 @@ -int string app_name 0x7f020000 diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/aapt/AndroidManifest.xml deleted file mode 100644 index bf2f910..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/jars/classes.jar deleted file mode 100644 index c503d3f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/AndroidManifest.xml deleted file mode 100644 index 8f4e6b0..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/jars/classes.jar deleted file mode 100644 index 0cfa7fd..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.0/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/AndroidManifest.xml deleted file mode 100644 index f3d4261..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/aapt/AndroidManifest.xml deleted file mode 100644 index f3d4261..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/jars/classes.jar deleted file mode 100644 index b89c28a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-idling-resource/2.2.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/AndroidManifest.xml deleted file mode 100644 index 762a497..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/aapt/AndroidManifest.xml deleted file mode 100644 index 762a497..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/jars/classes.jar deleted file mode 100644 index 002c4e3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test/exposed-instrumentation-api-publish/0.4.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/AndroidManifest.xml deleted file mode 100644 index 80654e3..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/AndroidManifest.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/R.txt deleted file mode 100644 index a80644b..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/R.txt +++ /dev/null @@ -1 +0,0 @@ -int string app_name 0x7f020000 diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/aapt/AndroidManifest.xml deleted file mode 100644 index 80654e3..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/jars/classes.jar deleted file mode 100644 index 063043d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/res/values/values.xml b/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/res/values/values.xml deleted file mode 100644 index 4fad940..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/rules/0.4.1/res/values/values.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - Test-api - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/AndroidManifest.xml deleted file mode 100644 index f828917..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/aapt/AndroidManifest.xml deleted file mode 100644 index f828917..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/jars/classes.jar deleted file mode 100644 index 6ba4d9d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support.test/runner/0.4.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml deleted file mode 100644 index 58122b1..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt deleted file mode 100644 index e9dd43d..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt +++ /dev/null @@ -1,1188 +0,0 @@ -int anim abc_fade_in 0x7f040000 -int anim abc_fade_out 0x7f040001 -int anim abc_grow_fade_in_from_bottom 0x7f040002 -int anim abc_popup_enter 0x7f040003 -int anim abc_popup_exit 0x7f040004 -int anim abc_shrink_fade_out_from_bottom 0x7f040005 -int anim abc_slide_in_bottom 0x7f040006 -int anim abc_slide_in_top 0x7f040007 -int anim abc_slide_out_bottom 0x7f040008 -int anim abc_slide_out_top 0x7f040009 -int attr actionBarDivider 0x7f010062 -int attr actionBarItemBackground 0x7f010063 -int attr actionBarPopupTheme 0x7f01005c -int attr actionBarSize 0x7f010061 -int attr actionBarSplitStyle 0x7f01005e -int attr actionBarStyle 0x7f01005d -int attr actionBarTabBarStyle 0x7f010058 -int attr actionBarTabStyle 0x7f010057 -int attr actionBarTabTextStyle 0x7f010059 -int attr actionBarTheme 0x7f01005f -int attr actionBarWidgetTheme 0x7f010060 -int attr actionButtonStyle 0x7f01007c -int attr actionDropDownStyle 0x7f010078 -int attr actionLayout 0x7f010033 -int attr actionMenuTextAppearance 0x7f010064 -int attr actionMenuTextColor 0x7f010065 -int attr actionModeBackground 0x7f010068 -int attr actionModeCloseButtonStyle 0x7f010067 -int attr actionModeCloseDrawable 0x7f01006a -int attr actionModeCopyDrawable 0x7f01006c -int attr actionModeCutDrawable 0x7f01006b -int attr actionModeFindDrawable 0x7f010070 -int attr actionModePasteDrawable 0x7f01006d -int attr actionModePopupWindowStyle 0x7f010072 -int attr actionModeSelectAllDrawable 0x7f01006e -int attr actionModeShareDrawable 0x7f01006f -int attr actionModeSplitBackground 0x7f010069 -int attr actionModeStyle 0x7f010066 -int attr actionModeWebSearchDrawable 0x7f010071 -int attr actionOverflowButtonStyle 0x7f01005a -int attr actionOverflowMenuStyle 0x7f01005b -int attr actionProviderClass 0x7f010035 -int attr actionViewClass 0x7f010034 -int attr activityChooserViewStyle 0x7f010084 -int attr alertDialogButtonGroupStyle 0x7f0100a6 -int attr alertDialogCenterButtons 0x7f0100a7 -int attr alertDialogStyle 0x7f0100a5 -int attr alertDialogTheme 0x7f0100a8 -int attr arrowHeadLength 0x7f01002b -int attr arrowShaftLength 0x7f01002c -int attr autoCompleteTextViewStyle 0x7f0100ad -int attr background 0x7f01000c -int attr backgroundSplit 0x7f01000e -int attr backgroundStacked 0x7f01000d -int attr backgroundTint 0x7f0100c9 -int attr backgroundTintMode 0x7f0100ca -int attr barLength 0x7f01002d -int attr borderlessButtonStyle 0x7f010081 -int attr buttonBarButtonStyle 0x7f01007e -int attr buttonBarNegativeButtonStyle 0x7f0100ab -int attr buttonBarNeutralButtonStyle 0x7f0100ac -int attr buttonBarPositiveButtonStyle 0x7f0100aa -int attr buttonBarStyle 0x7f01007d -int attr buttonPanelSideLayout 0x7f01001f -int attr buttonStyle 0x7f0100ae -int attr buttonStyleSmall 0x7f0100af -int attr buttonTint 0x7f010025 -int attr buttonTintMode 0x7f010026 -int attr checkboxStyle 0x7f0100b0 -int attr checkedTextViewStyle 0x7f0100b1 -int attr closeIcon 0x7f01003d -int attr closeItemLayout 0x7f01001c -int attr collapseContentDescription 0x7f0100c0 -int attr collapseIcon 0x7f0100bf -int attr color 0x7f010027 -int attr colorAccent 0x7f01009e -int attr colorButtonNormal 0x7f0100a2 -int attr colorControlActivated 0x7f0100a0 -int attr colorControlHighlight 0x7f0100a1 -int attr colorControlNormal 0x7f01009f -int attr colorPrimary 0x7f01009c -int attr colorPrimaryDark 0x7f01009d -int attr colorSwitchThumbNormal 0x7f0100a3 -int attr commitIcon 0x7f010042 -int attr contentInsetEnd 0x7f010017 -int attr contentInsetLeft 0x7f010018 -int attr contentInsetRight 0x7f010019 -int attr contentInsetStart 0x7f010016 -int attr controlBackground 0x7f0100a4 -int attr customNavigationLayout 0x7f01000f -int attr defaultQueryHint 0x7f01003c -int attr dialogPreferredPadding 0x7f010076 -int attr dialogTheme 0x7f010075 -int attr displayOptions 0x7f010005 -int attr divider 0x7f01000b -int attr dividerHorizontal 0x7f010083 -int attr dividerPadding 0x7f010031 -int attr dividerVertical 0x7f010082 -int attr drawableSize 0x7f010029 -int attr drawerArrowStyle 0x7f010000 -int attr dropDownListViewStyle 0x7f010094 -int attr dropdownListPreferredItemHeight 0x7f010079 -int attr editTextBackground 0x7f01008a -int attr editTextColor 0x7f010089 -int attr editTextStyle 0x7f0100b2 -int attr elevation 0x7f01001a -int attr expandActivityOverflowButtonDrawable 0x7f01001e -int attr gapBetweenBars 0x7f01002a -int attr goIcon 0x7f01003e -int attr height 0x7f010001 -int attr hideOnContentScroll 0x7f010015 -int attr homeAsUpIndicator 0x7f01007b -int attr homeLayout 0x7f010010 -int attr icon 0x7f010009 -int attr iconifiedByDefault 0x7f01003a -int attr indeterminateProgressStyle 0x7f010012 -int attr initialActivityCount 0x7f01001d -int attr isLightTheme 0x7f010002 -int attr itemPadding 0x7f010014 -int attr layout 0x7f010039 -int attr listChoiceBackgroundIndicator 0x7f01009b -int attr listDividerAlertDialog 0x7f010077 -int attr listItemLayout 0x7f010023 -int attr listLayout 0x7f010020 -int attr listPopupWindowStyle 0x7f010095 -int attr listPreferredItemHeight 0x7f01008f -int attr listPreferredItemHeightLarge 0x7f010091 -int attr listPreferredItemHeightSmall 0x7f010090 -int attr listPreferredItemPaddingLeft 0x7f010092 -int attr listPreferredItemPaddingRight 0x7f010093 -int attr logo 0x7f01000a -int attr logoDescription 0x7f0100c3 -int attr maxButtonHeight 0x7f0100be -int attr measureWithLargestChild 0x7f01002f -int attr multiChoiceItemLayout 0x7f010021 -int attr navigationContentDescription 0x7f0100c2 -int attr navigationIcon 0x7f0100c1 -int attr navigationMode 0x7f010004 -int attr overlapAnchor 0x7f010037 -int attr paddingEnd 0x7f0100c7 -int attr paddingStart 0x7f0100c6 -int attr panelBackground 0x7f010098 -int attr panelMenuListTheme 0x7f01009a -int attr panelMenuListWidth 0x7f010099 -int attr popupMenuStyle 0x7f010087 -int attr popupTheme 0x7f01001b -int attr popupWindowStyle 0x7f010088 -int attr preserveIconSpacing 0x7f010036 -int attr progressBarPadding 0x7f010013 -int attr progressBarStyle 0x7f010011 -int attr queryBackground 0x7f010044 -int attr queryHint 0x7f01003b -int attr radioButtonStyle 0x7f0100b3 -int attr ratingBarStyle 0x7f0100b4 -int attr searchHintIcon 0x7f010040 -int attr searchIcon 0x7f01003f -int attr searchViewStyle 0x7f01008e -int attr selectableItemBackground 0x7f01007f -int attr selectableItemBackgroundBorderless 0x7f010080 -int attr showAsAction 0x7f010032 -int attr showDividers 0x7f010030 -int attr showText 0x7f01004c -int attr singleChoiceItemLayout 0x7f010022 -int attr spinBars 0x7f010028 -int attr spinnerDropDownItemStyle 0x7f01007a -int attr spinnerStyle 0x7f0100b5 -int attr splitTrack 0x7f01004b -int attr state_above_anchor 0x7f010038 -int attr submitBackground 0x7f010045 -int attr subtitle 0x7f010006 -int attr subtitleTextAppearance 0x7f0100b8 -int attr subtitleTextColor 0x7f0100c5 -int attr subtitleTextStyle 0x7f010008 -int attr suggestionRowLayout 0x7f010043 -int attr switchMinWidth 0x7f010049 -int attr switchPadding 0x7f01004a -int attr switchStyle 0x7f0100b6 -int attr switchTextAppearance 0x7f010048 -int attr textAllCaps 0x7f010024 -int attr textAppearanceLargePopupMenu 0x7f010073 -int attr textAppearanceListItem 0x7f010096 -int attr textAppearanceListItemSmall 0x7f010097 -int attr textAppearanceSearchResultSubtitle 0x7f01008c -int attr textAppearanceSearchResultTitle 0x7f01008b -int attr textAppearanceSmallPopupMenu 0x7f010074 -int attr textColorAlertDialogListItem 0x7f0100a9 -int attr textColorSearchUrl 0x7f01008d -int attr theme 0x7f0100c8 -int attr thickness 0x7f01002e -int attr thumbTextPadding 0x7f010047 -int attr title 0x7f010003 -int attr titleMarginBottom 0x7f0100bd -int attr titleMarginEnd 0x7f0100bb -int attr titleMarginStart 0x7f0100ba -int attr titleMarginTop 0x7f0100bc -int attr titleMargins 0x7f0100b9 -int attr titleTextAppearance 0x7f0100b7 -int attr titleTextColor 0x7f0100c4 -int attr titleTextStyle 0x7f010007 -int attr toolbarNavigationButtonStyle 0x7f010086 -int attr toolbarStyle 0x7f010085 -int attr track 0x7f010046 -int attr voiceIcon 0x7f010041 -int attr windowActionBar 0x7f01004d -int attr windowActionBarOverlay 0x7f01004f -int attr windowActionModeOverlay 0x7f010050 -int attr windowFixedHeightMajor 0x7f010054 -int attr windowFixedHeightMinor 0x7f010052 -int attr windowFixedWidthMajor 0x7f010051 -int attr windowFixedWidthMinor 0x7f010053 -int attr windowMinWidthMajor 0x7f010055 -int attr windowMinWidthMinor 0x7f010056 -int attr windowNoTitle 0x7f01004e -int bool abc_action_bar_embed_tabs 0x7f080002 -int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000 -int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003 -int bool abc_config_actionMenuItemAllCaps 0x7f080004 -int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001 -int bool abc_config_closeDialogWhenTouchOutside 0x7f080005 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006 -int color abc_background_cache_hint_selector_material_dark 0x7f0a003a -int color abc_background_cache_hint_selector_material_light 0x7f0a003b -int color abc_color_highlight_material 0x7f0a003c -int color abc_input_method_navigation_guard 0x7f0a0000 -int color abc_primary_text_disable_only_material_dark 0x7f0a003d -int color abc_primary_text_disable_only_material_light 0x7f0a003e -int color abc_primary_text_material_dark 0x7f0a003f -int color abc_primary_text_material_light 0x7f0a0040 -int color abc_search_url_text 0x7f0a0041 -int color abc_search_url_text_normal 0x7f0a0001 -int color abc_search_url_text_pressed 0x7f0a0002 -int color abc_search_url_text_selected 0x7f0a0003 -int color abc_secondary_text_material_dark 0x7f0a0042 -int color abc_secondary_text_material_light 0x7f0a0043 -int color accent_material_dark 0x7f0a0004 -int color accent_material_light 0x7f0a0005 -int color background_floating_material_dark 0x7f0a0006 -int color background_floating_material_light 0x7f0a0007 -int color background_material_dark 0x7f0a0008 -int color background_material_light 0x7f0a0009 -int color bright_foreground_disabled_material_dark 0x7f0a000a -int color bright_foreground_disabled_material_light 0x7f0a000b -int color bright_foreground_inverse_material_dark 0x7f0a000c -int color bright_foreground_inverse_material_light 0x7f0a000d -int color bright_foreground_material_dark 0x7f0a000e -int color bright_foreground_material_light 0x7f0a000f -int color button_material_dark 0x7f0a0010 -int color button_material_light 0x7f0a0011 -int color dim_foreground_disabled_material_dark 0x7f0a0012 -int color dim_foreground_disabled_material_light 0x7f0a0013 -int color dim_foreground_material_dark 0x7f0a0014 -int color dim_foreground_material_light 0x7f0a0015 -int color foreground_material_dark 0x7f0a0016 -int color foreground_material_light 0x7f0a0017 -int color highlighted_text_material_dark 0x7f0a0018 -int color highlighted_text_material_light 0x7f0a0019 -int color hint_foreground_material_dark 0x7f0a001a -int color hint_foreground_material_light 0x7f0a001b -int color material_blue_grey_800 0x7f0a001c -int color material_blue_grey_900 0x7f0a001d -int color material_blue_grey_950 0x7f0a001e -int color material_deep_teal_200 0x7f0a001f -int color material_deep_teal_500 0x7f0a0020 -int color material_grey_100 0x7f0a0021 -int color material_grey_300 0x7f0a0022 -int color material_grey_50 0x7f0a0023 -int color material_grey_600 0x7f0a0024 -int color material_grey_800 0x7f0a0025 -int color material_grey_850 0x7f0a0026 -int color material_grey_900 0x7f0a0027 -int color primary_dark_material_dark 0x7f0a0028 -int color primary_dark_material_light 0x7f0a0029 -int color primary_material_dark 0x7f0a002a -int color primary_material_light 0x7f0a002b -int color primary_text_default_material_dark 0x7f0a002c -int color primary_text_default_material_light 0x7f0a002d -int color primary_text_disabled_material_dark 0x7f0a002e -int color primary_text_disabled_material_light 0x7f0a002f -int color ripple_material_dark 0x7f0a0030 -int color ripple_material_light 0x7f0a0031 -int color secondary_text_default_material_dark 0x7f0a0032 -int color secondary_text_default_material_light 0x7f0a0033 -int color secondary_text_disabled_material_dark 0x7f0a0034 -int color secondary_text_disabled_material_light 0x7f0a0035 -int color switch_thumb_disabled_material_dark 0x7f0a0036 -int color switch_thumb_disabled_material_light 0x7f0a0037 -int color switch_thumb_material_dark 0x7f0a0044 -int color switch_thumb_material_light 0x7f0a0045 -int color switch_thumb_normal_material_dark 0x7f0a0038 -int color switch_thumb_normal_material_light 0x7f0a0039 -int dimen abc_action_bar_content_inset_material 0x7f06000b -int dimen abc_action_bar_default_height_material 0x7f060001 -int dimen abc_action_bar_default_padding_end_material 0x7f06000c -int dimen abc_action_bar_default_padding_start_material 0x7f06000d -int dimen abc_action_bar_icon_vertical_padding_material 0x7f06000f -int dimen abc_action_bar_overflow_padding_end_material 0x7f060010 -int dimen abc_action_bar_overflow_padding_start_material 0x7f060011 -int dimen abc_action_bar_progress_bar_size 0x7f060002 -int dimen abc_action_bar_stacked_max_height 0x7f060012 -int dimen abc_action_bar_stacked_tab_max_width 0x7f060013 -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014 -int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015 -int dimen abc_action_button_min_height_material 0x7f060016 -int dimen abc_action_button_min_width_material 0x7f060017 -int dimen abc_action_button_min_width_overflow_material 0x7f060018 -int dimen abc_alert_dialog_button_bar_height 0x7f060000 -int dimen abc_button_inset_horizontal_material 0x7f060019 -int dimen abc_button_inset_vertical_material 0x7f06001a -int dimen abc_button_padding_horizontal_material 0x7f06001b -int dimen abc_button_padding_vertical_material 0x7f06001c -int dimen abc_config_prefDialogWidth 0x7f060005 -int dimen abc_control_corner_material 0x7f06001d -int dimen abc_control_inset_material 0x7f06001e -int dimen abc_control_padding_material 0x7f06001f -int dimen abc_dialog_list_padding_vertical_material 0x7f060020 -int dimen abc_dialog_min_width_major 0x7f060021 -int dimen abc_dialog_min_width_minor 0x7f060022 -int dimen abc_dialog_padding_material 0x7f060023 -int dimen abc_dialog_padding_top_material 0x7f060024 -int dimen abc_disabled_alpha_material_dark 0x7f060025 -int dimen abc_disabled_alpha_material_light 0x7f060026 -int dimen abc_dropdownitem_icon_width 0x7f060027 -int dimen abc_dropdownitem_text_padding_left 0x7f060028 -int dimen abc_dropdownitem_text_padding_right 0x7f060029 -int dimen abc_edit_text_inset_bottom_material 0x7f06002a -int dimen abc_edit_text_inset_horizontal_material 0x7f06002b -int dimen abc_edit_text_inset_top_material 0x7f06002c -int dimen abc_floating_window_z 0x7f06002d -int dimen abc_list_item_padding_horizontal_material 0x7f06002e -int dimen abc_panel_menu_list_width 0x7f06002f -int dimen abc_search_view_preferred_width 0x7f060030 -int dimen abc_search_view_text_min_width 0x7f060006 -int dimen abc_switch_padding 0x7f06000e -int dimen abc_text_size_body_1_material 0x7f060031 -int dimen abc_text_size_body_2_material 0x7f060032 -int dimen abc_text_size_button_material 0x7f060033 -int dimen abc_text_size_caption_material 0x7f060034 -int dimen abc_text_size_display_1_material 0x7f060035 -int dimen abc_text_size_display_2_material 0x7f060036 -int dimen abc_text_size_display_3_material 0x7f060037 -int dimen abc_text_size_display_4_material 0x7f060038 -int dimen abc_text_size_headline_material 0x7f060039 -int dimen abc_text_size_large_material 0x7f06003a -int dimen abc_text_size_medium_material 0x7f06003b -int dimen abc_text_size_menu_material 0x7f06003c -int dimen abc_text_size_small_material 0x7f06003d -int dimen abc_text_size_subhead_material 0x7f06003e -int dimen abc_text_size_subtitle_material_toolbar 0x7f060003 -int dimen abc_text_size_title_material 0x7f06003f -int dimen abc_text_size_title_material_toolbar 0x7f060004 -int dimen dialog_fixed_height_major 0x7f060007 -int dimen dialog_fixed_height_minor 0x7f060008 -int dimen dialog_fixed_width_major 0x7f060009 -int dimen dialog_fixed_width_minor 0x7f06000a -int dimen disabled_alpha_material_dark 0x7f060040 -int dimen disabled_alpha_material_light 0x7f060041 -int dimen highlight_alpha_material_colored 0x7f060042 -int dimen highlight_alpha_material_dark 0x7f060043 -int dimen highlight_alpha_material_light 0x7f060044 -int dimen notification_large_icon_height 0x7f060045 -int dimen notification_large_icon_width 0x7f060046 -int dimen notification_subtext_size 0x7f060047 -int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 -int drawable abc_action_bar_item_background_material 0x7f020001 -int drawable abc_btn_borderless_material 0x7f020002 -int drawable abc_btn_check_material 0x7f020003 -int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 -int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 -int drawable abc_btn_colored_material 0x7f020006 -int drawable abc_btn_default_mtrl_shape 0x7f020007 -int drawable abc_btn_radio_material 0x7f020008 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 -int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a -int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b -int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e -int drawable abc_cab_background_internal_bg 0x7f02000f -int drawable abc_cab_background_top_material 0x7f020010 -int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 -int drawable abc_control_background_material 0x7f020012 -int drawable abc_dialog_material_background_dark 0x7f020013 -int drawable abc_dialog_material_background_light 0x7f020014 -int drawable abc_edit_text_material 0x7f020015 -int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 -int drawable abc_ic_clear_mtrl_alpha 0x7f020017 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 -int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b -int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e -int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f -int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 -int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 -int drawable abc_item_background_holo_dark 0x7f020022 -int drawable abc_item_background_holo_light 0x7f020023 -int drawable abc_list_divider_mtrl_alpha 0x7f020024 -int drawable abc_list_focused_holo 0x7f020025 -int drawable abc_list_longpressed_holo 0x7f020026 -int drawable abc_list_pressed_holo_dark 0x7f020027 -int drawable abc_list_pressed_holo_light 0x7f020028 -int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 -int drawable abc_list_selector_background_transition_holo_light 0x7f02002a -int drawable abc_list_selector_disabled_holo_dark 0x7f02002b -int drawable abc_list_selector_disabled_holo_light 0x7f02002c -int drawable abc_list_selector_holo_dark 0x7f02002d -int drawable abc_list_selector_holo_light 0x7f02002e -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f -int drawable abc_popup_background_mtrl_mult 0x7f020030 -int drawable abc_ratingbar_full_material 0x7f020031 -int drawable abc_spinner_mtrl_am_alpha 0x7f020032 -int drawable abc_spinner_textfield_background_material 0x7f020033 -int drawable abc_switch_thumb_material 0x7f020034 -int drawable abc_switch_track_mtrl_alpha 0x7f020035 -int drawable abc_tab_indicator_material 0x7f020036 -int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 -int drawable abc_text_cursor_material 0x7f020038 -int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 -int drawable abc_textfield_default_mtrl_alpha 0x7f02003a -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b -int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c -int drawable abc_textfield_search_material 0x7f02003d -int drawable notification_template_icon_bg 0x7f02003e -int id action0 0x7f0b004d -int id action_bar 0x7f0b003e -int id action_bar_activity_content 0x7f0b0000 -int id action_bar_container 0x7f0b003d -int id action_bar_root 0x7f0b0039 -int id action_bar_spinner 0x7f0b0001 -int id action_bar_subtitle 0x7f0b0022 -int id action_bar_title 0x7f0b0021 -int id action_context_bar 0x7f0b003f -int id action_divider 0x7f0b0051 -int id action_menu_divider 0x7f0b0002 -int id action_menu_presenter 0x7f0b0003 -int id action_mode_bar 0x7f0b003b -int id action_mode_bar_stub 0x7f0b003a -int id action_mode_close_button 0x7f0b0023 -int id activity_chooser_view_content 0x7f0b0024 -int id alertTitle 0x7f0b002e -int id always 0x7f0b001b -int id beginning 0x7f0b0018 -int id buttonPanel 0x7f0b0034 -int id cancel_action 0x7f0b004e -int id checkbox 0x7f0b0036 -int id chronometer 0x7f0b0054 -int id collapseActionView 0x7f0b001c -int id contentPanel 0x7f0b002f -int id custom 0x7f0b0033 -int id customPanel 0x7f0b0032 -int id decor_content_parent 0x7f0b003c -int id default_activity_button 0x7f0b0027 -int id disableHome 0x7f0b000c -int id edit_query 0x7f0b0040 -int id end 0x7f0b0019 -int id end_padder 0x7f0b0059 -int id expand_activities_button 0x7f0b0025 -int id expanded_menu 0x7f0b0035 -int id home 0x7f0b0004 -int id homeAsUp 0x7f0b000d -int id icon 0x7f0b0029 -int id ifRoom 0x7f0b001d -int id image 0x7f0b0026 -int id info 0x7f0b0058 -int id line1 0x7f0b0052 -int id line3 0x7f0b0056 -int id listMode 0x7f0b0009 -int id list_item 0x7f0b0028 -int id media_actions 0x7f0b0050 -int id middle 0x7f0b001a -int id multiply 0x7f0b0013 -int id never 0x7f0b001e -int id none 0x7f0b000e -int id normal 0x7f0b000a -int id parentPanel 0x7f0b002b -int id progress_circular 0x7f0b0005 -int id progress_horizontal 0x7f0b0006 -int id radio 0x7f0b0038 -int id screen 0x7f0b0014 -int id scrollView 0x7f0b0030 -int id search_badge 0x7f0b0042 -int id search_bar 0x7f0b0041 -int id search_button 0x7f0b0043 -int id search_close_btn 0x7f0b0048 -int id search_edit_frame 0x7f0b0044 -int id search_go_btn 0x7f0b004a -int id search_mag_icon 0x7f0b0045 -int id search_plate 0x7f0b0046 -int id search_src_text 0x7f0b0047 -int id search_voice_btn 0x7f0b004b -int id select_dialog_listview 0x7f0b004c -int id shortcut 0x7f0b0037 -int id showCustom 0x7f0b000f -int id showHome 0x7f0b0010 -int id showTitle 0x7f0b0011 -int id split_action_bar 0x7f0b0007 -int id src_atop 0x7f0b0015 -int id src_in 0x7f0b0016 -int id src_over 0x7f0b0017 -int id status_bar_latest_event_content 0x7f0b004f -int id submit_area 0x7f0b0049 -int id tabMode 0x7f0b000b -int id text 0x7f0b0057 -int id text2 0x7f0b0055 -int id textSpacerNoButtons 0x7f0b0031 -int id time 0x7f0b0053 -int id title 0x7f0b002a -int id title_template 0x7f0b002d -int id topPanel 0x7f0b002c -int id up 0x7f0b0008 -int id useLogo 0x7f0b0012 -int id withText 0x7f0b001f -int id wrap_content 0x7f0b0020 -int integer abc_config_activityDefaultDur 0x7f090001 -int integer abc_config_activityShortDur 0x7f090002 -int integer abc_max_action_buttons 0x7f090000 -int integer cancel_button_image_alpha 0x7f090003 -int integer status_bar_notification_info_maxnum 0x7f090004 -int layout abc_action_bar_title_item 0x7f030000 -int layout abc_action_bar_up_container 0x7f030001 -int layout abc_action_bar_view_list_nav_layout 0x7f030002 -int layout abc_action_menu_item_layout 0x7f030003 -int layout abc_action_menu_layout 0x7f030004 -int layout abc_action_mode_bar 0x7f030005 -int layout abc_action_mode_close_item_material 0x7f030006 -int layout abc_activity_chooser_view 0x7f030007 -int layout abc_activity_chooser_view_list_item 0x7f030008 -int layout abc_alert_dialog_material 0x7f030009 -int layout abc_dialog_title_material 0x7f03000a -int layout abc_expanded_menu_layout 0x7f03000b -int layout abc_list_menu_item_checkbox 0x7f03000c -int layout abc_list_menu_item_icon 0x7f03000d -int layout abc_list_menu_item_layout 0x7f03000e -int layout abc_list_menu_item_radio 0x7f03000f -int layout abc_popup_menu_item_layout 0x7f030010 -int layout abc_screen_content_include 0x7f030011 -int layout abc_screen_simple 0x7f030012 -int layout abc_screen_simple_overlay_action_mode 0x7f030013 -int layout abc_screen_toolbar 0x7f030014 -int layout abc_search_dropdown_item_icons_2line 0x7f030015 -int layout abc_search_view 0x7f030016 -int layout abc_select_dialog_material 0x7f030017 -int layout notification_media_action 0x7f030018 -int layout notification_media_cancel_action 0x7f030019 -int layout notification_template_big_media 0x7f03001a -int layout notification_template_big_media_narrow 0x7f03001b -int layout notification_template_lines 0x7f03001c -int layout notification_template_media 0x7f03001d -int layout notification_template_part_chronometer 0x7f03001e -int layout notification_template_part_time 0x7f03001f -int layout select_dialog_item_material 0x7f030020 -int layout select_dialog_multichoice_material 0x7f030021 -int layout select_dialog_singlechoice_material 0x7f030022 -int layout support_simple_spinner_dropdown_item 0x7f030023 -int string abc_action_bar_home_description 0x7f050000 -int string abc_action_bar_home_description_format 0x7f050001 -int string abc_action_bar_home_subtitle_description_format 0x7f050002 -int string abc_action_bar_up_description 0x7f050003 -int string abc_action_menu_overflow_description 0x7f050004 -int string abc_action_mode_done 0x7f050005 -int string abc_activity_chooser_view_see_all 0x7f050006 -int string abc_activitychooserview_choose_application 0x7f050007 -int string abc_search_hint 0x7f050008 -int string abc_searchview_description_clear 0x7f050009 -int string abc_searchview_description_query 0x7f05000a -int string abc_searchview_description_search 0x7f05000b -int string abc_searchview_description_submit 0x7f05000c -int string abc_searchview_description_voice 0x7f05000d -int string abc_shareactionprovider_share_with 0x7f05000e -int string abc_shareactionprovider_share_with_application 0x7f05000f -int string abc_toolbar_collapse_description 0x7f050010 -int string status_bar_notification_info_overflow 0x7f050011 -int style AlertDialog_AppCompat 0x7f07007a -int style AlertDialog_AppCompat_Light 0x7f07007b -int style Animation_AppCompat_Dialog 0x7f07007c -int style Animation_AppCompat_DropDownUp 0x7f07007d -int style Base_AlertDialog_AppCompat 0x7f07007e -int style Base_AlertDialog_AppCompat_Light 0x7f07007f -int style Base_Animation_AppCompat_Dialog 0x7f070080 -int style Base_Animation_AppCompat_DropDownUp 0x7f070081 -int style Base_DialogWindowTitle_AppCompat 0x7f070082 -int style Base_DialogWindowTitleBackground_AppCompat 0x7f070083 -int style Base_TextAppearance_AppCompat 0x7f07002d -int style Base_TextAppearance_AppCompat_Body1 0x7f07002e -int style Base_TextAppearance_AppCompat_Body2 0x7f07002f -int style Base_TextAppearance_AppCompat_Button 0x7f070018 -int style Base_TextAppearance_AppCompat_Caption 0x7f070030 -int style Base_TextAppearance_AppCompat_Display1 0x7f070031 -int style Base_TextAppearance_AppCompat_Display2 0x7f070032 -int style Base_TextAppearance_AppCompat_Display3 0x7f070033 -int style Base_TextAppearance_AppCompat_Display4 0x7f070034 -int style Base_TextAppearance_AppCompat_Headline 0x7f070035 -int style Base_TextAppearance_AppCompat_Inverse 0x7f070003 -int style Base_TextAppearance_AppCompat_Large 0x7f070036 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070037 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070038 -int style Base_TextAppearance_AppCompat_Medium 0x7f070039 -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005 -int style Base_TextAppearance_AppCompat_Menu 0x7f07003a -int style Base_TextAppearance_AppCompat_SearchResult 0x7f070084 -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003b -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003c -int style Base_TextAppearance_AppCompat_Small 0x7f07003d -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006 -int style Base_TextAppearance_AppCompat_Subhead 0x7f07003e -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007 -int style Base_TextAppearance_AppCompat_Title 0x7f07003f -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070040 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070041 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070042 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070043 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070044 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070045 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070046 -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f070047 -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f070076 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f070085 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049 -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070086 -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d -int style Base_Theme_AppCompat 0x7f07004e -int style Base_Theme_AppCompat_CompactMenu 0x7f070087 -int style Base_Theme_AppCompat_Dialog 0x7f070009 -int style Base_Theme_AppCompat_Dialog_Alert 0x7f070088 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070089 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f07008a -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001 -int style Base_Theme_AppCompat_Light 0x7f07004f -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f07008b -int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f07008c -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f07008d -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f07008e -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002 -int style Base_ThemeOverlay_AppCompat 0x7f07008f -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070090 -int style Base_ThemeOverlay_AppCompat_Dark 0x7f070091 -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f070092 -int style Base_ThemeOverlay_AppCompat_Light 0x7f070093 -int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b -int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c -int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014 -int style Base_V12_Widget_AppCompat_EditText 0x7f070015 -int style Base_V21_Theme_AppCompat 0x7f070050 -int style Base_V21_Theme_AppCompat_Dialog 0x7f070051 -int style Base_V21_Theme_AppCompat_Light 0x7f070052 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053 -int style Base_V22_Theme_AppCompat 0x7f070074 -int style Base_V22_Theme_AppCompat_Light 0x7f070075 -int style Base_V23_Theme_AppCompat 0x7f070077 -int style Base_V23_Theme_AppCompat_Light 0x7f070078 -int style Base_V7_Theme_AppCompat 0x7f070094 -int style Base_V7_Theme_AppCompat_Dialog 0x7f070095 -int style Base_V7_Theme_AppCompat_Light 0x7f070096 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070097 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070098 -int style Base_V7_Widget_AppCompat_EditText 0x7f070099 -int style Base_Widget_AppCompat_ActionBar 0x7f07009a -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f07009b -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f07009c -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054 -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055 -int style Base_Widget_AppCompat_ActionButton 0x7f070056 -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057 -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058 -int style Base_Widget_AppCompat_ActionMode 0x7f07009d -int style Base_Widget_AppCompat_ActivityChooserView 0x7f07009e -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016 -int style Base_Widget_AppCompat_Button 0x7f070059 -int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f07009f -int style Base_Widget_AppCompat_Button_Colored 0x7f070079 -int style Base_Widget_AppCompat_Button_Small 0x7f07005c -int style Base_Widget_AppCompat_ButtonBar 0x7f07005d -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700a0 -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0700a1 -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000 -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0700a2 -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060 -int style Base_Widget_AppCompat_EditText 0x7f070017 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f0700a3 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0700a4 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700a5 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065 -int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066 -int style Base_Widget_AppCompat_ListView 0x7f070067 -int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068 -int style Base_Widget_AppCompat_ListView_Menu 0x7f070069 -int style Base_Widget_AppCompat_PopupMenu 0x7f07006a -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b -int style Base_Widget_AppCompat_PopupWindow 0x7f0700a6 -int style Base_Widget_AppCompat_ProgressBar 0x7f07000d -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e -int style Base_Widget_AppCompat_RatingBar 0x7f07006c -int style Base_Widget_AppCompat_SearchView 0x7f0700a7 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a8 -int style Base_Widget_AppCompat_Spinner 0x7f07006d -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f -int style Base_Widget_AppCompat_Toolbar 0x7f0700a9 -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070 -int style Platform_AppCompat 0x7f07000f -int style Platform_AppCompat_Light 0x7f070010 -int style Platform_ThemeOverlay_AppCompat 0x7f070071 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070072 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f070073 -int style Platform_V11_AppCompat 0x7f070011 -int style Platform_V11_AppCompat_Light 0x7f070012 -int style Platform_V14_AppCompat 0x7f070019 -int style Platform_V14_AppCompat_Light 0x7f07001a -int style Platform_Widget_AppCompat_Spinner 0x7f070013 -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020 -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021 -int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022 -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c -int style TextAppearance_AppCompat 0x7f0700aa -int style TextAppearance_AppCompat_Body1 0x7f0700ab -int style TextAppearance_AppCompat_Body2 0x7f0700ac -int style TextAppearance_AppCompat_Button 0x7f0700ad -int style TextAppearance_AppCompat_Caption 0x7f0700ae -int style TextAppearance_AppCompat_Display1 0x7f0700af -int style TextAppearance_AppCompat_Display2 0x7f0700b0 -int style TextAppearance_AppCompat_Display3 0x7f0700b1 -int style TextAppearance_AppCompat_Display4 0x7f0700b2 -int style TextAppearance_AppCompat_Headline 0x7f0700b3 -int style TextAppearance_AppCompat_Inverse 0x7f0700b4 -int style TextAppearance_AppCompat_Large 0x7f0700b5 -int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b6 -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b7 -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b8 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b9 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700ba -int style TextAppearance_AppCompat_Medium 0x7f0700bb -int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700bc -int style TextAppearance_AppCompat_Menu 0x7f0700bd -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700be -int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700bf -int style TextAppearance_AppCompat_Small 0x7f0700c0 -int style TextAppearance_AppCompat_Small_Inverse 0x7f0700c1 -int style TextAppearance_AppCompat_Subhead 0x7f0700c2 -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700c3 -int style TextAppearance_AppCompat_Title 0x7f0700c4 -int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c5 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c6 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c7 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c8 -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c9 -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700ca -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700cb -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700cc -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700cd -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700ce -int style TextAppearance_AppCompat_Widget_Button 0x7f0700cf -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0700d0 -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700d1 -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700d2 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700d3 -int style TextAppearance_AppCompat_Widget_Switch 0x7f0700d4 -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700d5 -int style TextAppearance_StatusBar_EventContent 0x7f07001b -int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c -int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d -int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e -int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d6 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d7 -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d8 -int style Theme_AppCompat 0x7f0700d9 -int style Theme_AppCompat_CompactMenu 0x7f0700da -int style Theme_AppCompat_Dialog 0x7f0700db -int style Theme_AppCompat_Dialog_Alert 0x7f0700dc -int style Theme_AppCompat_Dialog_MinWidth 0x7f0700dd -int style Theme_AppCompat_DialogWhenLarge 0x7f0700de -int style Theme_AppCompat_Light 0x7f0700df -int style Theme_AppCompat_Light_DarkActionBar 0x7f0700e0 -int style Theme_AppCompat_Light_Dialog 0x7f0700e1 -int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700e2 -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e3 -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e4 -int style Theme_AppCompat_Light_NoActionBar 0x7f0700e5 -int style Theme_AppCompat_NoActionBar 0x7f0700e6 -int style ThemeOverlay_AppCompat 0x7f0700e7 -int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e8 -int style ThemeOverlay_AppCompat_Dark 0x7f0700e9 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700ea -int style ThemeOverlay_AppCompat_Light 0x7f0700eb -int style Widget_AppCompat_ActionBar 0x7f0700ec -int style Widget_AppCompat_ActionBar_Solid 0x7f0700ed -int style Widget_AppCompat_ActionBar_TabBar 0x7f0700ee -int style Widget_AppCompat_ActionBar_TabText 0x7f0700ef -int style Widget_AppCompat_ActionBar_TabView 0x7f0700f0 -int style Widget_AppCompat_ActionButton 0x7f0700f1 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700f2 -int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f3 -int style Widget_AppCompat_ActionMode 0x7f0700f4 -int style Widget_AppCompat_ActivityChooserView 0x7f0700f5 -int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f6 -int style Widget_AppCompat_Button 0x7f0700f7 -int style Widget_AppCompat_Button_Borderless 0x7f0700f8 -int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f9 -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700fa -int style Widget_AppCompat_Button_Colored 0x7f0700fb -int style Widget_AppCompat_Button_Small 0x7f0700fc -int style Widget_AppCompat_ButtonBar 0x7f0700fd -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fe -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700ff -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f070100 -int style Widget_AppCompat_CompoundButton_Switch 0x7f070101 -int style Widget_AppCompat_DrawerArrowToggle 0x7f070102 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f070103 -int style Widget_AppCompat_EditText 0x7f070104 -int style Widget_AppCompat_Light_ActionBar 0x7f070105 -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070106 -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070107 -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070108 -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070109 -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f07010a -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f07010b -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f07010c -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f07010d -int style Widget_AppCompat_Light_ActionButton 0x7f07010e -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010f -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070110 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070111 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f070112 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070113 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070114 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f070115 -int style Widget_AppCompat_Light_ListView_DropDown 0x7f070116 -int style Widget_AppCompat_Light_PopupMenu 0x7f070117 -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070118 -int style Widget_AppCompat_Light_SearchView 0x7f070119 -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f07011a -int style Widget_AppCompat_ListPopupWindow 0x7f07011b -int style Widget_AppCompat_ListView 0x7f07011c -int style Widget_AppCompat_ListView_DropDown 0x7f07011d -int style Widget_AppCompat_ListView_Menu 0x7f07011e -int style Widget_AppCompat_PopupMenu 0x7f07011f -int style Widget_AppCompat_PopupMenu_Overflow 0x7f070120 -int style Widget_AppCompat_PopupWindow 0x7f070121 -int style Widget_AppCompat_ProgressBar 0x7f070122 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070123 -int style Widget_AppCompat_RatingBar 0x7f070124 -int style Widget_AppCompat_SearchView 0x7f070125 -int style Widget_AppCompat_SearchView_ActionBar 0x7f070126 -int style Widget_AppCompat_Spinner 0x7f070127 -int style Widget_AppCompat_Spinner_DropDown 0x7f070128 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070129 -int style Widget_AppCompat_Spinner_Underlined 0x7f07012a -int style Widget_AppCompat_TextView_SpinnerItem 0x7f07012b -int style Widget_AppCompat_Toolbar 0x7f07012c -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f07012d -int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007b } -int styleable ActionBar_background 10 -int styleable ActionBar_backgroundSplit 12 -int styleable ActionBar_backgroundStacked 11 -int styleable ActionBar_contentInsetEnd 21 -int styleable ActionBar_contentInsetLeft 22 -int styleable ActionBar_contentInsetRight 23 -int styleable ActionBar_contentInsetStart 20 -int styleable ActionBar_customNavigationLayout 13 -int styleable ActionBar_displayOptions 3 -int styleable ActionBar_divider 9 -int styleable ActionBar_elevation 24 -int styleable ActionBar_height 0 -int styleable ActionBar_hideOnContentScroll 19 -int styleable ActionBar_homeAsUpIndicator 26 -int styleable ActionBar_homeLayout 14 -int styleable ActionBar_icon 7 -int styleable ActionBar_indeterminateProgressStyle 16 -int styleable ActionBar_itemPadding 18 -int styleable ActionBar_logo 8 -int styleable ActionBar_navigationMode 2 -int styleable ActionBar_popupTheme 25 -int styleable ActionBar_progressBarPadding 17 -int styleable ActionBar_progressBarStyle 15 -int styleable ActionBar_subtitle 4 -int styleable ActionBar_subtitleTextStyle 6 -int styleable ActionBar_title 1 -int styleable ActionBar_titleTextStyle 5 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c } -int styleable ActionMode_background 3 -int styleable ActionMode_backgroundSplit 4 -int styleable ActionMode_closeItemLayout 5 -int styleable ActionMode_height 0 -int styleable ActionMode_subtitleTextStyle 2 -int styleable ActionMode_titleTextStyle 1 -int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 -int styleable ActivityChooserView_initialActivityCount 0 -int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonPanelSideLayout 1 -int styleable AlertDialog_listItemLayout 5 -int styleable AlertDialog_listLayout 2 -int styleable AlertDialog_multiChoiceItemLayout 3 -int styleable AlertDialog_singleChoiceItemLayout 4 -int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_textAllCaps 1 -int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonTint 1 -int styleable CompoundButton_buttonTintMode 2 -int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } -int styleable DrawerArrowToggle_arrowHeadLength 4 -int styleable DrawerArrowToggle_arrowShaftLength 5 -int styleable DrawerArrowToggle_barLength 6 -int styleable DrawerArrowToggle_color 0 -int styleable DrawerArrowToggle_drawableSize 2 -int styleable DrawerArrowToggle_gapBetweenBars 3 -int styleable DrawerArrowToggle_spinBars 1 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002f, 0x7f010030, 0x7f010031 } -int styleable LinearLayoutCompat_android_baselineAligned 2 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 -int styleable LinearLayoutCompat_android_gravity 0 -int styleable LinearLayoutCompat_android_orientation 1 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 8 -int styleable LinearLayoutCompat_measureWithLargestChild 6 -int styleable LinearLayoutCompat_showDividers 7 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_height 2 -int styleable LinearLayoutCompat_Layout_android_layout_weight 3 -int styleable LinearLayoutCompat_Layout_android_layout_width 1 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } -int styleable MenuGroup_android_checkableBehavior 5 -int styleable MenuGroup_android_enabled 0 -int styleable MenuGroup_android_id 1 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_visible 2 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035 } -int styleable MenuItem_actionLayout 14 -int styleable MenuItem_actionProviderClass 16 -int styleable MenuItem_actionViewClass 15 -int styleable MenuItem_android_alphabeticShortcut 9 -int styleable MenuItem_android_checkable 11 -int styleable MenuItem_android_checked 3 -int styleable MenuItem_android_enabled 1 -int styleable MenuItem_android_icon 0 -int styleable MenuItem_android_id 2 -int styleable MenuItem_android_menuCategory 5 -int styleable MenuItem_android_numericShortcut 10 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_android_orderInCategory 6 -int styleable MenuItem_android_title 7 -int styleable MenuItem_android_titleCondensed 8 -int styleable MenuItem_android_visible 4 -int styleable MenuItem_showAsAction 13 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010036 } -int styleable MenuView_android_headerBackground 4 -int styleable MenuView_android_horizontalDivider 2 -int styleable MenuView_android_itemBackground 5 -int styleable MenuView_android_itemIconDisabledAlpha 6 -int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_verticalDivider 3 -int styleable MenuView_android_windowAnimationStyle 0 -int styleable MenuView_preserveIconSpacing 7 -int[] styleable PopupWindow { 0x01010176, 0x7f010037 } -int styleable PopupWindow_android_popupBackground 0 -int styleable PopupWindow_overlapAnchor 1 -int[] styleable PopupWindowBackgroundState { 0x7f010038 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045 } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_imeOptions 3 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_maxWidth 1 -int styleable SearchView_closeIcon 8 -int styleable SearchView_commitIcon 13 -int styleable SearchView_defaultQueryHint 7 -int styleable SearchView_goIcon 9 -int styleable SearchView_iconifiedByDefault 5 -int styleable SearchView_layout 4 -int styleable SearchView_queryBackground 15 -int styleable SearchView_queryHint 6 -int styleable SearchView_searchHintIcon 11 -int styleable SearchView_searchIcon 10 -int styleable SearchView_submitBackground 16 -int styleable SearchView_suggestionRowLayout 14 -int styleable SearchView_voiceIcon 12 -int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } -int styleable Spinner_android_dropDownWidth 2 -int styleable Spinner_android_popupBackground 0 -int styleable Spinner_android_prompt 1 -int styleable Spinner_popupTheme 3 -int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c } -int styleable SwitchCompat_android_textOff 1 -int styleable SwitchCompat_android_textOn 0 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 9 -int styleable SwitchCompat_splitTrack 8 -int styleable SwitchCompat_switchMinWidth 6 -int styleable SwitchCompat_switchPadding 7 -int styleable SwitchCompat_switchTextAppearance 5 -int styleable SwitchCompat_thumbTextPadding 4 -int styleable SwitchCompat_track 3 -int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 } -int styleable TextAppearance_android_textColor 3 -int styleable TextAppearance_android_textSize 0 -int styleable TextAppearance_android_textStyle 2 -int styleable TextAppearance_android_typeface 1 -int styleable TextAppearance_textAllCaps 4 -int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6 } -int styleable Theme_actionBarDivider 23 -int styleable Theme_actionBarItemBackground 24 -int styleable Theme_actionBarPopupTheme 17 -int styleable Theme_actionBarSize 22 -int styleable Theme_actionBarSplitStyle 19 -int styleable Theme_actionBarStyle 18 -int styleable Theme_actionBarTabBarStyle 13 -int styleable Theme_actionBarTabStyle 12 -int styleable Theme_actionBarTabTextStyle 14 -int styleable Theme_actionBarTheme 20 -int styleable Theme_actionBarWidgetTheme 21 -int styleable Theme_actionButtonStyle 49 -int styleable Theme_actionDropDownStyle 45 -int styleable Theme_actionMenuTextAppearance 25 -int styleable Theme_actionMenuTextColor 26 -int styleable Theme_actionModeBackground 29 -int styleable Theme_actionModeCloseButtonStyle 28 -int styleable Theme_actionModeCloseDrawable 31 -int styleable Theme_actionModeCopyDrawable 33 -int styleable Theme_actionModeCutDrawable 32 -int styleable Theme_actionModeFindDrawable 37 -int styleable Theme_actionModePasteDrawable 34 -int styleable Theme_actionModePopupWindowStyle 39 -int styleable Theme_actionModeSelectAllDrawable 35 -int styleable Theme_actionModeShareDrawable 36 -int styleable Theme_actionModeSplitBackground 30 -int styleable Theme_actionModeStyle 27 -int styleable Theme_actionModeWebSearchDrawable 38 -int styleable Theme_actionOverflowButtonStyle 15 -int styleable Theme_actionOverflowMenuStyle 16 -int styleable Theme_activityChooserViewStyle 57 -int styleable Theme_alertDialogButtonGroupStyle 91 -int styleable Theme_alertDialogCenterButtons 92 -int styleable Theme_alertDialogStyle 90 -int styleable Theme_alertDialogTheme 93 -int styleable Theme_android_windowAnimationStyle 1 -int styleable Theme_android_windowIsFloating 0 -int styleable Theme_autoCompleteTextViewStyle 98 -int styleable Theme_borderlessButtonStyle 54 -int styleable Theme_buttonBarButtonStyle 51 -int styleable Theme_buttonBarNegativeButtonStyle 96 -int styleable Theme_buttonBarNeutralButtonStyle 97 -int styleable Theme_buttonBarPositiveButtonStyle 95 -int styleable Theme_buttonBarStyle 50 -int styleable Theme_buttonStyle 99 -int styleable Theme_buttonStyleSmall 100 -int styleable Theme_checkboxStyle 101 -int styleable Theme_checkedTextViewStyle 102 -int styleable Theme_colorAccent 83 -int styleable Theme_colorButtonNormal 87 -int styleable Theme_colorControlActivated 85 -int styleable Theme_colorControlHighlight 86 -int styleable Theme_colorControlNormal 84 -int styleable Theme_colorPrimary 81 -int styleable Theme_colorPrimaryDark 82 -int styleable Theme_colorSwitchThumbNormal 88 -int styleable Theme_controlBackground 89 -int styleable Theme_dialogPreferredPadding 43 -int styleable Theme_dialogTheme 42 -int styleable Theme_dividerHorizontal 56 -int styleable Theme_dividerVertical 55 -int styleable Theme_dropDownListViewStyle 73 -int styleable Theme_dropdownListPreferredItemHeight 46 -int styleable Theme_editTextBackground 63 -int styleable Theme_editTextColor 62 -int styleable Theme_editTextStyle 103 -int styleable Theme_homeAsUpIndicator 48 -int styleable Theme_listChoiceBackgroundIndicator 80 -int styleable Theme_listDividerAlertDialog 44 -int styleable Theme_listPopupWindowStyle 74 -int styleable Theme_listPreferredItemHeight 68 -int styleable Theme_listPreferredItemHeightLarge 70 -int styleable Theme_listPreferredItemHeightSmall 69 -int styleable Theme_listPreferredItemPaddingLeft 71 -int styleable Theme_listPreferredItemPaddingRight 72 -int styleable Theme_panelBackground 77 -int styleable Theme_panelMenuListTheme 79 -int styleable Theme_panelMenuListWidth 78 -int styleable Theme_popupMenuStyle 60 -int styleable Theme_popupWindowStyle 61 -int styleable Theme_radioButtonStyle 104 -int styleable Theme_ratingBarStyle 105 -int styleable Theme_searchViewStyle 67 -int styleable Theme_selectableItemBackground 52 -int styleable Theme_selectableItemBackgroundBorderless 53 -int styleable Theme_spinnerDropDownItemStyle 47 -int styleable Theme_spinnerStyle 106 -int styleable Theme_switchStyle 107 -int styleable Theme_textAppearanceLargePopupMenu 40 -int styleable Theme_textAppearanceListItem 75 -int styleable Theme_textAppearanceListItemSmall 76 -int styleable Theme_textAppearanceSearchResultSubtitle 65 -int styleable Theme_textAppearanceSearchResultTitle 64 -int styleable Theme_textAppearanceSmallPopupMenu 41 -int styleable Theme_textColorAlertDialogListItem 94 -int styleable Theme_textColorSearchUrl 66 -int styleable Theme_toolbarNavigationButtonStyle 59 -int styleable Theme_toolbarStyle 58 -int styleable Theme_windowActionBar 2 -int styleable Theme_windowActionBarOverlay 4 -int styleable Theme_windowActionModeOverlay 5 -int styleable Theme_windowFixedHeightMajor 9 -int styleable Theme_windowFixedHeightMinor 7 -int styleable Theme_windowFixedWidthMajor 6 -int styleable Theme_windowFixedWidthMinor 8 -int styleable Theme_windowMinWidthMajor 10 -int styleable Theme_windowMinWidthMinor 11 -int styleable Theme_windowNoTitle 3 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5 } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_collapseContentDescription 19 -int styleable Toolbar_collapseIcon 18 -int styleable Toolbar_contentInsetEnd 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 5 -int styleable Toolbar_logo 4 -int styleable Toolbar_logoDescription 22 -int styleable Toolbar_maxButtonHeight 17 -int styleable Toolbar_navigationContentDescription 21 -int styleable Toolbar_navigationIcon 20 -int styleable Toolbar_popupTheme 9 -int styleable Toolbar_subtitle 3 -int styleable Toolbar_subtitleTextAppearance 11 -int styleable Toolbar_subtitleTextColor 24 -int styleable Toolbar_title 2 -int styleable Toolbar_titleMarginBottom 16 -int styleable Toolbar_titleMarginEnd 14 -int styleable Toolbar_titleMarginStart 13 -int styleable Toolbar_titleMarginTop 15 -int styleable Toolbar_titleMargins 12 -int styleable Toolbar_titleTextAppearance 10 -int styleable Toolbar_titleTextColor 23 -int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } -int styleable View_android_focusable 1 -int styleable View_android_theme 0 -int styleable View_paddingEnd 3 -int styleable View_paddingStart 2 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100c9, 0x7f0100ca } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_inflatedId 2 -int styleable ViewStubCompat_android_layout 1 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml deleted file mode 100644 index 58122b1..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip deleted file mode 100644 index 0f94f5d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar deleted file mode 100644 index fe72b5c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt deleted file mode 100644 index dde7ec5..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt +++ /dev/null @@ -1,307 +0,0 @@ -style TextAppearance.AppCompat -style TextAppearance.AppCompat.Body1 -style TextAppearance.AppCompat.Body2 -style TextAppearance.AppCompat.Button -style TextAppearance.AppCompat.Caption -style TextAppearance.AppCompat.Display1 -style TextAppearance.AppCompat.Display2 -style TextAppearance.AppCompat.Display3 -style TextAppearance.AppCompat.Display4 -style TextAppearance.AppCompat.Headline -style TextAppearance.AppCompat.Inverse -style TextAppearance.AppCompat.Large -style TextAppearance.AppCompat.Large.Inverse -style TextAppearance.AppCompat.Light.SearchResult.Subtitle -style TextAppearance.AppCompat.Light.SearchResult.Title -style TextAppearance.AppCompat.Light.Widget.PopupMenu.Large -style TextAppearance.AppCompat.Light.Widget.PopupMenu.Small -style TextAppearance.AppCompat.Medium -style TextAppearance.AppCompat.Medium.Inverse -style TextAppearance.AppCompat.Menu -style TextAppearance.AppCompat.SearchResult.Subtitle -style TextAppearance.AppCompat.SearchResult.Title -style TextAppearance.AppCompat.Small -style TextAppearance.AppCompat.Small.Inverse -style TextAppearance.AppCompat.Subhead -style TextAppearance.AppCompat.Subhead.Inverse -style TextAppearance.AppCompat.Title -style TextAppearance.AppCompat.Title.Inverse -style TextAppearance.AppCompat.Widget.ActionBar.Menu -style TextAppearance.AppCompat.Widget.ActionBar.Subtitle -style TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse -style TextAppearance.AppCompat.Widget.ActionBar.Title -style TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse -style TextAppearance.AppCompat.Widget.ActionMode.Subtitle -style TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse -style TextAppearance.AppCompat.Widget.ActionMode.Title -style TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse -style TextAppearance.AppCompat.Widget.Button -style TextAppearance.AppCompat.Widget.Button.Inverse -style TextAppearance.AppCompat.Widget.DropDownItem -style TextAppearance.AppCompat.Widget.PopupMenu.Large -style TextAppearance.AppCompat.Widget.PopupMenu.Small -style TextAppearance.AppCompat.Widget.Switch -style TextAppearance.AppCompat.Widget.TextView.SpinnerItem -style Theme.AppCompat -style Theme.AppCompat.Dialog -style Theme.AppCompat.Dialog.Alert -style Theme.AppCompat.Dialog.MinWidth -style Theme.AppCompat.DialogWhenLarge -style Theme.AppCompat.Light -style Theme.AppCompat.Light.DarkActionBar -style Theme.AppCompat.Light.Dialog -style Theme.AppCompat.Light.Dialog.Alert -style Theme.AppCompat.Light.Dialog.MinWidth -style Theme.AppCompat.Light.DialogWhenLarge -style Theme.AppCompat.Light.NoActionBar -style Theme.AppCompat.NoActionBar -style ThemeOverlay.AppCompat -style ThemeOverlay.AppCompat.ActionBar -style ThemeOverlay.AppCompat.Dark -style ThemeOverlay.AppCompat.Dark.ActionBar -style ThemeOverlay.AppCompat.Light -style Widget.AppCompat.ActionBar -style Widget.AppCompat.ActionBar.Solid -style Widget.AppCompat.ActionBar.TabBar -style Widget.AppCompat.ActionBar.TabText -style Widget.AppCompat.ActionBar.TabView -style Widget.AppCompat.ActionButton -style Widget.AppCompat.ActionButton.CloseMode -style Widget.AppCompat.ActionButton.Overflow -style Widget.AppCompat.ActionMode -style Widget.AppCompat.AutoCompleteTextView -style Widget.AppCompat.Button -style Widget.AppCompat.Button.Borderless -style Widget.AppCompat.Button.Borderless.Colored -style Widget.AppCompat.Button.ButtonBar.AlertDialog -style Widget.AppCompat.Button.Colored -style Widget.AppCompat.Button.Small -style Widget.AppCompat.ButtonBar -style Widget.AppCompat.ButtonBar.AlertDialog -style Widget.AppCompat.CompoundButton.CheckBox -style Widget.AppCompat.CompoundButton.RadioButton -style Widget.AppCompat.CompoundButton.Switch -style Widget.AppCompat.DrawerArrowToggle -style Widget.AppCompat.DropDownItem.Spinner -style Widget.AppCompat.EditText -style Widget.AppCompat.Light.ActionBar -style Widget.AppCompat.Light.ActionBar.Solid -style Widget.AppCompat.Light.ActionBar.Solid.Inverse -style Widget.AppCompat.Light.ActionBar.TabBar -style Widget.AppCompat.Light.ActionBar.TabBar.Inverse -style Widget.AppCompat.Light.ActionBar.TabText -style Widget.AppCompat.Light.ActionBar.TabText.Inverse -style Widget.AppCompat.Light.ActionBar.TabView -style Widget.AppCompat.Light.ActionBar.TabView.Inverse -style Widget.AppCompat.Light.ActionButton -style Widget.AppCompat.Light.ActionButton.CloseMode -style Widget.AppCompat.Light.ActionButton.Overflow -style Widget.AppCompat.Light.ActionMode.Inverse -style Widget.AppCompat.Light.AutoCompleteTextView -style Widget.AppCompat.Light.DropDownItem.Spinner -style Widget.AppCompat.Light.ListPopupWindow -style Widget.AppCompat.Light.ListView.DropDown -style Widget.AppCompat.Light.PopupMenu -style Widget.AppCompat.Light.PopupMenu.Overflow -style Widget.AppCompat.Light.SearchView -style Widget.AppCompat.Light.Spinner.DropDown.ActionBar -style Widget.AppCompat.ListPopupWindow -style Widget.AppCompat.ListView -style Widget.AppCompat.ListView.DropDown -style Widget.AppCompat.ListView.Menu -style Widget.AppCompat.PopupMenu -style Widget.AppCompat.PopupMenu.Overflow -style Widget.AppCompat.PopupWindow -style Widget.AppCompat.ProgressBar -style Widget.AppCompat.ProgressBar.Horizontal -style Widget.AppCompat.RatingBar -style Widget.AppCompat.SearchView -style Widget.AppCompat.SearchView.ActionBar -style Widget.AppCompat.Spinner -style Widget.AppCompat.Spinner.DropDown -style Widget.AppCompat.Spinner.DropDown.ActionBar -style Widget.AppCompat.Spinner.Underlined -style Widget.AppCompat.TextView.SpinnerItem -style Widget.AppCompat.Toolbar -style Widget.AppCompat.Toolbar.Button.Navigation -attr actionBarDivider -attr actionBarItemBackground -attr actionBarPopupTheme -attr actionBarSize -attr actionBarSplitStyle -attr actionBarStyle -attr actionBarTabBarStyle -attr actionBarTabStyle -attr actionBarTabTextStyle -attr actionBarTheme -attr actionBarWidgetTheme -attr actionButtonStyle -attr actionDropDownStyle -attr actionLayout -attr actionMenuTextAppearance -attr actionMenuTextColor -attr actionModeBackground -attr actionModeCloseButtonStyle -attr actionModeCloseDrawable -attr actionModeCopyDrawable -attr actionModeCutDrawable -attr actionModeFindDrawable -attr actionModePasteDrawable -attr actionModeSelectAllDrawable -attr actionModeShareDrawable -attr actionModeSplitBackground -attr actionModeStyle -attr actionModeWebSearchDrawable -attr actionOverflowButtonStyle -attr actionOverflowMenuStyle -attr actionProviderClass -attr actionViewClass -attr alertDialogStyle -attr alertDialogTheme -attr arrowHeadLength -attr arrowShaftLength -attr autoCompleteTextViewStyle -attr background -attr backgroundSplit -attr backgroundStacked -attr backgroundTint -attr backgroundTintMode -attr barLength -attr borderlessButtonStyle -attr buttonBarButtonStyle -attr buttonBarNegativeButtonStyle -attr buttonBarNeutralButtonStyle -attr buttonBarPositiveButtonStyle -attr buttonBarStyle -attr buttonStyle -attr buttonStyleSmall -attr buttonTint -attr buttonTintMode -attr checkboxStyle -attr checkedTextViewStyle -attr closeIcon -attr closeItemLayout -attr collapseContentDescription -attr collapseIcon -attr color -attr colorAccent -attr colorButtonNormal -attr colorControlActivated -attr colorControlHighlight -attr colorControlNormal -attr colorPrimary -attr colorPrimaryDark -attr colorSwitchThumbNormal -attr commitIcon -attr contentInsetEnd -attr contentInsetLeft -attr contentInsetRight -attr contentInsetStart -attr customNavigationLayout -attr dialogPreferredPadding -attr dialogTheme -attr displayOptions -attr divider -attr dividerHorizontal -attr dividerPadding -attr dividerVertical -attr drawableSize -attr drawerArrowStyle -attr dropDownListViewStyle -attr dropdownListPreferredItemHeight -attr editTextBackground -attr editTextColor -attr editTextStyle -attr elevation -attr gapBetweenBars -attr goIcon -attr height -attr hideOnContentScroll -attr homeAsUpIndicator -attr homeLayout -attr icon -attr iconifiedByDefault -attr indeterminateProgressStyle -attr isLightTheme -attr itemPadding -attr layout -attr listChoiceBackgroundIndicator -attr listDividerAlertDialog -attr listPopupWindowStyle -attr listPreferredItemHeight -attr listPreferredItemHeightLarge -attr listPreferredItemHeightSmall -attr listPreferredItemPaddingLeft -attr listPreferredItemPaddingRight -attr logo -attr logoDescription -attr measureWithLargestChild -attr middleBarArrowSize -attr navigationContentDescription -attr navigationIcon -attr navigationMode -attr overlapAnchor -attr paddingEnd -attr paddingStart -attr panelBackground -attr popupMenuStyle -attr popupTheme -attr popupWindowStyle -attr preserveIconSpacing -attr progressBarPadding -attr progressBarStyle -attr queryBackground -attr queryHint -attr radioButtonStyle -attr ratingBarStyle -attr searchHintIcon -attr searchIcon -attr searchViewStyle -attr selectableItemBackground -attr selectableItemBackgroundBorderless -attr showAsAction -attr showDividers -attr showText -attr spinBars -attr spinnerDropDownItemStyle -attr spinnerStyle -attr splitTrack -attr submitBackground -attr subtitle -attr subtitleTextAppearance -attr subtitleTextColor -attr subtitleTextStyle -attr suggestionRowLayout -layout support_simple_spinner_dropdown_item -attr switchMinWidth -attr switchPadding -attr switchStyle -attr switchTextAppearance -attr textAllCaps -attr textAppearanceLargePopupMenu -attr textAppearanceListItem -attr textAppearanceListItemSmall -attr textAppearanceSearchResultSubtitle -attr textAppearanceSearchResultTitle -attr textAppearanceSmallPopupMenu -attr textColorAlertDialogListItem -attr theme -attr thickness -attr thumbTextPadding -attr title -attr titleMarginBottom -attr titleMarginEnd -attr titleMarginStart -attr titleMarginTop -attr titleMargins -attr titleTextAppearance -attr titleTextColor -attr titleTextStyle -attr toolbarNavigationButtonStyle -attr toolbarStyle -attr track -attr voiceIcon -attr windowActionBar -attr windowActionBarOverlay -attr windowActionModeOverlay -attr windowNoTitle diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml deleted file mode 100644 index 0b1d093..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml deleted file mode 100644 index 85b1da0..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml deleted file mode 100644 index 1e9b12d..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml deleted file mode 100644 index 420c20f..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml deleted file mode 100644 index 708aac6..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml deleted file mode 100644 index 09f5cf3..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml deleted file mode 100644 index 648b22e..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml deleted file mode 100644 index dab0606..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml deleted file mode 100644 index beae155..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml deleted file mode 100644 index f721cd1..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml deleted file mode 100644 index b95cde6..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml deleted file mode 100644 index d7c4b28..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml deleted file mode 100644 index 5527943..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml deleted file mode 100644 index e58e6d0..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml deleted file mode 100644 index bab927f..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml deleted file mode 100644 index d340ea5..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml deleted file mode 100644 index 954b58a..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml deleted file mode 100644 index 2462f7e..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml deleted file mode 100644 index 204d0be..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml deleted file mode 100644 index e222ae3..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml deleted file mode 100644 index 2b9f784..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml deleted file mode 100644 index d4bab1f..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml deleted file mode 100644 index f7eb354..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml deleted file mode 100644 index 2ab38db..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index 4d9f861..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 9911008..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 69ff9dd..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 9218981..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index a588576..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png deleted file mode 100644 index b184dbc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png deleted file mode 100644 index 6549c52..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 88f1767..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index d5e1a00..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index 2264398..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index f61e8e3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 0fd1556..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 65ccd8f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index b9ff1db..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 70eb073..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index e78bcaf..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 9a87820..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 8610c50..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 2d971a9..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index ee40812..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index b9baa0c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index a87d2cd..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 1e571f5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png deleted file mode 100644 index c09ec90..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png deleted file mode 100644 index 62fbd2c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index 2f6ef91..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 863ce95..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index b6d4677..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index e01c739..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 2cf413c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 9d8451a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 9de0263..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 56436a1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 4b0b10a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 5b13bc1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 0078bf6..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index a74ab26..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 6282df4..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 2e1062f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index a262b0c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 9ed43ca..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 4cd8a27..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index e300b7c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 05b1e11..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index aa7b323..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index d02a5da..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index a188f2f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index e95ba94..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 87bf8d3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index b097e48..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index de37158..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index ac86165..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 8b2adf6..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 0b89504..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 7dc6934..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 884cd12..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 90fe333..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 930630d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index fa0ed8f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 7a9fcbc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 3b052e5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 96a8693..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 827d634..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png deleted file mode 100644 index 0908475..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png deleted file mode 100644 index a5a437f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index d890a62..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 0620439..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index 038e000..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 8043d4c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index e80681a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 9603e76..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index 44c1423..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 80c0695..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 3966d6a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 017e45e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index ec0cff4..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 966938b..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index d05f969..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 451818c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index a216da1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 1e571f5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png deleted file mode 100644 index addb54a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png deleted file mode 100644 index 5fcd5b2..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index 251b989..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 01efec0..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index f1d1b61..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index 10851f6..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index fe0ec49..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 5f55cd5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index ed75cb8..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index fcd81de..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 12b0a79..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 3ffa251..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 0eb61f1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 0c766f3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 4f66d7a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml deleted file mode 100644 index 40d02ee..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml deleted file mode 100644 index 63435d7..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml deleted file mode 100644 index 425066d..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index 6284eaa..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 4902520..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 59a683a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 03bf49c..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 342323b..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png deleted file mode 100644 index c0333f9..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png deleted file mode 100644 index 2f29c39..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index a854864..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 726b1dc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index 600178a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index c465e82..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 76e07f0..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 1015e1f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index b3fa6bc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index c8a6d25..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 3c5e683..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index f87733a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 9aabc43..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index c039c8e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index b57ee19..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 76f2696..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index d0385ba..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 1e571f5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png deleted file mode 100644 index 67c25ae..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png deleted file mode 100644 index 17c34a1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index 988548a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 15fcf6a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index 65275b3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index 5b58e76..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 09d1022..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index b5dd854..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index bcf6b7f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index cd1396b..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 2242d2f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 8ff3a83..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index e7e693a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 819171a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 4def8c8..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png deleted file mode 100644 index 4eae28f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index accf80e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 8c82ec3..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 8fc0a9b..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 92b712e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png deleted file mode 100644 index 78bbeba..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png deleted file mode 100644 index c4ba8e6..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index f026a41..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index c8b9f68..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index f6d2f32..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 39178bf..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index f54f4f9..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 65cf0c1..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index d041623..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 9dff893..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index a1f8c33..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 28a3bbf..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 29a4e52..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 162ab98..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index a1866ba..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index d967ae7..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index 5baef9f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 987b2bc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png deleted file mode 100644 index 8b050e8..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png deleted file mode 100644 index 00e370a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index 719c7b5..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 75bd580..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index 9cc3666..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index 224a081..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index f7f306d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index ee4bfe7..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 6940b60..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 96bec46..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index eeb74c8..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 4d3d3a4..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index c5acb84..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 30328ae..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index d4f3650..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 4dc870e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 4e18de2..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 5fa3266..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index c11cb2e..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 6fd5bfe..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 99e68cc..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 16b0f1d..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 7b2a480..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index fe93d87..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 4b2d05a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 16e9e14..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 129d30f..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index fa6ab02..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 77318c7..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 098c25a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index 76c4eeb..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 6b8bc0a..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index c2393ab..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 929be19..0000000 Binary files a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml deleted file mode 100644 index 58a33fc..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml deleted file mode 100644 index 79bff6a..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml deleted file mode 100644 index c61fa11..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml deleted file mode 100644 index 82557e0..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml deleted file mode 100644 index f479f89..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml deleted file mode 100644 index 406d4c4..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml deleted file mode 100644 index 2f6f990..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml deleted file mode 100644 index 44e7b0e..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml deleted file mode 100644 index 4b77a00..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml deleted file mode 100644 index f57d90a..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml deleted file mode 100644 index abfc114..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml deleted file mode 100644 index bc7298c..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml deleted file mode 100644 index cb40ddc..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml deleted file mode 100644 index 75d91a4..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml deleted file mode 100644 index 9db88d5..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml deleted file mode 100644 index 3d19c60..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml deleted file mode 100644 index 1e9c549..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml deleted file mode 100644 index 39e07b3..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml deleted file mode 100644 index efb827c..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml deleted file mode 100644 index 222452a..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml deleted file mode 100644 index 6f432b6..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml deleted file mode 100644 index f31c18b..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml deleted file mode 100644 index c2578b6..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml deleted file mode 100644 index 6bb35fb..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml deleted file mode 100644 index 6217fc6..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml deleted file mode 100644 index 3529867..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml deleted file mode 100644 index 8dab475..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml deleted file mode 100644 index 5173363..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml deleted file mode 100644 index 60c6a63..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml deleted file mode 100644 index 02e428a..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml deleted file mode 100644 index 80f7c97..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml deleted file mode 100644 index 7bc5467..0000000 --- a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -